From 6a3fb2e786cc25d8ca98f5251d984f4fb4580003 Mon Sep 17 00:00:00 2001 From: jorton Date: Wed, 7 Jun 2006 13:23:10 +0000 Subject: [PATCH] - BR gettext --- subversion.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index 9753052..2b55b54 100644 --- a/subversion.spec +++ b/subversion.spec @@ -11,7 +11,7 @@ Summary: Modern Version Control System designed to replace CVS Name: subversion Version: 1.3.2 -Release: 3 +Release: 4 License: BSD Group: Development/Tools URL: http://subversion.tigris.org/ @@ -24,7 +24,7 @@ Patch3: subversion-0.31.0-rpath.patch Patch6: subversion-1.0.3-pie.patch Patch7: subversion-1.1.3-java.patch BuildRequires: autoconf, libtool, python, python-devel, texinfo, which -BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24 +BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext BuildRequires: apr-devel >= 0.9.6-1, apr-util-devel >= 0.9.5-1 BuildRequires: neon-devel >= 0:0.24.7-1 BuildRoot: %{_tmppath}/%{name}-root @@ -248,6 +248,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Wed Jun 7 2006 Joe Orton 1.3.2-4 +- BR gettext + * Fri Jun 2 2006 Joe Orton 1.3.2-3 - re-enable test suite