Browse Source

upgrading package: ncc 2.3 -> 2.4

master
parent
commit
0f1eaea43e
  1. 23
      ncc/ncc.patch
  2. 4
      ncc/ncc.spec

23
ncc/ncc.patch

@ -1,9 +1,9 @@
Index: config.h
--- config.h.orig 2005-09-12 16:01:46 +0200
+++ config.h 2005-09-12 19:33:52 +0200
@@ -1,11 +1,7 @@
#ifdef __GCC__
--- config.h.orig 2006-06-18 23:38:16 +0200
+++ config.h 2006-07-15 16:57:28 +0200
@@ -3,11 +3,7 @@
#define alloca __builtin_alloca
#endif
#else
-#ifdef __FreeBSD__
#include <stdlib.h>
@ -12,10 +12,10 @@ Index: config.h
-#endif
#endif
#define NCC_VERSION "2.2"
#define NCC_VERSION "2.4"
Index: dbstree.C
--- dbstree.C.orig 2004-12-01 04:54:40 +0100
+++ dbstree.C 2005-09-12 19:33:52 +0200
+++ dbstree.C 2006-07-15 16:57:28 +0200
@@ -14,6 +14,7 @@
#include <stdio.h>
#include <assert.h>
@ -24,3 +24,14 @@ Index: dbstree.C
#include "dbstree.h"
//***************************************************************
Index: dbstree.h
--- dbstree.h.orig 2006-07-09 16:05:58 +0200
+++ dbstree.h 2006-07-15 16:57:55 +0200
@@ -3,7 +3,6 @@
Check dbstree.tex for info.
******************************************************************************/
-#include <alloca.h>
#ifndef HAVE_DBSTREE
#define HAVE_DBSTREE

4
ncc/ncc.spec

@ -32,8 +32,8 @@ Distribution: OpenPKG
Class: EVAL
Group: Language
License: GPL
Version: 2.3
Release: 20060129
Version: 2.4
Release: 20060715
# list of sources
Source0: http://students.ceid.upatras.gr/~sxanth/ncc/ncc-%{version}.tar.gz

Loading…
Cancel
Save