Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-experimental for
openSUSE:Factory checked in at 2024-05-16 17:16:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-experimental (Old)
and /work/SRC/openSUSE:Factory/.perl-experimental.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-experimental"
Thu May 16 17:16:57 2024 rev:18 rq:1174465 version:0.32.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-experimental/perl-experimental.changes
2023-02-16 16:56:14.586794448 +0100
+++
/work/SRC/openSUSE:Factory/.perl-experimental.new.1880/perl-experimental.changes
2024-05-16 17:19:22.617059200 +0200
@@ -1,0 +2,9 @@
+Fri Apr 26 03:14:49 UTC 2024 - Tina Müller <[email protected]>
+
+- updated to 0.032
+ see /usr/share/doc/packages/perl-experimental/Changes
+
+ 0.032 2024-04-25 22:30:41+01:00 Europe/Lisbon
+ - Add the newly-stable features to stable.pm -
extra_paired_delimiters, const_attr, for_list
+
+-------------------------------------------------------------------
Old:
----
experimental-0.031.tar.gz
New:
----
experimental-0.032.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-experimental.spec ++++++
--- /var/tmp/diff_new_pack.gSnmZ7/_old 2024-05-16 17:19:23.129077757 +0200
+++ /var/tmp/diff_new_pack.gSnmZ7/_new 2024-05-16 17:19:23.133077902 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-experimental
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
%define cpan_name experimental
Name: perl-experimental
-Version: 0.031
+Version: 0.32.0
Release: 0
+# 0.032 -> normalize -> 0.32.0
+%define cpan_version 0.032
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Experimental features made easy
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@@ -31,6 +33,9 @@
BuildRequires: perl(Test::More) >= 0.89
BuildRequires: perl(version)
Requires: perl(version)
+Provides: perl(experimental) = %{version}
+Provides: perl(stable) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -51,7 +56,7 @@
use experimental 'feature-name';
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
++++++ experimental-0.031.tar.gz -> experimental-0.032.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.031/Changes
new/experimental-0.032/Changes
--- old/experimental-0.031/Changes 2023-01-31 22:46:03.000000000 +0100
+++ new/experimental-0.032/Changes 2024-04-25 23:30:44.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for experimental
+0.032 2024-04-25 22:30:41+01:00 Europe/Lisbon
+ - Add the newly-stable features to stable.pm -
extra_paired_delimiters, const_attr, for_list
+
0.031 2023-01-31 22:46:02+01:00 Europe/Amsterdam
- Fix the name of the extra_paired_delimiters feature (previously
mis-documented as extra_paired_delims)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.031/MANIFEST
new/experimental-0.032/MANIFEST
--- old/experimental-0.031/MANIFEST 2023-01-31 22:46:03.000000000 +0100
+++ new/experimental-0.032/MANIFEST 2024-04-25 23:30:44.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.029.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.030.
Changes
INSTALL
LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.031/META.json
new/experimental-0.032/META.json
--- old/experimental-0.031/META.json 2023-01-31 22:46:03.000000000 +0100
+++ new/experimental-0.032/META.json 2024-04-25 23:30:44.000000000 +0200
@@ -4,7 +4,7 @@
"Leon Timmermans <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version
2.150010",
"license" : [
"perl_5"
],
@@ -45,11 +45,11 @@
"provides" : {
"experimental" : {
"file" : "lib/experimental.pm",
- "version" : "0.031"
+ "version" : "0.032"
},
"stable" : {
"file" : "lib/stable.pm",
- "version" : "0.031"
+ "version" : "0.032"
}
},
"release_status" : "stable",
@@ -64,23 +64,25 @@
"web" : "https://github.com/Dual-Life/experimental"
}
},
- "version" : "0.031",
+ "version" : "0.032",
"x_contributors" : [
"brian greenfield <[email protected]>",
"Dagfinn Ilmari Manns\u00e5ker <[email protected]>",
+ "Elvin Aslanov <[email protected]>",
"Father Chrysostomos <[email protected]>",
"Graham Knop <[email protected]>",
"Grant McLean <[email protected]>",
"gregor herrmann <[email protected]>",
"Karen Etheridge <[email protected]>",
"Leon Timmermans <[email protected]>",
+ "Paul \"LeoNerd\" Evans <[email protected]>",
"Philippe Bruhat (BooK) <[email protected]>",
"Ricardo Signes <[email protected]>",
"Ricardo Signes <[email protected]>",
"Sawyer X <[email protected]>"
],
- "x_generated_by_perl" : "v5.36.0",
- "x_serialization_backend" : "Cpanel::JSON::XS version 4.29",
+ "x_generated_by_perl" : "v5.36.1",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.031/META.yml
new/experimental-0.032/META.yml
--- old/experimental-0.031/META.yml 2023-01-31 22:46:03.000000000 +0100
+++ new/experimental-0.032/META.yml 2024-04-25 23:30:44.000000000 +0200
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,10 +16,10 @@
provides:
experimental:
file: lib/experimental.pm
- version: '0.031'
+ version: '0.032'
stable:
file: lib/stable.pm
- version: '0.031'
+ version: '0.032'
requires:
Carp: '0'
strict: '0'
@@ -28,20 +28,22 @@
resources:
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=experimental
repository: git://github.com/Dual-Life/experimental.git
-version: '0.031'
+version: '0.032'
x_contributors:
- 'brian greenfield <[email protected]>'
- 'Dagfinn Ilmari Mannsåker <[email protected]>'
+ - 'Elvin Aslanov <[email protected]>'
- 'Father Chrysostomos <[email protected]>'
- 'Graham Knop <[email protected]>'
- 'Grant McLean <[email protected]>'
- 'gregor herrmann <[email protected]>'
- 'Karen Etheridge <[email protected]>'
- 'Leon Timmermans <[email protected]>'
+ - 'Paul "LeoNerd" Evans <[email protected]>'
- 'Philippe Bruhat (BooK) <[email protected]>'
- 'Ricardo Signes <[email protected]>'
- 'Ricardo Signes <[email protected]>'
- 'Sawyer X <[email protected]>'
-x_generated_by_perl: v5.36.0
-x_serialization_backend: 'YAML::Tiny version 1.73'
+x_generated_by_perl: v5.36.1
+x_serialization_backend: 'YAML::Tiny version 1.74'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.031/Makefile.PL
new/experimental-0.032/Makefile.PL
--- old/experimental-0.031/Makefile.PL 2023-01-31 22:46:03.000000000 +0100
+++ new/experimental-0.032/Makefile.PL 2024-04-25 23:30:44.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.029.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.030.
use strict;
use warnings;
@@ -24,7 +24,7 @@
"TEST_REQUIRES" => {
"Test::More" => "0.89"
},
- "VERSION" => "0.031",
+ "VERSION" => "0.032",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.031/README
new/experimental-0.032/README
--- old/experimental-0.031/README 2023-01-31 22:46:03.000000000 +0100
+++ new/experimental-0.032/README 2024-04-25 23:30:44.000000000 +0200
@@ -1,5 +1,5 @@
This archive contains the distribution experimental,
-version 0.031:
+version 0.032:
Experimental features made easy
@@ -9,4 +9,4 @@
the same terms as the Perl 5 programming language system itself.
-This README file was generated by Dist::Zilla::Plugin::Readme v6.029.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.030.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.031/lib/experimental.pm
new/experimental-0.032/lib/experimental.pm
--- old/experimental-0.031/lib/experimental.pm 2023-01-31 22:46:03.000000000
+0100
+++ new/experimental-0.032/lib/experimental.pm 2024-04-25 23:30:44.000000000
+0200
@@ -1,5 +1,5 @@
package experimental;
-$experimental::VERSION = '0.031';
+$experimental::VERSION = '0.032';
use strict;
use warnings;
use version ();
@@ -140,7 +140,7 @@
=head1 VERSION
-version 0.031
+version 0.032
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.031/lib/stable.pm
new/experimental-0.032/lib/stable.pm
--- old/experimental-0.031/lib/stable.pm 2023-01-31 22:46:03.000000000
+0100
+++ new/experimental-0.032/lib/stable.pm 2024-04-25 23:30:44.000000000
+0200
@@ -1,5 +1,5 @@
package stable;
-$stable::VERSION = '0.031';
+$stable::VERSION = '0.032';
use strict;
use warnings;
use version ();
@@ -12,6 +12,9 @@
isa => 5.032000,
lexical_subs => 5.022000,
postderef => 5.020000,
+ extra_paired_delimiters => 5.036000,
+ const_attr => 5.022000,
+ for_list => 5.036000,
);
sub import {
@@ -53,7 +56,7 @@
=head1 VERSION
-version 0.031
+version 0.032
=head1 SYNOPSIS
@@ -62,7 +65,7 @@
=head1 DESCRIPTION
-The L<experimental> pragma makes it easy to turn on experimental while turning
+The L<experimental> pragma makes it easy to turn on experiments while turning
off associated warnings. You should read about it, if you don't already know
what it does.
@@ -139,6 +142,12 @@
=item * C<postderef> - stable as of perl 5.20, available via stable 0.031
+=item * C<extra_paired_delimiters> - stable as of perl 5.36, available via
stable 0.032
+
+=item * C<const_attr> - stable as of perl 5.22, available via stable 0.032
+
+=item * C<for_list> - stable as of perl 5.36, available via stable 0.032
+
=back
=head1 SEE ALSO