Blame SPECS/xmlrpc-c.spec

345a7b
%global advanced_branch		1
345a7b
%global svnrev			2451
345a7b
345a7b
%{!?release_func:%global release_func() %%{?prerelease:0.}%1%%{?prerelease:.%%prerelease}%%{?dist}}
345a7b
345a7b
Summary:	A lightweight RPC library based on XML and HTTP
345a7b
Name:		xmlrpc-c
345a7b
Version:	1.32.5
345a7b
Release:	%release_func 1905.svn%svnrev
345a7b
# See COPYING for details.
345a7b
# The Python 1.5.2 license used by a few files is just BSD.
345a7b
# GPL+: lib/util/getoptx.{c,h}
345a7b
# Public Domain: grep -Ri "public domain" *
345a7b
License:	BSD and MIT and GPL+ and Public Domain
345a7b
Group:		System Environment/Libraries
345a7b
URL:		http://xmlrpc-c.sourceforge.net/
345a7b
%{!?advanced_branch:Source0:	http://dl.sourceforge.net/sourceforge/xmlrpc-c/xmlrpc-%version.tgz}
345a7b
# generated by 'make svn-sources [SVN_VER=%version SVN_REV=%svnrev]'. Unfortunately,
345a7b
# upstream does not tag versions so we must fetch from the branch and
345a7b
# check which version was used for it
345a7b
%{?advanced_branch:Source0:	xmlrpc-c-%version.tar.xz}
345a7b
345a7b
Source100:	dfs.cc
345a7b
Source101:	dso-fixup
345a7b
345a7b
Patch100:	xmlrpc-c-cmake.patch
345a7b
Patch102:	xmlrpc-c-printf-size_t.patch
345a7b
Patch105:	xmlrpc-c-longlong.patch
345a7b
Patch107:	xmlrpc-c-uninit-curl.patch
345a7b
Patch108:	xmlrpc-c-30x-redirect.patch
345a7b
Patch109:	xmlrpc-c-check-vasprintf-return-value.patch
345a7b
Patch110:	xmlrpc-c-include-string_int.h.patch
345a7b
345a7b
345a7b
BuildRoot:	%_tmppath/%name-%version-%release-root
345a7b
BuildRequires:	cmake
345a7b
BuildRequires:	curl-devel libxml2-devel readline-devel ncurses-devel
345a7b
345a7b
%package c++
345a7b
Summary:	C++ libraries for xmlrpc-c
345a7b
Group:		System Environment/Libraries
345a7b
Requires:	%name%{?_isa} = %version-%release
345a7b
345a7b
%package client
345a7b
Summary:	C client libraries for xmlrpc-c
345a7b
Group:		System Environment/Libraries
345a7b
Requires:	%name%{?_isa} = %version-%release
345a7b
345a7b
%package client++
345a7b
Summary:	C++ client libraries for xmlrpc-c
345a7b
Group:		System Environment/Libraries
345a7b
Requires:	%name%{?_isa} = %version-%release
345a7b
Requires:	%name-c++%{?_isa} = %version-%release
345a7b
Requires:	%name-client%{?_isa} = %version-%release
345a7b
345a7b
%package devel
345a7b
Summary:	Development files for xmlrpc-c based programs
345a7b
Group:		Development/Libraries
345a7b
Requires:	%name%{?_isa} = %version-%release
345a7b
Requires:	%name-c++%{?_isa} = %version-%release
345a7b
Requires:	%name-client%{?_isa} = %version-%release
345a7b
Requires:	%name-client++%{?_isa} = %version-%release
345a7b
345a7b
%package apps
345a7b
Summary:	Sample XML-RPC applications
345a7b
Group:		Applications/Internet
345a7b
Requires:	%name%{?_isa} = %version-%release
345a7b
Requires:	%name-c++%{?_isa} = %version-%release
345a7b
Requires:	%name-client%{?_isa} = %version-%release
345a7b
Requires:	%name-client++%{?_isa} = %version-%release
345a7b
345a7b
345a7b
%description
345a7b
XML-RPC is a quick-and-easy way to make procedure calls over the
345a7b
Internet. It converts the procedure call into XML document, sends it
345a7b
to a remote server using HTTP, and gets back the response as XML.
345a7b
345a7b
This library provides a modular implementation of XML-RPC for C.
345a7b
345a7b
345a7b
%description c++
345a7b
XML-RPC is a quick-and-easy way to make procedure calls over the
345a7b
Internet. It converts the procedure call into XML document, sends it
345a7b
to a remote server using HTTP, and gets back the response as XML.
345a7b
345a7b
This library provides a modular implementation of XML-RPC for C++.
345a7b
345a7b
345a7b
%description client
345a7b
XML-RPC is a quick-and-easy way to make procedure calls over the
345a7b
Internet. It converts the procedure call into XML document, sends it
345a7b
to a remote server using HTTP, and gets back the response as XML.
345a7b
345a7b
This library provides a modular implementation of XML-RPC for C
345a7b
clients.
345a7b
345a7b
%description client++
345a7b
XML-RPC is a quick-and-easy way to make procedure calls over the
345a7b
Internet. It converts the procedure call into XML document, sends it
345a7b
to a remote server using HTTP, and gets back the response as XML.
345a7b
345a7b
This library provides a modular implementation of XML-RPC for C++
345a7b
clients.
345a7b
345a7b
345a7b
%description devel
345a7b
Static libraries and header files for writing XML-RPC applications in
345a7b
C and C++.
345a7b
345a7b
345a7b
%description apps
345a7b
XML-RPC is a quick-and-easy way to make procedure calls over the
345a7b
Internet. It converts the procedure call into XML document, sends it
345a7b
to a remote server using HTTP, and gets back the response as XML.
345a7b
345a7b
This package contains some handy XML-RPC demo applications.
345a7b
345a7b
345a7b
%prep
345a7b
%setup -q
345a7b
%patch100 -p1
345a7b
%patch102 -p1
345a7b
%patch105 -p1
345a7b
%patch107 -p1
345a7b
%patch108 -p1
345a7b
%patch109 -p1
345a7b
%patch110 -p1
345a7b
345a7b
## not needed...
345a7b
rm doc/{INSTALL,configure_doc}
345a7b
345a7b
345a7b
%build
345a7b
mkdir -p build
345a7b
cd build
345a7b
export CFLAGS="$RPM_OPT_FLAGS -Wno-uninitialized -Wno-unknown-pragmas"
345a7b
export CXXFLAGS="$RPM_OPT_FLAGS"
345a7b
export LDFLAGS="-Wl,-as-needed"
345a7b
cmake .. \
345a7b
	-D_lib:STRING=%_lib			\
345a7b
	-DMUST_BUILD_CURL_CLIENT:BOOL=ON	\
345a7b
	-DMUST_BUILD_LIBWWW_CLIENT:BOOL=OFF	\
345a7b
        -DCMAKE_INSTALL_PREFIX:PATH=%_prefix	\
345a7b
        -DBUILD_SHARED_LIBS:BOOL=ON		\
345a7b
	-DENABLE_TOOLS:BOOL=ON
345a7b
make VERBOSE=1 %{?_smp_mflags}
345a7b
345a7b
%__cxx $RPM_OPT_FLAGS %SOURCE100 -o depsort
345a7b
345a7b
345a7b
%install
345a7b
rm -rf $RPM_BUILD_ROOT
345a7b
cd build
345a7b
make install DESTDIR=$RPM_BUILD_ROOT
345a7b
345a7b
chmod +x $RPM_BUILD_ROOT%_libdir/*.so
345a7b
345a7b
%SOURCE101 "$RPM_BUILD_ROOT" "%_libdir" 'libxmlrpc' $RPM_BUILD_ROOT%_libdir/libxmlrpc*.so.[0-9]
345a7b
345a7b
345a7b
%check
345a7b
unset PKG_CONFIG_PATH
345a7b
export PKG_CONFIG_LIBDIR=$RPM_BUILD_ROOT%_libdir/pkgconfig:%_libdir/pkgconfig:%_datadir/pkgconfig
345a7b
PATH=$RPM_BUILD_ROOT%_bindir:$PATH
345a7b
345a7b
_e() {
345a7b
     echo "\$ $@"
345a7b
     "$@"
345a7b
}
345a7b
345a7b
set +x
345a7b
_e xmlrpc-c-config --help
345a7b
for comp in c++ cgi-server server-util abyss-server client libwww-client; do
345a7b
	for opt in '--version' '--libs' 'c++2 --libs' 'c++ --libs --static'; do
345a7b
		_e xmlrpc-c-config "$comp" $opt
345a7b
	done
345a7b
done
345a7b
set -x
345a7b
345a7b
345a7b
%clean
345a7b
rm -rf $RPM_BUILD_ROOT
345a7b
345a7b
345a7b
%post   -p /sbin/ldconfig
345a7b
%postun -p /sbin/ldconfig
345a7b
345a7b
%post client   -p /sbin/ldconfig
345a7b
%postun client -p /sbin/ldconfig
345a7b
345a7b
%post c++   -p /sbin/ldconfig
345a7b
%postun c++ -p /sbin/ldconfig
345a7b
345a7b
%post client++   -p /sbin/ldconfig
345a7b
%postun client++ -p /sbin/ldconfig
345a7b
345a7b
345a7b
345a7b
%files
345a7b
%defattr(-,root,root,-)
345a7b
%doc doc/*
345a7b
%_libdir/*.so.3*
345a7b
%exclude %_libdir/libxmlrpc_client.so*
345a7b
345a7b
345a7b
%files client
345a7b
%defattr(-,root,root,-)
345a7b
%_libdir/libxmlrpc_client.so.*
345a7b
345a7b
345a7b
%files c++
345a7b
%defattr(-,root,root,-)
345a7b
%_libdir/*.so.8*
345a7b
%exclude %_libdir/libxmlrpc_client++.so*
345a7b
345a7b
345a7b
%files client++
345a7b
%defattr(-,root,root,-)
345a7b
%_libdir/libxmlrpc_client++.so.*
345a7b
345a7b
345a7b
%files devel
345a7b
%defattr(-,root,root,-)
345a7b
%_bindir/xmlrpc-c-config
345a7b
%_includedir/xmlrpc-c
345a7b
%_includedir/*.h
345a7b
%_libdir/pkgconfig/*.pc
345a7b
%_libdir/*.so
345a7b
345a7b
345a7b
%files apps
345a7b
%defattr(-,root,root,-)
345a7b
%doc tools/xmlrpc/xmlrpc.html
345a7b
%doc tools/xmlrpc_transport/xmlrpc_transport.html
345a7b
%_mandir/man1/*
345a7b
%_bindir/xmlrpc
345a7b
%_bindir/xmlrpc_transport
345a7b
%_bindir/xml-rpc-api2cpp
345a7b
%_bindir/xmlrpc_cpp_proxy
345a7b
%_bindir/xmlrpc_pstream
345a7b
%_bindir/xmlrpc_parsecall
345a7b
345a7b
%exclude %_bindir/xml-rpc-api2txt
345a7b
345a7b
345a7b
%changelog
345a7b
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 1.32.5-1905.svn2451
345a7b
- Mass rebuild 2014-01-24
345a7b
345a7b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.32.5-1904.svn2451
345a7b
- Mass rebuild 2013-12-27
345a7b
345a7b
* Wed Jul 31 2013 Michal Srb <msrb@redhat.com> - 1.32.5-1903.svn2451
345a7b
- Fix license tag
345a7b
345a7b
* Thu Apr 25 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.32.5-1902.svn2451
345a7b
- Add missing inter-package dependencies
345a7b
- Rename fedora directory to build
345a7b
345a7b
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32.5-1901.svn2451
345a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
345a7b
345a7b
* Sun Dec  9 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.32.5-1900.svn2451
345a7b
- updated to 1.32.5
345a7b
345a7b
* Sun Oct 21 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.32.2-1900.svn2434
345a7b
- updated to 1.32.2
345a7b
345a7b
* Sat Oct  6 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.32.1-1900.svn2413
345a7b
- updated to 1.32.1
345a7b
345a7b
* Sun Aug 26 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.31.4-1900.svn2386
345a7b
- updated to 1.31.4
345a7b
345a7b
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31.0-1801.svn2365
345a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
345a7b
345a7b
* Sun Jul  1 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.31.0-1800.svn2365
345a7b
- updated to 1.31.0
345a7b
345a7b
* Wed Jun  6 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.30.6-1800.svn2328
345a7b
- updated to 1.30.6
345a7b
345a7b
* Sat May 26 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.30.5-1800.svn2324
345a7b
- updated to 1.30.5 (IPv6 server fixes)
345a7b
345a7b
* Sat May 12 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.30.4-1800.svn2318
345a7b
- updated to 1.30.4
345a7b
345a7b
* Thu Apr  5 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.30.1-1800.svn2298
345a7b
- updated to 1.30.1
345a7b
345a7b
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.29.0-1701.svn2233
345a7b
- Rebuilt for c++ ABI breakage
345a7b
345a7b
* Wed Jan  4 2012 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.29.0-1700.svn2233
345a7b
- updated to 1.29.0
345a7b
345a7b
* Mon Oct  3 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.28.1-1700.svn2203
345a7b
- updated to 1.28.1
345a7b
345a7b
* Mon Oct  3 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.27.5-1701.svn2185
345a7b
- fixed error handling when transfering too large files (#741980)
345a7b
345a7b
* Sat Aug 27 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.27.5-1700.svn2185
345a7b
- updated to 1.27.5
345a7b
345a7b
* Sun Aug  7 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.27.4-1700.svn2171
345a7b
- updated to 1.27.4
345a7b
345a7b
* Sun Aug  7 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.27.3-1700.svn2145
345a7b
- updated to 1.27.3
345a7b
345a7b
* Mon Jun 27 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.27.0-1600.svn2145
345a7b
- updated to 1.27.0
345a7b
- made it build with recent curl
345a7b
345a7b
* Mon Jun 13 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.26.3-1600.svn2134
345a7b
- updated to 1.26.3
345a7b
- removed default-constructor patch; issue is solved upstream
345a7b
345a7b
* Sat Apr  2 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.26.0-1600.svn2188
345a7b
- updated to 1.26.0
345a7b
345a7b
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25.1-1501.svn2077
345a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
345a7b
345a7b
* Thu Jan  6 2011 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.25.1-1500.svn2077
345a7b
- updated to 1.25.1
345a7b
345a7b
* Thu Dec 30 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.25.0-1500.svn2074
345a7b
- updated to 1.25.0
345a7b
345a7b
* Sun Nov  7 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.24.4-1500.svn2042
345a7b
- updated to 1.24.4
345a7b
345a7b
* Sat Oct  9 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.24.1-1500.svn1987
345a7b
- updated to 1.24.1
345a7b
- set -Wno-uninitialized CFLAGS; code contains lot of constructs
345a7b
  triggering this warning and the 'int a=a' defeaters have been
345a7b
  removed in this version
345a7b
345a7b
* Fri Aug 27 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.23.02-1500.svn1968
345a7b
- updated to 1.23.02 (note: this breaks C++ ABI)
345a7b
- added vasprintf patch
345a7b
345a7b
* Thu Jul 29 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.23.01-1400.svn1958
345a7b
- updated to 1.23.01
345a7b
- added patch to make curl follow HTTP POST 301 redirects (#618504)
345a7b
345a7b
* Sun Apr 18 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.22.01-1400.svn1907
345a7b
- updated to 1.22.01 (svn 1907)
345a7b
345a7b
* Tue Feb 23 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.21.00-1401.1851
345a7b
- require the various subpackages explicitly for -devel; the ld linker
345a7b
  scripts broke rpm's autodetection (#567400)
345a7b
- removed -devel Requires: which are covered by pkgconfig autodeps
345a7b
- added %%{?_isa} annotations
345a7b
345a7b
* Sun Feb 21 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.21.00-1400.1851
345a7b
- made linker scripts more 'ldconfig' friendly
345a7b
345a7b
* Mon Feb 15 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.21.00-1301.1851
345a7b
- replaced .so symlinks by linker scripts which add all implicit
345a7b
  dependencies in AS_NEEDED() commands (#564607, #565577)
345a7b
345a7b
* Thu Jan 14 2010 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.21.00-1300.1851
345a7b
- updated to 1.21.00 (rev 1851)
345a7b
- removed curl-trace patch as applied upstream
345a7b
- rediffed patches
345a7b
345a7b
* Sat Nov 21 2009 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.20.3-1.1841
345a7b
- updated to rev1841
345a7b
- rediffed patches
345a7b
- added patch to fix handling of wrong certificates (Nikola Pajkovsky)
345a7b
- added support for $XMLRPC_TRACE_CURL env (John Dennis)
345a7b
345a7b
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.6-3.1582
345a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
345a7b
345a7b
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.6-2.1582
345a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
345a7b
345a7b
* Thu Dec 11 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.16.6-1.1582
345a7b
- updated to 1.16.6; rediffed patches
345a7b
- fixed client headers (bug #475887)
345a7b
345a7b
* Sat Nov 15 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.16.4.1567-2
345a7b
- updated to 1.16.4
345a7b
- rediffed/updated patches
345a7b
- splitted some subpackages (c++, client) out of main package as they
345a7b
  introduce additional dependencies (c++, curl)
345a7b
345a7b
* Sat Sep  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14.8-2
345a7b
- fix license tag
345a7b
345a7b
* Sat Jun 21 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.14.8-1
345a7b
- updated to 1.14.8
345a7b
345a7b
* Sun May 25 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.14.6-1
345a7b
- updated to 1.14.6
345a7b
345a7b
* Sat Apr 12 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.14.2-1
345a7b
- updated to 1.14.2
345a7b
- rediffed patches
345a7b
- added patch to fix broken usage of 'long long' datatype
345a7b
345a7b
* Mon Mar 17 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.13.8-2
345a7b
- fixed cmake quoting so that pkgconfig files get correct version number
345a7b
- fixed handling of 'server-util' and '--cflags' within xmlrpc-c-config
345a7b
345a7b
* Sun Mar 16 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.13.8-1
345a7b
- updated to 1.13.8
345a7b
- removed some patches which were applied upstream
345a7b
345a7b
* Tue Feb 26 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.13.07-2
345a7b
- moved to advanced branched; rediffed/updated existing cmake patch
345a7b
  and fixed other compilation issues (#369841)
345a7b
345a7b
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.06.23-2
345a7b
- Autorebuild for GCC 4.3
345a7b
345a7b
* Wed Jan  2 2008 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.23-1
345a7b
- use correct pkg-config script for 'xmlrpc-config abyss-server'
345a7b
  output (#355411)
345a7b
- updated to 1.06.23 (#355411)
345a7b
345a7b
* Tue Sep  4 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.18-1
345a7b
- updated to 1.06.18
345a7b
345a7b
* Thu Aug 16 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.17-1
345a7b
- updated to 1.06.17
345a7b
345a7b
* Sun Jul 22 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.16-1
345a7b
- updated to 1.06.16
345a7b
345a7b
* Thu Jun 14 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.14-1
345a7b
- updated to 1.06.14
345a7b
345a7b
* Sun Apr  1 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.11-2
345a7b
- rediffed cmake patch against current version
345a7b
- made the xmlrpc-c-config compatible to the upstream version
345a7b
- added compatibility symlinks for some header files (thx to Robert de
345a7b
  Vries for reporting these two issues)
345a7b
345a7b
* Sat Mar 17 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.11-1
345a7b
- updated to 1.06.11
345a7b
345a7b
* Sat Feb  3 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.09-1
345a7b
- updated to 1.06.09
345a7b
- removed -typo patch since applied upstream
345a7b
345a7b
* Mon Nov  6 2006 Jindrich Novy <jnovy@redhat.com> - 1.06.05-3
345a7b
- rebuild against the new curl
345a7b
345a7b
* Mon Oct  2 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.05-2
345a7b
- updated cmake patch
345a7b
- strip installed libraries
345a7b
345a7b
* Wed Sep 20 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.05-1
345a7b
- updated to 1.06.05
345a7b
- merged + updated patches
345a7b
345a7b
* Sat Sep 16 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.06.04-1
345a7b
- updated to 1.06.04
345a7b
- patched the broken buildsystem
345a7b
- disabled libwww backend explicitely
345a7b
345a7b
* Sun Jun  4 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.05-1
345a7b
- updated to 1.05
345a7b
- updated patches
345a7b
345a7b
* Sat Feb 18 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.04-2
345a7b
- rebuilt for FC5
345a7b
345a7b
* Sun Dec 18 2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.04-1
345a7b
- added libxml2-devel and openssl-devel Requires: for the -devel
345a7b
  subpackage
345a7b
- ship doc/* instead of doc
345a7b
- initial Fedora Extras package (review 175840)
345a7b
345a7b
* Thu Dec 15 2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.04-0.1
345a7b
- disabled w3c-libwww because it does not exist anymore in FC5 and
345a7b
  seems to be unmaintained upstream
345a7b
- added missing libxml2-devel
345a7b
- cleaned up list of %%doc files
345a7b
- fixed gcc4.1 build issues
345a7b
- removed static libraries when there exists a corresponding dynamic one
345a7b
345a7b
* Tue Aug  2 2005 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.03.02-1
345a7b
- Initial build.