diff --git a/libupnp.spec b/libupnp.spec index d78d204..5832bce 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -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 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{docdeveldir}/UPnP_1_4_0_Programming_G rm -rf %{buildroot} %changelog +* Fri Jun 23 2006 Eric Tanguy - 1.4.0-3 +- modified patch for x86_64 arch + * Fri Jun 23 2006 Eric Tanguy - 1.4.0-2 - Add a patch for x86_64 arch diff --git a/libupnparch.diff b/libupnparch.diff index 7b8f5d1..df50c31 100644 --- a/libupnparch.diff +++ b/libupnparch.diff @@ -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, ... )