- updated to 0.72
- Remove Test::DependentModules from the dep list. This is used by some author-only tests. Reported by Zefram. - There will be a new leap second on June 30, 2012. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=42
This commit is contained in:
parent
5b38e7c4c1
commit
b08fb3592a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:26084f067b2055e6286cd27c97e8a7298fbec251bfeee55df8886c835ff5e779
|
|
||||||
size 177418
|
|
3
DateTime-0.72.tar.gz
Normal file
3
DateTime-0.72.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b05a90f2010cd97f2c6dcb3c58b54c792f703390073787319d9a4db91e940459
|
||||||
|
size 170910
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 19:39:00 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.72
|
||||||
|
- Remove Test::DependentModules from the dep list. This is used by some
|
||||||
|
author-only tests. Reported by Zefram.
|
||||||
|
- There will be a new leap second on June 30, 2012.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 18 11:08:28 UTC 2011 - coolo@suse.com
|
Fri Nov 18 11:08:28 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DateTime
|
# spec file for package perl-DateTime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,21 +19,20 @@
|
|||||||
%bcond_with pod
|
%bcond_with pod
|
||||||
|
|
||||||
Name: perl-DateTime
|
Name: perl-DateTime
|
||||||
Version: 0.70
|
Version: 0.72
|
||||||
Release: 1
|
Release: 0
|
||||||
License: Artistic-2.0
|
|
||||||
%define cpan_name DateTime
|
%define cpan_name DateTime
|
||||||
Summary: A date and time object
|
Summary: A date and time object
|
||||||
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/DateTime/
|
Url: http://search.cpan.org/dist/DateTime/
|
||||||
# http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
|
||||||
Patch: %{cpan_name}-0.70-Build.patch
|
Patch: %{cpan_name}-0.70-Build.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl(Module::Build)
|
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Module::Build)
|
||||||
%if %{with pod}
|
%if %{with pod}
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
BuildRequires: perl(Test::Pod) >= 1.14
|
||||||
|
Loading…
Reference in New Issue
Block a user