SHA256
3
0
forked from pool/libzio
OBS User unknown 2008-07-18 21:45:48 +00:00 committed by Git OBS Bridge
parent e285f41a23
commit 525e823e23
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68e4e05b4ec5191cf77f9b207434a5149f1e18cce36115974b9d705528afa0dc
size 17053

3
libzio-0.8.tar.bz2 Normal file
View File

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

View File

@ -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 Mon Apr 21 15:31:27 CEST 2008 - werner@suse.de

View File

@ -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. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -19,7 +19,7 @@ BuildRequires: libbz2-devel
License: GPL v2 or later License: GPL v2 or later
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: 0.7 Version: 0.8
Release: 1 Release: 1
Summary: A Library for Accessing Compressed Text Files Summary: A Library for Accessing Compressed Text Files
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -89,6 +89,9 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir}
/usr/include/zio.h /usr/include/zio.h
%changelog %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 * Mon Apr 21 2008 werner@suse.de
- Make BZ2_bzdopen() and gzdopen() weak symbols - Make BZ2_bzdopen() and gzdopen() weak symbols
* Thu Apr 10 2008 ro@suse.de * Thu Apr 10 2008 ro@suse.de