From 6830b1c0e85d962f940ff855d5bde5688426fa27 Mon Sep 17 00:00:00 2001 From: ensc Date: Sat, 12 Apr 2008 08:45:52 +0000 Subject: [PATCH] - updated to 1.14.2 - rediffed patches - added patch to fix broken usage of 'long long' datatype --- xmlrpc-c.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/xmlrpc-c.spec b/xmlrpc-c.spec index a87f0dc..8e4d6be 100644 --- a/xmlrpc-c.spec +++ b/xmlrpc-c.spec @@ -4,8 +4,8 @@ Summary: A lightweight RPC library based on XML and HTTP Name: xmlrpc-c -Version: 1.13.8 -Release: %release_func 2 +Version: 1.14.2 +Release: %release_func 1 License: BSD/PSF -- see COPYING Group: System Environment/Libraries URL: http://xmlrpc-c.sourceforge.net/ @@ -16,7 +16,7 @@ URL: http://xmlrpc-c.sourceforge.net/ %{?advanced_branch:Source0: xmlrpc-c-%version.tar.bz2} Patch100: make-cmake-transition.patch Patch102: fixed-broken-format-string-modifiers-for-size_t-type.patch -Patch104: fixed-uninitialised-usage-of-buffer-attribute.patch +Patch105: use-proper-datatypes.patch BuildRoot: %_tmppath/%name-%version-%release-root #BuildRequires: w3c-libwww-devel @@ -61,7 +61,7 @@ This package contains some handy XML-RPC demo applications. %setup -q %patch100 -p1 %patch102 -p1 -%patch104 -p1 +%patch105 -p1 ## not needed... rm doc/{INSTALL,configure_doc} @@ -124,6 +124,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Apr 12 2008 Enrico Scholz - 1.14.2-1 +- updated to 1.14.2 +- rediffed patches +- added patch to fix broken usage of 'long long' datatype + * Mon Mar 17 2008 Enrico Scholz - 1.13.8-2 - fixed cmake quoting so that pkgconfig files get correct version number - fixed handling of 'server-util' and '--cflags' within xmlrpc-c-config