From f43f6f19ec82e2538ddc2b3ece67d26a9f2d68b127761fd4cb6b16fbccbeac0b Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 9 Jan 2018 12:55:42 +0000 Subject: [PATCH] Update to 1.06 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libzio?expand=0&rev=35 --- libzio-1.05.tar.bz2 | 3 --- libzio-1.06.tar.bz2 | 3 +++ libzio.changes | 6 ++++++ libzio.spec | 10 ++++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 libzio-1.05.tar.bz2 create mode 100644 libzio-1.06.tar.bz2 diff --git a/libzio-1.05.tar.bz2 b/libzio-1.05.tar.bz2 deleted file mode 100644 index 149c880..0000000 --- a/libzio-1.05.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75405f6f7419fbc99d6b9b9dc9073fdabaf7f7f372c210ddc98909b2f0b567a8 -size 22136 diff --git a/libzio-1.06.tar.bz2 b/libzio-1.06.tar.bz2 new file mode 100644 index 0000000..00efaf4 --- /dev/null +++ b/libzio-1.06.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d83f9cac6076f26c4c5e10dc07f44e982e224e66f0c9a67af03dddb01bcac930 +size 22213 diff --git a/libzio.changes b/libzio.changes index e8fa832..c9f6f35 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 9 12:54:36 UTC 2018 - werner@suse.de + +- Add changes from Jerrell Watts which has kindly provided + his changes for lzma/xz support with large I/O buffers + ------------------------------------------------------------------- Thu Jun 29 11:53:07 UTC 2017 - werner@suse.de diff --git a/libzio.spec b/libzio.spec index 73e16a7..5c13503 100644 --- a/libzio.spec +++ b/libzio.spec @@ -1,7 +1,7 @@ # # spec file for package libzio # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libzio %define lname libzio1 -Version: 1.05 +Version: 1.06 Release: 0 Summary: A Library for Accessing Compressed Text Files License: GPL-2.0+ @@ -38,8 +38,8 @@ files with FILE streams. %package -n %lname Summary: A Library for Accessing Compressed Text Files Group: System/Libraries -Provides: libzio = %{version} -Obsoletes: libzio <= %{version} +Provides: libzio = 1.06 +Obsoletes: libzio <= 1.00 %description -n %lname Libzio provides a wrapper function for reading or writing gzip or bzip2 @@ -64,11 +64,13 @@ make %{?_smp_mflags} noweak %check make testt make tests +make testx for comp in gzip bzip2 lzma xz do $comp -c < fzopen.3.in > fzopen.test ./testt fzopen.test | cmp fzopen.3.in - cat fzopen.test | ./tests ${comp:0:1} | cmp fzopen.3.in - + ./testx ${comp:0:1} < fzopen.3.in | ./tests ${comp:0:1} | cmp fzopen.3.in - done %install