Hello community,

here is the log from the commit of package zziplib for openSUSE:Factory
checked in at Mon May 2 12:24:01 CEST 2011.



--------
--- zziplib/zziplib.changes     2010-02-17 10:47:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/zziplib/zziplib.changes        2011-04-30 
21:04:22.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Apr 30 15:22:39 UTC 2011 - [email protected]
+
+- Fix build with gcc 4.6
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  zziplib-0.13.58-wronglinking.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zziplib.spec ++++++
--- /var/tmp/diff_new_pack.edCvTz/_old  2011-05-02 12:23:41.000000000 +0200
+++ /var/tmp/diff_new_pack.edCvTz/_new  2011-05-02 12:23:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package zziplib (Version 0.13.58)
+# spec file for package zziplib
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -21,13 +21,14 @@
 Name:           zziplib
 Summary:        ZZipLib: Free Zip Compression Library with an Easy-to-Use API
 Version:        0.13.58
-Release:        1
+Release:        9
 License:        LGPLv2.1+
 Group:          System/Libraries
 AutoReqProv:    on
 Url:            http://zziplib.sourceforge.net
 Source0:        
http://prdownloads.sourceforge.net/zziplib/%{name}-%{version}.tar.bz2
 Patch:          zziplib-0.13.49.patch
+Patch1:         zziplib-0.13.58-wronglinking.patch
 BuildRequires:  pkgconfig python zlib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -48,6 +49,7 @@
 %prep
 %setup -q
 %patch
+%patch1
 
 %build
 autoreconf -fiv

++++++ zziplib-0.13.58-wronglinking.patch ++++++
--- configure.ac.orig
+++ configure.ac
@@ -288,7 +288,7 @@ case "$host_os" in
 
     if test ".$can_build_shared" = .no
     then ZZIPLIB_LDFLAGS=""
-    else ZZIPLIB_LDFLAGS="--export-dynamic"
+    else ZZIPLIB_LDFLAGS="-Wl,--export-dynamic"
     fi
     RESOLVES=' # '
   ;;
--- zzip/Makefile.am.orig
+++ zzip/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.5 foreign
 AUTOTOOL_VERSION=autoconf-2.52 automake-1.5 libtool-1.4.2
 DEFAULT_INCLUDES = # nothing - no default of -I. -I$(srcdir)
 DEFS = @DEFS@ -I$(top_builddir) -I$(top_srcdir) # also for automake 1.4
-
+AM_CFLAGS = -fno-strict-aliasing
 lib_LTLIBRARIES = libzzip.la libzzipmmapped.la libzzipfseeko.la
 zzipdir = ${includedir}/zzip
 zzip_HEADERS = $(libzzip_la_headers) \

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to