Update to 0.13.62
This commit is contained in:
parent
e3fa403feb
commit
b2d9041c9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
zziplib-0.13.49.tar.bz2
|
zziplib-0.13.49.tar.bz2
|
||||||
/zziplib-0.13.59.tar.bz2
|
/zziplib-0.13.59.tar.bz2
|
||||||
/zziplib-0.13.60.tar.bz2
|
/zziplib-0.13.60.tar.bz2
|
||||||
|
/zziplib-0.13.62.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
54a6aa53262483a4d54f7c59f0a7258b zziplib-0.13.60.tar.bz2
|
5fe874946390f939ee8f4abe9624b96c zziplib-0.13.62.tar.bz2
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -up zziplib-0.13.60/configure.fix zziplib-0.13.60/configure
|
|
||||||
--- zziplib-0.13.60/configure.fix 2012-03-08 13:35:53.989071114 -0500
|
|
||||||
+++ zziplib-0.13.60/configure 2012-03-08 13:36:10.900929640 -0500
|
|
||||||
@@ -13713,7 +13713,7 @@ fi
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking link options" >&5
|
|
||||||
$as_echo_n "checking link options... " >&6; }
|
|
||||||
ZZIPLIB_LDFLAGS=""
|
|
||||||
-test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic"
|
|
||||||
+test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="-Wl,--export-dynamic"
|
|
||||||
RESOLVES=" # "
|
|
||||||
case "$host_os" in mingw*)
|
|
||||||
ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"
|
|
12
zziplib.spec
12
zziplib.spec
@ -1,13 +1,12 @@
|
|||||||
Summary: Lightweight library to easily extract data from zip files
|
Summary: Lightweight library to easily extract data from zip files
|
||||||
Name: zziplib
|
Name: zziplib
|
||||||
Version: 0.13.60
|
Version: 0.13.62
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+ or MPLv1.1
|
License: LGPLv2+ or MPLv1.1
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://zziplib.sourceforge.net/
|
URL: http://zziplib.sourceforge.net/
|
||||||
Source: http://dl.sf.net/zziplib/zziplib-%{version}.tar.bz2
|
Source: http://dl.sf.net/zziplib/zziplib-%{version}.tar.bz2
|
||||||
Patch0: zziplib-0.13.59-multilib.patch
|
Patch0: zziplib-0.13.59-multilib.patch
|
||||||
Patch1: zziplib-0.13.60-proper-export-dynamic.patch
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
@ -60,9 +59,8 @@ zziplib library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1 -b .fix
|
|
||||||
# Save the common patched _config.h file to overwrite the generated one
|
# 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
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -101,6 +99,10 @@ install -p -m 0644 _config.h %{buildroot}%{_includedir}/zzip/_config.h
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 10 2012 Matthias Saou <matthias@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@lists.fedoraproject.org> - 0.13.60-2
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.60-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user