[xmlrpc-c/f15] updated to 1.25.4

ensc ensc at fedoraproject.org
Sun Aug 7 22:12:24 UTC 2011


commit 31f5f624b09c22c2c7950f5949057d5bd510610b
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Sun Aug 7 23:59:07 2011 +0200

    updated to 1.25.4

 .gitignore              |    1 +
 lastver                 |    2 +-
 sources                 |    2 +-
 xmlrpc-c-cmake.patch    |    2 +-
 xmlrpc-c-longlong.patch |   12 ------------
 xmlrpc-c.spec           |    7 +++++--
 6 files changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9227397..dd754bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /xmlrpc-c-1.24.4.tar.xz
 /xmlrpc-c-1.25.0.tar.xz
 /xmlrpc-c-1.25.1.tar.xz
+/xmlrpc-c-1.25.4.tar.xz
diff --git a/lastver b/lastver
index fc9b6b9..9028955 100644
--- a/lastver
+++ b/lastver
@@ -1 +1 @@
-2077
+2169
diff --git a/sources b/sources
index 819d5f8..e8e561c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8ffc26b0274e82977649c58c1eb89a7  xmlrpc-c-1.25.1.tar.xz
+b987f88183715b90a5e72d4ce76614b0  xmlrpc-c-1.25.4.tar.xz
diff --git a/xmlrpc-c-cmake.patch b/xmlrpc-c-cmake.patch
index e3c62ef..aa951c1 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 "1"  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-longlong.patch b/xmlrpc-c-longlong.patch
index 4e80105..e1ff324 100644
--- a/xmlrpc-c-longlong.patch
+++ b/xmlrpc-c-longlong.patch
@@ -54,18 +54,6 @@ index 66bf3f2..b7b654a 100644
  #define XMLRPC_INT64_MIN (-XMLRPC_INT64_MAX - 1)
  
  
-diff --git a/lib/libutil/string_number.c b/lib/libutil/string_number.c
-index 0294526..eb3a3f9 100644
---- a/lib/libutil/string_number.c
-+++ b/lib/libutil/string_number.c
-@@ -7,6 +7,7 @@
- #include <stdbool.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <inttypes.h>
- #include <errno.h>
- 
- #include <xmlrpc-c/base.h>
 diff --git a/src/cpp/param_list.cpp b/src/cpp/param_list.cpp
 index 67c636b..60f7df9 100644
 --- a/src/cpp/param_list.cpp
diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec
index 33b2772..a2fd048 100644
--- a/xmlrpc-c.spec
+++ b/xmlrpc-c.spec
@@ -5,8 +5,8 @@
 
 Summary:	A lightweight RPC library based on XML and HTTP
 Name:		xmlrpc-c
-Version:	1.25.1
-Release:	%release_func 1501.1.svn%svnrev
+Version:	1.25.4
+Release:	%release_func 1500.svn%svnrev
 # See COPYING for details.
 # The Python 1.5.2 license used by a few files is just BSD.
 License:	BSD and MIT
@@ -237,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug  7 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 1.25.4-1500.svn2077
+- updated to 1.25.4
+
 * Tue May 10 2011 Karsten Hopp <karsten at redhat.com> 1.25.1-1501.1.svn2077
 - apply Enrico's default constructor patch to F-15 for the PPC rebuild (#703469)
 


More information about the scm-commits mailing list