From b0411771562d8358531e02367b4c154c2d45d3ec Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:06:00 +0000 Subject: [PATCH] auto-import changelog data from neon-0.24.4-3.1.src.rpm Tue Mar 02 2004 Elliot Lee - rebuilt Wed Feb 25 2004 Joe Orton 0.24.4-3 - use BuildRequires not BuildPrereq, drop autoconf, libtool; -devel requires {openssl,zlib}-devel (#116744) Fri Feb 13 2004 Elliot Lee 0.24.4-2 - rebuilt Mon Feb 09 2004 Joe Orton 0.24.4-1 - update to 0.24.4 --- .cvsignore | 2 +- neon.spec | 34 ++++++++++++++++++++++------------ sources | 2 +- 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index 793c80c..2df8b33 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -neon-0.24.3.tar.gz +neon-0.24.4.tar.gz diff --git a/neon.spec b/neon.spec index 1531349..4846434 100644 --- a/neon.spec +++ b/neon.spec @@ -1,16 +1,15 @@ Summary: An HTTP and WebDAV client library Name: neon -Version: 0.24.3 -Release: 1 +Version: 0.24.4 +Release: 3.1 Copyright: LGPL Group: Applications/Publishing Prefix: %{_prefix} URL: http://www.webdav.org/neon Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz Patch0: neon-0.23.9-config.patch -Patch1: neon-0.24.3-ssltest.patch -BuildPreReq: expat-devel, openssl-devel, zlib-devel, krb5-devel -BuildPreReq: autoconf, libtool, pkgconfig +BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel +BuildRequires: pkgconfig BuildRoot: %{_tmppath}/%{name}-root Conflicts: subversion < 0.22.2-4 @@ -24,7 +23,7 @@ Kerberos authentication, and has complete SSL support. %package devel Summary: Static libraries and C header files for the neon library. Group: Development/Libraries -Requires: neon = %{version} +Requires: neon = %{version}, openssl-devel, zlib-devel Conflicts: subversion-devel < 0.22.2-4 %description devel @@ -33,21 +32,19 @@ The development library for the C language HTTP and WebDAV client library. %prep %setup -q %patch0 -p1 -b .config -%patch1 -p1 -b .ssltest - -# stupid upstream can't count -perl -pi -e "s/_RELEASE=2/_RELEASE=3/" configure %build %configure --with-ssl --with-expat --enable-shared -make %{?_smp_flags} +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall +%ifnarch ppc %check -make check +make %{?_smp_mflags} check +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -74,6 +71,19 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so %changelog +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Wed Feb 25 2004 Joe Orton 0.24.4-3 +- use BuildRequires not BuildPrereq, drop autoconf, libtool; + -devel requires {openssl,zlib}-devel (#116744) + +* Fri Feb 13 2004 Elliot Lee 0.24.4-2 +- rebuilt + +* Mon Feb 9 2004 Joe Orton 0.24.4-1 +- update to 0.24.4 + * Thu Oct 9 2003 Joe Orton 0.24.3-1 - update to 0.24.3 diff --git a/sources b/sources index 5780e9c..02b2ac4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4cce6d468ffa22d47160874c8920de91 neon-0.24.3.tar.gz +e1e5000cbdcdcd18bc953bff5d4006eb neon-0.24.4.tar.gz