8
0

Accepting request 579297 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/579297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockTime?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2018-02-24 07:02:44 +00:00
committed by Git OBS Bridge
parent 7ea10d0eb5
commit 901b2872f0
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Feb 23 07:07:53 UTC 2018 - coolo@suse.com
- updated to 0.16
see /usr/share/doc/packages/perl-Test-MockTime/Changes
0.16 - 22 Feb 2018
* Fixed calls to CORE::localtime in test suite to cope with years > 2020 as per RT #124508. Thanks to Bernhard M. W. for patch.
-------------------------------------------------------------------
Fri Sep 4 09:51:03 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-MockTime
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-Test-MockTime
Version: 0.15
Version: 0.16
Release: 0
%define cpan_name Test-MockTime
Summary: Replaces actual time with simulated time
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-MockTime/
Source0: http://www.cpan.org/authors/id/D/DD/DDICK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDICK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +43,7 @@ calls to gmtime,time or localtime.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor