Hello community, here is the log from the commit of package libzip1 checked in at Sun Jul 27 11:41:02 CEST 2008. -------- --- libzip1/libzip1.changes 2008-04-03 20:12:12.000000000 +0200 +++ /mounts/work_src_done/STABLE/libzip1/libzip1.changes 2008-07-27 06:26:56.000000000 +0200 @@ -1,0 +2,10 @@ +Sun Jul 27 06:25:54 CEST 2008 - crrodriguez@suse.de + +- update to version 0.9 + * remove erroneous references to GPL + * add support for torrentzip + * new functions: zip_get_archive_flag, zip_set_archive_flag + * zip_source_zip: add flag to force recompression + * zip_sorce_file: only keep file open while reading from it + +------------------------------------------------------------------- Old: ---- libzip-0.8.hg20080403.tar.bz2 New: ---- libzip-0.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzip1.spec ++++++ --- /var/tmp/diff_new_pack.rO4514/_old 2008-07-27 11:40:23.000000000 +0200 +++ /var/tmp/diff_new_pack.rO4514/_new 2008-07-27 11:40:23.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libzip1 (Version 0.8.hg20080403) +# spec file for package libzip1 (Version 0.9) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -14,8 +14,8 @@ Summary: C library for reading, creating, and modifying zip archives Name: libzip1 -Version: 0.8.hg20080403 -Release: 2 +Version: 0.9 +Release: 1 License: BSD 3-Clause Group: Development/Libraries/C and C++ Source0: http://www.nih.at/libzip/%{pkg_name}-%{version}.tar.bz2 @@ -83,20 +83,12 @@ %build autoreconf -fiv -CFLAGS="%{optflags}" -CXXFLAGS="%{optflags}" -%if 0%{?suse_version} > 1000 -CFLAGS="$CFLAGS -fstack-protector" -CXXFLAGS="$CXXFLAGS -fstack-protector" -%endif -export CFLAGS -export CXXFLAGS %configure --disable-static --with-pic %{__make} %{?jobs:-j%jobs} %check export MALLOC_CHECK_=2 -%{__make} check +%{__make} %{?jobs:-j%jobs} check unset MALLOC_CHECK_ %install @@ -117,6 +109,7 @@ %files -n libzip-util %defattr(-,root,root) %doc AUTHORS NEWS README THANKS TODO +%{_bindir}/ziptorrent %{_bindir}/zipcmp %{_bindir}/zipmerge %{_mandir}/man1/*.1* @@ -127,7 +120,15 @@ %{_includedir}/zip.h %{_libdir}/pkgconfig/libzip.pc %{_mandir}/man3/*.3* + %changelog +* Sun Jul 27 2008 crrodriguez@suse.de +- update to version 0.9 + * remove erroneous references to GPL + * add support for torrentzip + * new functions: zip_get_archive_flag, zip_set_archive_flag + * zip_source_zip: add flag to force recompression + * zip_sorce_file: only keep file open while reading from it * Thu Apr 03 2008 crrodriguez@suse.de - initial version for openSUSE 11, needed by ARK/KDE4 * Thu Jun 07 2007 judas_iscariote@shorewall.net ++++++ libzip-0.8.hg20080403.tar.bz2 -> libzip-0.9.tar.bz2 ++++++ ++++ 39740 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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