Hello community,

here is the log from the commit of package gupnp-ui for openSUSE:Factory 
checked in at 2013-04-02 11:51:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gupnp-ui (Old)
 and      /work/SRC/openSUSE:Factory/.gupnp-ui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gupnp-ui", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gupnp-ui/gupnp-ui.changes        2011-09-23 
02:02:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gupnp-ui.new/gupnp-ui.changes   2013-04-02 
11:51:38.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jan 12 17:32:03 UTC 2013 - dims...@opensuse.org
+
+- Add gupnp-ui-gssdp.patch: Ensure the test binary is linked
+  against libgssdp-1.0.
+
+-------------------------------------------------------------------

New:
----
  gupnp-ui-gssdp.patch

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

Other differences:
------------------
++++++ gupnp-ui.spec ++++++
--- /var/tmp/diff_new_pack.K8iqR9/_old  2013-04-02 11:51:39.000000000 +0200
+++ /var/tmp/diff_new_pack.K8iqR9/_new  2013-04-02 11:51:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gupnp-ui
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,10 +16,9 @@
 #
 
 
-
 Name:           gupnp-ui
 Version:        0.1.1
-Release:        12
+Release:        0
 Summary:        Collection of GTK+ widgets on top of GUPnP
 License:        LGPL-2.0+
 Group:          Development/Libraries/GNOME
@@ -27,6 +26,8 @@
 Source:         %{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM gupnp-linking.patch dims...@opensuse.org -- Fix build on 
Factory with --no-copy-dt-needed-entries. Patch sent upstream.
 Patch0:         gupnp-linking.patch
+# PATCH-FIX-UPSTREAM gupnp-ui-gssdp.patch bgo#691616 dims...@opensuse.org -- 
Link the test binary against libgssdp.
+Patch1:         gupnp-ui-gssdp.patch
 BuildRequires:  gnome-common
 BuildRequires:  gtk2-devel
 BuildRequires:  libgupnp-devel
@@ -36,7 +37,6 @@
 GUPnP-UI provides a collection of simple GTK+ widgets on top of GUPnP.
 
 %package -n libgupnp-ui-1_0-0
-License:        LGPL-2.0+
 Summary:        Collection of GTK+ widgets on top of GUPnP
 Group:          Development/Libraries/GNOME
 
@@ -44,12 +44,11 @@
 GUPnP-UI provides a collection of simple GTK+ widgets on top of GUPnP.
 
 %package -n libgupnp-ui-devel
-License:        LGPL-2.0+
 Summary:        Collection of GTK+ widgets on top of GUPnP - Development Files
 Group:          Development/Libraries/GNOME
-Requires:       libgupnp-ui-1_0-0 = %{version}
 Requires:       gtk2-devel
 Requires:       libgupnp-devel
+Requires:       libgupnp-ui-1_0-0 = %{version}
 
 %description -n libgupnp-ui-devel
 GUPnP-UI provides a collection of simple GTK+ widgets on top of GUPnP.
@@ -57,6 +56,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 NOCONFIGURE=1 gnome-autogen.sh

++++++ gupnp-ui-gssdp.patch ++++++
Index: gupnp-ui-0.1.1/configure.ac
===================================================================
--- gupnp-ui-0.1.1.orig/configure.ac
+++ gupnp-ui-0.1.1/configure.ac
@@ -11,6 +11,7 @@ AC_STDC_HEADERS
 AC_PROG_LIBTOOL
 
 PKG_CHECK_MODULES(LIBGUPNP_UI, gupnp-1.0 >= 0.3 gtk+-2.0)
+PKG_CHECK_MODULES(GSSDP, gssdp-1.0)
 
 PKG_CHECK_MODULES(GTHREAD, gthread-2.0)
 
Index: gupnp-ui-0.1.1/tests/Makefile.am
===================================================================
--- gupnp-ui-0.1.1.orig/tests/Makefile.am
+++ gupnp-ui-0.1.1/tests/Makefile.am
@@ -3,7 +3,7 @@ AM_CFLAGS = $(LIBGUPNP_UI_CFLAGS) $(GTHR
 noinst_PROGRAMS = test-view
 
 test_view_SOURCES = test-view.c
-test_view_LDADD   = $(top_builddir)/libgupnp-ui/libgupnp-ui-1.0.la 
$(GTHREAD_LIBS) $(LIBGUPNP_UI_LIBS)
+test_view_LDADD   = $(top_builddir)/libgupnp-ui/libgupnp-ui-1.0.la 
$(GTHREAD_LIBS) $(LIBGUPNP_UI_LIBS) $(GSSDP_LIBS)
 
 CLEANFILES = $(BUILT_SOURCES)
 DISTCLEANFILES = $(BUILT_SOURCES)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to