rpms/perl-SVN-Simple/devel perl-SVN-Simple-test.patch, NONE, 1.1 perl-SVN-Simple.spec, 1.7, 1.8

Till Maas till at fedoraproject.org
Fri Jan 15 15:29:45 UTC 2010


Author: till

Update of /cvs/pkgs/rpms/perl-SVN-Simple/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17332

Modified Files:
	perl-SVN-Simple.spec 
Added Files:
	perl-SVN-Simple-test.patch 
Log Message:
* Fri Jan 15 2010 Till Maas <opensource at till.name> - 0.27-10
- Fix FTBS bug: https://bugzilla.redhat.com/show_bug.cgi?id=511729


perl-SVN-Simple-test.patch:
 1edit.t |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE perl-SVN-Simple-test.patch ---
diff -up SVN-Simple-0.27/t/1edit.t.test SVN-Simple-0.27/t/1edit.t
--- SVN-Simple-0.27/t/1edit.t.test	2010-01-15 16:11:43.000000000 +0100
+++ SVN-Simple-0.27/t/1edit.t	2010-01-15 16:12:39.000000000 +0100
@@ -98,7 +98,7 @@ $edit->close_edit;
 $edit = new_edit;
 
 $edit->open_directory ('trunk');
-$edit->open_directory ('trunk/deep');
-$edit->delete_entry ('trunk/deep/more');
+$edit->open_directory ('trunk/deep2');
+$edit->delete_entry ('trunk/deep2/more');
 
 $edit->close_edit;


Index: perl-SVN-Simple.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SVN-Simple/devel/perl-SVN-Simple.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-SVN-Simple.spec	7 Dec 2009 01:21:58 -0000	1.7
+++ perl-SVN-Simple.spec	15 Jan 2010 15:29:45 -0000	1.8
@@ -1,11 +1,15 @@
 Name:           perl-SVN-Simple
 Version:        0.27
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A simple interface for writing a delta editor
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/SVN-Simple/
 Source0:        http://www.cpan.org/modules/by-module/SVN/SVN-Simple-%{version}.tar.gz
+# Retrieved from upstream bugtracker:
+# http://rt.cpan.org/Ticket/Attachment/716566/369865/deep.diff
+# http://rt.cpan.org/Public/Bug/Display.html?id=51087
+Patch0:         perl-SVN-Simple-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -21,6 +25,7 @@ editor, so you could make commits to a s
 
 %prep
 %setup -q -n SVN-Simple-%{version}
+%patch0 -p1 -b .test
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -49,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 15 2010 Till Maas <opensource at till.name> - 0.27-10
+- Fix FTBS bug: https://bugzilla.redhat.com/show_bug.cgi?id=511729
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.27-9
 - rebuild against perl 5.10.1
 




More information about the perl-devel mailing list