rpms/libupnp/devel libupnparch.diff,NONE,1.1 libupnp.spec,1.5,1.6

Eric Tanguy (tanguy) fedora-extras-commits at redhat.com
Fri Jun 23 21:13:50 UTC 2006


Author: tanguy

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

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

libupnparch.diff:

--- NEW FILE libupnparch.diff ---
--- 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
@@ -387,7 +387,7 @@
                         const char *Arg,
                         ... )
 {
-    va_list ArgList=NULL;
+    va_list ArgList;
     IXML_Document *out = NULL;
 
     if( NumArg > 0 ) {


Index: libupnp.spec
===================================================================
RCS file: /cvs/extras/rpms/libupnp/devel/libupnp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libupnp.spec	23 Jun 2006 06:58:57 -0000	1.5
+++ libupnp.spec	23 Jun 2006 21:13:50 -0000	1.6
@@ -1,12 +1,13 @@
 Version: 1.4.0
 Summary: Universal Plug and Play (UPnP) SDK
 Name: libupnp
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Libraries
 URL: http://www.libupnp.org/
 Source: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/%{name}-%{version}.tar.gz
 Source1: http://puzzle.dl.sourceforge.net/sourceforge/pupnp/UPnP_1_4_0_Programming_Guide.pdf
+Patch0: libupnparch.diff
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %define docdir %{_docdir}/%{name}-%{version}-%{release}
@@ -28,6 +29,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 #chmod 644 {LICENSE,README}
 
@@ -80,6 +82,9 @@
 rm -rf %{buildroot}
 
 %changelog
+* Fri Jun 23 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.4.0-2
+- Add a patch for x86_64 arch
+
 * Sun Jun 11 2006 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.4.0-1
 - Update to 1.4.0
 




More information about the fedora-extras-commits mailing list