updated to 1.32.2

This commit is contained in:
Enrico Scholz 2012-10-21 13:31:51 +02:00
parent 923c039adb
commit 8fe97bfc13
5 changed files with 9 additions and 7 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/xmlrpc-c-1.31.4.tar.xz
/xmlrpc-c-1.32.1.tar.xz
/xmlrpc-c-1.32.2.tar.xz

View File

@ -1 +1 @@
2413
2434

View File

@ -1 +1 @@
3fb3aee58dc47c76235600192b0c952e xmlrpc-c-1.32.1.tar.xz
be65da6596262606a9c67fd5df68ba97 xmlrpc-c-1.32.2.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 "1" CACHE STRING "Version (point) of xmlrpc-c")
+set(XMLRPC_C_VERSION_POINT "2" 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 2413
%global svnrev 2434
%{!?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.1
Version: 1.32.2
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 Oct 21 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.32.2-1900.svn2434
- updated to 1.32.2
* Sat Oct 6 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.32.1-1900.svn2413
- updated to 1.32.1