diff --git a/Time-Piece-1.36.tar.gz b/Time-Piece-1.36.tar.gz deleted file mode 100644 index 3f93fab..0000000 --- a/Time-Piece-1.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:483b200aa752b8bacd7267714f990e94b13ccaa19e6b68a309f61b26e730298d -size 38878 diff --git a/Time-Piece-1.3701.tar.gz b/Time-Piece-1.3701.tar.gz new file mode 100644 index 0000000..979cf24 --- /dev/null +++ b/Time-Piece-1.3701.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857721f77f6180160282c68defbd138ef4091bbe3a1d2532c712890a3d092fdf +size 43715 diff --git a/perl-Time-Piece.changes b/perl-Time-Piece.changes index 2a83f63..0405d03 100644 --- a/perl-Time-Piece.changes +++ b/perl-Time-Piece.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Oct 9 20:50:41 UTC 2025 - Tina Müller + +- updated to 1.3701 + see /usr/share/doc/packages/perl-Time-Piece/Changes + + 1.3701 2025-08-25 + - Test fixes on Alpine and locales without AM/PM (GH76) + + 1.37 2025-08-16 + - Allow custom default values from strptime (GH48,49) + - Allow islocal return from Time::Piece->strptime (GH44) + - Windows support for %k, %l, %P + - Set c_isdst after strptime (GH9) + ------------------------------------------------------------------- Tue Apr 8 05:37:06 UTC 2025 - Tina Müller diff --git a/perl-Time-Piece.spec b/perl-Time-Piece.spec index bb5130d..57d4130 100644 --- a/perl-Time-Piece.spec +++ b/perl-Time-Piece.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Time-Piece # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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 Time-Piece Name: perl-Time-Piece -Version: 1.36 +Version: 1.3701 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Object Oriented time objects @@ -41,7 +41,7 @@ on the perl5-porters mailing list here: https://www.nntp.perl.org/group/perl.perl5.porters/2000/01/msg5283.html %prep -%autosetup -n %{cpan_name}-%{version} -p1 +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -56,7 +56,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc Changes README reverse_deps.txt TODO +%doc Changes README.md %license LICENSE %changelog