[perl-Test-Simple] Pass regular expression intact

Petr Pisar ppisar at fedoraproject.org
Fri Aug 9 07:38:57 UTC 2013


commit 57bff1326118c219fe23f3151316cddd12afd338
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Aug 9 09:31:52 2013 +0200

    Pass regular expression intact

 perl-Test-Simple.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index ee026b5..18e01f5 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -2,11 +2,13 @@
 Name:           perl-Test-Simple
 Summary:        Basic utilities for writing tests
 Version:        %(echo '%{cpan_version}' | tr _ .)
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Simple
 Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/Test-Simple-%{cpan_version}.tar.gz 
+# https://github.com/schwern/test-more/issues/387
+Patch0:         Test-Simple-0.98_05-Pass-regular-expression-intact.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
@@ -50,6 +52,7 @@ This package is the CPAN component of the dual-lifed core package Test-Simple.
 
 %prep
 %setup -q -n Test-Simple-%{cpan_version}
+%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -84,6 +87,9 @@ make test
 %{_mandir}/man3/Test::Tutorial.3pm*
 
 %changelog
+* Fri Aug 09 2013 Petr Pisar <ppisar at redhat.com> - 0.98.05-3
+- Pass regular expression intact
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.98.05-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list