[xmlrpc-c] updated to 1.30.6

ensc ensc at fedoraproject.org
Wed Jun 6 19:23:38 UTC 2012


commit 0e9394f400a845969f5eae00fb6bfc4f550f978a
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Wed Jun 6 21:23:19 2012 +0200

    updated to 1.30.6

 .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 7ef7e88..a893827 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/xmlrpc-c-1.30.5.tar.xz
+/xmlrpc-c-1.30.6.tar.xz
diff --git a/lastver b/lastver
index e2eb349..ffcd151 100644
--- a/lastver
+++ b/lastver
@@ -1 +1 @@
-2324
+2328
diff --git a/sources b/sources
index edbd03c..1c209cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cce7ab8c1d459659907384f946c7e342  xmlrpc-c-1.30.5.tar.xz
+547b4240059d2e0988f84314a3cabf60  xmlrpc-c-1.30.6.tar.xz
diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch
index 26851ab..cbb712b 100644
--- a/xmlrpc-c-cmake.patch
+++ b/xmlrpc-c-cmake.patch
@@ -146,7 +146,7 @@ index 0000000..f2f114c
 +
 +set(XMLRPC_C_VERSION_MAJOR "1"  CACHE STRING "Version (major) of xmlrpc-c")
 +set(XMLRPC_C_VERSION_MINOR "30" CACHE STRING "Version (minor) of xmlrpc-c")
-+set(XMLRPC_C_VERSION_POINT "5"  CACHE STRING "Version (point) of xmlrpc-c")
++set(XMLRPC_C_VERSION_POINT "6"  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 3290831..b1e310c 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -1,11 +1,11 @@
 %global advanced_branch		1
-%global svnrev			2324
+%global svnrev			2328
 
 %{!?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.30.5
+Version:	1.30.6
 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
+* Wed Jun  6 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.30.6-1800.svn2328
+- updated to 1.30.6
+
 * Sat May 26 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.30.5-1800.svn2324
 - updated to 1.30.5 (IPv6 server fixes)
 


More information about the scm-commits mailing list