- rebuild to pick up db-4.3 properly; don't ignore test failures

This commit is contained in:
jorton 2005-01-19 13:14:25 +00:00
parent 5692d62754
commit 647676220a
1 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
Version: 1.1.3
Release: 1
Release: 2
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -143,7 +143,7 @@ ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
%if %{make_check}
%check
make check CLEANUP=yes || :
make check CLEANUP=yes
# check-swig-pl
%endif
@ -204,6 +204,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 1.1.3-2
- rebuild to pick up db-4.3 properly; don't ignore test failures
* Sun Jan 16 2005 Joe Orton <jorton@redhat.com> 1.1.3-1
- update to 1.1.3 (#145236)
- fix python bindings location on x86_64 (#143522)