diff --git a/zlib-1.2.10.tar.gz b/zlib-1.2.10.tar.gz new file mode 100644 index 0000000..8362eea --- /dev/null +++ b/zlib-1.2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7e9f698ce48787b6e1c67e6bff79e487303e66077e25cb9784ac8835978017 +size 607647 diff --git a/zlib-1.2.9.tar.gz b/zlib-1.2.9.tar.gz deleted file mode 100644 index 104fac2..0000000 --- a/zlib-1.2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73ab302ef31ed1e74895d2af56f52f5853f26b0370f3ef21954347acec5eaa21 -size 607350 diff --git a/zlib-format.patch b/zlib-format.patch index 5feca5d..7f6e0f9 100644 --- a/zlib-format.patch +++ b/zlib-format.patch @@ -5,7 +5,7 @@ Index: zlib.h =================================================================== --- zlib.h.orig +++ zlib.h -@@ -1463,7 +1463,11 @@ ZEXTERN z_size_t ZEXPORT gzfwrite OF((vo +@@ -1464,7 +1464,11 @@ ZEXTERN z_size_t ZEXPORT gzfwrite OF((vo is returned, and the error state is set to Z_STREAM_ERROR. */ diff --git a/zlib.changes b/zlib.changes index a65741e..722b66c 100644 --- a/zlib.changes +++ b/zlib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 3 07:41:49 UTC 2017 - mpluskal@suse.com + +- Update to version 1.2.10: + * Avoid warnings on snprintf() return value + * Fix bug in deflate_stored() for zero-length input + * Fix bug in gzwrite.c that produced corrupt gzip files + * Remove files to be installed before copying them in Makefile.in + * Add warnings when compiling with assembler code + ------------------------------------------------------------------- Mon Jan 2 09:08:50 UTC 2017 - mpluskal@suse.com diff --git a/zlib.spec b/zlib.spec index 8a359ac..1e49c18 100644 --- a/zlib.spec +++ b/zlib.spec @@ -18,7 +18,7 @@ %bcond_with profiling Name: zlib -Version: 1.2.9 +Version: 1.2.10 Release: 0 Summary: Library implementing the DEFLATE compression algorithm License: Zlib