updated to 1.06.16

This commit is contained in:
ensc 2007-07-22 11:54:19 +00:00
parent 90eb478555
commit fb9fdfa959
3 changed files with 7 additions and 4 deletions

View File

@ -118,8 +118,8 @@ index 0000000..e4505f7
+include(CheckIncludeFile)
+include(CheckFunctionExists)
+
+set(XMLRPC_C_VERSION "1.06.14" CACHE STRING "Version of xmlrpc-c")
+set(XMLRPC_C_LIBVERSION "3.6.14")
+set(XMLRPC_C_VERSION "1.06.16" CACHE STRING "Version of xmlrpc-c")
+set(XMLRPC_C_LIBVERSION "3.6.15")
+set(XMLRPC_C_SOVERSION "3")
+
+

View File

@ -1 +1 @@
c3171b59a8accb23f11126300848e00d xmlrpc-c-1.06.14.tgz
7408bf2b467dd6d7eaa804f9c331dbce xmlrpc-c-1.06.16.tgz

View File

@ -2,7 +2,7 @@
Summary: A lightweight RPC library based on XML and HTTP
Name: xmlrpc-c
Version: 1.06.14
Version: 1.06.16
Release: %release_func 1
License: BSD/PSF -- see COPYING
Group: System Environment/Libraries
@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jul 22 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.16-1
- updated to 1.06.16
* Thu Jun 14 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.14-1
- updated to 1.06.14