This commit is contained in:
ensc 2008-12-11 08:37:36 +00:00
parent f64c6ae07c
commit c6e1f2861c

View File

@ -1,12 +1,12 @@
%global advanced_branch 1
%global svnrev 1567
%global svnrev 1582
%{!?release_func:%global release_func() %1%{?dist}}
Summary: A lightweight RPC library based on XML and HTTP
Name: xmlrpc-c
Version: 1.16.4
Release: %release_func 2.%svnrev
Version: 1.16.6
Release: %release_func 1.%svnrev
# See COPYING for details.
# The Python 1.5.2 license used by a few files is just BSD.
License: BSD and MIT
@ -21,8 +21,6 @@ Patch100: xmlrpc-c-cmake.patch
Patch102: xmlrpc-c-printf-size_t.patch
Patch105: xmlrpc-c-longlong.patch
Patch106: xmlrpc-c-va_list.patch
Patch107: xmlrpc-c-c++.patch
Patch108: xmlrpc-c-stdlib.patch
BuildRoot: %_tmppath/%name-%version-%release-root
@ -109,8 +107,6 @@ This package contains some handy XML-RPC demo applications.
%patch102 -p1
%patch105 -p1
%patch106 -p1
%patch107 -p1
%patch108 -p1
## not needed...
rm doc/{INSTALL,configure_doc}
@ -212,6 +208,10 @@ rm -rf $RPM_BUILD_ROOT
%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
- updated to 1.16.4
- rediffed/updated patches