From 923c039adb103a6effd48267f1d6cb40770229ab Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Sat, 6 Oct 2012 12:39:58 +0200 Subject: [PATCH] updated to 1.32.1 --- .gitignore | 1 + lastver | 2 +- sources | 2 +- xmlrpc-c-cmake.patch | 4 ++-- xmlrpc-c.spec | 8 +++++--- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 71a92e1..02e4d42 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xmlrpc-c-1.31.4.tar.xz +/xmlrpc-c-1.32.1.tar.xz diff --git a/lastver b/lastver index 1b4f1c3..49ce078 100644 --- a/lastver +++ b/lastver @@ -1 +1 @@ -2386 +2413 diff --git a/sources b/sources index b2047dc..bc28936 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9df3de00efadd5feb92c5c05a3dbffd9 xmlrpc-c-1.31.4.tar.xz +3fb3aee58dc47c76235600192b0c952e xmlrpc-c-1.32.1.tar.xz diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch index d0a6fb9..87ac3fd 100644 --- a/xmlrpc-c-cmake.patch +++ b/xmlrpc-c-cmake.patch @@ -147,8 +147,8 @@ index 0000000..2876dea + + +set(XMLRPC_C_VERSION_MAJOR "1" CACHE STRING "Version (major) of xmlrpc-c") -+set(XMLRPC_C_VERSION_MINOR "31" CACHE STRING "Version (minor) of xmlrpc-c") -+set(XMLRPC_C_VERSION_POINT "4" CACHE STRING "Version (point) 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 + "${XMLRPC_C_VERSION_MAJOR}.${XMLRPC_C_VERSION_MINOR}.${XMLRPC_C_VERSION_POINT}" diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 345d68e..03e16fa 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -1,11 +1,11 @@ %global advanced_branch 1 -%global svnrev 2386 +%global svnrev 2413 %{!?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.31.4 +Version: 1.32.1 Release: %release_func 1900.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 +* Sat Oct 6 2012 Enrico Scholz - 1.32.1-1900.svn2413 +- updated to 1.32.1 + * Sun Aug 26 2012 Enrico Scholz - 1.31.4-1900.svn2386 - updated to 1.31.4 @@ -454,6 +457,5 @@ rm -rf $RPM_BUILD_ROOT - fixed gcc4.1 build issues - removed static libraries when there exists a corresponding dynamic one - * Tue Aug 2 2005 Enrico Scholz - 1.03.02-1 - Initial build.