Accepting request 1125750 from devel:languages:perl:autoupdate
- updated to 1.65 see /usr/share/doc/packages/perl-DateTime/Changes 1.65 2023-11-05 - This release is the same as 1.64. This release fixes builds on macOS with Perls before 5.22.0. Reported by Simon Sawert. GH #141. 1.64 2023-10-29 (TRIAL RELEASE) - Fix builds on macOS with Perls before 5.22.0. This seems to have the same issue as Windows on older Perls. Reported by Simon Sawert. GH #141. OBS-URL: https://build.opensuse.org/request/show/1125750 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime?expand=0&rev=112
This commit is contained in:
parent
307fe206e4
commit
73ee7cd7b2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b11e49ec6e184ae2a10eccd05eda9534f32458fc644c12ab710c29a3a816f6f
|
||||
size 324306
|
3
DateTime-1.65.tar.gz
Normal file
3
DateTime-1.65.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bfda7ff0253fb3d88cf4bdb5a14afb8cea24d147975d5bdf3c88b40e7ab140e
|
||||
size 324382
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 03:07:30 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.65
|
||||
see /usr/share/doc/packages/perl-DateTime/Changes
|
||||
|
||||
1.65 2023-11-05
|
||||
- This release is the same as 1.64. This release fixes builds on macOS with
|
||||
Perls before 5.22.0. Reported by Simon Sawert. GH #141.
|
||||
1.64 2023-10-29 (TRIAL RELEASE)
|
||||
- Fix builds on macOS with Perls before 5.22.0. This seems to have the same
|
||||
issue as Windows on older Perls. Reported by Simon Sawert. GH #141.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 03:06:09 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%define cpan_name DateTime
|
||||
Name: perl-DateTime
|
||||
Version: 1.630.0
|
||||
Version: 1.650.0
|
||||
Release: 0
|
||||
%define cpan_version 1.63
|
||||
%define cpan_version 1.65
|
||||
License: Artistic-2.0
|
||||
Summary: Date and time object for Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@ -62,16 +62,16 @@ Requires: perl(Specio::Subs)
|
||||
Requires: perl(Try::Tiny)
|
||||
Requires: perl(namespace::autoclean) >= 0.19
|
||||
Requires: perl(parent)
|
||||
Provides: perl(DateTime) = 1.630.0
|
||||
Provides: perl(DateTime::Duration) = 1.630.0
|
||||
Provides: perl(DateTime::Helpers) = 1.630.0
|
||||
Provides: perl(DateTime::Infinite) = 1.630.0
|
||||
Provides: perl(DateTime::Infinite::Future) = 1.630.0
|
||||
Provides: perl(DateTime::Infinite::Past) = 1.630.0
|
||||
Provides: perl(DateTime::LeapSecond) = 1.630.0
|
||||
Provides: perl(DateTime::PP) = 1.630.0
|
||||
Provides: perl(DateTime::PPExtra) = 1.630.0
|
||||
Provides: perl(DateTime::Types) = 1.630.0
|
||||
Provides: perl(DateTime) = 1.650.0
|
||||
Provides: perl(DateTime::Duration) = 1.650.0
|
||||
Provides: perl(DateTime::Helpers) = 1.650.0
|
||||
Provides: perl(DateTime::Infinite) = 1.650.0
|
||||
Provides: perl(DateTime::Infinite::Future) = 1.650.0
|
||||
Provides: perl(DateTime::Infinite::Past) = 1.650.0
|
||||
Provides: perl(DateTime::LeapSecond) = 1.650.0
|
||||
Provides: perl(DateTime::PP) = 1.650.0
|
||||
Provides: perl(DateTime::PPExtra) = 1.650.0
|
||||
Provides: perl(DateTime::Types) = 1.650.0
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user