diff --git a/libzio-0.7.tar.bz2 b/libzio-0.7.tar.bz2 deleted file mode 100644 index a0a5793..0000000 --- a/libzio-0.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68e4e05b4ec5191cf77f9b207434a5149f1e18cce36115974b9d705528afa0dc -size 17053 diff --git a/libzio-0.8.tar.bz2 b/libzio-0.8.tar.bz2 new file mode 100644 index 0000000..6ef7aac --- /dev/null +++ b/libzio-0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbab92f8200ea416b350b2045eba47f79e6912c528fded3a4f94503cfb5e0a6 +size 17294 diff --git a/libzio.changes b/libzio.changes index d8545a6..ecd2345 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,8 @@ +Thu Jul 17 12:43:52 CEST 2008 - werner@suse.de + +- Add some more comments what can be done with streams created + by fzopen and fdzopen and what can not be done. + ------------------------------------------------------------------- Mon Apr 21 15:31:27 CEST 2008 - werner@suse.de diff --git a/libzio.spec b/libzio.spec index 17974cf..8db1073 100644 --- a/libzio.spec +++ b/libzio.spec @@ -1,5 +1,5 @@ # -# spec file for package libzio (Version 0.7) +# spec file for package libzio (Version 0.8) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -19,7 +19,7 @@ BuildRequires: libbz2-devel License: GPL v2 or later Group: System/Libraries AutoReqProv: on -Version: 0.7 +Version: 0.8 Release: 1 Summary: A Library for Accessing Compressed Text Files BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -89,6 +89,9 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} /usr/include/zio.h %changelog +* Thu Jul 17 2008 werner@suse.de +- Add some more comments what can be done with streams created + by fzopen and fdzopen and what can not be done. * Mon Apr 21 2008 werner@suse.de - Make BZ2_bzdopen() and gzdopen() weak symbols * Thu Apr 10 2008 ro@suse.de