From 901b2872f0b1dfd2642e4d154a72836aa4fb71cc967834de83c22da6156738fb Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 24 Feb 2018 07:02:44 +0000 Subject: [PATCH] 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 --- Test-MockTime-0.15.tar.gz | 3 --- Test-MockTime-0.16.tar.gz | 3 +++ perl-Test-MockTime.changes | 10 ++++++++++ perl-Test-MockTime.spec | 10 +++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 Test-MockTime-0.15.tar.gz create mode 100644 Test-MockTime-0.16.tar.gz diff --git a/Test-MockTime-0.15.tar.gz b/Test-MockTime-0.15.tar.gz deleted file mode 100644 index 063f205..0000000 --- a/Test-MockTime-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88210201de97aab66cb100edc2be3368c0062a9de635f4f8ec258a2267edcc48 -size 5658 diff --git a/Test-MockTime-0.16.tar.gz b/Test-MockTime-0.16.tar.gz new file mode 100644 index 0000000..9e644cd --- /dev/null +++ b/Test-MockTime-0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087493cf235432aa2320ebde468cb81d36f5416be083a7d046351c2b8f3fbbef +size 5804 diff --git a/perl-Test-MockTime.changes b/perl-Test-MockTime.changes index 62a99bc..2bee742 100644 --- a/perl-Test-MockTime.changes +++ b/perl-Test-MockTime.changes @@ -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 diff --git a/perl-Test-MockTime.spec b/perl-Test-MockTime.spec index 608f193..5a3bb51 100644 --- a/perl-Test-MockTime.spec +++ b/perl-Test-MockTime.spec @@ -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