Hello community, here is the log from the commit of package libzip for openSUSE:Factory checked in at Tue Mar 22 17:53:57 CET 2011. -------- --- libzip/libzip.changes 2011-03-21 16:24:41.000000000 +0100 +++ /mounts/work_src_done/STABLE/libzip/libzip.changes 2011-03-22 13:44:24.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Mar 22 12:43:04 UTC 2011 - coolo@novell.com + +- fix -devel dependency + +------------------------------------------------------------------- +Tue Mar 22 11:29:09 UTC 2011 - mvyskocil@suse.cz + +- don't move zipconf.h to include dir + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libzip-0.10-zipconf-location.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzip.spec ++++++ --- /var/tmp/diff_new_pack.8NfZw2/_old 2011-03-22 17:53:36.000000000 +0100 +++ /var/tmp/diff_new_pack.8NfZw2/_new 2011-03-22 17:53:36.000000000 +0100 @@ -20,7 +20,7 @@ Name: libzip Version: 0.10 -Release: 1 +Release: 2 Summary: C library for reading, creating, and modifying zip archives License: BSD3c Group: Development/Libraries/C and C++ @@ -34,14 +34,11 @@ Patch0: libzip-0.8.hg20080403-visibility.patch #PATCH-FIX-UPSTREAM: for for failing tests by Thomas Klausner Patch1: libzip.test.diff -#PATCH-FIX-OPENSUSE: install zipconf.h to includedir -Patch2: libzip-0.10-zipconf-location.patch %description libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed. This -package contains a set of small utilities built using libzip2 Set os small -utilities built around %{name} +package contains a set of small utilities built using libzip * zipmerge - merge source zip archives into the target one * zipcmp - compares the zip archives and check if they contains same files * ziptorrent - manipulate with a restricted file format used for using bittorrent on zip files. @@ -51,7 +48,9 @@ Summary: C library for reading, creating, and modifying zip archives Group: Development/Libraries/C and C++ -%description -n libzip2 +%define soname 2 + +%description -n libzip%{soname} This is libzip, a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without @@ -62,7 +61,7 @@ License: BSD3c Summary: C library for reading, creating, and modifying zip archives Group: Development/Libraries/C and C++ -Requires: libzip1 = %{version} glibc-devel +Requires: libzip%{soname} = %{version} glibc-devel %description devel libzip is a C library for reading, creating, and modifying zip @@ -72,7 +71,6 @@ %setup -q -n %{name}-%{version} %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build autoreconf -fiv @@ -91,9 +89,9 @@ %clean rm -rf %{buildroot} -%post -n libzip2 -p /sbin/ldconfig +%post -n libzip%{soname} -p /sbin/ldconfig -%postun -n libzip2 -p /sbin/ldconfig +%postun -n libzip%{soname} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -103,15 +101,16 @@ %{_bindir}/zipmerge %{_mandir}/man1/*.1* -%files -n libzip2 +%files -n libzip%{soname} %defattr(-,root,root) -%{_libdir}/libzip.so.2* +%{_libdir}/libzip.so.%{soname}* %files devel %defattr(-,root,root) -%{_libdir}/libzip.so -%{_includedir}/zip*.h -%{_libdir}/pkgconfig/libzip.pc +%{_libdir}/%{name}.so +%{_includedir}/zip.h +%{_libdir}/%{name}/ +%{_libdir}/pkgconfig/%{name}.pc %{_mandir}/man3/*.3* %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de