Hello community, here is the log from the commit of package libzio for openSUSE:Factory checked in at 2012-10-05 18:38:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzio (Old) and /work/SRC/openSUSE:Factory/.libzio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzio", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/libzio/libzio.changes 2012-02-15 16:16:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libzio.new/libzio.changes 2012-10-06 18:39:08.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Oct 5 07:49:23 UTC 2012 - [email protected] + +- Strange policy causes new package libzio1 + +------------------------------------------------------------------- +Thu Oct 4 13:06:40 UTC 2012 - [email protected] + +- Correct autoconf part of the manual page + +------------------------------------------------------------------- Old: ---- libzio-0.99.tar.bz2 New: ---- libzio-1.00.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzio.spec ++++++ --- /var/tmp/diff_new_pack.ZWMiI5/_old 2012-10-06 18:39:08.000000000 +0200 +++ /var/tmp/diff_new_pack.ZWMiI5/_new 2012-10-06 18:39:08.000000000 +0200 @@ -15,7 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: libzio +%define lname libzio1 +Version: 1.00 +Release: 0 +Summary: A Library for Accessing Compressed Text Files +License: GPL-2.0+ +Group: System/Libraries +Url: http://libzio.sourceforge.net/ +Source: libzio-%{version}.tar.bz2 +Source1: baselibs.conf BuildRequires: libbz2-devel BuildRequires: zlib-devel %if %suse_version <= 1110 @@ -30,29 +40,31 @@ Obsoletes: libzio-64bit %endif # -Version: 0.99 -Release: 0 -Summary: A Library for Accessing Compressed Text Files -License: GPL-2.0+ -Group: System/Libraries -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source: libzio-%{version}.tar.bz2 -Source2: baselibs.conf %description Libzio provides a wrapper function for reading or writing gzip or bzip2 files with FILE streams. +Author: +-------- + Werner Fink <[email protected]> +%package -n %lname +Summary: A Library for Accessing Compressed Text Files +Group: System/Libraries -Authors: +%description -n %lname +Libzio provides a wrapper function for reading or writing gzip or bzip2 +files with FILE streams. + +Author: -------- Werner Fink <[email protected]> %package devel Summary: Libzio development files Group: Development/Libraries/C and C++ -Requires: libzio = %{version} +Requires: %lname = %{version} # bug437293 %ifarch ppc64 Obsoletes: libzio-devel-64bit @@ -92,13 +104,13 @@ %install make DESTDIR=$RPM_BUILD_ROOT install libdir=%{_libdir} mandir=%{_mandir} -%post -p /sbin/ldconfig +%post -n %lname -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig -%files +%files -n %lname %defattr(-,root,root) -%{_libdir}/libzio.so.0 +%{_libdir}/libzio.so.1 %{_libdir}/libzio.so.%{version} %files devel ++++++ libzio-0.99.tar.bz2 -> libzio-1.00.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzio-0.99/Makefile new/libzio-1.00/Makefile --- old/libzio-0.99/Makefile 2009-02-23 15:55:44.000000000 +0100 +++ new/libzio-1.00/Makefile 2012-10-04 15:34:02.000000000 +0200 @@ -7,8 +7,8 @@ LARGE = $(shell getconf LFS_CFLAGS) CFLAGS = $(RPM_OPT_FLAGS) -pipe -Wall -D_GNU_SOURCE -D_REENTRANT $(LARGE) CC = gcc -MAJOR = 0 -MINOR = 99 +MAJOR = 1 +MINOR = 00 VERSION = $(MAJOR).$(MINOR) SONAME = libzio.so.$(MAJOR) LDMAP = -Wl,--version-script=zio.map diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzio-0.99/fzopen.3.in new/libzio-1.00/fzopen.3.in --- old/libzio-0.99/fzopen.3.in 2009-02-23 15:59:59.000000000 +0100 +++ new/libzio-1.00/fzopen.3.in 2012-10-04 15:04:26.000000000 +0200 @@ -142,7 +142,7 @@ .nf AC_CHECK_HEADER(zio.h, [ AC_CHECK_LIB(zio, fzopen, [ - AC_CHECK_LIB(zio, fdzopen, [LIBS="$LIBS -l$zio"; am_cv_libzio=yes]) + AC_CHECK_LIB(zio, fdzopen, [LIBS="$LIBS -lzio"; am_cv_libzio=yes]) ]) ]) if test "$am_cv_libzio" = yes; then @@ -167,11 +167,20 @@ done ]) AC_CHECK_HEADER(lzmadec.h, [ - for lib in libzma lzmadec; do + for lib in lzma lzmadec; do AC_CHECK_LIB($lib, lzmadec_open, [ LIBS="$LIBS -l$lib" am_cv_libzio="$am_cv_libzio lib$lib" break + ]) + done + ]) + AC_CHECK_HEADER(lzma.h, [ + for lib in lzma; do + AC_CHECK_LIB($lib, lzma_easy_encoder, [ + LIBS="$LIBS -l$lib" + am_cv_libzio="$am_cv_libzio lib$lib" + break ]) done ]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
