[arch-commits] Commit in libupnp/trunk (2 files)

Giovanni Scafora giovanni at archlinux.org
Tue Oct 26 06:48:00 UTC 2010


    Date: Tuesday, October 26, 2010 @ 02:48:00
  Author: giovanni
Revision: 97041

upgpkg: libupnp 1.6.8-1
upstream release

Modified:
  libupnp/trunk/PKGBUILD
Deleted:
  libupnp/trunk/libupnp-1.6.6-patch-statevar-query.patch

------------------------------------------+
 PKGBUILD                                 |   12 +++++-------
 libupnp-1.6.6-patch-statevar-query.patch |   13 -------------
 2 files changed, 5 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-26 05:25:46 UTC (rev 97040)
+++ PKGBUILD	2010-10-26 06:48:00 UTC (rev 97041)
@@ -3,8 +3,8 @@
 # Contributor: kastor <kastor at fobos.org.ar>
 
 pkgname=libupnp
-pkgver=1.6.6
-pkgrel=4
+pkgver=1.6.8
+pkgrel=1
 pkgdesc="Portable Open Source UPnP Development Kit"
 arch=('i686' 'x86_64')
 url="http://pupnp.sourceforge.net/"
@@ -12,14 +12,12 @@
 depends=('glibc')
 makedepends=('pkgconfig')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2
-        libupnp-1.6.6-patch-statevar-query.patch)
-md5sums=('8918dcf7428cd119d0c8275765ff2833'
-         '72d7e06f4f5fe4d167424ace730cecbf')
+source=(http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('7e162895b9d0f9efcccd07973012cdff')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np0 -i "${srcdir}/libupnp-1.6.6-patch-statevar-query.patch" || return 1
+
   ./configure --prefix=/usr
   make || return 1
 }

Deleted: libupnp-1.6.6-patch-statevar-query.patch
===================================================================
--- libupnp-1.6.6-patch-statevar-query.patch	2010-10-26 05:25:46 UTC (rev 97040)
+++ libupnp-1.6.6-patch-statevar-query.patch	2010-10-26 06:48:00 UTC (rev 97041)
@@ -1,13 +0,0 @@
---- upnp/src/soap/soap_ctrlpt.c	2008-02-10 02:55:33.000000000 +0100
-+++ upnp/src/soap/soap_ctrlpt.c	2009-01-29 21:09:41.000000000 +0100
-@@ -931,7 +931,7 @@
-     content_length = strlen( xml_start ) + strlen( var_name ) + strlen( xml_end );
-     if (http_MakeMessage(
- 	&request, 1, 1,
--	"Q" "sbc" "N" "s" "s" "Ucc" "sss",
-+	"Q" "sbc" "N" "s" "sc" "Ucc" "sss",
- 	SOAPMETHOD_POST, path.buf, path.length,
- 	"HOST: ", host.buf, host.length,
- 	content_length,
-
- 	  	 




More information about the arch-commits mailing list