1
0
forked from pool/perl-DateTime

Accepting request 104869 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/104869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2012-02-16 15:21:36 +00:00 committed by Git OBS Bridge
commit 985e2466ff
4 changed files with 17 additions and 10 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b05a90f2010cd97f2c6dcb3c58b54c792f703390073787319d9a4db91e940459
size 170910

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -19,21 +19,20 @@
%bcond_with pod
Name: perl-DateTime
Version: 0.70
Release: 1
License: Artistic-2.0
Version: 0.72
Release: 0
%define cpan_name DateTime
Summary: A date and time object
License: Artistic-2.0
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.gz
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
Patch: %{cpan_name}-0.70-Build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
%if %{with pod}
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(Test::Pod) >= 1.14