Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Specio-Library-Path-Tiny for
openSUSE:Factory checked in at 2025-05-12 16:49:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Specio-Library-Path-Tiny (Old)
and /work/SRC/openSUSE:Factory/.perl-Specio-Library-Path-Tiny.new.30101
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Specio-Library-Path-Tiny"
Mon May 12 16:49:11 2025 rev:3 rq:1276529 version:0.50.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Specio-Library-Path-Tiny/perl-Specio-Library-Path-Tiny.changes
2022-06-28 15:21:48.025891169 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Specio-Library-Path-Tiny.new.30101/perl-Specio-Library-Path-Tiny.changes
2025-05-12 16:53:18.695841098 +0200
@@ -1,0 +2,6 @@
+Sat May 10 23:21:15 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Specio-Library-Path-Tiny.spec ++++++
--- /var/tmp/diff_new_pack.V452NL/_old 2025-05-12 16:53:19.171861079 +0200
+++ /var/tmp/diff_new_pack.V452NL/_new 2025-05-12 16:53:19.171861079 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Specio-Library-Path-Tiny
#
-# Copyright (c) 2022 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,20 +18,22 @@
%define cpan_name Specio-Library-Path-Tiny
Name: perl-Specio-Library-Path-Tiny
-Version: 0.05
+Version: 0.50.0
Release: 0
+# 0.05 -> normalize -> 0.50.0
+%define cpan_version 0.05
License: Apache-2.0
Summary: Path::Tiny types and coercions for Specio
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
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Temp) >= 0.18
BuildRequires: perl(File::pushd)
-BuildRequires: perl(Path::Tiny) >= 0.087
-BuildRequires: perl(Specio) >= 0.29
+BuildRequires: perl(Path::Tiny) >= 0.87.0
+BuildRequires: perl(Specio) >= 0.290
BuildRequires: perl(Specio::Declare)
BuildRequires: perl(Specio::Exporter)
BuildRequires: perl(Specio::Library::Builtins)
@@ -40,13 +42,15 @@
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Specio)
BuildRequires: perl(parent)
-Requires: perl(Path::Tiny) >= 0.087
-Requires: perl(Specio) >= 0.29
+Requires: perl(Path::Tiny) >= 0.87.0
+Requires: perl(Specio) >= 0.290
Requires: perl(Specio::Declare)
Requires: perl(Specio::Exporter)
Requires: perl(Specio::Library::Builtins)
Requires: perl(Specio::PartialDump)
Requires: perl(parent)
+Provides: perl(Specio::Library::Path::Tiny) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -55,8 +59,9 @@
other modules.
%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
@@ -71,6 +76,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md
precious.toml README.md
+%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE