From e285f41a23e32a56e3daab927d2c50c51dfb09860393652f5639572d3e1e2d4b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 21 Apr 2008 16:42:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzio?expand=0&rev=8 --- libzio-0.6.tar.bz2 | 3 --- libzio-0.7.tar.bz2 | 3 +++ libzio.changes | 5 +++++ libzio.spec | 10 ++++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 libzio-0.6.tar.bz2 create mode 100644 libzio-0.7.tar.bz2 diff --git a/libzio-0.6.tar.bz2 b/libzio-0.6.tar.bz2 deleted file mode 100644 index b72eea6..0000000 --- a/libzio-0.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83ab8f88ee375b2396b4c15f487c55487544579bbff57306be7a45ae4a02e722 -size 17031 diff --git a/libzio-0.7.tar.bz2 b/libzio-0.7.tar.bz2 new file mode 100644 index 0000000..a0a5793 --- /dev/null +++ b/libzio-0.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68e4e05b4ec5191cf77f9b207434a5149f1e18cce36115974b9d705528afa0dc +size 17053 diff --git a/libzio.changes b/libzio.changes index dc4b29f..d8545a6 100644 --- a/libzio.changes +++ b/libzio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 21 15:31:27 CEST 2008 - werner@suse.de + +- Make BZ2_bzdopen() and gzdopen() weak symbols + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/libzio.spec b/libzio.spec index bd834ac..17974cf 100644 --- a/libzio.spec +++ b/libzio.spec @@ -1,5 +1,5 @@ # -# spec file for package libzio (Version 0.6) +# spec file for package libzio (Version 0.7) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -19,8 +19,8 @@ BuildRequires: libbz2-devel License: GPL v2 or later Group: System/Libraries AutoReqProv: on -Version: 0.6 -Release: 12 +Version: 0.7 +Release: 1 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.6 +%{_libdir}/libzio.so.0.7 %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 Apr 21 2008 werner@suse.de +- Make BZ2_bzdopen() and gzdopen() weak symbols * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support