[xmlrpc-c] updated to 1.31.4

ensc ensc at fedoraproject.org
Sun Aug 26 14:38:44 UTC 2012


commit e9e8624ee7f16e9491bcf746968059c61b65ead0
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sun Aug 26 16:33:15 2012 +0200

    updated to 1.31.4

 .gitignore           |    3 +--
 lastver              |    2 +-
 sources              |    2 +-
 xmlrpc-c-cmake.patch |    2 +-
 xmlrpc-c.spec        |    9 ++++++---
 5 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bce1b2a..71a92e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/xmlrpc-c-1.30.6.tar.xz
-/xmlrpc-c-1.31.0.tar.xz
+/xmlrpc-c-1.31.4.tar.xz
diff --git a/lastver b/lastver
index a9a9a2a..1b4f1c3 100644
--- a/lastver
+++ b/lastver
@@ -1 +1 @@
-2365
+2386
diff --git a/sources b/sources
index b0940d3..b2047dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-590e54981d832fbeb86f42313c47e022  xmlrpc-c-1.31.0.tar.xz
+9df3de00efadd5feb92c5c05a3dbffd9  xmlrpc-c-1.31.4.tar.xz
diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch
index 828137d..d0a6fb9 100644
--- a/xmlrpc-c-cmake.patch
+++ b/xmlrpc-c-cmake.patch
@@ -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 "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_POINT "4"  CACHE STRING "Version (point) of xmlrpc-c")
 +
 +set(XMLRPC_C_VERSION
 +  "${XMLRPC_C_VERSION_MAJOR}.${XMLRPC_C_VERSION_MINOR}.${XMLRPC_C_VERSION_POINT}"
diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec
index 1bb9fb1..345d68e 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -1,12 +1,12 @@
 %global advanced_branch		1
-%global svnrev			2365
+%global svnrev			2386
 
 %{!?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.31.4
+Release:	%release_func 1900.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,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 26 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.31.4-1900.svn2386
+- updated to 1.31.4
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.31.0-1801.svn2365
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list