rpms/libupnp/devel libupnp.spec,1.6,1.7 libupnparch.diff,1.1,1.2

Eric Tanguy (tanguy) fedora-extras-commits at redhat.com
Mon Jun 26 18:27:50 UTC 2006


Author: tanguy

Update of /cvs/extras/rpms/libupnp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22860/devel

Modified Files:
	libupnp.spec libupnparch.diff 
Log Message:
auto-import libupnp-1.4.0-3 on branch devel from libupnp-1.4.0-3.src.rpm


Index: libupnp.spec
===================================================================
RCS file: /cvs/extras/rpms/libupnp/devel/libupnp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libupnp.spec	23 Jun 2006 21:13:50 -0000	1.6
+++ libupnp.spec	26 Jun 2006 18:27:50 -0000	1.7
@@ -1,7 +1,7 @@
 Version: 1.4.0
 Summary: Universal Plug and Play (UPnP) SDK
 Name: libupnp
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.libupnp.org/
@@ -82,6 +82,9 @@
 rm -rf %{buildroot}
 
 %changelog
+* Fri Jun 23 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.4.0-3
+- modified patch for x86_64 arch
+
 * Fri Jun 23 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.4.0-2
 - Add a patch for x86_64 arch
 

libupnparch.diff:

Index: libupnparch.diff
===================================================================
RCS file: /cvs/extras/rpms/libupnp/devel/libupnparch.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libupnparch.diff	23 Jun 2006 21:13:50 -0000	1.1
+++ libupnparch.diff	26 Jun 2006 18:27:50 -0000	1.2
@@ -1,5 +1,14 @@
 --- libupnp-1.4.0/upnp/src/api/upnptools.c	2006-06-06 07:37:44.000000000 +0200
-+++ libupnp-1.4.0/upnp/src/api/upnptools.c	2006-06-23 23:06:21.000000000 +0200
++++ libupnp-1.4.0/upnp/src/api/upnptools.c	2006-06-26 20:19:51.000000000 +0200
+@@ -345,7 +345,7 @@
+                 const char *Arg,
+                 ... )
+ {
+-    va_list ArgList=NULL;
++    va_list ArgList;
+     IXML_Document *out = NULL;
+ 
+     if( NumArg > 0 ) {
 @@ -387,7 +387,7 @@
                          const char *Arg,
                          ... )




More information about the scm-commits mailing list