Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Enrico Scholz
0005809543 updated to 1.32.5 2012-12-09 13:39:43 +01:00
Enrico Scholz
4b831b683e updated to 1.32.1 2012-10-06 12:43:58 +02:00
Enrico Scholz
b7425f97d8 updated to 1.31.4 2012-08-26 16:33:15 +02:00
5 changed files with 17 additions and 9 deletions

3
.gitignore vendored
View file

@ -1,2 +1 @@
/xmlrpc-c-1.30.6.tar.xz
/xmlrpc-c-1.31.0.tar.xz
/xmlrpc-c-1.32.5.tar.xz

View file

@ -1 +1 @@
2365
2451

View file

@ -1 +1 @@
590e54981d832fbeb86f42313c47e022 xmlrpc-c-1.31.0.tar.xz
5c8a328f52e4f010d1ea3b56ae685874 xmlrpc-c-1.32.5.tar.xz

View file

@ -147,8 +147,8 @@ index 0000000..2876dea
+
+
+set(XMLRPC_C_VERSION_MAJOR "1" CACHE STRING "Version (major) of xmlrpc-c")
+set(XMLRPC_C_VERSION_MINOR "31" CACHE STRING "Version (minor) of xmlrpc-c")
+set(XMLRPC_C_VERSION_POINT "0" CACHE STRING "Version (point) of xmlrpc-c")
+set(XMLRPC_C_VERSION_MINOR "32" CACHE STRING "Version (minor) 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,12 +1,12 @@
%global advanced_branch 1
%global svnrev 2365
%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.31.0
Release: %release_func 1801.svn%svnrev
Version: 1.32.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.
License: BSD and MIT
@ -236,6 +236,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Dec 9 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.32.5-1800.svn2451
- updated to 1.32.5
* Sat Oct 6 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.32.1-1800.svn2413
- updated to 1.32.1
* Sun Aug 26 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.31.4-1800.svn2386
- updated to 1.31.4
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31.0-1801.svn2365
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild