[packages/gupnp-tools] - updated to 0.8.5 - updated configure patch

qboosh qboosh at pld-linux.org
Tue Jan 8 17:49:05 CET 2013


commit c5eef618caca69a107f717223106fda4583755a2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jan 8 17:49:13 2013 +0100

    - updated to 0.8.5
    - updated configure patch

 gupnp-tools-configure.patch | 17 ++++++++---------
 gupnp-tools.spec            | 13 +++++++++----
 2 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/gupnp-tools.spec b/gupnp-tools.spec
index 7545d8f..c8a9787 100644
--- a/gupnp-tools.spec
+++ b/gupnp-tools.spec
@@ -1,34 +1,39 @@
 Summary:	GUPnP Tools
 Summary(pl.UTF-8):	Narzędzia GUPnP
 Name:		gupnp-tools
-Version:	0.8.4
+Version:	0.8.5
 Release:	1
 License:	GPL v2+
 Group:		X11/Applications
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gupnp-tools/0.8/%{name}-%{version}.tar.xz
-# Source0-md5:	3b796922e25f51cb4d43ec733e025480
+# Source0-md5:	e2878f3354ca57959e472d99da1c060b
 Patch0:		%{name}-configure.patch
 Patch1:		%{name}-desktop.patch
 URL:		http://gupnp.org/
 BuildRequires:	autoconf >= 2.63
 BuildRequires:	automake >= 1:1.11
-BuildRequires:	glib2-devel >= 1:2.18.0
+BuildRequires:	glib2-devel >= 1:2.24
 BuildRequires:	gssdp-devel >= 0.10
 BuildRequires:	gtk+3-devel >= 3.0.0
 BuildRequires:	gtksourceview3-devel >= 3.0.0
 BuildRequires:	gupnp-av-devel >= 0.5.5
 BuildRequires:	gupnp-devel >= 0.13
+BuildRequires:	libsoup-devel >= 2.4
 BuildRequires:	libtool >= 2:2.2
 BuildRequires:	libuuid-devel
+# bogus version check ">= LIBXML_REQUIRED" (no $; the value has bogus value anyway: 2.24)
+BuildRequires:	libxml2-devel
 BuildRequires:	pkgconfig
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
-Requires:	glib2 >= 1:2.18.0
+Requires:	glib2 >= 1:2.24
 Requires:	gnome-icon-theme >= 2.20
 Requires:	gssdp >= 0.10
 Requires:	gtk+3 >= 3.0.0
+Requires:	gtksourceview3 >= 3.0.0
 Requires:	gupnp-av >= 0.5.5
 Requires:	gupnp >= 0.13
+Requires:	libsoup >= 2.4
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
diff --git a/gupnp-tools-configure.patch b/gupnp-tools-configure.patch
index ffb1be9..f8afc99 100644
--- a/gupnp-tools-configure.patch
+++ b/gupnp-tools-configure.patch
@@ -1,11 +1,10 @@
-diff -urN gupnp-tools-0.7.1/configure.ac gupnp-tools-0.7.1.new/configure.ac
---- gupnp-tools-0.7.1/configure.ac	2009-04-27 17:06:27.000000000 +0200
-+++ gupnp-tools-0.7.1.new/configure.ac	2009-06-30 00:42:38.107287624 +0200
-@@ -21,7 +21,6 @@
- PKG_CHECK_MODULES(LIBGUPNP, gupnp-1.0 >= $GUPNP_REQUIRED)
- PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $GTK_REQUIRED)
+--- gupnp-tools-0.8.5/configure.ac.orig	2013-01-08 17:41:31.097483890 +0100
++++ gupnp-tools-0.8.5/configure.ac	2013-01-08 17:42:14.607482983 +0100
+@@ -52,7 +52,6 @@
+ PKG_CHECK_MODULES(LIBXML, libxml-2.0 >= LIBXML_REQUIRED)
+ PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQUIRED)
  PKG_CHECK_MODULES(GTHREAD, gthread-2.0 >= $GTHREAD_REQUIRED)
 -PKG_CHECK_MODULES(GNOME_ICON_THEME, gnome-icon-theme >= $ICON_THEME_REQUIRED)
- PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED)
- 
- AC_ARG_WITH( av,
+ PKG_CHECK_MODULES(GIO, glib-2.0 >= $GLIB_REQUIRED
+                        gobject-2.0 >= $GLIB_REQUIRED
+                        gio-2.0 >= $GLIB_REQUIRED)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gupnp-tools.git/commitdiff/c5eef618caca69a107f717223106fda4583755a2



More information about the pld-cvs-commit mailing list