Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2014-11-26 20:57:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes        2014-11-13 
09:17:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2014-11-26 
22:56:55.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Nov 25 16:28:13 UTC 2014 - [email protected]
+
+- Do not package ChangeLog: it's a 2MB plain text file which is not
+  going to be read ever by anybody. NEWS contains similar
+  information in a more approachable way.
+
+-------------------------------------------------------------------
+Tue Nov 25 13:38:51 UTC 2014 - [email protected]
+
+- Ad gtk2-allow-deprecated-gdk-pixbuf-API.patch: Allow deprecated
+  gdk-pixbuf API, taken from git.
+
+-------------------------------------------------------------------

New:
----
  gtk2-allow-deprecated-gdk-pixbuf-API.patch

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

Other differences:
------------------
++++++ gtk2.spec ++++++
--- /var/tmp/diff_new_pack.d8hESO/_old  2014-11-26 22:56:56.000000000 +0100
+++ /var/tmp/diff_new_pack.d8hESO/_new  2014-11-26 22:56:56.000000000 +0100
@@ -35,6 +35,8 @@
 Source5:        macros.gtk2
 # PATCH-FIX-UPSTREAM gtk2-window-dragging.patch bgo#611313 -- Taken from 
Fedora, to support window dragging from menubars/toolbars
 Patch0:         gtk2-window-dragging.patch
+# PATCH-FIX-UPSTREAM gtk2-allow-deprecated-gdk-pixbuf-API.patch 
[email protected] -- Allow deprecated gdk-pixbuf API, taken from git
+Patch1:         gtk2-allow-deprecated-gdk-pixbuf-API.patch
 # PATCH-FIX-OPENSUSE gtk2-GTK_PATH64.patch [email protected] - 64-bit dual 
install. Use GTK_PATH64 environment variable instead of GTK_PATH
 Patch8:         gtk2-GTK_PATH64.patch
 # PATCH-FEATURE-UPSTREAM 
bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff bnc129753 bgo319484 
[email protected] - Translate the font styles in the GUI
@@ -322,6 +324,7 @@
 done
 gnome-patch-translation-prepare
 %patch0 -p1
+%patch1 -p1
 %if "%{_lib}" == "lib64"
 cp -a %{SOURCE2} .
 # WARNING: This patch does not patch not installed demos and tests.
@@ -479,7 +482,7 @@
 
 %files -n libgtk-2_0-0
 %defattr(-,root,root)
-%doc AUTHORS COPYING README NEWS ChangeLog
+%doc AUTHORS COPYING README NEWS
 %if "%{_lib}" == "lib64"
 %doc README.SUSE
 %endif

++++++ gtk2-allow-deprecated-gdk-pixbuf-API.patch ++++++
>From 5bafcca63f8d065461c311f1ab768e7d0d290813 Mon Sep 17 00:00:00 2001
From: Matthias Clasen <[email protected]>
Date: Wed, 22 Oct 2014 22:10:56 -0400
Subject: Ignore gdk-pixbuf deprecations

We're not going to start updating the 2.24 branch to newer
gdk-pixbuf APIs, so ignore deprecations.

diff --git a/configure.ac b/configure.ac
index 85f0454..9e5c4f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -621,8 +621,6 @@ if test "x$GLIB_VERSION_MAJOR_MINOR" = 
"x$GLIB_REQUIRED_VERSION_MAJOR_MINOR"; th
   CFLAGS="-DG_DISABLE_DEPRECATED $CFLAGS"
 fi
 
-CFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CFLAGS"
-
 
 dnl
 dnl Check for bind_textdomain_codeset, including -lintl if GLib brings it in.
-- 
cgit v0.10.1


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

Reply via email to