diff --git a/subversion.spec b/subversion.spec index f68b605..9cb1d7b 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,5 +1,5 @@ # set to zero to avoid running test suite -%define make_check 0 +%define make_check 1 %define with_java 1 %define with_kwallet 1 @@ -20,7 +20,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.8.13 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Group: Development/Tools URL: http://subversion.apache.org/ @@ -461,6 +461,9 @@ make check-javahl %endif %changelog +* Fri Jul 10 2015 Joe Orton - 1.8.13-3 +- rebuild with tests enabled + * Tue Apr 21 2015 Peter Robinson 1.8.13-2 - Disable tests to fix swig test issues