Hello community, here is the log from the commit of package zziplib for openSUSE:Factory checked in at 2013-03-22 13:07:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zziplib (Old) and /work/SRC/openSUSE:Factory/.zziplib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zziplib", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/zziplib/zziplib.changes 2012-12-17 09:50:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.zziplib.new/zziplib.changes 2013-03-22 13:07:21.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Mar 16 21:37:21 UTC 2013 - [email protected] + +- zziplib-largefile.patch: Enable largefile support +- Enable debug information + +------------------------------------------------------------------- New: ---- zziplib-largefile.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zziplib.spec ++++++ --- /var/tmp/diff_new_pack.ffONn0/_old 2013-03-22 13:07:25.000000000 +0100 +++ /var/tmp/diff_new_pack.ffONn0/_new 2013-03-22 13:07:25.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package zziplib # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,25 @@ # - Name: zziplib %define lname libzzip-0-13 Summary: Free Zip Compression Library with an Easy-to-Use API -Version: 0.13.62 -Release: 0 License: LGPL-2.1+ Group: System/Libraries +Version: 0.13.62 +Release: 0 Url: http://zziplib.sourceforge.net Source0: http://prdownloads.sourceforge.net/zziplib/%{name}-%{version}.tar.bz2 Source2: baselibs.conf Patch: zziplib-0.13.62.patch Patch1: zziplib-0.13.62-wronglinking.patch +Patch2: zziplib-largefile.patch +BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: python BuildRequires: zlib-devel -BuildRequires: dos2unix BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -52,10 +52,10 @@ using free algorithms of zlib. %package devel -License: LGPL-2.1+ Summary: Free zip compression library with easy to use API Group: Development/Libraries/C and C++ -Requires: %lname = %version, zlib-devel +Requires: %lname = %version +Requires: zlib-devel %description devel That are the header files needed for developing applications using @@ -65,13 +65,14 @@ %setup -q %patch %patch1 +%patch2 # Fix wrong encoding dos2unix docs/README.MSVC6 dos2unix docs/sdocbook.css %build autoreconf -fiv -%configure --enable-largefile --disable-static --with-pic +%configure --with-largefile --enable-frame-pointer --disable-static --with-pic make %{?_smp_mflags} all; make doc; ++++++ zziplib-largefile.patch ++++++ Index: configure.ac =================================================================== --- configure.ac.orig +++ configure.ac @@ -125,7 +125,7 @@ if test ".$ac_cv_sys_largefile_sensitive elif test ".$with_largefile" != ".no" ; then AC_MSG_RESULT(compiles library as 64bit off_t variant dnl - and renaming some function names) - LARGEFILE_CFLAGS="$LARGEFILE_CFLAGS -D_LARGEFILE_SOURCE" + LARGEFILE_CFLAGS="$LARGEFILE_CFLAGS -D_ZZIP_LARGEFILE -D_LARGEFILE_SOURCE" AC_MSG_RESULT(..adding CFLAGS $LARGEFILE_CFLAGS) CFLAGS="$CFLAGS $LARGEFILE_CFLAGS" AC_MSG_RESULT(..adding 64 into RELEASE_INFO for the libraries) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
