Accepting request 588179 from home:avindra
- Update to 0.13.69: * fix a number of CVEs reported with special *.zip PoC files * completing some doc strings while checking the new man-pages to look good * update refs to point to github instead of sf.net * man-pages are generated with new dbk2man.py - docbook xmlto is optional now * a zip-program is still required for testing, but some errors are gone when not present - run spec-cleaner - don't ship Windows only file, README.MSVC6 OBS-URL: https://build.opensuse.org/request/show/588179 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zziplib?expand=0&rev=34
This commit is contained in:
parent
ff2f95b421
commit
293db03ccf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9460919b46592a225217cff067b1c0eb86002b32c54b4898f9c21401aaa11032
|
|
||||||
size 1077386
|
|
3
zziplib-0.13.69.tar.gz
Normal file
3
zziplib-0.13.69.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:846246d7cdeee405d8d21e2922c6e97f55f24ecbe3b6dcf5778073a88f120544
|
||||||
|
size 1132204
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 17 18:53:19 UTC 2018 - avindra@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.13.69:
|
||||||
|
* fix a number of CVEs reported with special *.zip PoC files
|
||||||
|
* completing some doc strings while checking the new man-pages to
|
||||||
|
look good
|
||||||
|
* update refs to point to github instead of sf.net
|
||||||
|
* man-pages are generated with new dbk2man.py - docbook xmlto is
|
||||||
|
optional now
|
||||||
|
* a zip-program is still required for testing, but some errors
|
||||||
|
are gone when not present
|
||||||
|
- run spec-cleaner
|
||||||
|
- don't ship Windows only file, README.MSVC6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 19 12:55:26 UTC 2018 - adam.majer@suse.de
|
Mon Feb 19 12:55:26 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define lname libzzip-0-13
|
%define lname libzzip-0-13
|
||||||
Name: zziplib
|
Name: zziplib
|
||||||
Version: 0.13.68
|
Version: 0.13.69
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ZIP Compression Library
|
Summary: ZIP Compression Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://zziplib.sourceforge.net
|
Url: http://zziplib.sourceforge.net
|
||||||
Source0: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
@ -85,11 +85,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%doc COPYING.LIB
|
%license COPYING.LIB
|
||||||
%{_libdir}/libzzip*.so.*
|
%{_libdir}/libzzip*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc docs/README* ChangeLog README TODO
|
%doc docs/README.SDL ChangeLog README TODO
|
||||||
%{_bindir}/unzzip*
|
%{_bindir}/unzzip*
|
||||||
%{_bindir}/zz*
|
%{_bindir}/zz*
|
||||||
%{_bindir}/unzip-mem
|
%{_bindir}/unzip-mem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user