updated to 1.06.05
This commit is contained in:
parent
2a0b196053
commit
dda30fe5d6
@ -60,8 +60,8 @@ index 0000000..239a434
|
||||
+include(CheckIncludeFile)
|
||||
+include(CheckFunctionExists)
|
||||
+
|
||||
+set(XMLRPC_C_VERSION "1.06.04" CACHE STRING "Version of xmlrpc-c")
|
||||
+set(XMLRPC_C_LIBVERSION "3.7.0")
|
||||
+set(XMLRPC_C_VERSION "1.06.05" CACHE STRING "Version of xmlrpc-c")
|
||||
+set(XMLRPC_C_LIBVERSION "3.6.4")
|
||||
+set(XMLRPC_C_SOVERSION "3")
|
||||
+
|
||||
+
|
||||
|
@ -57,7 +57,7 @@ index 478c252..8f364dd 100644
|
||||
+
|
||||
#ifndef H_XMLRPC_C_CONFIG_H
|
||||
|
||||
+#define VA_LIST_IS_ARRAY @VA_LIST_IS_ARRAY@
|
||||
+#define VA_LIST_IS_ARRAY @VA_LIST_IS_ARRAY@
|
||||
#cmakedefine HAVE_WCHAR_H
|
||||
#cmakedefine HAVE_SETENV
|
||||
#define HAVE_SYS_IOCTL_H 0@HAVE_SYS_IOCTL_H@
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
25c43707810525b077c6ad64e25dd978 xmlrpc-c-1.06.04.tgz
|
||||
69f3644da7b8e9d13482c82838a4005a xmlrpc-c-1.06.05.tgz
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: A lightweight RPC library based on XML and HTTP
|
||||
Name: xmlrpc-c
|
||||
Version: 1.06.04
|
||||
Release: %release_func 2
|
||||
Version: 1.06.05
|
||||
Release: %release_func 0
|
||||
License: BSD/PSF -- see COPYING
|
||||
Group: System Environment/Libraries
|
||||
URL: http://xmlrpc-c.sourceforge.net/
|
||||
@ -133,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 20 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.05-0
|
||||
- updated to 1.06.05
|
||||
|
||||
* Sat Sep 16 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.04-1
|
||||
- updated to 1.06.04
|
||||
- patched the broken buildsystem
|
||||
|
Loading…
Reference in New Issue
Block a user