OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Jul-2006 15:37:44
Branch: HEAD Handle: 2006070214374300
Modified files:
openpkg-src/infozip infozip.patch infozip.spec
Log:
upgrading package: infozip 2.31.5.52 -> 2.32.5.52
Summary:
Revision Changes Path
1.7 +7 -7 openpkg-src/infozip/infozip.patch
1.43 +3 -3 openpkg-src/infozip/infozip.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/infozip/infozip.patch
============================================================================
$ cvs diff -u -r1.6 -r1.7 infozip.patch
--- openpkg-src/infozip/infozip.patch 11 Mar 2005 21:19:32 -0000 1.6
+++ openpkg-src/infozip/infozip.patch 2 Jul 2006 13:37:43 -0000 1.7
@@ -1,7 +1,7 @@
---- zip-2.31/unix/configure 1999-04-27 21:49:05.000000000 +0200
-+++ zip-2.31/unix/configure 2003-03-06 21:46:09.399540000 +0100
-@@ -17,15 +17,9 @@
- LN="ln -s"
+--- zip-2.32/unix/configure 2006-02-18 06:58:56 +0100
++++ zip-2.32/unix/configure 2006-07-02 15:31:34 +0200
+@@ -50,15 +50,9 @@
+ fi
echo Check for the C preprocessor
-# on SVR4, cc -E does not produce correct assembler files. Need /lib/cpp.
@@ -17,9 +17,9 @@
+# because on some platforms, the native one is broken
+CPP="@l_cpp@"
- echo Check if we can use asm code
- OBJA=""
-@@ -38,7 +38,7 @@
+ echo "#include <stdio.h>" > conftest.c
+ $CPP conftest.c >/dev/null 2>/dev/null || CPP="${CC} -E"
+@@ -74,7 +68,7 @@
echo "int foo() { return 0;}" > conftest.c
$CC -c conftest.c >/dev/null 2>/dev/null
echo Check if compiler generates underlines
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/infozip/infozip.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 infozip.spec
--- openpkg-src/infozip/infozip.spec 1 Jan 2006 13:14:43 -0000 1.42
+++ openpkg-src/infozip/infozip.spec 2 Jul 2006 13:37:43 -0000 1.43
@@ -23,8 +23,8 @@
##
# package versions
-%define V_zip_here 2.31
-%define V_zip_real 231
+%define V_zip_here 2.32
+%define V_zip_real 232
%define V_unzip_here 5.52
%define V_unzip_real 552
@@ -39,7 +39,7 @@
Group: Archiver
License: BSD
Version: %{V_zip_here}.%{V_unzip_here}
-Release: 20050726
+Release: 20060702
# list of sources
Source0: ftp://ftp.info-zip.org/pub/infozip/src/zip%{V_zip_real}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]