[arch-commits] Commit in zziplib/trunk (PKGBUILD zziplib-0.13.60-ldflags.patch)

Eric Bélanger eric at archlinux.org
Fri Mar 16 06:20:31 UTC 2012


    Date: Friday, March 16, 2012 @ 02:20:31
  Author: eric
Revision: 153577

upgpkg: zziplib 0.13.62-1

Upstream update, Remove old patch

Modified:
  zziplib/trunk/PKGBUILD
Deleted:
  zziplib/trunk/zziplib-0.13.60-ldflags.patch

-------------------------------+
 PKGBUILD                      |    9 +++------
 zziplib-0.13.60-ldflags.patch |   14 --------------
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-16 05:45:45 UTC (rev 153576)
+++ PKGBUILD	2012-03-16 06:20:31 UTC (rev 153577)
@@ -4,7 +4,7 @@
 # Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
 
 pkgname=zziplib
-pkgver=0.13.60
+pkgver=0.13.62
 pkgrel=1
 pkgdesc="A lightweight library that offers the ability to easily extract data from files archived in a single zip file"
 arch=('i686' 'x86_64')
@@ -13,15 +13,12 @@
 depends=('zlib')
 makedepends=('python2')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-        zziplib-0.13.60-ldflags.patch)
-md5sums=('54a6aa53262483a4d54f7c59f0a7258b'
-         'e585052f884525a338ca341b5d2957dc')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('5fe874946390f939ee8f4abe9624b96c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   export PYTHON=/usr/bin/python2
-  patch -p1 -i ../zziplib-0.13.60-ldflags.patch
   ./configure --prefix=/usr
   make
 }

Deleted: zziplib-0.13.60-ldflags.patch
===================================================================
--- zziplib-0.13.60-ldflags.patch	2012-03-16 05:45:45 UTC (rev 153576)
+++ zziplib-0.13.60-ldflags.patch	2012-03-16 06:20:31 UTC (rev 153577)
@@ -1,14 +0,0 @@
-https://sourceforge.net/tracker/?func=detail&aid=3175466&group_id=6389&atid=306389
-https://bugs.gentoo.org/354051
-
---- a/configure
-+++ b/configure
-@@ -292,7 +292,7 @@
- # ---------------------------------------------------------------
- AC_MSG_CHECKING([link options])
- ZZIPLIB_LDFLAGS=""
--test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic"
-+test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="-export-dynamic"
- RESOLVES=" # "
- case "$host_os" in mingw*)
-     ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"




More information about the arch-commits mailing list