updated to 1.32.5

This commit is contained in:
Enrico Scholz 2012-12-09 13:36:25 +01:00
parent 8fe97bfc13
commit 846941c222
5 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/xmlrpc-c-1.32.2.tar.xz
/xmlrpc-c-1.32.5.tar.xz

View File

@ -1 +1 @@
2434
2451

View File

@ -1 +1 @@
be65da6596262606a9c67fd5df68ba97 xmlrpc-c-1.32.2.tar.xz
5c8a328f52e4f010d1ea3b56ae685874 xmlrpc-c-1.32.5.tar.xz

View File

@ -148,7 +148,7 @@ index 0000000..2876dea
+
+set(XMLRPC_C_VERSION_MAJOR "1" CACHE STRING "Version (major) of xmlrpc-c")
+set(XMLRPC_C_VERSION_MINOR "32" CACHE STRING "Version (minor) of xmlrpc-c")
+set(XMLRPC_C_VERSION_POINT "2" 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 2434
%global svnrev 2451
%{!?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.32.2
Version: 1.32.5
Release: %release_func 1900.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
* Sun Dec 9 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.32.5-1900.svn2451
- updated to 1.32.5
* Sun Oct 21 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.32.2-1900.svn2434
- updated to 1.32.2