[perl-DateTime-Incomplete] Improved removal of specific version requirement for DateTime::Set

David Dick ddick at fedoraproject.org
Mon Aug 4 21:41:51 UTC 2014


commit b2321e3155507aef84ffe087de09eaa9c2c869ee
Author: David Dick <ddick at cpan.org>
Date:   Tue Aug 5 07:41:34 2014 +1000

    Improved removal of specific version requirement for DateTime::Set

 perl-DateTime-Incomplete.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-DateTime-Incomplete.spec b/perl-DateTime-Incomplete.spec
index 493fb11..7a6aed8 100644
--- a/perl-DateTime-Incomplete.spec
+++ b/perl-DateTime-Incomplete.spec
@@ -1,6 +1,6 @@
 Name:           perl-DateTime-Incomplete
 Version:        0.07
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Representing partial dates and times
 License:        GPL+ or Artistic
 # patch to address https://fedoraproject.org/wiki/Common_Rpmlint_issues#incorrect-fsf-address has been sent upstream at https://rt.cpan.org/Ticket/Display.html?id=97520
@@ -32,7 +32,7 @@ is commonly given as a month and day, without a year.
 %prep
 %setup -q -n DateTime-Incomplete-%{version}
 # difficult to cancel out a specific required version in EPEL6
-sed -i 's|use DateTime::Set 0.0901;|use DateTime::Set;|' lib/DateTime/Incomplete.pm
+sed -i 's|use DateTime::Set.*;|use DateTime::Set;|' lib/DateTime/Incomplete.pm
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Aug 05 2014 David Dick <ddick at cpan.org> - 0.07-3
+- Improved removal of specific version requirement for DateTime::Set
+
 * Tue Aug 05 2014 David Dick <ddick at cpan.org> - 0.07-2
 - Removed specific version requirement for DateTime::Set to allow a release on EPEL6
 


More information about the scm-commits mailing list