Hello community,

here is the log from the commit of package gegl-unstable for openSUSE:Factory 
checked in at 2017-04-29 10:51:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gegl-unstable (Old)
 and      /work/SRC/openSUSE:Factory/.gegl-unstable.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gegl-unstable"

Sat Apr 29 10:51:58 2017 rev:12 rq:491211 version:0.3.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/gegl-unstable/gegl-unstable.changes      
2017-03-22 22:59:00.783590725 +0100
+++ /work/SRC/openSUSE:Factory/.gegl-unstable.new/gegl-unstable.changes 
2017-04-29 10:51:58.897303915 +0200
@@ -1,0 +2,7 @@
+Tue Apr 25 07:52:30 UTC 2017 - [email protected]
+
+- Add gegl-move-log_domain.patch: move G_LOG_DOMAIN define to a
+  Makefile.am as suggested in glib docs. Fixes build with recent
+  gobject-introspection versions.
+
+-------------------------------------------------------------------

New:
----
  gegl-move-log_domain.patch

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

Other differences:
------------------
++++++ gegl-unstable.spec ++++++
--- /var/tmp/diff_new_pack.13ga28/_old  2017-04-29 10:52:00.113132155 +0200
+++ /var/tmp/diff_new_pack.13ga28/_new  2017-04-29 10:52:00.117131590 +0200
@@ -27,6 +27,8 @@
 Group:          System/Libraries
 Url:            http://gegl.org/
 Source:         %{_name}-%{version}.tar.xz
+# PATCH-FIx-UPSTREAM gegl-move-log_domain.patch [email protected] -- move 
G_LOG_DOMAIN define to a Makefile.am as suggested in glib docs. Fixes build 
with recent gobject-introspection versions.
+Patch0:         gegl-move-log_domain.patch
 BuildRequires:  ImageMagick
 BuildRequires:  SDL-devel
 BuildRequires:  enscript
@@ -144,6 +146,7 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
 
 %build
 ./autogen.sh

++++++ gegl-move-log_domain.patch ++++++
>From 81fb956b221e4b1f919788d8a5f6a3a5462b86ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=98yvind=20Kol=C3=A5s?= <[email protected]>
Date: Thu, 23 Mar 2017 14:59:28 +0100
Subject: build: move G_LOG_DOMAIN define to a Makefile.am as suggested in glib
 docs...

---
 configure.ac     | 2 --
 gegl/Makefile.am | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 41ed17e..36e8e2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1269,8 +1269,6 @@ done
 # We should support this at some point if possible
 #LDFLAGS="-Wl,-z,defs"
 
-CFLAGS="$CFLAGS -DG_LOG_DOMAIN=\\\"GEGL\\\""
-
 dnl bin/node-editors/Makefile
 AC_CONFIG_FILES([
 Makefile
diff --git a/gegl/Makefile.am b/gegl/Makefile.am
index 2030ebb..b5f70d8 100644
--- a/gegl/Makefile.am
+++ b/gegl/Makefile.am
@@ -12,6 +12,7 @@ endif
 
 SUBDIRS = buffer graph module operation process property-types opencl
 
+
 CLEANFILES =
 
 AM_CPPFLAGS = \
@@ -31,6 +32,7 @@ AM_CPPFLAGS = \
        -I$(top_builddir)/gegl/property-types \
        -I$(top_srcdir)/gegl/property-types \
        -DLIBDIR=\""$(libdir)"\" \
+        -DG_LOG_DOMAIN=\"GEGL\" \
        -DGEGL_LOCALEDIR=\""$(GEGL_LOCALEDIR)"\"
 
 AM_CFLAGS = $(DEP_CFLAGS) $(BABL_CFLAGS)
-- 
cgit v0.12



Reply via email to