[zziplib] Update to 0.13.62

Matthias Saou thias at fedoraproject.org
Wed Oct 10 15:00:03 UTC 2012


commit b2d9041c9d95ba4813ef429bf390df2c395d7c8e
Author: Matthias Saou <matthias at saou.eu>
Date:   Wed Oct 10 16:59:45 2012 +0200

    Update to 0.13.62

 .gitignore                                  |    1 +
 sources                                     |    2 +-
 zziplib-0.13.60-proper-export-dynamic.patch |   12 ------------
 zziplib.spec                                |   12 +++++++-----
 4 files changed, 9 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8cb8655..575c8ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 zziplib-0.13.49.tar.bz2
 /zziplib-0.13.59.tar.bz2
 /zziplib-0.13.60.tar.bz2
+/zziplib-0.13.62.tar.bz2
diff --git a/sources b/sources
index b8a6481..77b7c33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54a6aa53262483a4d54f7c59f0a7258b  zziplib-0.13.60.tar.bz2
+5fe874946390f939ee8f4abe9624b96c  zziplib-0.13.62.tar.bz2
diff --git a/zziplib.spec b/zziplib.spec
index 91421d6..1d59bca 100644
--- a/zziplib.spec
+++ b/zziplib.spec
@@ -1,13 +1,12 @@
 Summary: Lightweight library to easily extract data from zip files
 Name: zziplib
-Version: 0.13.60
-Release: 2%{?dist}
+Version: 0.13.62
+Release: 1%{?dist}
 License: LGPLv2+ or MPLv1.1
 Group: Applications/Archiving
 URL: http://zziplib.sourceforge.net/
 Source: http://dl.sf.net/zziplib/zziplib-%{version}.tar.bz2
 Patch0: zziplib-0.13.59-multilib.patch
-Patch1: zziplib-0.13.60-proper-export-dynamic.patch
 BuildRequires: perl
 BuildRequires: python
 BuildRequires: zip
@@ -60,9 +59,8 @@ zziplib library.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1 -b .fix
 # Save the common patched _config.h file to overwrite the generated one
-%{__cp} -a zzip/_config.h _config.h
+cp -a zzip/_config.h _config.h
 
 %build
 %configure \
@@ -101,6 +99,10 @@ install -p -m 0644 _config.h %{buildroot}%{_includedir}/zzip/_config.h
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 10 2012 Matthias Saou <matthias at saou.eu> 0.13.62-1
+- Update to 0.13.62.
+- Remove no longer needed -Wl patch.
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13.60-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list