diff --git a/.cvsignore b/.cvsignore index 321af2c..9219a76 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmlrpc-c-1.14.6.tar.bz2 +xmlrpc-c-1.14.8.tar.bz2 diff --git a/lastver b/lastver index 7674a94..e461f88 100644 --- a/lastver +++ b/lastver @@ -1 +1 @@ -1.14.06 +1.14.08 diff --git a/make-cmake-transition.patch b/make-cmake-transition.patch index 3783f80..b174994 100644 --- a/make-cmake-transition.patch +++ b/make-cmake-transition.patch @@ -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 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 diff --git a/sources b/sources index cd7a571..8bf89a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f28e2e412636009c0b7508454d5db07 xmlrpc-c-1.14.6.tar.bz2 +fdbe93fbb0ad16cb082d21fdb23ced8c xmlrpc-c-1.14.8.tar.bz2 diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index 3b6996b..41b6676 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -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 - 1.14.8-1 +- updated to 1.14.8 + * Sun May 25 2008 Enrico Scholz - 1.14.6-1 - updated to 1.14.6