packages: gupnp-vala/gupnp-vala-notests.patch, gupnp-vala/gupnp-vala.spec -...

qboosh qboosh at pld-linux.org
Sun Sep 11 16:13:01 CEST 2011


Author: qboosh                       Date: Sun Sep 11 14:13:01 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.8.0

---- Files affected:
packages/gupnp-vala:
   gupnp-vala-notests.patch (1.1 -> 1.2) , gupnp-vala.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/gupnp-vala/gupnp-vala-notests.patch
diff -u packages/gupnp-vala/gupnp-vala-notests.patch:1.1 packages/gupnp-vala/gupnp-vala-notests.patch:1.2
--- packages/gupnp-vala/gupnp-vala-notests.patch:1.1	Sat Feb  5 15:18:40 2011
+++ packages/gupnp-vala/gupnp-vala-notests.patch	Sun Sep 11 16:12:56 2011
@@ -1,12 +1,12 @@
---- gupnp-vala-0.6.12/configure.ac.orig	2010-09-16 16:47:25.000000000 +0200
-+++ gupnp-vala-0.6.12/configure.ac	2011-02-05 14:52:06.292686361 +0100
-@@ -7,23 +7,11 @@
+--- gupnp-vala-0.8.0/configure.ac.orig	2011-04-07 15:34:30.000000000 +0200
++++ gupnp-vala-0.8.0/configure.ac	2011-09-11 16:07:52.920999018 +0200
+@@ -10,16 +10,6 @@
  
- AC_CONFIG_HEADERS([config.h])
+ VALA_REQUIRED=0.11.3
  
--AC_PATH_PROG(VALAC, valac, no)
--if test "x$VALAC" = "xno"; then
--	AC_MSG_ERROR([Cannot find the "valac" compiler in your PATH])
+-AM_PROG_VALAC([$VALA_REQUIRED])
+-if test "x$VALAC" = "x"; then
+-        AC_MSG_ERROR([Cannot find the "valac" compiler in your PATH])
 -fi
 -
 -AC_PATH_PROG(VAPIGEN, vapigen, no)
@@ -17,13 +17,6 @@
  AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
  if test "x$PKG_CONFIG" = "xno"; then
  	AC_MSG_ERROR([Cannot find the "pkg-config" program in your PATH])
- fi
- 
--PKG_CHECK_MODULES(VALA, [vala-0.10 >= 0.9.5])
--
- PKG_CHECK_MODULES(GSSDP, [gssdp-1.0 >= 0.7.2])
- 
- PKG_CHECK_MODULES(GUPNP, [gupnp-1.0 >= 0.13.3],
 --- gupnp-vala-0.6.12/Makefile.am.orig	2010-09-16 15:47:20.000000000 +0200
 +++ gupnp-vala-0.6.12/Makefile.am	2011-02-05 14:59:34.528686361 +0100
 @@ -1,7 +1,5 @@

================================================================
Index: packages/gupnp-vala/gupnp-vala.spec
diff -u packages/gupnp-vala/gupnp-vala.spec:1.1 packages/gupnp-vala/gupnp-vala.spec:1.2
--- packages/gupnp-vala/gupnp-vala.spec:1.1	Sat Feb  5 15:18:40 2011
+++ packages/gupnp-vala/gupnp-vala.spec	Sun Sep 11 16:12:56 2011
@@ -7,25 +7,25 @@
 Summary:	Vala bindings to GUPnP libraries
 Summary(pl.UTF-8):	Wiązania języka Vala do bibliotek GUPnP
 Name:		gupnp-vala
-# note: 0.6.x is stable, 0.7.x unstable
-Version:	0.6.12
+# note: 0.8.x is stable, 0.9.x unstable
+Version:	0.8.0
 Release:	1
 License:	LGPL v2+
 Group:		Development/Libraries
 #Source0Download: http://gupnp.org/download
 Source0:	http://gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz
-# Source0-md5:	065397f2eeee8356b94bdf469f1a12cd
+# Source0-md5:	9d5d15ca5b540289552a9504f9f9c0f3
 Patch0:		%{name}-notests.patch
 URL:		http://gupnp.org/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
-BuildRequires:	gssdp-devel >= 0.7.2
-BuildRequires:	gupnp-av-devel >= 0.5.9
+BuildRequires:	gssdp-devel >= 0.9.2
+BuildRequires:	gupnp-av-devel >= 0.7.0
 BuildRequires:	gupnp-devel >= 0.13.3
-BuildRequires:	gupnp-dlna-devel >= 0.3.0
+BuildRequires:	gupnp-dlna-devel >= 0.5.1
 BuildRequires:	gupnp-ui-devel >= 0.1.1
 BuildRequires:	pkgconfig
-%{?with_tests:BuildRequires:	vala >= 0.9.5}
+%{?with_tests:BuildRequires:	vala >= 0.11.3}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -38,8 +38,8 @@
 Summary:	Vala binding for GSSDP library
 Summary(pl.UTF-8):	Wiązanie języka Vala do biblioteki GSSDP
 Group:		Development/Libraries
-Requires:	gssdp-devel >= 0.7.2
-Requires:	vala >= 0.9.5
+Requires:	gssdp-devel >= 0.9.2
+Requires:	vala >= 0.11.3
 
 %description -n vala-gssdp
 Vala binding for GSSDP library.
@@ -64,7 +64,7 @@
 Summary:	Vala binding for GUPnP AV library
 Summary(pl.UTF-8):	Wiązanie języka Vala do biblioteki GUPnP AV
 Group:		Development/Libraries
-Requires:	gupnp-av-devel >= 0.5.9
+Requires:	gupnp-av-devel >= 0.7.0
 Requires:	vala-gupnp = %{version}-%{release}
 
 %description -n vala-gupnp-av
@@ -77,7 +77,7 @@
 Summary:	Vala binding for GUPnP DLNA library
 Summary(pl.UTF-8):	Wiązanie języka Vala do biblioteki GUPnP DLNA 
 Group:		Development/Libraries
-Requires:	gupnp-dlna-devel >= 0.3.0
+Requires:	gupnp-dlna-devel >= 0.5.1
 Requires:	vala-gupnp = %{version}-%{release}
 
 %description -n vala-gupnp-dlna
@@ -154,5 +154,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/09/11 14:12:56  qboosh
+- updated to 0.8.0
+
 Revision 1.1  2011/02/05 14:18:40  qboosh
 - new; notests patch (and tests bcond) allows to build packages without tests with no vala compiler installed
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gupnp-vala/gupnp-vala-notests.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gupnp-vala/gupnp-vala.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list