Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-HTTP-Date for openSUSE:Factory checked in at 2026-06-30 15:11:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Date (Old) and /work/SRC/openSUSE:Factory/.perl-HTTP-Date.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Date" Tue Jun 30 15:11:21 2026 rev:14 rq:1362458 version:6.70.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTTP-Date/perl-HTTP-Date.changes 2023-07-12 17:26:08.622071993 +0200 +++ /work/SRC/openSUSE:Factory/.perl-HTTP-Date.new.11887/perl-HTTP-Date.changes 2026-06-30 15:11:41.996520514 +0200 @@ -1,0 +2,19 @@ +Fri Jun 26 08:39:21 UTC 2026 - Tina Müller <[email protected]> + +- updated to 6.70.0 (6.07) + see /usr/share/doc/packages/perl-HTTP-Date/Changes + + 6.07 2026-06-25 15:12:09Z + + - Add test with Time::Zone (GH#25) (Michal Josef Špaček) + - Add test with bad Time::Zone string (GH#26) (Michal Josef Špaček) + - Add tests with negative time (GH#26) (Michal Josef Špaček) + - Replace all instances of \d with [0-9] in regular expressions to + reject non-ASCII Unicode digits, with a regression test (GH#27) + (Robert Rothenberg) + - Reject malformed ISO 8601 timezones with a doubled colon (GH#31) + (Olaf Alders) + - Document day/month/year ordering for numeric dates (GH#32) (Olaf + Alders) + +------------------------------------------------------------------- Old: ---- HTTP-Date-6.06.tar.gz New: ---- HTTP-Date-6.07.tar.gz README.md _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTTP-Date.spec ++++++ --- /var/tmp/diff_new_pack.oaFArm/_old 2026-06-30 15:11:42.628541920 +0200 +++ /var/tmp/diff_new_pack.oaFArm/_new 2026-06-30 15:11:42.632542056 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-Date # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 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,13 +18,16 @@ %define cpan_name HTTP-Date Name: perl-HTTP-Date -Version: 6.06 +Version: 6.70.0 Release: 0 +# 6.07 -> normalize -> 6.70.0 +%define cpan_version 6.07 License: Artistic-1.0 OR GPL-1.0-or-later Summary: HTTP::Date - date conversion routines URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros @@ -32,6 +35,8 @@ BuildRequires: perl(Time::Zone) Requires: perl(Time::Local) >= 1.28 Requires: perl(Time::Zone) +Provides: perl(HTTP::Date) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -116,6 +121,12 @@ The parser ignores leading and trailing whitespace. It also allow the seconds to be missing and the month to be numerical in most formats. +Numeric-only dates use day/month/year ordering (the ISO and common European +convention), not the US month/day/year ordering. So "3/4/2014" is parsed as +4 March 2014, and a US-style date such as "3/13/2014" returns undef because +13 is not a valid month. To parse US-style dates, swap the first two fields +before calling parse_date(). + If the year is missing, then we assume that the date is the first matching date _before_ current month. If the year is given with only 2 digits, then parse_date() will select the century that makes the year closest to the @@ -132,7 +143,7 @@ representing Universal Time. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor ++++++ HTTP-Date-6.06.tar.gz -> HTTP-Date-6.07.tar.gz ++++++ ++++ 1854 lines of diff (skipped) ++++++ README.md ++++++ ## Build Results Current state of perl in openSUSE:Factory is  The current state of perl in the devel project build (devel:languages:perl)  ++++++ _scmsync.obsinfo ++++++ mtime: 1782463161 commit: d32addd87af51ae6d9ba50e21140c9c005e34eee058ffab043a9e37cfb928728 url: https://src.opensuse.org/perl/perl-HTTP-Date revision: d32addd87af51ae6d9ba50e21140c9c005e34eee058ffab043a9e37cfb928728 projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-06-26 10:39:21.000000000 +0200 @@ -0,0 +1 @@ +.osc
