updated to 1.14.8

This commit is contained in:
ensc 2008-06-21 14:26:59 +00:00
parent e17428ef41
commit 98d424c716
5 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
xmlrpc-c-1.14.6.tar.bz2
xmlrpc-c-1.14.8.tar.bz2

View File

@ -1 +1 @@
1.14.06
1.14.08

View File

@ -1,4 +1,4 @@
From 9ba428178fbde76825e673bab3f82f97e8d65722 Mon Sep 17 00:00:00 2001
From 534f3014fc72d42869e5f54a1c4487e9331c5aaf Mon Sep 17 00:00:00 2001
From: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Date: Sat, 5 Apr 2008 10:55:02 +0200
Subject: [PATCH] make -> cmake transition
@ -116,7 +116,7 @@ Subject: [PATCH] make -> cmake transition
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..244ddb2
index 0000000..d239456
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,260 @@
@ -128,7 +128,7 @@ index 0000000..244ddb2
+
+set(XMLRPC_C_VERSION_MAJOR "1" CACHE STRING "Version (major) of xmlrpc-c")
+set(XMLRPC_C_VERSION_MINOR "14" CACHE STRING "Version (minor) of xmlrpc-c")
+set(XMLRPC_C_VERSION_POINT "6" CACHE STRING "Version (point) of xmlrpc-c")
+set(XMLRPC_C_VERSION_POINT "8" CACHE STRING "Version (point) of xmlrpc-c")
+
+set(XMLRPC_C_VERSION
+ "${XMLRPC_C_VERSION_MAJOR}.${XMLRPC_C_VERSION_MINOR}.${XMLRPC_C_VERSION_POINT}"
@ -1744,5 +1744,5 @@ index 0000000..3ba3202
+
+#endif
--
1.5.4.5
1.5.5.1

View File

@ -1 +1 @@
2f28e2e412636009c0b7508454d5db07 xmlrpc-c-1.14.6.tar.bz2
fdbe93fbb0ad16cb082d21fdb23ced8c xmlrpc-c-1.14.8.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: A lightweight RPC library based on XML and HTTP
Name: xmlrpc-c
Version: 1.14.6
Version: 1.14.8
Release: %release_func 1
License: BSD/PSF -- see COPYING
Group: System Environment/Libraries
@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Jun 21 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.14.8-1
- updated to 1.14.8
* Sun May 25 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.14.6-1
- updated to 1.14.6