@ -1,7 +1,7 @@
Summary: An HTTP and WebDAV client library
Summary: An HTTP and WebDAV client library
Name: neon
Name: neon
Version: 0.24.4
Version: 0.24.5
Release: 3.1
Release: 2
Copyright: LGPL
Copyright: LGPL
Group: Applications/Publishing
Group: Applications/Publishing
Prefix: %{_prefix}
Prefix: %{_prefix}
@ -34,6 +34,7 @@ The development library for the C language HTTP and WebDAV client library.
%patch0 -p1 -b .config
%patch0 -p1 -b .config
%build
%build
export CFLAGS="-Wall $RPM_OPT_FLAGS"
%configure --with-ssl --with-expat --enable-shared
%configure --with-ssl --with-expat --enable-shared
make %{?_smp_mflags}
make %{?_smp_mflags}
@ -71,6 +72,15 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so
%{_libdir}/*.so
%changelog
%changelog
* Wed Apr 14 2004 Joe Orton <jorton@redhat.com> 0.24.5-2
- rebuild
* Wed Apr 14 2004 Joe Orton <jorton@redhat.com> 0.24.5-1
- update to 0.24.5 for CAN 2004-0179 fix
* Thu Mar 25 2004 Joe Orton <jorton@redhat.com> 0.24.4-4
- implement the Negotate auth scheme, and only over SSL
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
- rebuilt