From 647676220a161d9147444bf537198b2b70866cc9 Mon Sep 17 00:00:00 2001 From: jorton Date: Jan 19 2005 13:14:25 +0000 Subject: - rebuild to pick up db-4.3 properly; don't ignore test failures --- diff --git a/subversion.spec b/subversion.spec index 38b9b1f..78659db 100644 --- a/subversion.spec +++ b/subversion.spec @@ -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 1.1.3-2 +- rebuild to pick up db-4.3 properly; don't ignore test failures + * Sun Jan 16 2005 Joe Orton 1.1.3-1 - update to 1.1.3 (#145236) - fix python bindings location on x86_64 (#143522)