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 2021-05-04 22:01:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-experimental (Old)
and /work/SRC/openSUSE:Factory/.perl-experimental.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-experimental"
Tue May 4 22:01:24 2021 rev:11 rq:890408 version:0.024
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-experimental/perl-experimental.changes
2020-05-07 14:53:36.086202123 +0200
+++
/work/SRC/openSUSE:Factory/.perl-experimental.new.2988/perl-experimental.changes
2021-05-04 22:01:36.864459691 +0200
@@ -1,0 +2,12 @@
+Sun May 2 03:09:27 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.024
+ see /usr/share/doc/packages/perl-experimental/Changes
+
+ 0.024 2021-05-01 19:44:14+02:00 Europe/Amsterdam
+ - Rereleased without NYTProf files
+
+ 0.023 2021-04-30 19:35:09+02:00 Europe/Amsterdam
+ - Added try feature
+
+-------------------------------------------------------------------
Old:
----
experimental-0.022.tar.gz
New:
----
experimental-0.024.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-experimental.spec ++++++
--- /var/tmp/diff_new_pack.y2TIe3/_old 2021-05-04 22:01:37.300458052 +0200
+++ /var/tmp/diff_new_pack.y2TIe3/_new 2021-05-04 22:01:37.304458037 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-experimental
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
+%define cpan_name experimental
Name: perl-experimental
-Version: 0.022
+Version: 0.024
Release: 0
-%define cpan_name experimental
Summary: Experimental features made easy
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.89
@@ -133,11 +131,11 @@
This was added on perl 5.22.0.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -148,7 +146,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%license LICENSE
++++++ experimental-0.022.tar.gz -> experimental-0.024.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.022/Changes
new/experimental-0.024/Changes
--- old/experimental-0.022/Changes 2020-05-04 22:34:51.000000000 +0200
+++ new/experimental-0.024/Changes 2021-05-01 19:44:16.000000000 +0200
@@ -1,5 +1,11 @@
Revision history for experimental
+0.024 2021-05-01 19:44:14+02:00 Europe/Amsterdam
+ - Rereleased without NYTProf files
+
+0.023 2021-04-30 19:35:09+02:00 Europe/Amsterdam
+ - Added try feature
+
0.022 2020-05-04 22:34:48+02:00 Europe/Amsterdam
- Skip tests when needed, to allow installation on <5.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.022/INSTALL
new/experimental-0.024/INSTALL
--- old/experimental-0.022/INSTALL 2020-05-04 22:34:51.000000000 +0200
+++ new/experimental-0.024/INSTALL 2021-05-01 19:44:16.000000000 +0200
@@ -8,10 +8,10 @@
% cpanm experimental
-If you are installing into a system-wide directory, you may need to pass the
-"-S" flag to cpanm, which uses sudo to install the module:
-
- % cpanm -S experimental
+If it does not have permission to install modules to the current perl, cpanm
+will automatically set up and install to a local::lib in your home directory.
+See the local::lib documentation (https://metacpan.org/pod/local::lib) for
+details on enabling it in your environment.
## Installing with the CPAN shell
@@ -22,7 +22,7 @@
## Manual installation
As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+install configure prerequisites (see below), then build it:
% perl Makefile.PL
% make && make test
@@ -31,13 +31,42 @@
% make install
-If you are installing into a system-wide directory, you may need to run:
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
+If your perl is system-managed, you can create a local::lib in your home
+directory to install modules to. For details, see the local::lib documentation:
+https://metacpan.org/pod/local::lib
+
+The prerequisites of this distribution will also have to be installed
manually. The
+prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json`
generated
+by running the manual build process described above.
+
+## Configure Prerequisites
+
+This distribution requires other modules to be installed before this
+distribution's installer can be run. They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
- % sudo make install
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
## Documentation
experimental documentation is available as POD.
-You can run perldoc from a shell to read the documentation:
+You can run `perldoc` from a shell to read the documentation:
% perldoc experimental
+
+For more information on installing Perl modules via CPAN, please see:
+https://www.cpan.org/modules/INSTALL.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.022/MANIFEST
new/experimental-0.024/MANIFEST
--- old/experimental-0.022/MANIFEST 2020-05-04 22:34:51.000000000 +0200
+++ new/experimental-0.024/MANIFEST 2021-05-01 19:44:16.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v6.017.
Changes
INSTALL
LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.022/META.json
new/experimental-0.024/META.json
--- old/experimental-0.022/META.json 2020-05-04 22:34:51.000000000 +0200
+++ new/experimental-0.024/META.json 2021-05-01 19:44:16.000000000 +0200
@@ -4,7 +4,7 @@
"Leon Timmermans <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version
2.150010",
+ "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version
2.150010",
"license" : [
"perl_5"
],
@@ -45,7 +45,7 @@
"provides" : {
"experimental" : {
"file" : "lib/experimental.pm",
- "version" : "0.022"
+ "version" : "0.024"
}
},
"release_status" : "stable",
@@ -60,7 +60,7 @@
"web" : "https://github.com/Dual-Life/experimental"
}
},
- "version" : "0.022",
+ "version" : "0.024",
"x_contributors" : [
"brian greenfield <[email protected]>",
"Dagfinn Ilmari Manns\u00e5ker <[email protected]>",
@@ -72,7 +72,8 @@
"Ricardo Signes <[email protected]>",
"Sawyer X <[email protected]>"
],
- "x_generated_by_perl" : "v5.24.0",
- "x_serialization_backend" : "Cpanel::JSON::XS version 3.0215"
+ "x_generated_by_perl" : "v5.32.0",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
+ "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.022/META.yml
new/experimental-0.024/META.yml
--- old/experimental-0.022/META.yml 2020-05-04 22:34:51.000000000 +0200
+++ new/experimental-0.024/META.yml 2021-05-01 19:44:16.000000000 +0200
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version
2.150010'
+generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,7 +16,7 @@
provides:
experimental:
file: lib/experimental.pm
- version: '0.022'
+ version: '0.024'
requires:
Carp: '0'
strict: '0'
@@ -25,7 +25,7 @@
resources:
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=experimental
repository: git://github.com/Dual-Life/experimental.git
-version: '0.022'
+version: '0.024'
x_contributors:
- 'brian greenfield <[email protected]>'
- 'Dagfinn Ilmari Manns??ker <[email protected]>'
@@ -36,5 +36,6 @@
- 'Leon Timmermans <[email protected]>'
- 'Ricardo Signes <[email protected]>'
- 'Sawyer X <[email protected]>'
-x_generated_by_perl: v5.24.0
-x_serialization_backend: 'YAML::Tiny version 1.69'
+x_generated_by_perl: v5.32.0
+x_serialization_backend: 'YAML::Tiny version 1.73'
+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.022/Makefile.PL
new/experimental-0.024/Makefile.PL
--- old/experimental-0.022/Makefile.PL 2020-05-04 22:34:51.000000000 +0200
+++ new/experimental-0.024/Makefile.PL 2021-05-01 19:44:16.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker
v6.017.
use strict;
use warnings;
@@ -24,7 +24,7 @@
"TEST_REQUIRES" => {
"Test::More" => "0.89"
},
- "VERSION" => "0.022",
+ "VERSION" => "0.024",
"test" => {
"TESTS" => "t/*.t"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.022/README
new/experimental-0.024/README
--- old/experimental-0.022/README 2020-05-04 22:34:51.000000000 +0200
+++ new/experimental-0.024/README 2021-05-01 19:44:16.000000000 +0200
@@ -1,5 +1,5 @@
This archive contains the distribution experimental,
-version 0.022:
+version 0.024:
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.012.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.017.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.022/dist.ini
new/experimental-0.024/dist.ini
--- old/experimental-0.022/dist.ini 2020-05-04 22:34:51.000000000 +0200
+++ new/experimental-0.024/dist.ini 2021-05-01 19:44:16.000000000 +0200
@@ -4,7 +4,7 @@
copyright_holder = Leon Timmermans
copyright_year = 2013
-[GatherDir]
+[Git::GatherDir]
[PruneCruft]
[MetaYAML]
[License]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/experimental-0.022/lib/experimental.pm
new/experimental-0.024/lib/experimental.pm
--- old/experimental-0.022/lib/experimental.pm 2020-05-04 22:34:51.000000000
+0200
+++ new/experimental-0.024/lib/experimental.pm 2021-05-01 19:44:16.000000000
+0200
@@ -1,5 +1,5 @@
package experimental;
-$experimental::VERSION = '0.022';
+$experimental::VERSION = '0.024';
use strict;
use warnings;
use version ();
@@ -38,6 +38,7 @@
signatures => '5.20.0',
state => '5.10.0',
switch => '5.10.0',
+ try => '5.33.6',
unicode_eval => '5.16.0',
unicode_strings => '5.12.0',
);
@@ -134,7 +135,7 @@
=head1 VERSION
-version 0.022
+version 0.024
=head1 SYNOPSIS