commit e6d2831078fa0499e75582bde8e25d4159691f46 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sun Oct 21 15:39:08 2012 -0600 update to 1.27 .gitignore | 1 + Git-Repository-t23-quiet.patch | 14 ++++++++++++++ perl-Git-Repository.spec | 12 +++++++++--- sources | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index 4551ebf..595ecb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Git-Repository-1.25.tar.gz +/Git-Repository-1.27.tar.gz diff --git a/Git-Repository-t23-quiet.patch b/Git-Repository-t23-quiet.patch new file mode 100644 index 0000000..8327782 --- /dev/null +++ b/Git-Repository-t23-quiet.patch @@ -0,0 +1,14 @@ +diff -up Git-Repository-1.27/t/23-quiet.t.orig Git-Repository-1.27/t/23-quiet.t +--- Git-Repository-1.27/t/23-quiet.t.orig 2012-10-11 02:00:28.000000000 -0600 ++++ Git-Repository-1.27/t/23-quiet.t 2012-10-21 15:34:05.000000000 -0600 +@@ -8,6 +8,10 @@ has_git('1.5.0'); + + # clean up the environment + delete @ENV{qw( GIT_DIR GIT_WORK_TREE )}; ++$ENV{GIT_AUTHOR_NAME} = 'Test Author'; ++$ENV{GIT_AUTHOR_EMAIL} = 'test.author@xxxxxxxxxxx'; ++$ENV{GIT_COMMITTER_NAME} = 'Test Committer'; ++$ENV{GIT_COMMITTER_EMAIL} = 'test.committer@xxxxxxxxxxx'; + + # a place to put a git repository + my $r = test_repository; diff --git a/perl-Git-Repository.spec b/perl-Git-Repository.spec index b3b7cb8..bc91497 100644 --- a/perl-Git-Repository.spec +++ b/perl-Git-Repository.spec @@ -1,11 +1,13 @@ Name: perl-Git-Repository -Version: 1.25 -Release: 4%{?dist} +Version: 1.27 +Release: 1%{?dist} Summary: Perl interface to Git repositories License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Git-Repository/ Source0: http://www.cpan.org/authors/id/B/BO/BOOK/Git-Repository-%{version}.tar.gz +# see https://rt.cpan.org/Ticket/Display.html?id=80321 +Patch0: Git-Repository-t23-quiet.patch BuildArch: noarch BuildRequires: perl(Carp) BuildRequires: perl(Cwd) @@ -16,7 +18,7 @@ BuildRequires: perl(IO::Handle) BuildRequires: perl(List::Util) BuildRequires: perl(Module::Build) BuildRequires: perl(Scalar::Util) -BuildRequires: perl(System::Command) >= 1.01 +BuildRequires: perl(System::Command) >= 1.05 BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) @@ -40,6 +42,7 @@ require the creation and management of a Git repository. %prep %setup -q -n Git-Repository-%{version} +%patch0 -p 1 iconv -f iso8859-1 -t utf-8 Changes >Changes.conv \ && touch -r Changes Changes.conv \ @@ -68,6 +71,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{perl_vendorlib}/Test %changelog +* Sun Oct 21 2012 Iain Arnell <iarnell@xxxxxxxxx> 1.27-1 +- update to latest upstream version + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.25-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 724d9e8..2855c3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0a9d52caa4c2d6ca4c7f173a7f07664 Git-Repository-1.25.tar.gz +f684330bcc1bb3ea4f080698c0f3a54d Git-Repository-1.27.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel