[perl-Test-Routine] Update to 0.019

Emmanuel Seyman eseyman at fedoraproject.org
Sun Aug 31 09:24:23 UTC 2014


commit 62d8144a086b2535c6df37cc6bc850c2e389b4db
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Aug 31 11:24:26 2014 +0200

    Update to 0.019

 .gitignore             |    1 +
 perl-Test-Routine.spec |   15 +++++++++------
 sources                |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b6867a..62ba5cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-Routine-0.015.tar.gz
+/Test-Routine-0.019.tar.gz
diff --git a/perl-Test-Routine.spec b/perl-Test-Routine.spec
index cea5f03..63f41c9 100644
--- a/perl-Test-Routine.spec
+++ b/perl-Test-Routine.spec
@@ -1,12 +1,10 @@
 Name:           perl-Test-Routine
 Summary:        Composable units of assertion
-Version:        0.015
-Release:        6%{?dist}
+Version:        0.019
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Test-Routine/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Routine-%{version}.tar.gz
-# Adjust to Test-Simple-0.98_05, CPAN RT#87615, #87616
-Patch0:         Test-Routine-0.015-Test-Simple-0.98_05-outputs-subtest-names.patch
 
 BuildArch:      noarch
 
@@ -45,7 +43,6 @@ composable units of assertion. In other words: roles.
 
 %prep
 %setup -q -n Test-Routine-%{version}
-%patch0 -p1
 
 
 %build
@@ -66,12 +63,18 @@ make test
 
 
 %files
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 %{perl_vendorlib}/Test
 %{_mandir}/man3/Test::Routine*3pm*
 
 
 %changelog
+* Sun Aug 31 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.019-1
+- Update to 0.019
+- Drop upstreamed patch
+- Use %%license
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.015-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index fda99c0..04c6caf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-758d546feaf78f002632e9774dfeadc4  Test-Routine-0.015.tar.gz
+3110657c07f2ac68646aa6e614fa284d  Test-Routine-0.019.tar.gz


More information about the scm-commits mailing list