Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-Without-Module for
openSUSE:Factory checked in at 2024-07-31 13:28:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Without-Module (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Without-Module.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Without-Module"
Wed Jul 31 13:28:15 2024 rev:9 rq:1190265 version:0.230.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-Without-Module/perl-Test-Without-Module.changes
2024-07-10 16:48:04.984462246 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Test-Without-Module.new.7232/perl-Test-Without-Module.changes
2024-07-31 13:28:19.925433425 +0200
@@ -1,0 +2,9 @@
+Mon Jul 15 05:30:03 UTC 2024 - Tina Müller <[email protected]>
+
+- updated to 0.230.0 (0.23)
+ see /usr/share/doc/packages/perl-Test-Without-Module/Changes
+
+ 0.23 2024-07-14
+ - Lower minimum required Perl version back to 5.006, this addresses GH #5
+
+-------------------------------------------------------------------
Old:
----
Test-Without-Module-0.22.tar.gz
New:
----
Test-Without-Module-0.23.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Without-Module.spec ++++++
--- /var/tmp/diff_new_pack.HLGcP8/_old 2024-07-31 13:28:20.625462175 +0200
+++ /var/tmp/diff_new_pack.HLGcP8/_new 2024-07-31 13:28:20.625462175 +0200
@@ -18,10 +18,10 @@
%define cpan_name Test-Without-Module
Name: perl-Test-Without-Module
-Version: 0.220.0
+Version: 0.230.0
Release: 0
-# 0.22 -> normalize -> 0.220.0
-%define cpan_version 0.22
+# 0.23 -> normalize -> 0.230.0
+%define cpan_version 0.23
License: Artistic-2.0
Summary: Test fallback behaviour in absence of modules
URL: https://metacpan.org/release/%{cpan_name}
++++++ Test-Without-Module-0.22.tar.gz -> Test-Without-Module-0.23.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Without-Module-0.22/Changes
new/Test-Without-Module-0.23/Changes
--- old/Test-Without-Module-0.22/Changes 2024-07-05 07:31:52.000000000
+0200
+++ new/Test-Without-Module-0.23/Changes 2024-07-14 14:09:05.000000000
+0200
@@ -3,6 +3,9 @@
Todo:
- Add way to allow only core modules (suggested by SREZIC)
+0.23 2024-07-14
+ - Lower minimum required Perl version back to 5.006, this addresses GH #5
+
0.22 2024-07-05
- Fix test suite to not skip a failing test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Without-Module-0.22/META.json
new/Test-Without-Module-0.23/META.json
--- old/Test-Without-Module-0.22/META.json 2024-07-05 07:31:53.000000000
+0200
+++ new/Test-Without-Module-0.23/META.json 2024-07-14 14:09:05.000000000
+0200
@@ -35,7 +35,7 @@
"runtime" : {
"requires" : {
"Carp" : "0",
- "perl" : "5.020"
+ "perl" : "5.006"
}
},
"test" : {
@@ -58,7 +58,7 @@
"web" : "https://github.com/Corion/test-without-module"
}
},
- "version" : "0.22",
+ "version" : "0.23",
"x_serialization_backend" : "JSON::PP version 4.07",
"x_static_install" : 1
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Without-Module-0.22/META.yml
new/Test-Without-Module-0.23/META.yml
--- old/Test-Without-Module-0.22/META.yml 2024-07-05 07:31:53.000000000
+0200
+++ new/Test-Without-Module-0.23/META.yml 2024-07-14 14:09:05.000000000
+0200
@@ -22,11 +22,11 @@
- inc
requires:
Carp: '0'
- perl: '5.020'
+ perl: '5.006'
resources:
bugtracker: https://github.com/Corion/Test-Without-Module/issues
license: https://dev.perl.org/licenses/
repository: git://github.com/Corion/test-without-module.git
-version: '0.22'
+version: '0.23'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
x_static_install: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Without-Module-0.22/Makefile.PL
new/Test-Without-Module-0.23/Makefile.PL
--- old/Test-Without-Module-0.22/Makefile.PL 2024-07-05 07:31:52.000000000
+0200
+++ new/Test-Without-Module-0.23/Makefile.PL 2024-07-14 14:09:05.000000000
+0200
@@ -40,7 +40,7 @@
x_static_install => 1, # we are pure Perl and don't do anything fancy
},
- MIN_PERL_VERSION => '5.020', # I use signatures
+ MIN_PERL_VERSION => '5.006',
'LICENSE'=> 'artistic_2',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Without-Module-0.22/README
new/Test-Without-Module-0.23/README
--- old/Test-Without-Module-0.22/README 2024-07-05 07:31:52.000000000 +0200
+++ new/Test-Without-Module-0.23/README 2024-07-14 14:09:05.000000000 +0200
@@ -6,7 +6,7 @@
even though they are installed. This is mostly useful for testing modules
that have a fallback when a certain dependency module is not installed.
-This document describes version 0.22.
+This document describes version 0.23.
INSTALLATION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Test-Without-Module-0.22/lib/Test/Without/Module.pm
new/Test-Without-Module-0.23/lib/Test/Without/Module.pm
--- old/Test-Without-Module-0.22/lib/Test/Without/Module.pm 2024-07-05
07:31:52.000000000 +0200
+++ new/Test-Without-Module-0.23/lib/Test/Without/Module.pm 2024-07-14
14:09:05.000000000 +0200
@@ -3,7 +3,7 @@
use Carp qw( croak );
use vars qw( $VERSION );
-$VERSION = '0.22';
+$VERSION = '0.23';
use vars qw(%forbidden);