Accepting request 1163128 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1163128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Date-Manip?expand=0&rev=71
This commit is contained in:
commit
a84d8602d8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0278eb62113618c8977d3d537433d85340c487cbdfd95dd3452e4d7217f48848
|
||||
size 1882490
|
3
Date-Manip-6.95.tar.gz
Normal file
3
Date-Manip-6.95.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92383832311f22083f55d03c8dae8f4bcc387cd902624e5ef9ac680f144cbd4c
|
||||
size 1887360
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 22 16:27:42 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <tina.mueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user