Hello community,

here is the log from the commit of package gtkimageview for openSUSE:Factory 
checked in at 2014-11-29 08:39:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtkimageview (Old)
 and      /work/SRC/openSUSE:Factory/.gtkimageview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtkimageview"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtkimageview/gtkimageview.changes        
2013-04-02 11:50:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtkimageview.new/gtkimageview.changes   
2014-11-29 08:40:00.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov 27 08:15:12 UTC 2014 - [email protected]
+
+- Allow building with newer gdk-pixbuf: gtkimageview is legacy and
+  will not be ported to the new API.
+  + Remove -DGDK_PIXBUF_DISABLE_DEPRECATED and -Werror from CFLAGS.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gtkimageview.spec ++++++
--- /var/tmp/diff_new_pack.h16cX9/_old  2014-11-29 08:40:01.000000000 +0100
+++ /var/tmp/diff_new_pack.h16cX9/_new  2014-11-29 08:40:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gtkimageview
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -56,6 +56,10 @@
 
 %prep
 %setup -q
+# Allow the usage of deprecated functions of gdk-pixbuf
+sed -i "s:-DGDK_PIXBUF_DISABLE_DEPRECATED::g" configure
+# As deprecations are still a warning, we also have to stop raising them to 
errors
+sed -i "s:-Werror::g" configure
 
 %build
 %configure --disable-static

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

Reply via email to