Hello community,

here is the log from the commit of package gupnp-tools for openSUSE:Factory 
checked in at 2016-08-20 12:27:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-12-03 
13:32:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp-tools.new/gupnp-tools.changes     
2016-08-20 12:27:07.000000000 +0200
@@ -1,0 +2,29 @@
+Tue Aug 16 13:20:40 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.8.12:
+  + Build:
+    - Update and add missing m4 macros from autoconf archive.
+    - Use upstream gettext.
+  + Common:
+    - Remove use of deprecated libsoup API.
+    - Do not leak the pixbuf loader.
+  + Upload:
+    - Use help text from option context.
+    - Make UDN a parameter.
+  + Network light:
+    - Add commandline argument for friendly name.
+    - Add commandline argument for exclusive change.
+    - use "newTargetValue" instead of "NewTargetValue".
+  + Universal Control Point: Fix some memory leaks.
+  + AV-CP:
+    - Fix some memory leaks.
+    - Do some refactoring to use nice sort order from server.
+  + Bugs fixed: bgo#730747, bgo#758779, bgo#761967, bgo#761968,
+    bgo#764050.
+  + Updated translations.
+- Add gupnp-tools-fixup-desktop-files.patch: Fix desktop files to
+  look in the right location for icons (bgo#769984).
+- Add libtool BuildRequires and call to autoreconf: above patch
+  touches the buildsystem.
+
+-------------------------------------------------------------------

Old:
----
  gupnp-tools-0.8.11.tar.xz

New:
----
  gupnp-tools-0.8.12.tar.xz
  gupnp-tools-fixup-desktop-files.patch

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

Other differences:
------------------
++++++ gupnp-tools.spec ++++++
--- /var/tmp/diff_new_pack.yibcaU/_old  2016-08-20 12:27:08.000000000 +0200
+++ /var/tmp/diff_new_pack.yibcaU/_new  2016-08-20 12:27:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gupnp-tools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,14 +17,18 @@
 
 
 Name:           gupnp-tools
-Version:        0.8.11
+Version:        0.8.12
 Release:        0
 Summary:        UPnP tools to test and debug UPnP devices and control points
 License:        GPL-2.0+
 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-fixup-desktop-files.patch bgo#769984 
dims...@opensuse.org -- Fix desktop files referencing invalid icon location
+Patch0:         gupnp-tools-fixup-desktop-files.patch
 BuildRequires:  intltool >= 0.4.0
+# Needed for patch0
+BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gio-2.0) >= 2.12
 BuildRequires:  pkgconfig(gssdp-1.0) >= 0.13.3
@@ -32,7 +36,7 @@
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.2.0
 BuildRequires:  pkgconfig(gupnp-1.0) >= 0.20.14
 BuildRequires:  pkgconfig(gupnp-av-1.0) >= 0.5.5
-BuildRequires:  pkgconfig(libsoup-2.4) >= 2.4
+BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.0
 BuildRequires:  pkgconfig(uuid)
 Recommends:     %{name}-lang
@@ -65,8 +69,10 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fiv
 %configure --disable-static
 make %{?_smp_mflags}
 

++++++ gupnp-tools-0.8.11.tar.xz -> gupnp-tools-0.8.12.tar.xz ++++++
++++ 43743 lines of diff (skipped)

++++++ gupnp-tools-fixup-desktop-files.patch ++++++
>From c63983ea50b8c224787e9dc1e670d2e2104fbf7d Mon Sep 17 00:00:00 2001
From: Jens Georg <m...@jensge.org>
Date: Wed, 17 Aug 2016 16:59:30 +0200
Subject: Fix desktop file generation

Signed-off-by: Jens Georg <m...@jensge.org>
---
 data/Makefile.am | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/data/Makefile.am b/data/Makefile.am
index f682cd6..7d40833 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -17,12 +17,13 @@ endif
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 desktop_in_in_files = $(desktop_in_files:.desktop.in=.desktop.in.in)
 
-$(desktop_in_files): $(desktop_in_in_files)
+%.desktop.in: %.desktop.in.in
        $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
 
 # Substitute variables in a Desktop Entry file.
-$(desktop_DATA): $(desktop_in_files)
-       $(AM_V_GEN) $(SED) -e 's|@VERSION[@]|$(VERSION)|g' $< > $@
+%.desktop : %.desktop.in
+       $(AM_V_GEN) $(SED) -e 's|@VERSION[@]|$(VERSION)|g' \
+                                       -e 's|@PKGDATADIR[@]|$(PKGDATADIR)|g' 
$< > $@
 
 EXTRA_DIST = $(desktop_in_in_files) gupnp-av-cp.ui.in $(desktop_in_files)
 
-- 
cgit v0.12



Reply via email to