Hello community,

here is the log from the commit of package gupnp-tools for openSUSE:Factory 
checked in at 2014-09-30 19:36:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gupnp-tools (Old)
 and      /work/SRC/openSUSE:Factory/.gupnp-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gupnp-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gupnp-tools/gupnp-tools.changes  2014-02-06 
06:49:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp-tools.new/gupnp-tools.changes     
2014-09-30 19:36:29.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jul 13 20:54:57 UTC 2014 - [email protected]
+
+- Remove dependency on gnome-icon-theme:
+  + Add gupnp-tools-no-g_i_t.patch: Do not depend on
+    gnome-icon-theme. Gnome-icon-theme variants have been merged
+    into adwaita-icon-theme.  Ensuring the presence of the same is
+    responsibility of GTK+ 3.0.
+  + Drop pkgconfig(gnome-icon-theme) BuildRequires.
+
+-------------------------------------------------------------------

New:
----
  gupnp-tools-no-g_i_t.patch

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

Other differences:
------------------
++++++ gupnp-tools.spec ++++++
--- /var/tmp/diff_new_pack.9SPfGw/_old  2014-09-30 19:36:30.000000000 +0200
+++ /var/tmp/diff_new_pack.9SPfGw/_new  2014-09-30 19:36:30.000000000 +0200
@@ -24,10 +24,11 @@
 Group:          Productivity/Networking/Other
 Url:            http://www.gupnp.org/
 Source:         
http://download.gnome.org/sources/gupnp-tools/0.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gupnp-tools-no-g_i_t.patch bgo#735275 
[email protected] --No longer depend on gnome-icon-theme.
+Patch0:         gupnp-tools-no-g_i_t.patch
 BuildRequires:  intltool >= 0.4.0
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gio-2.0) >= 2.12
-BuildRequires:  pkgconfig(gnome-icon-theme) >= 2.20
 BuildRequires:  pkgconfig(gssdp-1.0) >= 0.13.3
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.2.0
@@ -66,6 +67,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++++++ gupnp-tools-no-g_i_t.patch ++++++
Index: gupnp-tools-0.8.9/configure
===================================================================
--- gupnp-tools-0.8.9.orig/configure
+++ gupnp-tools-0.8.9/configure
@@ -13322,97 +13322,6 @@ $as_echo "yes" >&6; }
 fi
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNOME_ICON_THEME" >&5
-$as_echo_n "checking for GNOME_ICON_THEME... " >&6; }
-
-if test -n "$GNOME_ICON_THEME_CFLAGS"; then
-    pkg_cv_GNOME_ICON_THEME_CFLAGS="$GNOME_ICON_THEME_CFLAGS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"gnome-icon-theme >= \$ICON_THEME_REQUIRED\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gnome-icon-theme >= 
$ICON_THEME_REQUIRED") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GNOME_ICON_THEME_CFLAGS=`$PKG_CONFIG --cflags "gnome-icon-theme >= 
$ICON_THEME_REQUIRED" 2>/dev/null`
-                     test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-if test -n "$GNOME_ICON_THEME_LIBS"; then
-    pkg_cv_GNOME_ICON_THEME_LIBS="$GNOME_ICON_THEME_LIBS"
- elif test -n "$PKG_CONFIG"; then
-    if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"gnome-icon-theme >= \$ICON_THEME_REQUIRED\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "gnome-icon-theme >= 
$ICON_THEME_REQUIRED") 2>&5
-  ac_status=$?
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
-  test $ac_status = 0; }; then
-  pkg_cv_GNOME_ICON_THEME_LIBS=`$PKG_CONFIG --libs "gnome-icon-theme >= 
$ICON_THEME_REQUIRED" 2>/dev/null`
-                     test "x$?" != "x0" && pkg_failed=yes
-else
-  pkg_failed=yes
-fi
- else
-    pkg_failed=untried
-fi
-
-
-
-if test $pkg_failed = yes; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
-        _pkg_short_errors_supported=yes
-else
-        _pkg_short_errors_supported=no
-fi
-        if test $_pkg_short_errors_supported = yes; then
-               GNOME_ICON_THEME_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "gnome-icon-theme >= $ICON_THEME_REQUIRED" 2>&1`
-        else
-               GNOME_ICON_THEME_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "gnome-icon-theme >= $ICON_THEME_REQUIRED" 2>&1`
-        fi
-       # Put the nasty error message in config.log where it belongs
-       echo "$GNOME_ICON_THEME_PKG_ERRORS" >&5
-
-       as_fn_error $? "Package requirements (gnome-icon-theme >= 
$ICON_THEME_REQUIRED) were not met:
-
-$GNOME_ICON_THEME_PKG_ERRORS
-
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
-installed software in a non-standard prefix.
-
-Alternatively, you may set the environment variables GNOME_ICON_THEME_CFLAGS
-and GNOME_ICON_THEME_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details." "$LINENO" 5
-elif test $pkg_failed = untried; then
-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "The pkg-config script could not be found or is too old.  Make 
sure it
-is in your PATH or set the PKG_CONFIG environment variable to the full
-path to pkg-config.
-
-Alternatively, you may set the environment variables GNOME_ICON_THEME_CFLAGS
-and GNOME_ICON_THEME_LIBS to avoid the need to call pkg-config.
-See the pkg-config man page for more details.
-
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
-See \`config.log' for more details" "$LINENO" 5; }
-else
-       GNOME_ICON_THEME_CFLAGS=$pkg_cv_GNOME_ICON_THEME_CFLAGS
-       GNOME_ICON_THEME_LIBS=$pkg_cv_GNOME_ICON_THEME_LIBS
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-
-fi
-
-pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GIO" >&5
 $as_echo_n "checking for GIO... " >&6; }
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to