From ab9e0112393f75d3eae5f826322292b7d6c8f57f26b10227393eca505d5e4eeb Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Mon, 13 May 2013 18:37:49 +0000 Subject: [PATCH 1/2] Accepting request 175023 from home:namtrac:branches:devel:libraries:c_c++ - 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 OBS-URL: https://build.opensuse.org/request/show/175023 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=18 --- baselibs.conf | 2 +- zlib-1.2.7.tar.bz2 | 3 --- zlib-1.2.8.tar.gz | 3 +++ zlib.changes | 9 +++++++++ zlib.spec | 5 +++-- 5 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 zlib-1.2.7.tar.bz2 create mode 100644 zlib-1.2.8.tar.gz diff --git a/baselibs.conf b/baselibs.conf index bfff9f3..b56052f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,6 +1,6 @@ libz1 targettype x86 provides "baselibs-x86:/lib/libz.so.1" provides "zlib- = " - obsoletes "zlib- <= 1.2.7" + obsoletes "zlib- <= 1.2.8" zlib-devel zlib-devel-static diff --git a/zlib-1.2.7.tar.bz2 b/zlib-1.2.7.tar.bz2 deleted file mode 100644 index 5663474..0000000 --- a/zlib-1.2.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934 -size 505085 diff --git a/zlib-1.2.8.tar.gz b/zlib-1.2.8.tar.gz new file mode 100644 index 0000000..a795adc --- /dev/null +++ b/zlib-1.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d +size 571091 diff --git a/zlib.changes b/zlib.changes index 358e79b..0b41785 100644 --- a/zlib.changes +++ b/zlib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat May 11 11:51:40 UTC 2013 - idonmez@suse.com + +- 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 + ------------------------------------------------------------------- Tue Mar 5 10:00:58 UTC 2013 - mvyskocil@suse.com diff --git a/zlib.spec b/zlib.spec index b4e7744..4926171 100644 --- a/zlib.spec +++ b/zlib.spec @@ -19,13 +19,13 @@ %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 @@ -100,6 +100,7 @@ libraries. %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) From b3d0f9e7f8d89ed12a67806ec58b632420acf1ce317137ab221d029d009cc56a Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 14 May 2013 07:49:09 +0000 Subject: [PATCH 2/2] reenabled rpmlint and post-build checks OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib?expand=0&rev=19 --- zlib.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/zlib.spec b/zlib.spec index 4926171..e1a5e07 100644 --- a/zlib.spec +++ b/zlib.spec @@ -32,8 +32,6 @@ 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