From 71a9a20d22713673a58a65fada9203aa98f1f6d0382dd98f61f2dbe89fc6f1c6 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 27 Mar 2024 19:00:35 +0000 Subject: [PATCH] Accepting request 1160770 from devel:languages:perl:autoupdate - updated to 6.95 see /usr/share/doc/packages/perl-Date-Manip/Changes 6.95 expected 2024-03-01 - Better support for weeks of the year Added the Week1ofYear config variable and deprecated the Jan1Week1 variable. The first week of the year can now be specified much more easily. - Support for the standard POSIX strftime directives in printf The Date::Manip::Date::printf method uses a set of directives which is similar, but not identical, to the POSIX strftime directives. A new config variable Use_POSIX_Printf has been added. If set, the printf method will use the POSIX strftime directives more fully (see the PRINTF DIRECTIVES section in the Date::Manip::Date POD for more information). Reported in GitHub #48 - Time zone fixes Newest zoneinfo data (tzdata 2024a). OBS-URL: https://build.opensuse.org/request/show/1160770 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Date-Manip?expand=0&rev=116 --- Date-Manip-6.94.tar.gz | 3 --- Date-Manip-6.95.tar.gz | 3 +++ perl-Date-Manip.changes | 22 ++++++++++++++++++++++ perl-Date-Manip.spec | 8 ++++---- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 Date-Manip-6.94.tar.gz create mode 100644 Date-Manip-6.95.tar.gz diff --git a/Date-Manip-6.94.tar.gz b/Date-Manip-6.94.tar.gz deleted file mode 100644 index 48dbfcb..0000000 --- a/Date-Manip-6.94.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0278eb62113618c8977d3d537433d85340c487cbdfd95dd3452e4d7217f48848 -size 1882490 diff --git a/Date-Manip-6.95.tar.gz b/Date-Manip-6.95.tar.gz new file mode 100644 index 0000000..5f425d1 --- /dev/null +++ b/Date-Manip-6.95.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92383832311f22083f55d03c8dae8f4bcc387cd902624e5ef9ac680f144cbd4c +size 1887360 diff --git a/perl-Date-Manip.changes b/perl-Date-Manip.changes index 55fa1aa..270e217 100644 --- a/perl-Date-Manip.changes +++ b/perl-Date-Manip.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Mar 22 16:27:42 UTC 2024 - Tina Müller + +- updated to 6.95 + see /usr/share/doc/packages/perl-Date-Manip/Changes + + 6.95 expected 2024-03-01 + - Better support for weeks of the year + Added the Week1ofYear config variable and deprecated the Jan1Week1 + variable. The first week of the year can now be specified much more + easily. + - Support for the standard POSIX strftime directives in printf + The Date::Manip::Date::printf method uses a set of directives which + is similar, but not identical, to the POSIX strftime directives. + A new config variable Use_POSIX_Printf has been added. If set, the + printf method will use the POSIX strftime directives more fully + (see the PRINTF DIRECTIVES section in the Date::Manip::Date POD for + more information). + Reported in GitHub #48 + - Time zone fixes + Newest zoneinfo data (tzdata 2024a). + ------------------------------------------------------------------- Fri Mar 8 22:16:35 UTC 2024 - Tina Müller diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index 4a992a2..e2fc51f 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -18,15 +18,15 @@ %define cpan_name Date-Manip Name: perl-Date-Manip -Version: 6.940.0 +Version: 6.950.0 Release: 0 -%define cpan_version 6.94 +# 6.95 -> normalize -> 6.950.0 +%define cpan_version 6.95 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Date manipulation routines URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml -BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::MakeMaker) >= 6.67_01 @@ -929,7 +929,7 @@ package. find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %make_build %check