Hello community,

here is the log from the commit of package libflaim for openSUSE:Factory 
checked in at 2012-01-26 14:05:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libflaim (Old)
 and      /work/SRC/openSUSE:Factory/.libflaim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libflaim", Maintainer is "csarangt...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libflaim/libflaim.changes        2011-12-27 
18:13:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libflaim.new/libflaim.changes   2012-01-26 
14:05:58.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 25 17:24:05 CET 2012 - mhruse...@suse.cz
+
+- refixed arm build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libflaim.spec ++++++
--- /var/tmp/diff_new_pack.cgt19D/_old  2012-01-26 14:05:59.000000000 +0100
+++ /var/tmp/diff_new_pack.cgt19D/_new  2012-01-26 14:05:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libflaim
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,7 +21,7 @@
 %define lname  libflaim5
 BuildRequires:  gcc-c++ ncurses-devel
 Summary:        Embeddable cross-platform database engine
-URL:            http://forge.novell.com/modules/xfmod/project/?flaim
+Url:            http://forge.novell.com/modules/xfmod/project/?flaim
 Version:        4.9.1046
 Release:        106
 License:        LGPL-2.1+

++++++ libflaim-arm.patch ++++++
--- /var/tmp/diff_new_pack.cgt19D/_old  2012-01-26 14:05:59.000000000 +0100
+++ /var/tmp/diff_new_pack.cgt19D/_new  2012-01-26 14:05:59.000000000 +0100
@@ -22,12 +22,24 @@
                ccflags += -Wall -fPIC
                ifneq ($(target_processor_family),ia64)
 -                      ccflags += -m$(target_word_size)
-+                      ifneq ($(HOSTTYPE),arm)
++                      ifneq ($(target_processor_family),arm)
 +                              ccflags += -m$(target_word_size)
 +                      endif
                endif
        endif
  
+@@ -1133,9 +1143,11 @@ ifdef unix_target
+ 
+       ifeq ($(compiler),g++)
+               ifneq ($(target_processor_family),ia64)
++              ifneq ($(target_processor_family),arm)
+                       shared_link_flags += -m$(target_word_size)
+                       link_flags += -m$(target_word_size)
+               endif
++              endif
+       endif
+ 
+       lib_link_libs = -lpthread
 Index: src/flaimtk.h
 ===================================================================
 --- src/flaimtk.h.orig

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

Reply via email to