SHA256
3
0
forked from pool/zlib

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
This commit is contained in:
Michal Vyskocil 2013-05-13 18:37:49 +00:00 committed by Git OBS Bridge
parent c7d17d69d7
commit ab9e011239
5 changed files with 16 additions and 6 deletions

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934
size 505085

3
zlib-1.2.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d
size 571091

View File

@ -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

View File

@ -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)