[xmlrpc-c] updated to 1.25.1

ensc ensc at fedoraproject.org
Thu Jan 6 19:50:21 UTC 2011


commit 2c9ce6b45201daaedace89ad5b9ec073d9b6ff41
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Thu Jan 6 20:49:51 2011 +0100

    updated to 1.25.1

 .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 a0695c0..9227397 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /xmlrpc-c-1.24.4.tar.xz
 /xmlrpc-c-1.25.0.tar.xz
+/xmlrpc-c-1.25.1.tar.xz
diff --git a/lastver b/lastver
index 883bec9..fc9b6b9 100644
--- a/lastver
+++ b/lastver
@@ -1 +1 @@
-2074
+2077
diff --git a/sources b/sources
index 18b1f17..819d5f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5d017ea29dce470c82105fafaf8cae3  xmlrpc-c-1.25.0.tar.xz
+e8ffc26b0274e82977649c58c1eb89a7  xmlrpc-c-1.25.1.tar.xz
diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch
index e7e110d..e3c62ef 100644
--- a/xmlrpc-c-cmake.patch
+++ b/xmlrpc-c-cmake.patch
@@ -144,7 +144,7 @@ index 0000000..c3204fe
 +
 +set(XMLRPC_C_VERSION_MAJOR "1"  CACHE STRING "Version (major) of xmlrpc-c")
 +set(XMLRPC_C_VERSION_MINOR "25" 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 "1"  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 0832819..8f83cfb 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -1,11 +1,11 @@
 %global advanced_branch		1
-%global svnrev			2074
+%global svnrev			2077
 
 %{!?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.25.0
+Version:	1.25.1
 Release:	%release_func 1500.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
+* Thu Jan  6 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.25.1-1500.svn2077
+- updated to 1.25.1
+
 * Thu Dec 30 2010 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.25.0-1500.svn2074
 - updated to 1.25.0
 


More information about the scm-commits mailing list