[perl-Date-Manip/f17] Patch the M::B requirement

Petr Šabata psabata at fedoraproject.org
Mon Jun 10 16:03:17 UTC 2013


commit d63a63f14af70566fb7086c3d647c2192c2d4b47
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jun 10 18:03:03 2013 +0200

    Patch the M::B requirement
    
    Signed-off-by: Petr Šabata <contyk at redhat.com>

 Date-Manip-6.40-MB.patch |   26 ++++++++++++++++++++++++++
 perl-Date-Manip.spec     |    3 +++
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/Date-Manip-6.40-MB.patch b/Date-Manip-6.40-MB.patch
new file mode 100644
index 0000000..e3c93a3
--- /dev/null
+++ b/Date-Manip-6.40-MB.patch
@@ -0,0 +1,26 @@
+diff --git a/META.json b/META.json
+index 741c0e9..bf7b3a2 100644
+--- a/META.json
++++ b/META.json
+@@ -23,7 +23,7 @@
+       },
+       "configure" : {
+          "requires" : {
+-            "Module::Build" : "0.39"
++            "Module::Build" : "0.38"
+          }
+       },
+       "runtime" : {
+diff --git a/META.yml b/META.yml
+index 690d9c0..f51456a 100644
+--- a/META.yml
++++ b/META.yml
+@@ -7,7 +7,7 @@ build_requires:
+   Test::Inter: 0
+   Test::More: 0
+ configure_requires:
+-  Module::Build: 0.39
++  Module::Build: 0.38
+ dynamic_config: 1
+ generated_by: 'Module::Build version 0.3901, CPAN::Meta::Converter version 2.120921'
+ license: perl
diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec
index 483eace..c380d52 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -6,6 +6,8 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Date-Manip/
 Source0:        http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}.tar.gz
+# We don't really need 0.39...
+Patch0:         Date-Manip-6.40-MB.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(Carp)
@@ -37,6 +39,7 @@ to daylight saving time.
 
 %prep
 %setup -q -n Date-Manip-%{version}
+%patch0 -p1
 
 %build
 perl Build.PL installdirs=vendor


More information about the scm-commits mailing list