Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Devel-Cover-Report-Codecovbash
for openSUSE:Factory checked in at 2025-04-11 16:50:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover-Report-Codecovbash (Old)
and
/work/SRC/openSUSE:Factory/.perl-Devel-Cover-Report-Codecovbash.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-Cover-Report-Codecovbash"
Fri Apr 11 16:50:08 2025 rev:3 rq:1268597 version:0.41.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Devel-Cover-Report-Codecovbash/perl-Devel-Cover-Report-Codecovbash.changes
2021-07-21 19:07:54.863451472 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Devel-Cover-Report-Codecovbash.new.1907/perl-Devel-Cover-Report-Codecovbash.changes
2025-04-11 16:50:23.652343121 +0200
@@ -1,0 +2,10 @@
+Tue Apr 8 05:35:29 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 0.41.0 (v0.41.0)
+ see /usr/share/doc/packages/perl-Devel-Cover-Report-Codecovbash/Changes
+
+ v0.41.0 2025-04-06 01:05:36+02:00
+
+ - Avoid die when statements could not be found
+
+-------------------------------------------------------------------
Old:
----
Devel-Cover-Report-Codecovbash-0.04.tar.gz
New:
----
Devel-Cover-Report-Codecovbash-v0.41.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-Cover-Report-Codecovbash.spec ++++++
--- /var/tmp/diff_new_pack.uueu5l/_old 2025-04-11 16:50:24.432375900 +0200
+++ /var/tmp/diff_new_pack.uueu5l/_new 2025-04-11 16:50:24.436376068 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-Cover-Report-Codecovbash
#
-# 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,20 @@
%define cpan_name Devel-Cover-Report-Codecovbash
Name: perl-Devel-Cover-Report-Codecovbash
-Version: 0.04
+Version: 0.41.0
Release: 0
-Summary: Generate a JSON file to be uploaded with the codecov bash
script
+# v0.41.0 -> normalize -> 0.41.0
+%define cpan_version v0.41.0
License: MIT
+Summary: Generate a JSON file to be uploaded with the codecov bash
script
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(JSON::MaybeXS)
-BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(namespace::autoclean)
Requires: perl(JSON::MaybeXS)
Requires: perl(namespace::autoclean)
@@ -48,7 +50,7 @@
distribution.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor