forked from pool/perl-Test-MockTime
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:
committed by
Git OBS Bridge
parent
7ea10d0eb5
commit
901b2872f0
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88210201de97aab66cb100edc2be3368c0062a9de635f4f8ec258a2267edcc48
|
|
||||||
size 5658
|
|
3
Test-MockTime-0.16.tar.gz
Normal file
3
Test-MockTime-0.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:087493cf235432aa2320ebde468cb81d36f5416be083a7d046351c2b8f3fbbef
|
||||||
|
size 5804
|
@@ -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
|
Fri Sep 4 09:51:03 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-MockTime
|
# 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
|
# 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
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-MockTime
|
Name: perl-Test-MockTime
|
||||||
Version: 0.15
|
Version: 0.16
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-MockTime
|
%define cpan_name Test-MockTime
|
||||||
Summary: Replaces actual time with simulated time
|
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
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-MockTime/
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -43,7 +43,7 @@ calls to gmtime,time or localtime.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%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
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user