Hello community, here is the log from the commit of package neon checked in at Fri Feb 29 23:26:00 CET 2008. -------- --- neon/neon.changes 2008-02-15 01:52:36.000000000 +0100 +++ neon/neon.changes 2008-02-28 22:06:32.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Feb 28 22:06:13 CET 2008 - crrodriguez@suse.de + +- run the test suite to detect any possible regression + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neon.spec ++++++ --- /var/tmp/diff_new_pack.T15759/_old 2008-02-29 23:25:45.000000000 +0100 +++ /var/tmp/diff_new_pack.T15759/_new 2008-02-29 23:25:45.000000000 +0100 @@ -12,10 +12,10 @@ Name: neon -BuildRequires: libexpat-devel libopenssl-devel zlib-devel +BuildRequires: libexpat-devel libopenssl-devel openssl zlib-devel Summary: An HTTP and WebDAV Client Library Version: 0.28.0 -Release: 1 +Release: 5 License: GPL v2 or later Group: Development/Libraries/Other Url: http://www.webdav.org/neon @@ -150,6 +150,11 @@ %install make DESTDIR=$RPM_BUILD_ROOT docdir=%{_defaultdocdir}/%{name} install install-man install-html rm -f %{buildroot}%{_libdir}/*.la +grep -r include %{buildroot}%{_includedir} +%{buildroot}%{_bindir}/neon-config --libs + +%check +make check %clean rm -rf $RPM_BUILD_ROOT @@ -179,6 +184,8 @@ %{_libdir}/pkgconfig/neon.pc %changelog +* Thu Feb 28 2008 crrodriguez@suse.de +- run the test suite to detect any possible regression * Fri Feb 15 2008 crrodriguez@suse.de - version 0.28.0 - Interface changes: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de