Hello community,

here is the log from the commit of package libflaim for openSUSE:Factory
checked in at Mon Jun 6 11:26:09 CEST 2011.



--------
--- libflaim/libflaim.changes   2010-12-09 16:38:01.000000000 +0100
+++ /mounts/work_src_done/STABLE/libflaim/libflaim.changes      2011-06-02 
15:49:50.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun  2 13:49:22 UTC 2011 - [email protected]
+
+- remove -Werror from cflags
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ libflaim.spec ++++++
--- /var/tmp/diff_new_pack.UDIF1T/_old  2011-06-06 11:21:22.000000000 +0200
+++ /var/tmp/diff_new_pack.UDIF1T/_new  2011-06-06 11:21:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libflaim (Version 4.9.1046)
+# spec file for package libflaim
 #
-# 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
@@ -23,7 +23,7 @@
 Summary:        Embeddable cross-platform database engine
 Url:            http://forge.novell.com/modules/xfmod/project/?flaim
 Version:        4.9.1046
-Release:        101
+Release:        106
 License:        LGPLv2.1+
 Group:          Development/Libraries/C and C++
 Source:         libflaim-4.9.1046.tar.gz
@@ -38,13 +38,6 @@
 and robust. It is available on a wide variety of 32 bit and 64 bit
 platforms.
 
-
-
-Authors:
---------
-    Daniel Sanders
-    Andrew Hodgkinson
-
 %package devel
 License:        LGPLv2.1+
 Summary:        Embeddable cross-platform database engine
@@ -57,13 +50,6 @@
 and robust. It is available on a wide variety of 32 bit and 64 bit
 platforms.
 
-
-
-Authors:
---------
-    Daniel Sanders
-    Andrew Hodgkinson
-
 %prep
 %setup -q
 %patch

++++++ libflaim-warning.patch ++++++
--- /var/tmp/diff_new_pack.UDIF1T/_old  2011-06-06 11:21:22.000000000 +0200
+++ /var/tmp/diff_new_pack.UDIF1T/_new  2011-06-06 11:21:22.000000000 +0200
@@ -1,5 +1,7 @@
---- ftk/src/ftk.h
-+++ ftk/src/ftk.h
+Index: ftk/src/ftk.h
+===================================================================
+--- ftk/src/ftk.h.orig 2007-03-29 16:09:57.000000000 +0200
++++ ftk/src/ftk.h      2011-06-02 15:45:22.283023559 +0200
 @@ -330,8 +330,10 @@
                #endif
  
@@ -20,8 +22,10 @@
  
        void f_timeGetSeconds(
                FLMUINT *               puiSeconds);
---- ftk/src/ftksys.h
-+++ ftk/src/ftksys.h
+Index: ftk/src/ftksys.h
+===================================================================
+--- ftk/src/ftksys.h.orig      2007-03-29 16:09:57.000000000 +0200
++++ ftk/src/ftksys.h   2011-06-02 15:45:22.284023465 +0200
 @@ -218,7 +218,7 @@
        Desc:
        **********************************************************************/
@@ -40,9 +44,11 @@
                        FLMATOMIC *             piTarget,
                        FLMATOMIC               iNewValue);
        #endif
---- ftk/src/ftkunix.cpp
-+++ ftk/src/ftkunix.cpp
-@@ -1356,7 +1356,7 @@
+Index: ftk/src/ftkunix.cpp
+===================================================================
+--- ftk/src/ftkunix.cpp.orig   2007-03-29 16:09:57.000000000 +0200
++++ ftk/src/ftkunix.cpp        2011-06-02 15:45:22.284023465 +0200
+@@ -1356,7 +1356,7 @@ extern "C" void sparc_atomic_code( void)
  Desc:
  ****************************************************************************/
  #if defined( FLM_PPC) && defined( FLM_GNUC)
@@ -51,7 +57,7 @@
        FLMATOMIC *             piTarget,
        FLMINT32                        iDelta)
  {
-@@ -1381,7 +1381,7 @@
+@@ -1381,7 +1381,7 @@ FLMATOMIC ppc_atomic_add(
  Desc:
  ****************************************************************************/
  #if defined( FLM_PPC) && defined( FLM_GNUC)
@@ -60,9 +66,11 @@
        FLMATOMIC *             piTarget,
        FLMATOMIC               iNewValue)
  {
---- src/kybuild.cpp
-+++ src/kybuild.cpp
-@@ -534,8 +534,8 @@
+Index: src/kybuild.cpp
+===================================================================
+--- src/kybuild.cpp.orig       2007-03-29 16:09:57.000000000 +0200
++++ src/kybuild.cpp    2011-06-02 15:45:22.286023277 +0200
+@@ -534,8 +534,8 @@ FSTATIC RCODE flmProcessIndexedFld(
                                if (pIxd->uiFlags & IXD_OFFLINE)
                                {
                                        if (uiContainerNum > 
pIxd->uiLastContainerIndexed ||
@@ -73,3 +81,16 @@
                                        {
                                                continue;
                                        }
+Index: Makefile
+===================================================================
+--- Makefile.orig      2007-03-29 16:09:57.000000000 +0200
++++ Makefile   2011-06-02 15:46:24.264179045 +0200
+@@ -1017,7 +1017,7 @@ ifdef unix_target
+       # Compiler defines and flags
+ 
+       ifeq ($(compiler),g++)
+-              ccflags += -Wall -Werror -fPIC
++              ccflags += -Wall -fPIC
+               ifneq ($(target_processor_family),ia64)
+                       ccflags += -m$(target_word_size)
+               endif


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



Remember to have fun...

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

Reply via email to