fix patch for 11.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=33
This commit is contained in:
parent
1b925990b7
commit
206aba1fc6
@ -1,43 +0,0 @@
|
||||
diff -ruN DateTime-0.66-orig/Build.PL DateTime-0.66/Build.PL
|
||||
--- DateTime-0.66-orig/Build.PL 2010-11-26 19:47:41.000000000 +0100
|
||||
+++ DateTime-0.66/Build.PL 2011-02-20 00:40:30.000000000 +0100
|
||||
@@ -2,13 +2,13 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
-use Module::Build 0.3601;
|
||||
+use Module::Build 0.280801;
|
||||
|
||||
|
||||
my %module_build_args = (
|
||||
'build_requires' => {
|
||||
'ExtUtils::CBuilder' => '0',
|
||||
- 'Module::Build' => '0.3601',
|
||||
+ 'Module::Build' => '0.280801',
|
||||
'Pod::Man' => '1.14',
|
||||
'Test::Exception' => '0',
|
||||
'Test::More' => '0.88'
|
||||
diff -ruN DateTime-0.66-orig/META.json DateTime-0.66/META.json
|
||||
--- DateTime-0.66-orig/META.json 2010-11-26 19:47:41.000000000 +0100
|
||||
+++ DateTime-0.66/META.json 2011-02-20 00:40:12.000000000 +0100
|
||||
@@ -17,7 +17,7 @@
|
||||
"build" : {
|
||||
"requires" : {
|
||||
"ExtUtils::CBuilder" : 0,
|
||||
- "Module::Build" : "0.3601",
|
||||
+ "Module::Build" : "0.280801",
|
||||
"Pod::Man" : "1.14",
|
||||
"Test::Exception" : 0,
|
||||
"Test::More" : "0.88"
|
||||
diff -ruN DateTime-0.66-orig/META.yml DateTime-0.66/META.yml
|
||||
--- DateTime-0.66-orig/META.yml 2010-11-26 19:47:41.000000000 +0100
|
||||
+++ DateTime-0.66/META.yml 2011-02-20 00:41:10.000000000 +0100
|
||||
@@ -4,7 +4,7 @@
|
||||
- 'Dave Rolsky <autarch@urth.org>'
|
||||
build_requires:
|
||||
ExtUtils::CBuilder: 0
|
||||
- Module::Build: 0.3601
|
||||
+ Module::Build: 0.280801
|
||||
Pod::Man: 1.14
|
||||
Test::Exception: 0
|
||||
Test::More: 0.88
|
57
DateTime-0.70-Build.patch
Normal file
57
DateTime-0.70-Build.patch
Normal file
@ -0,0 +1,57 @@
|
||||
--- META.yml.orig 2011-05-10 00:08:41.000000000 +0200
|
||||
+++ META.yml 2011-05-10 00:09:11.000000000 +0200
|
||||
@@ -3,11 +3,11 @@
|
||||
author:
|
||||
- 'Dave Rolsky <autarch@urth.org>'
|
||||
build_requires:
|
||||
- Module::Build: 0.3601
|
||||
+ Module::Build: 0.280801
|
||||
Test::Exception: 0
|
||||
Test::More: 0.88
|
||||
configure_requires:
|
||||
- Module::Build: 0.3601
|
||||
+ Module::Build: 0.280801
|
||||
dynamic_config: 0
|
||||
generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110930'
|
||||
license: artistic_2
|
||||
--- META.json.orig 2011-05-10 00:08:11.000000000 +0200
|
||||
+++ META.json 2011-05-10 00:08:35.000000000 +0200
|
||||
@@ -16,12 +16,12 @@
|
||||
"prereqs" : {
|
||||
"build" : {
|
||||
"requires" : {
|
||||
- "Module::Build" : "0.3601"
|
||||
+ "Module::Build" : "0.280801"
|
||||
}
|
||||
},
|
||||
"configure" : {
|
||||
"requires" : {
|
||||
- "Module::Build" : "0.3601"
|
||||
+ "Module::Build" : "0.280801"
|
||||
}
|
||||
},
|
||||
"runtime" : {
|
||||
--- Build.PL.orig 2011-05-10 00:07:29.000000000 +0200
|
||||
+++ Build.PL 2011-05-10 00:08:08.000000000 +0200
|
||||
@@ -2,18 +2,18 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
-use Module::Build 0.3601;
|
||||
+use Module::Build 0.280801;
|
||||
|
||||
|
||||
my %module_build_args = (
|
||||
'build_requires' => {
|
||||
- 'Module::Build' => '0.3601',
|
||||
+ 'Module::Build' => '0.280801',
|
||||
'Test::Exception' => '0',
|
||||
'Test::More' => '0.88'
|
||||
},
|
||||
'c_source' => 'c',
|
||||
'configure_requires' => {
|
||||
- 'Module::Build' => '0.3601'
|
||||
+ 'Module::Build' => '0.280801'
|
||||
},
|
||||
'dist_abstract' => 'A date and time object',
|
||||
'dist_author' => [
|
@ -28,7 +28,7 @@ Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/DateTime/
|
||||
# http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Patch: %{cpan_name}-0.66-Build.patch
|
||||
Patch: %{cpan_name}-0.70-Build.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
|
Loading…
Reference in New Issue
Block a user