updated
This commit is contained in:
parent
f64c6ae07c
commit
c6e1f2861c
@ -1,12 +1,12 @@
|
|||||||
%global advanced_branch 1
|
%global advanced_branch 1
|
||||||
%global svnrev 1567
|
%global svnrev 1582
|
||||||
|
|
||||||
%{!?release_func:%global release_func() %1%{?dist}}
|
%{!?release_func:%global release_func() %1%{?dist}}
|
||||||
|
|
||||||
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.16.4
|
Version: 1.16.6
|
||||||
Release: %release_func 2.%svnrev
|
Release: %release_func 1.%svnrev
|
||||||
# See COPYING for details.
|
# See COPYING for details.
|
||||||
# The Python 1.5.2 license used by a few files is just BSD.
|
# The Python 1.5.2 license used by a few files is just BSD.
|
||||||
License: BSD and MIT
|
License: BSD and MIT
|
||||||
@ -21,8 +21,6 @@ Patch100: xmlrpc-c-cmake.patch
|
|||||||
Patch102: xmlrpc-c-printf-size_t.patch
|
Patch102: xmlrpc-c-printf-size_t.patch
|
||||||
Patch105: xmlrpc-c-longlong.patch
|
Patch105: xmlrpc-c-longlong.patch
|
||||||
Patch106: xmlrpc-c-va_list.patch
|
Patch106: xmlrpc-c-va_list.patch
|
||||||
Patch107: xmlrpc-c-c++.patch
|
|
||||||
Patch108: xmlrpc-c-stdlib.patch
|
|
||||||
|
|
||||||
|
|
||||||
BuildRoot: %_tmppath/%name-%version-%release-root
|
BuildRoot: %_tmppath/%name-%version-%release-root
|
||||||
@ -109,8 +107,6 @@ This package contains some handy XML-RPC demo applications.
|
|||||||
%patch102 -p1
|
%patch102 -p1
|
||||||
%patch105 -p1
|
%patch105 -p1
|
||||||
%patch106 -p1
|
%patch106 -p1
|
||||||
%patch107 -p1
|
|
||||||
%patch108 -p1
|
|
||||||
|
|
||||||
## not needed...
|
## not needed...
|
||||||
rm doc/{INSTALL,configure_doc}
|
rm doc/{INSTALL,configure_doc}
|
||||||
@ -212,6 +208,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 11 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.16.6-2.1582
|
||||||
|
- updated to 1.16.6; rediffed patches
|
||||||
|
- fixed client headers (bug #475887)
|
||||||
|
|
||||||
* Sat Nov 15 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.16.4.1567-2
|
* Sat Nov 15 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.16.4.1567-2
|
||||||
- updated to 1.16.4
|
- updated to 1.16.4
|
||||||
- rediffed/updated patches
|
- rediffed/updated patches
|
||||||
|
Loading…
Reference in New Issue
Block a user