From 3a41c5706eb5b1e9e3fb4ffbcaa4123cfb1a361b Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 6 Feb 2008 14:12:46 +0000 Subject: [PATCH] BR: perl(ExtUtils::Embed) --- subversion.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index 494fbce..ee56c96 100644 --- a/subversion.spec +++ b/subversion.spec @@ -15,7 +15,7 @@ Summary: Modern Version Control System designed to replace CVS Name: subversion Version: 1.4.6 -Release: 3 +Release: 4 License: ASL 1.1 Group: Development/Tools URL: http://subversion.tigris.org/ @@ -74,7 +74,7 @@ using HTTP, via the Apache httpd server. Group: Development/Libraries Summary: Perl bindings to the Subversion libraries BuildRequires: perl-devel >= 2:5.8.0, perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) +BuildRequires: perl(Test::More), perl(ExtUtils::Embed) Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)") Requires: subversion = %{version}-%{release} @@ -276,6 +276,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Wed Feb 6 2008 Tom "spot" Callaway 1.4.6-4 +- BR perl(ExtUtils::Embed) + * Tue Feb 5 2008 Tom "spot" Callaway 1.4.6-3 - rebuild for new perl