[xmlrpc-c/f18] updated to 1.32.5

ensc ensc at fedoraproject.org
Sun Dec 9 12:39:56 UTC 2012


commit 000580954300d75f50152cd93383f2e6f074cdd3
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sun Dec 9 13:39:43 2012 +0100

    updated to 1.32.5

 .gitignore           |    2 +-
 lastver              |    2 +-
 sources              |    2 +-
 xmlrpc-c-cmake.patch |    2 +-
 xmlrpc-c.spec        |    7 +++++--
 5 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 117c29a..3a36f38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/xmlrpc-c-1.32.1.tar.xz
+/xmlrpc-c-1.32.5.tar.xz
diff --git a/lastver b/lastver
index 49ce078..0b0d24a 100644
--- a/lastver
+++ b/lastver
@@ -1 +1 @@
-2413
+2451
diff --git a/sources b/sources
index bc28936..0161d65 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3fb3aee58dc47c76235600192b0c952e  xmlrpc-c-1.32.1.tar.xz
+5c8a328f52e4f010d1ea3b56ae685874  xmlrpc-c-1.32.5.tar.xz
diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch
index 87ac3fd..6d544fb 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 "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 "5"  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 153780a..13a4d74 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -1,11 +1,11 @@
 %global advanced_branch		1
-%global svnrev			2413
+%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.1
+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.
@@ -236,6 +236,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Dec  9 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.32.5-1800.svn2451
+- updated to 1.32.5
+
 * Sat Oct  6 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.32.1-1800.svn2413
 - updated to 1.32.1
 


More information about the scm-commits mailing list