Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Time-Duration-Parse for
openSUSE:Factory checked in at 2025-06-13 18:44:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Time-Duration-Parse (Old)
and /work/SRC/openSUSE:Factory/.perl-Time-Duration-Parse.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Time-Duration-Parse"
Fri Jun 13 18:44:39 2025 rev:15 rq:1285247 version:0.160.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Time-Duration-Parse/perl-Time-Duration-Parse.changes
2021-05-20 19:25:58.565717144 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Time-Duration-Parse.new.19631/perl-Time-Duration-Parse.changes
2025-06-13 18:45:07.402046920 +0200
@@ -1,0 +2,6 @@
+Thu Jun 12 18:19:12 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Time-Duration-Parse.spec ++++++
--- /var/tmp/diff_new_pack.gKdXMz/_old 2025-06-13 18:45:08.082073815 +0200
+++ /var/tmp/diff_new_pack.gKdXMz/_new 2025-06-13 18:45:08.082073815 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Time-Duration-Parse
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,22 @@
%define cpan_name Time-Duration-Parse
Name: perl-Time-Duration-Parse
-Version: 0.16
+Version: 0.160.0
Release: 0
-Summary: Parse string that represents time duration
+# 0.16 -> normalize -> 0.160.0
+%define cpan_version 0.16
License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Parse string that represents time duration
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Time::Duration)
+Provides: perl(Time::Duration::Parse) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -46,7 +50,7 @@
is( parse_duration(duration_exact($seconds)), $seconds );
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor