updated to 1.24.4

This commit is contained in:
Enrico Scholz 2010-11-07 12:02:47 +01:00
parent fcc383c9df
commit e79cc94ef7
5 changed files with 9 additions and 7 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/xmlrpc-c-1.23.02.tar.xz
/xmlrpc-c-1.24.1.tar.xz
/xmlrpc-c-1.24.4.tar.xz

View File

@ -1 +1 @@
1987
2042

View File

@ -1 +1 @@
75b39b63879aadda7978741edc57cff1 xmlrpc-c-1.24.1.tar.xz
e494975dbf99d1638b3e835ad46b9249 xmlrpc-c-1.24.4.tar.xz

View File

@ -143,7 +143,7 @@ index 0000000..2781200
+
+set(XMLRPC_C_VERSION_MAJOR "1" CACHE STRING "Version (major) of xmlrpc-c")
+set(XMLRPC_C_VERSION_MINOR "24" 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}"

View File

@ -1,11 +1,11 @@
%global advanced_branch 1
%global svnrev 1987
%global svnrev 2042
%{!?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.24.1
Version: 1.24.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.
@ -233,6 +233,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Nov 7 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.24.4-1500.svn2042
- updated to 1.24.4
* Sat Oct 9 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.24.1-1500.svn1987
- updated to 1.24.1
- set -Wno-uninitialized CFLAGS; code contains lot of constructs