[xmlrpc-c] updated to 1.27.4

ensc ensc at fedoraproject.org
Sun Aug 7 21:46:33 UTC 2011


commit bc4adf1278aff05ebce49d2573d39c87a6dc5be7
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sun Aug 7 23:46:09 2011 +0200

    updated to 1.27.4

 .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 1bb1ae3..0009fa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /xmlrpc-c-1.26.3.tar.xz
 /xmlrpc-c-1.27.0.tar.xz
 /xmlrpc-c-1.27.3.tar.xz
+/xmlrpc-c-1.27.4.tar.xz
diff --git a/lastver b/lastver
index 9028955..90b881d 100644
--- a/lastver
+++ b/lastver
@@ -1 +1 @@
-2169
+2171
diff --git a/sources b/sources
index ef6d4fc..766f3f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5a4e6a305b1eb6ff20511d0a01e2f2a  xmlrpc-c-1.27.3.tar.xz
+4429c266b56d1e1bf7a7a1a2b51b0948  xmlrpc-c-1.27.4.tar.xz
diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch
index d8d0e13..6444925 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 "2"  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 21c5ab0..5878350 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -1,11 +1,11 @@
 %global advanced_branch		1
-%global svnrev			2145
+%global svnrev			2171
 
 %{!?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.3
+Version:	1.27.4
 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
+* Sun Aug  7 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.27.4-1700.svn2171
+- updated to 1.27.4
+
 * Sun Aug  7 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.27.3-1700.svn2145
 - updated to 1.27.3
 


More information about the scm-commits mailing list