|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: An HTTP and WebDAV client library
|
|
|
|
|
Name: neon
|
|
|
|
|
Version: 0.24.5
|
|
|
|
|
Release: 2
|
|
|
|
|
Version: 0.24.6
|
|
|
|
|
Release: 1
|
|
|
|
|
Copyright: LGPL
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
|
Prefix: %{_prefix}
|
|
|
|
@ -42,7 +42,8 @@ make %{?_smp_mflags}
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
%ifnarch ppc
|
|
|
|
|
# test suite uses port 7777
|
|
|
|
|
%ifnarch ppc s390
|
|
|
|
|
%check
|
|
|
|
|
make %{?_smp_mflags} check
|
|
|
|
|
%endif
|
|
|
|
@ -72,11 +73,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 0.24.6-1
|
|
|
|
|
- update to 0.24.6
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- update to 0.24.5 for CVE 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
|
|
|
|
|