Hello community,

here is the log from the commit of package libgexiv2 for openSUSE:Factory 
checked in at 2012-03-30 13:00:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgexiv2 (Old)
 and      /work/SRC/openSUSE:Factory/.libgexiv2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgexiv2", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgexiv2/libgexiv2.changes      2012-03-29 
14:00:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgexiv2.new/libgexiv2.changes 2012-03-30 
13:00:51.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Mar 29 11:27:41 UTC 2012 - [email protected]
+
+- Update to version 0.4.1:
+  + Always build with -fPIC.
+
+-------------------------------------------------------------------

Old:
----
  libgexiv2-0.4.0.tar.bz2

New:
----
  libgexiv2-0.4.1.tar.bz2

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

Other differences:
------------------
++++++ libgexiv2.spec ++++++
--- /var/tmp/diff_new_pack.ZsfOSN/_old  2012-03-30 13:00:53.000000000 +0200
+++ /var/tmp/diff_new_pack.ZsfOSN/_new  2012-03-30 13:00:53.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libgexiv2
-Version:        0.4.0
+Version:        0.4.1
 Release:        0
 Summary:        A GObject-based Exiv2 wrapper
 License:        GPL-2.0+

++++++ libgexiv2-0.4.0.tar.bz2 -> libgexiv2-0.4.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgexiv2-0.4.0/Makefile new/libgexiv2-0.4.1/Makefile
--- old/libgexiv2-0.4.0/Makefile        2012-03-27 22:15:28.000000000 +0200
+++ new/libgexiv2-0.4.1/Makefile        2012-03-29 00:41:52.000000000 +0200
@@ -1,5 +1,5 @@
 PKGNAME = gexiv2
-VERSION = 0.4.0
+VERSION = 0.4.1
 
 # This number must be edited whenever a change has been made that may affect 
libgexiv2's
 # external interface.  Please see 
http://sourceware.org/autobook/autobook/autobook_91.html
@@ -94,15 +94,21 @@
 EXT_PKGS_CFLAGS = `pkg-config --cflags $(EXT_PKGS)`
 EXT_PKGS_LDFLAGS = `pkg-config --libs $(EXT_PKGS)`
 
+# REQUIRED_CFLAGS absolutely get appended to CFLAGS, whatever the
+# the value of CFLAGS in the environment
+REQUIRED_CFLAGS := -fPIC
+
 # setting CFLAGS in configure.mk overrides build type
 ifndef CFLAGS
 ifdef BUILD_DEBUG
-CFLAGS = -O0 -g -pipe -fPIC -nostdlib
+CFLAGS = -O0 -g -pipe -nostdlib
 else
-CFLAGS = -O2 -g -pipe -fPIC -nostdlib
+CFLAGS = -O2 -g -pipe -nostdlib
 endif
 endif
 
+CFLAGS += $(REQUIRED_CFLAGS)
+
 all: $(LIBRARY_BIN) $(PC_FILE)
 
 clean:

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

Reply via email to