Hello community,

here is the log from the commit of package libxflaim for openSUSE:Factory
checked in at Mon Jul 11 12:34:09 CEST 2011.



--------
--- libxflaim/libxflaim.changes 2007-12-27 01:04:54.000000000 +0100
+++ /mounts/work_src_done/STABLE/libxflaim/libxflaim.changes    2011-07-08 
14:50:58.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul  8 12:49:53 UTC 2011 - c...@novell.com
+
+- fixed gcc 4.6 build by building with -Wno-error=unused-but-set-variable
+  (there are way too many unused -but-set variables)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  gcc46-Makefile.patch

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

Other differences:
------------------
++++++ libxflaim.spec ++++++
--- /var/tmp/diff_new_pack.i0W2C4/_old  2011-07-11 12:33:36.000000000 +0200
+++ /var/tmp/diff_new_pack.i0W2C4/_new  2011-07-11 12:33:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libxflaim (Version 5.1.1046)
+# spec file for package libxflaim
 #
-# Copyright (c) 2009 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
@@ -22,11 +22,12 @@
 Summary:        Embeddable XML Database Engine
 Url:            http://forge.novell.com/modules/xfmod/project/?flaim
 Version:        5.1.1046
-Release:        166
+Release:        177
 License:        LGPL v2.1 or later
 Group:          Development/Libraries/C and C++
 Source:         %{name}-%{version}.tar.bz2
 Patch:          libxflaim-warning.patch
+Patch1:         gcc46-Makefile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -35,8 +36,6 @@
 highly scalable, reliable, and robust. It is available on a wide
 variety of 32 bit and 64 bit platforms.
 
-
-
 Authors:
 --------
     Daniel Sanders
@@ -64,6 +63,9 @@
 %prep
 %setup -q
 %patch
+%if 0%{?suse_version} > 1140
+%patch1
+%endif
 
 %build
 make lib_dir_name=%{_lib}  libs csharp

++++++ gcc46-Makefile.patch ++++++
--- Makefile.orig       2011-07-08 14:40:47.000000000 +0200
+++ Makefile    2011-07-08 14:40:54.000000000 +0200
@@ -1025,7 +1025,8 @@
                -falign-jumps \
                -falign-loops \
                -falign-labels \
-               -fcrossjumping
+               -fcrossjumping \
+               -Wno-error=unused-but-set-variable
                                
        ifeq ($(usenativecc),yes)
                ifeq ($(target_os_family),solaris)

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to