OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 06-Mar-2003 22:23:52
Branch: HEAD Handle: 2003030621234901
Added files:
openpkg-src/infozip infozip.patch
Modified files:
openpkg-src/infozip infozip.spec
openpkg-web news.txt
Log:
upgrading package: infozip 20020419 -> 20030306
Summary:
Revision Changes Path
1.1 +12 -0 openpkg-src/infozip/infozip.patch
1.23 +4 -2 openpkg-src/infozip/infozip.spec
1.3592 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/infozip/infozip.patch
============================================================================
$ cvs diff -u -r0 -r1.1 infozip.patch
--- /dev/null 2003-03-06 22:23:51.000000000 +0100
+++ infozip.patch 2003-03-06 22:23:52.000000000 +0100
@@ -0,0 +1,12 @@
+diff -Naur infozip-20020419.orig/zip-2.3/unix/configure
infozip-20020419/zip-2.3/unix/configure
+--- infozip-20020419.orig/zip-2.3/unix/configure 1999-04-27 21:49:05.000000000
+0200
++++ infozip-20020419/zip-2.3/unix/configure 2003-03-06 21:46:09.399540000 +0100
+@@ -38,7 +38,7 @@
+ echo "int foo() { return 0;}" > conftest.c
+ $CC -c conftest.c >/dev/null 2>/dev/null
+ echo Check if compiler generates underlines
+- nm conftest.o | grep "(^|[^_])foo" >/dev/null 2>/dev/null
++ nm conftest.o | grep "[^_]foo" >/dev/null 2>/dev/null
+ [ $? -eq 0 ] && CPP="${CPP} -DNO_UNDERLINE"
+ if eval "$CPP crc_i386.S > _crc_i386.s 2>/dev/null"; then
+ if eval "$CC -c _crc_i386.s >/dev/null 2>/dev/null" && [ -f _crc_i386.o ]
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/infozip/infozip.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 infozip.spec
--- openpkg-src/infozip/infozip.spec 3 Jan 2003 10:52:35 -0000 1.22
+++ openpkg-src/infozip/infozip.spec 6 Mar 2003 21:23:50 -0000 1.23
@@ -37,12 +37,13 @@
Distribution: OpenPKG [BASE]
Group: Archiver
License: BSD
-Version: 20020419
-Release: 20020419
+Version: 20030306
+Release: 20030306
# list of sources
Source0: ftp://ftp.info-zip.org/pub/infozip/src/zip%{V_zip_real}.tar.gz
Source1: ftp://ftp.info-zip.org/pub/infozip/src/unzip%{V_unzip_real}.tar.gz
+Patch0: infozip.patch
# build information
Prefix: %{l_prefix}
@@ -60,6 +61,7 @@
%prep
%setup0 -q -c
%setup1 -q -T -D -a 1
+ %patch0 -p1
%build
( cd zip-%{V_zip_here}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3591 -r1.3592 news.txt
--- openpkg-web/news.txt 6 Mar 2003 18:55:31 -0000 1.3591
+++ openpkg-web/news.txt 6 Mar 2003 21:23:49 -0000 1.3592
@@ -1,3 +1,4 @@
+06-Mar-2003: Upgraded package: P<infozip-20030306-20030306>
06-Mar-2003: Upgraded package: P<delegate-8.5.0-20030306>
06-Mar-2003: Upgraded package: P<w3m-0.4.1-20030306>
06-Mar-2003: Upgraded package: P<mhash-0.8.18-20030306>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]