Hello community, here is the log from the commit of package zlib for openSUSE:Factory checked in at 2013-05-16 11:45:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zlib (Old) and /work/SRC/openSUSE:Factory/.zlib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zlib" Changes: -------- --- /work/SRC/openSUSE:Factory/zlib/zlib.changes 2013-03-05 16:39:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.zlib.new/zlib.changes 2013-05-16 11:45:07.000000000 +0200 @@ -1,0 +2,9 @@ +Sat May 11 11:51:40 UTC 2013 - [email protected] + +- Update to version 1.2.8 + * Add new inflateGetDictionary() function + * Fix bug where gzopen() immediately followed by gzclose() + would write an empty file instead of an empty gzip stream. + * Fix bug in gzclose() when gzwrite() runs out of memory + +------------------------------------------------------------------- Old: ---- zlib-1.2.7.tar.bz2 New: ---- zlib-1.2.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zlib.spec ++++++ --- /var/tmp/diff_new_pack.OogNYQ/_old 2013-05-16 11:45:08.000000000 +0200 +++ /var/tmp/diff_new_pack.OogNYQ/_new 2013-05-16 11:45:08.000000000 +0200 @@ -19,21 +19,19 @@ %bcond_with profiling Name: zlib -Version: 1.2.7 +Version: 1.2.8 Release: 0 Summary: Data Compression Library License: Zlib Group: System/Libraries Url: http://www.zlib.net/ -Source0: http://zlib.net/zlib-%{version}.tar.bz2 +Source0: http://zlib.net/zlib-%{version}.tar.gz Source1: LICENSE Source2: baselibs.conf Source3: zlib-rpmlintrc #PATCH-FIX-SUSE: fate#314093, sent upstream by IBM Patch0: zlib-1.2.7-improve-longest_match-performance.patch BuildRequires: pkgconfig -#!BuildIgnore: rpmlint-Factory -#!BuildIgnore: post-build-checks BuildRoot: %{_tmppath}/%{name}-%{version}-build # bug437293 %ifarch ppc64 @@ -100,6 +98,7 @@ %build export LDFLAGS="-Wl,-z,relro,-z,now" + # Marcus: breaks example64 in 32bit builds, so it's disabled by default %if %{with profiling} profiledir=$(mktemp -d) ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.OogNYQ/_old 2013-05-16 11:45:08.000000000 +0200 +++ /var/tmp/diff_new_pack.OogNYQ/_new 2013-05-16 11:45:08.000000000 +0200 @@ -1,6 +1,6 @@ libz1 targettype x86 provides "baselibs-x86:<prefix>/lib/libz.so.1" provides "zlib-<targettype> = <version>" - obsoletes "zlib-<targettype> <= 1.2.7" + obsoletes "zlib-<targettype> <= 1.2.8" zlib-devel zlib-devel-static -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
