updated to 1.06.14
This commit is contained in:
parent
11d5a20030
commit
90eb478555
@ -118,8 +118,8 @@ index 0000000..e4505f7
|
|||||||
+include(CheckIncludeFile)
|
+include(CheckIncludeFile)
|
||||||
+include(CheckFunctionExists)
|
+include(CheckFunctionExists)
|
||||||
+
|
+
|
||||||
+set(XMLRPC_C_VERSION "1.06.11" CACHE STRING "Version of xmlrpc-c")
|
+set(XMLRPC_C_VERSION "1.06.14" CACHE STRING "Version of xmlrpc-c")
|
||||||
+set(XMLRPC_C_LIBVERSION "3.6.11")
|
+set(XMLRPC_C_LIBVERSION "3.6.14")
|
||||||
+set(XMLRPC_C_SOVERSION "3")
|
+set(XMLRPC_C_SOVERSION "3")
|
||||||
+
|
+
|
||||||
+
|
+
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
d080e7934c728e0067f89ad40de7dfa8 xmlrpc-c-1.06.11.tgz
|
c3171b59a8accb23f11126300848e00d xmlrpc-c-1.06.14.tgz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: A lightweight RPC library based on XML and HTTP
|
Summary: A lightweight RPC library based on XML and HTTP
|
||||||
Name: xmlrpc-c
|
Name: xmlrpc-c
|
||||||
Version: 1.06.11
|
Version: 1.06.14
|
||||||
Release: %release_func 2
|
Release: %release_func 1
|
||||||
License: BSD/PSF -- see COPYING
|
License: BSD/PSF -- see COPYING
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://xmlrpc-c.sourceforge.net/
|
URL: http://xmlrpc-c.sourceforge.net/
|
||||||
@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 14 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.14-1
|
||||||
|
- updated to 1.06.14
|
||||||
|
|
||||||
* Sun Apr 1 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.11-2
|
* Sun Apr 1 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.11-2
|
||||||
- rediffed cmake patch against current version
|
- rediffed cmake patch against current version
|
||||||
- made the xmlrpc-c-config compatible to the upstream version
|
- made the xmlrpc-c-config compatible to the upstream version
|
||||||
|
Loading…
Reference in New Issue
Block a user