Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-DateTime-Format-Strptime for
openSUSE:Factory checked in at 2025-12-24 13:15:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime (Old)
and /work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new.1928
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DateTime-Format-Strptime"
Wed Dec 24 13:15:22 2025 rev:28 rq:1324188 version:1.800.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime/perl-DateTime-Format-Strptime.changes
2021-05-07 16:45:18.212371609 +0200
+++
/work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new.1928/perl-DateTime-Format-Strptime.changes
2025-12-24 13:15:31.924529064 +0100
@@ -1,0 +2,12 @@
+Sat Dec 6 05:33:23 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 1.800.0 (1.80)
+ see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
+
+ 1.80 2025-12-06
+
+ * Fix the parse_datetime docs to state that it returns either an empty list
of undef when it cannot
+ parse the given string, depending on the context. Previously, the docs
said it always returned
+ undef, which is not true. Reported by @falsifian (James Cook). GH #33.
+
+-------------------------------------------------------------------
Old:
----
DateTime-Format-Strptime-1.79.tar.gz
New:
----
DateTime-Format-Strptime-1.80.tar.gz
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DateTime-Format-Strptime.spec ++++++
--- /var/tmp/diff_new_pack.RLPohO/_old 2025-12-24 13:15:32.780564313 +0100
+++ /var/tmp/diff_new_pack.RLPohO/_new 2025-12-24 13:15:32.784564478 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Format-Strptime
#
-# Copyright (c) 2021 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,23 +18,26 @@
%define cpan_name DateTime-Format-Strptime
Name: perl-DateTime-Format-Strptime
-Version: 1.79
+Version: 1.800.0
Release: 0
-Summary: Parse and format strp and strf time patterns
+# 1.80 -> normalize -> 1.800.0
+%define cpan_version 1.80
License: Artistic-2.0
+Summary: Parse and format strp and strf time patterns
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(DateTime) >= 1.00
-BuildRequires: perl(DateTime::Locale) >= 1.300000
+BuildRequires: perl(DateTime) >= 1.0
+BuildRequires: perl(DateTime::Locale) >= 1.300
BuildRequires: perl(DateTime::Locale::Base)
BuildRequires: perl(DateTime::Locale::FromData)
-BuildRequires: perl(DateTime::TimeZone) >= 2.09
+BuildRequires: perl(DateTime::TimeZone) >= 2.90
BuildRequires: perl(Params::ValidationCompiler)
-BuildRequires: perl(Specio) >= 0.33
+BuildRequires: perl(Specio) >= 0.330
BuildRequires: perl(Specio::Declare)
BuildRequires: perl(Specio::Exporter)
BuildRequires: perl(Specio::Library::Builtins)
@@ -44,19 +47,22 @@
BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(parent)
-Requires: perl(DateTime) >= 1.00
-Requires: perl(DateTime::Locale) >= 1.300000
+Requires: perl(DateTime) >= 1.0
+Requires: perl(DateTime::Locale) >= 1.300
Requires: perl(DateTime::Locale::Base)
Requires: perl(DateTime::Locale::FromData)
-Requires: perl(DateTime::TimeZone) >= 2.09
+Requires: perl(DateTime::TimeZone) >= 2.90
Requires: perl(Params::ValidationCompiler)
-Requires: perl(Specio) >= 0.33
+Requires: perl(Specio) >= 0.330
Requires: perl(Specio::Declare)
Requires: perl(Specio::Exporter)
Requires: perl(Specio::Library::Builtins)
Requires: perl(Specio::Library::String)
Requires: perl(Try::Tiny)
Requires: perl(parent)
+Provides: perl(DateTime::Format::Strptime) = %{version}
+Provides: perl(DateTime::Format::Strptime::Types) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -66,8 +72,9 @@
and a pattern and returns the 'DateTime' object associated.
%prep
-%autosetup -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
+
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod
644
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -82,6 +89,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%doc azure-pipelines.yml bench Changes CODE_OF_CONDUCT.md CONTRIBUTING.md
precious.toml README.md
+%doc bench Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE
++++++ DateTime-Format-Strptime-1.79.tar.gz ->
DateTime-Format-Strptime-1.80.tar.gz ++++++
++++ 72745 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: 1764999203
commit: de1265d99c5423374bce3adf594b94656dedcd276a22c1b8ba73a6959f704ac9
url: https://src.opensuse.org/perl/perl-DateTime-Format-Strptime.git
revision: de1265d99c5423374bce3adf594b94656dedcd276a22c1b8ba73a6959f704ac9
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 2025-12-21 12:13:36.000000000 +0100
@@ -0,0 +1 @@
+.osc