Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Devel-Hide for openSUSE:Factory
checked in at 2021-04-29 22:46:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-Hide (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-Hide.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-Hide"
Thu Apr 29 22:46:51 2021 rev:7 rq:889344 version:0.0014
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-Hide/perl-Devel-Hide.changes
2020-02-18 10:42:31.121203213 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Devel-Hide.new.1947/perl-Devel-Hide.changes
2021-04-29 22:53:32.185854308 +0200
@@ -1,0 +2,6 @@
+Wed Apr 28 03:06:12 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.0014
+ see /usr/share/doc/packages/perl-Devel-Hide/Changes
+
+-------------------------------------------------------------------
Old:
----
Devel-Hide-0.0013.tar.gz
New:
----
Devel-Hide-0.0014.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-Hide.spec ++++++
--- /var/tmp/diff_new_pack.qNqHsY/_old 2021-04-29 22:53:32.665852095 +0200
+++ /var/tmp/diff_new_pack.qNqHsY/_new 2021-04-29 22:53:32.669852078 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-Hide
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,20 +16,19 @@
#
+%define cpan_name Devel-Hide
Name: perl-Devel-Hide
-Version: 0.0013
+Version: 0.0014
Release: 0
-%define cpan_name Devel-Hide
Summary: Forces the unavailability of specified Perl modules (for
testing)
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{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.82
%{perl_requires}
%description
@@ -111,11 +110,11 @@
passed to child processes if -from:children is in effect.
%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
@@ -126,7 +125,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%changelog
++++++ Devel-Hide-0.0013.tar.gz -> Devel-Hide-0.0014.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-Hide-0.0013/Changes
new/Devel-Hide-0.0014/Changes
--- old/Devel-Hide-0.0013/Changes 2020-02-16 22:04:46.000000000 +0100
+++ new/Devel-Hide-0.0014/Changes 2021-04-28 00:07:32.000000000 +0200
@@ -1,10 +1,14 @@
Revision history for Perl extension Devel::Hide.
-0.0013 2020-01-16
+0.0014 2021-04-27
+
+ - Bump version requirement of Test::More to one that supports note()
+
+0.0013 2020-02-16
- Cope with changes to how the hints hash works in perl 5.31.7
-0.0012 2020-01-15
+0.0012 2020-02-15
- Add -lexically argument to import() to support hiding modules
just during the current scope
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-Hide-0.0013/META.json
new/Devel-Hide-0.0014/META.json
--- old/Devel-Hide-0.0013/META.json 2020-02-16 22:06:56.000000000 +0100
+++ new/Devel-Hide-0.0014/META.json 2021-04-28 00:08:49.000000000 +0200
@@ -4,13 +4,13 @@
"Adriano Ferreira <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.56, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "Devel-Hide",
"no_index" : {
@@ -44,7 +44,7 @@
},
"test" : {
"requires" : {
- "Test::More" : "0"
+ "Test::More" : "0.82"
}
}
},
@@ -56,6 +56,6 @@
"web" : "https://github.com/aferreira/cpan-Devel-Hide"
}
},
- "version" : "0.0013",
- "x_serialization_backend" : "JSON::PP version 2.27400_02"
+ "version" : "0.0014",
+ "x_serialization_backend" : "JSON::PP version 4.02"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-Hide-0.0013/META.yml
new/Devel-Hide-0.0014/META.yml
--- old/Devel-Hide-0.0013/META.yml 2020-02-16 22:06:56.000000000 +0100
+++ new/Devel-Hide-0.0014/META.yml 2021-04-28 00:08:49.000000000 +0200
@@ -4,11 +4,11 @@
- 'Adriano Ferreira <[email protected]>'
build_requires:
ExtUtils::MakeMaker: '0'
- Test::More: '0'
+ Test::More: '0.82'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.56, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -23,5 +23,5 @@
perl: '5.006001'
resources:
repository: https://github.com/aferreira/cpan-Devel-Hide.git
-version: '0.0013'
+version: '0.0014'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-Hide-0.0013/Makefile.PL
new/Devel-Hide-0.0014/Makefile.PL
--- old/Devel-Hide-0.0013/Makefile.PL 2020-02-15 18:37:21.000000000 +0100
+++ new/Devel-Hide-0.0014/Makefile.PL 2021-04-28 00:07:32.000000000 +0200
@@ -21,7 +21,7 @@
'prereqs' => {
test => {
requires => {
- 'Test::More' => 0,
+ 'Test::More' => 0.82,
},
},
develop => {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-Hide-0.0013/lib/Devel/Hide.pm
new/Devel-Hide-0.0014/lib/Devel/Hide.pm
--- old/Devel-Hide-0.0013/lib/Devel/Hide.pm 2020-02-16 22:03:55.000000000
+0100
+++ new/Devel-Hide-0.0014/lib/Devel/Hide.pm 2021-04-28 00:07:32.000000000
+0200
@@ -4,7 +4,7 @@
use strict;
use warnings;
-our $VERSION = '0.0013';
+our $VERSION = '0.0014';
# blech! package variables
#