[xmlrpc-c] updated to 1.29.0

ensc ensc at fedoraproject.org
Wed Jan 4 12:22:36 UTC 2012


commit 2de78492998c6c07b0ed1d9858981117d75c8062
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Wed Jan 4 13:22:04 2012 +0100

    updated to 1.29.0
    
    rediffed some patches; removed 'struct-serialize' patch which was
    applied upstream in 1.28.2

 .gitignore                      |    2 +-
 lastver                         |    2 +-
 sources                         |    2 +-
 xmlrpc-c-cmake.patch            |    6 +++---
 xmlrpc-c-struct-serialize.patch |   29 -----------------------------
 xmlrpc-c.spec                   |    9 +++++----
 6 files changed, 11 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60a3704..83e998a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/xmlrpc-c-1.28.1.tar.xz
+/xmlrpc-c-1.29.0.tar.xz
diff --git a/lastver b/lastver
index d29eb8e..f9bef4a 100644
--- a/lastver
+++ b/lastver
@@ -1 +1 @@
-2203
+2233
diff --git a/sources b/sources
index ff12b74..3206f68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64461b02285792e9623f0af522c301f5  xmlrpc-c-1.28.1.tar.xz
+43d36b8255c0aca641cc60d7796ca29f  xmlrpc-c-1.29.0.tar.xz
diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch
index c4daf65..65f924c 100644
--- a/xmlrpc-c-cmake.patch
+++ b/xmlrpc-c-cmake.patch
@@ -1,7 +1,7 @@
 From 668427e2d8fff3e6b51b6bb3ca8339e47a472a04 Mon Sep 17 00:00:00 2001
 From: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
 Date: Sat, 5 Apr 2008 10:55:02 +0200
-Subject: [PATCH 1/9] make -> cmake transition
+Subject: [PATCH] make -> cmake transition
 
 cmake: updated
 ---
@@ -143,8 +143,8 @@ index 0000000..2d83ce2
 +
 +
 +set(XMLRPC_C_VERSION_MAJOR "1"  CACHE STRING "Version (major) of xmlrpc-c")
-+set(XMLRPC_C_VERSION_MINOR "28" CACHE STRING "Version (minor) of xmlrpc-c")
-+set(XMLRPC_C_VERSION_POINT "1"  CACHE STRING "Version (point) of xmlrpc-c")
++set(XMLRPC_C_VERSION_MINOR "29" CACHE STRING "Version (minor) of xmlrpc-c")
++set(XMLRPC_C_VERSION_POINT "0"  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 90f4b15..55f59e3 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -1,11 +1,11 @@
 %global advanced_branch		1
-%global svnrev			2203
+%global svnrev			2233
 
 %{!?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.28.1
+Version:	1.29.0
 Release:	%release_func 1700.svn%svnrev
 # See COPYING for details.
 # The Python 1.5.2 license used by a few files is just BSD.
@@ -28,7 +28,6 @@ Patch107:	xmlrpc-c-uninit-curl.patch
 Patch108:	xmlrpc-c-30x-redirect.patch
 Patch109:	xmlrpc-c-check-vasprintf-return-value.patch
 Patch110:	xmlrpc-c-include-string_int.h.patch
-Patch111:	xmlrpc-c-struct-serialize.patch
 
 
 BuildRoot:	%_tmppath/%name-%version-%release-root
@@ -118,7 +117,6 @@ This package contains some handy XML-RPC demo applications.
 %patch108 -p1
 %patch109 -p1
 %patch110 -p1
-%patch111 -p1
 
 ## not needed...
 rm doc/{INSTALL,configure_doc}
@@ -237,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan  4 2012 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.29.0-1700.svn2233
+- updated to 1.29.0
+
 * Mon Oct  3 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.28.1-1700.svn2203
 - updated to 1.28.1
 


More information about the scm-commits mailing list