diff --git a/DateTime-1.54.tar.gz b/DateTime-1.54.tar.gz deleted file mode 100644 index 6ea3596..0000000 --- a/DateTime-1.54.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b12eda6d900713f227964dc4dc0e2efb86d294e8bc2f16be9e95b659f953b2e7 -size 314605 diff --git a/DateTime-1.55.tar.gz b/DateTime-1.55.tar.gz new file mode 100644 index 0000000..5b51aa5 --- /dev/null +++ b/DateTime-1.55.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83eee03e377e0e6f8bdaa250353b5860a551b69cec46a327e489145b97f5abd0 +size 319958 diff --git a/perl-DateTime.changes b/perl-DateTime.changes index 6c3f377..38c51d5 100644 --- a/perl-DateTime.changes +++ b/perl-DateTime.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Dec 24 03:06:11 UTC 2021 - Tina Müller + +- updated to 1.55 + see /usr/share/doc/packages/perl-DateTime/Changes + + 1.55 2021-12-23 + + - Another documentation fix release. This fixes some mistakes, fixes some + broken links, and removes all references to the long-dead datetime.perl.org + site. + ------------------------------------------------------------------- Sat Dec 5 03:06:17 UTC 2020 - Tina Müller diff --git a/perl-DateTime.spec b/perl-DateTime.spec index 0297947..dc5eccf 100644 --- a/perl-DateTime.spec +++ b/perl-DateTime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime # -# 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,17 +16,15 @@ # -Name: perl-DateTime -Version: 1.54 -Release: 0 %define cpan_name DateTime +Name: perl-DateTime +Version: 1.55 +Release: 0 Summary: Date and time object for Perl License: Artistic-2.0 -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta::Check) >= 0.011 @@ -64,10 +62,7 @@ Requires: perl(parent) %description DateTime is a class for the representation of date/time combinations, and -is part of the Perl DateTime project. For details on this project please -see http://datetime.perl.org/. The DateTime site has a FAQ which may help -answer many "how do I do X?" questions. The FAQ is at -http://datetime.perl.org/wiki/datetime/page/FAQ. +is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic Gregorian @@ -81,11 +76,12 @@ how dates are often written using "BCE/CE" or "BC/AD". For infinite datetimes, please see the DateTime::Infinite module. %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 OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -96,8 +92,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS leaptab.txt README.md TODO +%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS leaptab.txt precious.toml README.md TODO %license LICENSE %changelog