Accepting request 108535 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/108535 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime?expand=0&rev=21
This commit is contained in:
commit
cece22094d
@ -1,57 +0,0 @@
|
||||
--- 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' => [
|
62
DateTime-0.72-Build.patch
Normal file
62
DateTime-0.72-Build.patch
Normal file
@ -0,0 +1,62 @@
|
||||
--- Build.PL
|
||||
+++ Build.PL
|
||||
@@ -2,13 +2,13 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
-use Module::Build 0.3601;
|
||||
+use Module::Build 0.280801;
|
||||
|
||||
|
||||
my %module_build_args = (
|
||||
"build_requires" => {
|
||||
"Cwd" => 0,
|
||||
- "Module::Build" => "0.3601",
|
||||
+ "Module::Build" => "0.280801",
|
||||
"Storable" => 0,
|
||||
"Test::Fatal" => 0,
|
||||
"Test::More" => "0.88",
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"c_source" => "c",
|
||||
"configure_requires" => {
|
||||
- "Module::Build" => "0.3601"
|
||||
+ "Module::Build" => "0.280801"
|
||||
},
|
||||
"dist_abstract" => "A date and time object",
|
||||
"dist_author" => [
|
||||
--- META.json
|
||||
+++ META.json
|
||||
@@ -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" : {
|
||||
--- META.yml
|
||||
+++ META.yml
|
||||
@@ -4,13 +4,13 @@
|
||||
- 'Dave Rolsky <autarch@urth.org>'
|
||||
build_requires:
|
||||
Cwd: 0
|
||||
- Module::Build: 0.3601
|
||||
+ Module::Build: 0.280801
|
||||
Storable: 0
|
||||
Test::Fatal: 0
|
||||
Test::More: 0.88
|
||||
utf8: 0
|
||||
configure_requires:
|
||||
- Module::Build: 0.3601
|
||||
+ Module::Build: 0.280801
|
||||
dynamic_config: 0
|
||||
generated_by: 'Dist::Zilla version 4.300006, CPAN::Meta::Converter version 2.113640'
|
||||
license: artistic_2
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 29 17:38:40 CET 2012 - ro@suse.de
|
||||
|
||||
- update DateTime-0.70-Build.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 19:39:00 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@ -27,15 +27,15 @@ License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/DateTime/
|
||||
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
|
||||
Patch: %{cpan_name}-0.70-Build.patch
|
||||
Patch: %{cpan_name}-0.72-Build.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build)
|
||||
%if %{with pod}
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||
%endif
|
||||
BuildRequires: perl(Pod::Man) >= 1.14
|
||||
BuildRequires: perl(Test::Exception)
|
||||
@ -44,16 +44,16 @@ BuildRequires: perl(Test::More) >= 0.88
|
||||
%endif
|
||||
BuildRequires: perl(DateTime::Locale) >= 0.41
|
||||
BuildRequires: perl(DateTime::TimeZone) >= 1.09
|
||||
BuildRequires: perl(Math::Round)
|
||||
BuildRequires: perl(Params::Validate) >= 0.76
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Math::Round)
|
||||
#
|
||||
Requires: perl(DateTime::Locale) >= 0.41
|
||||
Requires: perl(DateTime::TimeZone) >= 1.09
|
||||
Requires: perl(Math::Round)
|
||||
Requires: perl(Params::Validate) >= 0.76
|
||||
Requires: perl(Scalar::Util)
|
||||
Requires: perl(Time::Local) >= 1.04
|
||||
Requires: perl(Math::Round)
|
||||
|
||||
%description
|
||||
DateTime is a class for the representation of date/time combinations, and
|
||||
|
Loading…
x
Reference in New Issue
Block a user