Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2025-05-23 14:31:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Devel-Cover"

Fri May 23 14:31:03 2025 rev:33 rq:1279295 version:1.490.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes        
2024-06-20 16:49:42.914938381 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.2732/perl-Devel-Cover.changes  
    2025-05-23 14:32:01.936324634 +0200
@@ -1,0 +2,35 @@
+Thu May 22 13:33:52 UTC 2025 - Tina Müller <tina.muel...@suse.com>
+
+- Add '%{requires_eq perl}' to ensure it gets rebuilt even for perl
+  patch version updates
+
+-------------------------------------------------------------------
+Mon May 19 05:35:34 UTC 2025 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 1.490.0 (1.49)
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  1.49 - 18 May 2025
+  - Handle core Deparse changes for xor (Jim Keenan) (GH-355)
+  - Code tidying
+  1.48 - 11 May 2025
+  - Fix up args handling for reports (Mitch McCracken) (GH-354)
+  - Correct error message when launch is unavailable
+  - Improve perlcritic compliance
+  1.47 - 4 May 2025
+  - Improve defined-or handling (Ed J) (GH-352)
+  - Always set both HARNESS_PERL_SWITCHES and PERL5OPT (Ed J) (GH-351)
+  - Fix many spelling mistakes (Josh Soref) (GH-341)
+  - Improve criteria handling in cover script (Tom Wyant) (GH-347)
+  - Fix uninitialized value warning in `cover -write` (Josh Soref) (GH-339)
+  1.46 - 2 May 2025
+   - Add tests for new any and all functions
+   - Note testing against 5.40.2
+  1.45 - 1 May 2025
+   - Add new versions and test against them
+   - Fix things to work with 5.41.x and new ^^ operator
+   - Add explicit test for ^^ operator
+   - Move devel-cover-docker into this repository
+   - Improve cpancover code
+
+-------------------------------------------------------------------

Old:
----
  Devel-Cover-1.44.tar.gz

New:
----
  Devel-Cover-1.49.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Devel-Cover.spec ++++++
--- /var/tmp/diff_new_pack.GGGsmt/_old  2025-05-23 14:32:02.408344549 +0200
+++ /var/tmp/diff_new_pack.GGGsmt/_new  2025-05-23 14:32:02.408344549 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Cover
 #
-# Copyright (c) 2024 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,10 +18,10 @@
 
 %define cpan_name Devel-Cover
 Name:           perl-Devel-Cover
-Version:        1.440.0
+Version:        1.490.0
 Release:        0
-# 1.44 -> normalize -> 1.440.0
-%define cpan_version 1.44
+# 1.49 -> normalize -> 1.490.0
+%define cpan_version 1.49
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Code coverage metrics for Perl
 URL:            https://metacpan.org/release/%{cpan_name}
@@ -29,9 +29,9 @@
 Source1:        cpanspec.yml
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(HTML::Entities) >= 3.69
+BuildRequires:  perl(HTML::Entities) >= 3.690
 BuildRequires:  perl(Test::More) >= 0.88
-Requires:       perl(HTML::Entities) >= 3.69
+Requires:       perl(HTML::Entities) >= 3.690
 Provides:       perl(Devel::Cover) = %{version}
 Provides:       perl(Devel::Cover::Annotation::Git) = %{version}
 Provides:       perl(Devel::Cover::Annotation::Random) = %{version}
@@ -83,22 +83,26 @@
 Provides:       perl(Devel::Cover::Web) = %{version}
 %undefine       __perllib_provides
 Recommends:     perl(Browser::Open)
+Recommends:     perl(CPAN::Releases::Latest)
 Recommends:     perl(Capture::Tiny)
 Recommends:     perl(Class::XSAccessor)
 Recommends:     perl(HTML::Parser)
 Recommends:     perl(JSON::MaybeXS) >= 1.003003
 Recommends:     perl(Moo)
-Recommends:     perl(PPI::HTML) >= 1.07
+Recommends:     perl(PPI::HTML) >= 1.70
 Recommends:     perl(Parallel::Iterator)
 Recommends:     perl(Perl::Tidy) >= 20060719
-Recommends:     perl(Pod::Coverage) >= 0.06
+Recommends:     perl(Pod::Coverage) >= 0.60
 Recommends:     perl(Pod::Coverage::CountParents)
 Recommends:     perl(Sereal::Decoder)
 Recommends:     perl(Sereal::Encoder)
-Recommends:     perl(Template) >= 2.00
+Recommends:     perl(Template) >= 2.0.0
 Recommends:     perl(Test::Differences)
 Recommends:     perl(namespace::clean)
 %{perl_requires}
+# MANUAL BEGIN
+%{requires_eq perl}
+# MANUAL END
 
 %description
 This module provides code coverage metrics for Perl. Code coverage metrics
@@ -143,14 +147,14 @@
 removed soon. You probably don't care about any of this.
 
 The most appropriate mailing list on which to discuss this module would be
-perl-qa. See http://lists.perl.org/list/perl-qa.html.
+perl-qa. See https://lists.perl.org/list/perl-qa.html.
 
 The Devel::Cover repository can be found at
-http://github.com/pjcj/Devel--Cover. This is also where problems should be
+https://github.com/pjcj/Devel--Cover. This is also where problems should be
 reported.
 
 %prep
-%autosetup  -n %{cpan_name}-%{cpan_version}
+%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
 

++++++ Devel-Cover-1.44.tar.gz -> Devel-Cover-1.49.tar.gz ++++++
++++ 12160 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.GGGsmt/_old  2025-05-23 14:32:02.592352313 +0200
+++ /var/tmp/diff_new_pack.GGGsmt/_new  2025-05-23 14:32:02.596352482 +0200
@@ -8,6 +8,7 @@
 #  foo.patch: -p1
 #  bar.patch:
 preamble: |-
+  %{requires_eq perl}
 # BuildRequires:  gcc-c++
 #post_prep: |-
 # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`

Reply via email to