updated to 1.30.5

This commit is contained in:
Enrico Scholz 2012-05-26 12:23:12 +02:00
parent b6b7ab61c4
commit 37ab753dec
5 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/xmlrpc-c-1.30.4.tar.xz
/xmlrpc-c-1.30.5.tar.xz

View File

@ -1 +1 @@
2318
2324

View File

@ -1 +1 @@
e04d4db00a29c47db2c5d641a7936929 xmlrpc-c-1.30.4.tar.xz
cce7ab8c1d459659907384f946c7e342 xmlrpc-c-1.30.5.tar.xz

View File

@ -146,7 +146,7 @@ index 0000000..f2f114c
+
+set(XMLRPC_C_VERSION_MAJOR "1" CACHE STRING "Version (major) of xmlrpc-c")
+set(XMLRPC_C_VERSION_MINOR "30" CACHE STRING "Version (minor) of xmlrpc-c")
+set(XMLRPC_C_VERSION_POINT "4" CACHE STRING "Version (point) of xmlrpc-c")
+set(XMLRPC_C_VERSION_POINT "5" CACHE STRING "Version (point) of xmlrpc-c")
+
+set(XMLRPC_C_VERSION
+ "${XMLRPC_C_VERSION_MAJOR}.${XMLRPC_C_VERSION_MINOR}.${XMLRPC_C_VERSION_POINT}"

View File

@ -1,11 +1,11 @@
%global advanced_branch 1
%global svnrev 2318
%global svnrev 2324
%{!?release_func:%global release_func() %%{?prerelease:0.}%1%%{?prerelease:.%%prerelease}%%{?dist}}
Summary: A lightweight RPC library based on XML and HTTP
Name: xmlrpc-c
Version: 1.30.4
Version: 1.30.5
Release: %release_func 1800.svn%svnrev
# See COPYING for details.
# The Python 1.5.2 license used by a few files is just BSD.
@ -236,6 +236,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat May 26 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.30.5-1800.svn2324
- updated to 1.30.5 (IPv6 server fixes)
* Sat May 12 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.30.4-1800.svn2318
- updated to 1.30.4