From a205878def29f08fe914ccced84add27a0be060fcee34c751553433ce3c62f0a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 25 Jul 2008 00:04:13 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=10 --- libzio.changes | 6 ++++++ libzio.spec | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libzio.changes b/libzio.changes index ecd2345..5a94f56 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 21 13:46:39 CEST 2008 - werner@suse.de + +- Make it build + +------------------------------------------------------------------- Thu Jul 17 12:43:52 CEST 2008 - werner@suse.de - Add some more comments what can be done with streams created diff --git a/libzio.spec b/libzio.spec index 8db1073..236ce8a 100644 --- a/libzio.spec +++ b/libzio.spec @@ -20,7 +20,7 @@ License: GPL v2 or later Group: System/Libraries AutoReqProv: on Version: 0.8 -Release: 1 +Release: 2 Summary: A Library for Accessing Compressed Text Files BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: libzio-%{version}.tar.bz2 @@ -78,7 +78,7 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} %files %defattr(-,root,root) %{_libdir}/libzio.so.0 -%{_libdir}/libzio.so.0.7 +%{_libdir}/libzio.so.%{version} %files devel %defattr(-,root,root) @@ -89,6 +89,8 @@ make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} /usr/include/zio.h %changelog +* Mon Jul 21 2008 werner@suse.de +- Make it build * 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.