[xmlrpc-c] updated to 1.27.5

ensc ensc at fedoraproject.org
Sat Aug 27 10:02:42 UTC 2011


commit bf23117dc3d397575074e6d93ceb77dd5336f73f
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sat Aug 27 12:01:55 2011 +0200

    updated to 1.27.5

 .gitignore           |    1 +
 lastver              |    2 +-
 sources              |    2 +-
 xmlrpc-c-cmake.patch |    2 +-
 xmlrpc-c.spec        |    7 +++++--
 5 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0009fa9..b3cba2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /xmlrpc-c-1.27.0.tar.xz
 /xmlrpc-c-1.27.3.tar.xz
 /xmlrpc-c-1.27.4.tar.xz
+/xmlrpc-c-1.27.5.tar.xz
diff --git a/lastver b/lastver
index 90b881d..10a3282 100644
--- a/lastver
+++ b/lastver
@@ -1 +1 @@
-2171
+2182
diff --git a/sources b/sources
index 766f3f2..3f8f8cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4429c266b56d1e1bf7a7a1a2b51b0948  xmlrpc-c-1.27.4.tar.xz
+0c22580e707bd91be2478e93ea8bce72  xmlrpc-c-1.27.5.tar.xz
diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch
index 6444925..c030e2d 100644
--- a/xmlrpc-c-cmake.patch
+++ b/xmlrpc-c-cmake.patch
@@ -144,7 +144,7 @@ index 0000000..69c14dc
 +
 +set(XMLRPC_C_VERSION_MAJOR "1"  CACHE STRING "Version (major) of xmlrpc-c")
 +set(XMLRPC_C_VERSION_MINOR "27" CACHE STRING "Version (minor) of xmlrpc-c")
-+set(XMLRPC_C_VERSION_POINT "4"  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 5878350..7c0d4f6 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -1,11 +1,11 @@
 %global advanced_branch		1
-%global svnrev			2171
+%global svnrev			2185
 
 %{!?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.27.4
+Version:	1.27.5
 Release:	%release_func 1700.svn%svnrev
 # See COPYING for details.
 # The Python 1.5.2 license used by a few files is just BSD.
@@ -235,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 27 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.27.5-1700.svn2185
+- updated to 1.27.5
+
 * Sun Aug  7 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.27.4-1700.svn2171
 - updated to 1.27.4
 


More information about the scm-commits mailing list