commit gupnp-ui for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package gupnp-ui for openSUSE:Factory 
checked in at 2018-03-09 10:40:07

Comparing /work/SRC/openSUSE:Factory/gupnp-ui (Old)
 and  /work/SRC/openSUSE:Factory/.gupnp-ui.new (New)


Package is "gupnp-ui"

Fri Mar  9 10:40:07 2018 rev:16 rq:582820 version:0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/gupnp-ui/gupnp-ui.changes2013-04-02 
11:51:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gupnp-ui.new/gupnp-ui.changes   2018-03-09 
10:40:07.876647997 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:33:17 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ gupnp-ui.spec ++
--- /var/tmp/diff_new_pack.E4KlGj/_old  2018-03-09 10:40:10.088568344 +0100
+++ /var/tmp/diff_new_pack.E4KlGj/_new  2018-03-09 10:40:10.092568200 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gupnp-ui
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
 Version:0.1.1
 Release:0
 Summary:Collection of GTK+ widgets on top of GUPnP
-License:LGPL-2.0+
+License:LGPL-2.0-or-later
 Group:  Development/Libraries/GNOME
-Url:http://www.gupnp.org/
+URL:http://www.gupnp.org/
 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
@@ -31,7 +31,6 @@
 BuildRequires:  gnome-common
 BuildRequires:  gtk2-devel
 BuildRequires:  libgupnp-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 GUPnP-UI provides a collection of simple GTK+ widgets on top of GUPnP.
@@ -61,26 +60,21 @@
 %build
 NOCONFIGURE=1 gnome-autogen.sh
 %configure --disable-static
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libgupnp-ui-1_0-0 -p /sbin/ldconfig
-
 %postun -n libgupnp-ui-1_0-0 -p /sbin/ldconfig
 
 %files -n libgupnp-ui-1_0-0
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_libdir}/*.so.*
 
 %files -n libgupnp-ui-devel
-%defattr(-,root,root)
 %{_includedir}/%{name}-1.0
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc




commit gupnp-ui for openSUSE:Factory

2013-04-02 Thread h_root
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.changes2011-09-23 
02:02:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gupnp-ui.new/gupnp-ui.changes   2013-04-02 
11:51:38.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.K8iqR9/_new  2013-04-02 11:51:39.0 +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



commit gupnp-ui for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package gupnp-ui for openSUSE:Factory 
checked in at 2011-12-06 18:17:39

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:




Other differences:
--
++ gupnp-ui.spec ++
--- /var/tmp/diff_new_pack.HjIn90/_old  2011-12-06 18:27:52.0 +0100
+++ /var/tmp/diff_new_pack.HjIn90/_new  2011-12-06 18:27:52.0 +0100
@@ -21,7 +21,7 @@
 Version:0.1.1
 Release:12
 Summary:Collection of GTK+ widgets on top of GUPnP
-License:LGPL v2 or later
+License:LGPL-2.0+
 Group:  Development/Libraries/GNOME
 Url:http://www.gupnp.org/
 Source: %{name}-%{version}.tar.bz2
@@ -36,7 +36,7 @@
 GUPnP-UI provides a collection of simple GTK+ widgets on top of GUPnP.
 
 %package -n libgupnp-ui-1_0-0
-License:LGPL v2 or later
+License:LGPL-2.0+
 Summary:Collection of GTK+ widgets on top of GUPnP
 Group:  Development/Libraries/GNOME
 
@@ -44,7 +44,7 @@
 GUPnP-UI provides a collection of simple GTK+ widgets on top of GUPnP.
 
 %package -n libgupnp-ui-devel
-License:LGPL v2 or later
+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}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gupnp-ui for openSUSE:Factory

2011-08-26 Thread h_root

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.0 +0200
+++ /mounts/work_src_done/STABLE/gupnp-ui/gupnp-ui.changes  2011-08-25 
20:15:29.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug 25 18:13:48 UTC 2011 - dims...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.Lna7fL/_new  2011-08-26 09:40:30.0 +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 dims...@opensuse.org -- 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 dims...@opensuse.org
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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org