Hello community, here is the log from the commit of package zziplib for openSUSE:Factory checked in at 2018-02-24 16:37:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zziplib (Old) and /work/SRC/openSUSE:Factory/.zziplib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zziplib" Sat Feb 24 16:37:28 2018 rev:29 rq:579215 version:0.13.68 Changes: -------- --- /work/SRC/openSUSE:Factory/zziplib/zziplib.changes 2018-02-21 14:07:50.558030161 +0100 +++ /work/SRC/openSUSE:Factory/.zziplib.new/zziplib.changes 2018-02-24 16:37:31.157466434 +0100 @@ -1,0 +2,12 @@ +Mon Feb 19 12:55:26 UTC 2018 - [email protected] + +- Drop BR: fdupes since it does nothing. + +------------------------------------------------------------------- +Mon Feb 19 11:30:47 UTC 2018 - [email protected] + +- Fix RPM groups. Remove ineffective --with-pic. + Trim redundancies from description. + Do not let fdupes run across partitions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zziplib.spec ++++++ --- /var/tmp/diff_new_pack.O4KJMh/_old 2018-02-24 16:37:32.285425838 +0100 +++ /var/tmp/diff_new_pack.O4KJMh/_new 2018-02-24 16:37:32.289425694 +0100 @@ -20,9 +20,9 @@ Name: zziplib Version: 0.13.68 Release: 0 -Summary: Free Zip Compression Library with an Easy-to-Use API +Summary: ZIP Compression Library License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://zziplib.sourceforge.net Source0: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source2: baselibs.conf @@ -31,28 +31,27 @@ Patch2: zziplib-largefile.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: fdupes BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: xmlto BuildRequires: pkgconfig(zlib) %description -ZZipLib is a library for dealing with zip and zip-like archives by -using free algorithms of zlib. +ZZipLib is a library for dealing with ZIP and ZIP-like archives by +using algorithms of zlib. %package -n %{lname} -Summary: Free zip compression library with easy to use API +Summary: ZIP compression library Group: System/Libraries Obsoletes: zziplib < %{version}-%{release} Provides: zziplib = %{version}-%{release} %description -n %{lname} -ZZipLib is a library for dealing with zip and zip-like archives by -using free algorithms of zlib. +ZZipLib is a library for dealing with ZIP and ZIP-like archives by +using algorithms of zlib. %package devel -Summary: Free zip compression library with easy to use API +Summary: Development files for zziplib, a ZIP compression library Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} Requires: pkgconfig(zlib) @@ -74,15 +73,13 @@ %configure \ --with-largefile \ --enable-frame-pointer \ - --disable-static \ - --with-pic + --disable-static make %{?_smp_mflags} %install %make_install rm -f docs/Make* docs/zziplib-manpages.ar find %{buildroot} -type f -name "*.la" -delete -print -%fdupes %{buildroot} %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig
