Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-rpm-packaging for openSUSE:Factory checked in at 2026-01-20 21:02:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-rpm-packaging (Old) and /work/SRC/openSUSE:Factory/.perl-rpm-packaging.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-rpm-packaging" Tue Jan 20 21:02:21 2026 rev:3 rq:1328103 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-rpm-packaging/perl-rpm-packaging.changes 2025-02-22 19:04:13.324965717 +0100 +++ /work/SRC/openSUSE:Factory/.perl-rpm-packaging.new.1928/perl-rpm-packaging.changes 2026-01-20 21:02:34.483164170 +0100 @@ -1,0 +2,6 @@ +Mon Jan 19 14:39:21 UTC 2026 - Dirk Stoecker <[email protected]> + +- update to 1.3 + * In perl.req use >= instead of = again + +------------------------------------------------------------------- Old: ---- perl-rpm-packaging-1.2.tar.gz New: ---- perl-rpm-packaging-1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-rpm-packaging.spec ++++++ --- /var/tmp/diff_new_pack.su0UCJ/_old 2026-01-20 21:02:35.323198935 +0100 +++ /var/tmp/diff_new_pack.su0UCJ/_new 2026-01-20 21:02:35.323198935 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-rpm-packaging # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 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 @@ -17,7 +17,7 @@ Name: perl-rpm-packaging -Version: 1.2 +Version: 1.3 Release: 0 Summary: RPM dependency generator for Perl Group: Development/Languages/Python ++++++ perl-rpm-packaging-1.2.tar.gz -> perl-rpm-packaging-1.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/perl-rpm-packaging-1.2/scripts/perl.req new/perl-rpm-packaging-1.3/scripts/perl.req --- old/perl-rpm-packaging-1.2/scripts/perl.req 2025-02-21 00:35:00.000000000 +0100 +++ new/perl-rpm-packaging-1.3/scripts/perl.req 2026-01-19 15:32:57.000000000 +0100 @@ -86,15 +86,15 @@ if ($normalversion) { my $normv = normalversion($require{$module}); - print "perl($module) = $normv\n"; + print "perl($module) >= $normv\n"; } else { - print "perl($module) = $require{$module}\n"; + print "perl($module) >= $require{$module}\n"; } if ($perln) { my $normv = normalversion($require{$module}); - print "perln($module) = $normv\n"; + print "perln($module) >= $normv\n"; } } }
