Accepting request 952741 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/952741 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Calendar-Julian?expand=0&rev=9
This commit is contained in:
commit
3f5018a5d1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faafa769a5e70ff1b584f6e2ef16561588d88c74bc336bddc1aa00f3381ba86c
|
||||
size 18681
|
BIN
DateTime-Calendar-Julian-0.107.tar.gz
(Stored with Git LFS)
Normal file
BIN
DateTime-Calendar-Julian-0.107.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 31 03:06:09 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.107
|
||||
see /usr/share/doc/packages/perl-DateTime-Calendar-Julian/Changes
|
||||
|
||||
0.107 2022-01-30 T. R. Wyant
|
||||
Add method calendar_name(), which returns 'Julian'.
|
||||
Require DateTime 1.48 for is_last_day_of_quarter(). This is a
|
||||
significant bump, since the previous was 0.08.
|
||||
Update Perl requirement in metadata to 5.008004. It was always this
|
||||
in fact, since DateTime requires this, as does Makefile.PL.
|
||||
Add support for quarters.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 26 03:06:13 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DateTime-Calendar-Julian
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name DateTime-Calendar-Julian
|
||||
Name: perl-DateTime-Calendar-Julian
|
||||
Version: 0.106
|
||||
Version: 0.107
|
||||
Release: 0
|
||||
Summary: Dates in the Julian calendar
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
@ -28,9 +28,9 @@ Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(DateTime) >= 0.08
|
||||
BuildRequires: perl(DateTime) >= 1.48
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(DateTime) >= 0.08
|
||||
Requires: perl(DateTime) >= 1.48
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user