Hello community,

here is the log from the commit of package gupnp-ui for openSUSE:Factory
checked in at Fri Aug 26 09:42:50 CEST 2011.



--------
--- GNOME/gupnp-ui/gupnp-ui.changes     2009-06-13 23:12:56.000000000 +0200
+++ /mounts/work_src_done/STABLE/gupnp-ui/gupnp-ui.changes      2011-08-25 
20:15:29.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Aug 25 18:13:48 UTC 2011 - [email protected]
+
+- Add gupnp-linking.patch: Fix linking on Factory with
+  --no-copy-dt-needed-entries enabled.
+- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
+  the patch touches the build system.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  gupnp-linking.patch

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

Other differences:
------------------
++++++ gupnp-ui.spec ++++++
--- /var/tmp/diff_new_pack.Lna7fL/_old  2011-08-26 09:40:30.000000000 +0200
+++ /var/tmp/diff_new_pack.Lna7fL/_new  2011-08-26 09:40:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gupnp-ui (Version 0.1.1)
+# spec file for package gupnp-ui
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,12 +19,15 @@
 
 Name:           gupnp-ui
 Version:        0.1.1
-Release:        2
+Release:        12
 Summary:        Collection of GTK+ widgets on top of GUPnP
 License:        LGPL v2 or later
 Group:          Development/Libraries/GNOME
 Url:            http://www.gupnp.org/
 Source:         %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gupnp-linking.patch [email protected] -- Fix build on 
Factory with --no-copy-dt-needed-entries. Patch sent upstream.
+Patch0:         gupnp-linking.patch
+BuildRequires:  gnome-common
 BuildRequires:  gtk2-devel
 BuildRequires:  libgupnp-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -53,8 +56,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-static
 %__make %{?jobs:-j%jobs}
 

++++++ gupnp-linking.patch ++++++
>From d428768f8054a68d2c19388454f4427ad2720910 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <[email protected]>
Date: Thu, 25 Aug 2011 20:05:02 +0200
Subject: [PATCH] Tests: make sure to link the source against libgupnp-1.0 and
 other dependencies.

---
 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 09c37fd..125c8e9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,7 +3,7 @@ AM_CFLAGS = $(LIBGUPNP_UI_CFLAGS) $(GTHREAD_CFLAGS) 
-I$(top_srcdir)
 noinst_PROGRAMS = test-view
 
 test_view_SOURCES = test-view.c
-test_view_LDADD   = $(top_builddir)/libgupnp-ui/libgupnp-ui-1.0.la 
$(GTHREAD_LIBS)
+test_view_LDADD   = $(top_builddir)/libgupnp-ui/libgupnp-ui-1.0.la 
$(GTHREAD_LIBS) $(LIBGUPNP_UI_LIBS)
 
 CLEANFILES = $(BUILT_SOURCES)
 DISTCLEANFILES = $(BUILT_SOURCES)
-- 
1.7.6


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



Remember to have fun...

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

Reply via email to