From 8c1a6dd53184a005b97b030a85af2add20ef531d813305bf332435fc490bd848 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 7 Dec 2007 19:12:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=5 --- libzio-0.4.tar.bz2 | 3 --- libzio-0.5.tar.bz2 | 3 +++ libzio.changes | 5 +++++ libzio.spec | 23 +++++++++++++++-------- 4 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 libzio-0.4.tar.bz2 create mode 100644 libzio-0.5.tar.bz2 diff --git a/libzio-0.4.tar.bz2 b/libzio-0.4.tar.bz2 deleted file mode 100644 index 5f4aa73..0000000 --- a/libzio-0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4733deba4407f18ee05154f9463f33dd0f77d1cd4595d153149d00e2ad4fc33 -size 16788 diff --git a/libzio-0.5.tar.bz2 b/libzio-0.5.tar.bz2 new file mode 100644 index 0000000..a7c8795 --- /dev/null +++ b/libzio-0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e054e73bc756db76e3106fa0121723e209092b5ddfed63d93f601077bd34ee +size 16883 diff --git a/libzio.changes b/libzio.changes index d4d4b6d..645970f 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 7 17:42:49 CET 2007 - werner@suse.de + +- Add support for streams on file descriptors + ------------------------------------------------------------------- Mon Mar 26 11:23:15 CEST 2007 - rguenther@suse.de diff --git a/libzio.spec b/libzio.spec index 21ac358..89b0876 100644 --- a/libzio.spec +++ b/libzio.spec @@ -1,5 +1,5 @@ # -# spec file for package libzio (Version 0.4) +# spec file for package libzio (Version 0.5) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,15 @@ # norootforbuild Name: libzio -BuildRequires: libbz2-devel zlib-devel -License: GNU General Public License (GPL) +BuildRequires: zlib-devel +%if %suse_version > 1020 +BuildRequires: libbz2-devel +%endif +License: GPL v2 or later Group: System/Libraries -Autoreqprov: on -Version: 0.4 -Release: 11 +AutoReqProv: on +Version: 0.5 +Release: 1 Summary: A Library for Accessing Compressed Text Files BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: libzio-%{version}.tar.bz2 @@ -36,7 +39,7 @@ Authors: Summary: libzio development files Group: System/Libraries Requires: libzio = %{version} -Autoreqprov: on +AutoReqProv: on %description devel libzio development files @@ -54,9 +57,11 @@ Authors: %build make make testt +make tests for comp in gzip bzip2; do $comp -c < fzopen.3.in > fzopen.test ./testt fzopen.test | cmp fzopen.3.in - + cat fzopen.test | ./testt fzopen.test $comp | cmp fzopen.3.in - done %install @@ -71,7 +76,7 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} %files %defattr(-,root,root) %{_libdir}/libzio.so.0 -%{_libdir}/libzio.so.0.4 +%{_libdir}/libzio.so.0.5 %files devel %defattr(-,root,root) @@ -82,6 +87,8 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} /usr/include/zio.h %changelog +* Fri Dec 07 2007 - werner@suse.de +- Add support for streams on file descriptors * Mon Mar 26 2007 - rguenther@suse.de - Split off libzio-devel. * Sat Mar 24 2007 - aj@suse.de