- updated to 1.14.2
- rediffed patches - added patch to fix broken usage of 'long long' datatype
This commit is contained in:
parent
21ee75eb3e
commit
6830b1c0e8
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Summary: A lightweight RPC library based on XML and HTTP
|
Summary: A lightweight RPC library based on XML and HTTP
|
||||||
Name: xmlrpc-c
|
Name: xmlrpc-c
|
||||||
Version: 1.13.8
|
Version: 1.14.2
|
||||||
Release: %release_func 2
|
Release: %release_func 1
|
||||||
License: BSD/PSF -- see COPYING
|
License: BSD/PSF -- see COPYING
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://xmlrpc-c.sourceforge.net/
|
URL: http://xmlrpc-c.sourceforge.net/
|
||||||
@ -16,7 +16,7 @@ URL: http://xmlrpc-c.sourceforge.net/
|
|||||||
%{?advanced_branch:Source0: xmlrpc-c-%version.tar.bz2}
|
%{?advanced_branch:Source0: xmlrpc-c-%version.tar.bz2}
|
||||||
Patch100: make-cmake-transition.patch
|
Patch100: make-cmake-transition.patch
|
||||||
Patch102: fixed-broken-format-string-modifiers-for-size_t-type.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
|
BuildRoot: %_tmppath/%name-%version-%release-root
|
||||||
#BuildRequires: w3c-libwww-devel
|
#BuildRequires: w3c-libwww-devel
|
||||||
@ -61,7 +61,7 @@ This package contains some handy XML-RPC demo applications.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
%patch102 -p1
|
%patch102 -p1
|
||||||
%patch104 -p1
|
%patch105 -p1
|
||||||
|
|
||||||
## not needed...
|
## not needed...
|
||||||
rm doc/{INSTALL,configure_doc}
|
rm doc/{INSTALL,configure_doc}
|
||||||
@ -124,6 +124,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 12 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 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 <enrico.scholz@informatik.tu-chemnitz.de> - 1.13.8-2
|
* Mon Mar 17 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.13.8-2
|
||||||
- fixed cmake quoting so that pkgconfig files get correct version number
|
- fixed cmake quoting so that pkgconfig files get correct version number
|
||||||
- fixed handling of 'server-util' and '--cflags' within xmlrpc-c-config
|
- fixed handling of 'server-util' and '--cflags' within xmlrpc-c-config
|
||||||
|
Loading…
Reference in New Issue
Block a user