From 9f637efcc9cfd2b4f09fa522c3bd4da095775c66852d24b617f5bd1dec5ac1c8 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 2 Mar 2021 10:50:10 +0000 Subject: [PATCH] Accepting request 876198 from devel:languages:perl:autoupdate - updated to 6.85 see /usr/share/doc/packages/perl-Date-Manip/Changes 6.85 2021-03-01 - Test fixes Missed some tests that were failing. 6.84 2021-03-01 - Time zone fixes Newest zoneinfo data (tzdata 2021a). - Language fixes Corrections and additions to Italian. Patch supplied by Leo Cacciari (GitHub #33) OBS-URL: https://build.opensuse.org/request/show/876198 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Date-Manip?expand=0&rev=97 --- Date-Manip-6.83.tar.gz | 3 --- Date-Manip-6.85.tar.gz | 3 +++ perl-Date-Manip.changes | 18 ++++++++++++++++++ perl-Date-Manip.spec | 15 ++++++--------- 4 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 Date-Manip-6.83.tar.gz create mode 100644 Date-Manip-6.85.tar.gz diff --git a/Date-Manip-6.83.tar.gz b/Date-Manip-6.83.tar.gz deleted file mode 100644 index 7583da6..0000000 --- a/Date-Manip-6.83.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f491b2e1d876c222a59563b1bbd893c1034207ed0337304bf396311d9e9199fa -size 2020472 diff --git a/Date-Manip-6.85.tar.gz b/Date-Manip-6.85.tar.gz new file mode 100644 index 0000000..8b03c31 --- /dev/null +++ b/Date-Manip-6.85.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1662393943b7c588478ea9d975200d825f500d26fe9996f2bf7f829cfaa5ccdc +size 2022449 diff --git a/perl-Date-Manip.changes b/perl-Date-Manip.changes index 066267a..f69e3e5 100644 --- a/perl-Date-Manip.changes +++ b/perl-Date-Manip.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Mar 2 03:09:14 UTC 2021 - Tina Müller + +- updated to 6.85 + see /usr/share/doc/packages/perl-Date-Manip/Changes + + 6.85 2021-03-01 + - Test fixes + Missed some tests that were failing. + + 6.84 2021-03-01 + - Time zone fixes + Newest zoneinfo data (tzdata 2021a). + + - Language fixes + Corrections and additions to Italian. Patch supplied by Leo + Cacciari (GitHub #33) + ------------------------------------------------------------------- Tue Dec 1 03:09:32 UTC 2020 - Tina Müller diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index d8dce16..e1e79de 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Date-Manip # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-Date-Manip -Version: 6.83 -Release: 0 %define cpan_name Date-Manip +Name: perl-Date-Manip +Version: 6.85 +Release: 0 Summary: Date manipulation routines License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Inter) >= 1.09 @@ -115,12 +113,12 @@ Each of these tasks is trivial (one or two lines at most) with this package. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -131,7 +129,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples README README.first %license LICENSE