Hello community,

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

Package is "libgnomeprintui"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgnomeprintui/libgnomeprintui.changes  
2013-03-24 21:44:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgnomeprintui.new/libgnomeprintui.changes     
2014-07-21 21:39:21.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Jul 13 17:33:31 UTC 2014 - [email protected]
+
+- Drop gnome-icon-theme-devel BuildRequires: not required.
+- Add libgnomeprintui-no-g-i_t.patch: Do not check for the presence
+  of gnome-icon-theme during build.
+
+-------------------------------------------------------------------

New:
----
  libgnomeprintui-no-g-i_t.patch

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

Other differences:
------------------
++++++ libgnomeprintui.spec ++++++
--- /var/tmp/diff_new_pack.acjhr2/_old  2014-07-21 21:39:22.000000000 +0200
+++ /var/tmp/diff_new_pack.acjhr2/_new  2014-07-21 21:39:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomeprintui
 #
-# 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
@@ -18,7 +18,6 @@
 
 Name:           libgnomeprintui
 BuildRequires:  fdupes
-BuildRequires:  gnome-icon-theme-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  libglade2-devel
@@ -38,6 +37,8 @@
 Source:         %{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 Patch0:         add-printer.patch
+# PATCH-FIX-UPSTREAM libgnomeprintui-no-g-i_t.patch [email protected] -- Do 
not depend on gnome-icon-theme, as it's deprecated.
+Patch1:         libgnomeprintui-no-g-i_t.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       libgnomecups >= 0.2.0
 Requires:       libgnomeprint >= 2.10.0
@@ -111,6 +112,7 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --with-pic\

++++++ libgnomeprintui-no-g-i_t.patch ++++++
Index: libgnomeprintui-2.18.6/configure
===================================================================
--- libgnomeprintui-2.18.6.orig/configure
+++ libgnomeprintui-2.18.6/configure
@@ -17195,13 +17195,11 @@ if test -n "$LIBGNOMEPRINTUI_CFLAGS"; th
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 \""; } >&5
   ($PKG_CONFIG --exists --print-errors "
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 ") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -17210,7 +17208,6 @@ if test -n "$LIBGNOMEPRINTUI_CFLAGS"; th
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 " 2>/dev/null`
 else
   pkg_failed=yes
@@ -17226,13 +17223,11 @@ if test -n "$LIBGNOMEPRINTUI_LIBS"; then
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 \""; } >&5
   ($PKG_CONFIG --exists --print-errors "
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 ") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -17241,7 +17236,6 @@ if test -n "$LIBGNOMEPRINTUI_LIBS"; then
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 " 2>/dev/null`
 else
   pkg_failed=yes
@@ -17266,14 +17260,12 @@ fi
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 " 2>&1`
         else
                LIBGNOMEPRINTUI_PKG_ERRORS=`$PKG_CONFIG --print-errors "
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 " 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
@@ -17283,7 +17275,6 @@ fi
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 ) were not met:
 
 $LIBGNOMEPRINTUI_PKG_ERRORS
Index: libgnomeprintui-2.18.6/configure.in
===================================================================
--- libgnomeprintui-2.18.6.orig/configure.in
+++ libgnomeprintui-2.18.6/configure.in
@@ -64,7 +64,6 @@ PKG_CHECK_MODULES(LIBGNOMEPRINTUI, [
        gtk+-2.0           >= 2.6.0
        libgnomeprint-2.2  >= 2.12.1
        libgnomecanvas-2.0 >= 1.117.0
-       gnome-icon-theme   >= 1.1.92
 ])
 AC_SUBST(LIBGNOMEPRINTUI_CFLAGS)
 AC_SUBST(LIBGNOMEPRINTUI_LIBS)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to