updated to 1.06.11

This commit is contained in:
ensc 2007-03-17 17:25:18 +00:00
parent 71d993cad6
commit ca20be98ad
3 changed files with 7 additions and 4 deletions

View File

@ -68,8 +68,8 @@ index 0000000..18b390d
+include(CheckIncludeFile)
+include(CheckFunctionExists)
+
+set(XMLRPC_C_VERSION "1.06.09" CACHE STRING "Version of xmlrpc-c")
+set(XMLRPC_C_LIBVERSION "3.6.4")
+set(XMLRPC_C_VERSION "1.06.11" CACHE STRING "Version of xmlrpc-c")
+set(XMLRPC_C_LIBVERSION "3.6.11")
+set(XMLRPC_C_SOVERSION "3")
+
+

View File

@ -1 +1 @@
c559f6b3a46f70a7942aca7c6dd44b46 xmlrpc-c-1.06.09.tgz
d080e7934c728e0067f89ad40de7dfa8 xmlrpc-c-1.06.11.tgz

View File

@ -4,7 +4,7 @@
Summary: A lightweight RPC library based on XML and HTTP
Name: xmlrpc-c
Version: 1.06.09
Version: 1.06.11
Release: %release_func 1
License: BSD/PSF -- see COPYING
Group: System Environment/Libraries
@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Mar 17 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.11-1
- updated to 1.06.11
* Sat Feb 3 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.09-1
- updated to 1.06.09
- removed -typo patch since applied upstream