- rebuild

This commit is contained in:
jorton 2009-08-18 09:36:04 +00:00
parent 9f2a806ddc
commit c7bb3de324

View File

@ -15,7 +15,7 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.6.4
Release: 3%{?dist}
Release: 4%{?dist}
License: ASL 1.1
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -237,6 +237,7 @@ sed -i "/^dependency_libs/{
%check
export LANG=C LC_ALL=C
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
export MALLOC_PERTURB_=171 MALLOC_CHECK_=3
make check check-swig-pl check-swig-py CLEANUP=yes
# check-swig-rb omitted: it runs svnserve
%endif
@ -325,6 +326,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Tue Aug 18 2009 Joe Orton <jorton@redhat.com> 1.6.4-4
- rebuild
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.4-3
- Use bzipped upstream tarball.