Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-File-Find-Rule-Perl for
openSUSE:Factory checked in at 2022-04-14 17:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-Find-Rule-Perl (Old)
and /work/SRC/openSUSE:Factory/.perl-File-Find-Rule-Perl.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Find-Rule-Perl"
Thu Apr 14 17:25:19 2022 rev:2 rq:969985 version:1.16
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-File-Find-Rule-Perl/perl-File-Find-Rule-Perl.changes
2015-05-11 19:48:44.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-File-Find-Rule-Perl.new.1941/perl-File-Find-Rule-Perl.changes
2022-04-14 17:25:53.415293179 +0200
@@ -1,0 +2,9 @@
+Wed Apr 6 03:09:10 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 1.16
+ see /usr/share/doc/packages/perl-File-Find-Rule-Perl/Changes
+
+ 1.16 2022-03-29
+ - fix test when run after 'make clean' (RT#142008)
+
+-------------------------------------------------------------------
Old:
----
File-Find-Rule-Perl-1.15.tar.gz
New:
----
File-Find-Rule-Perl-1.16.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-Find-Rule-Perl.spec ++++++
--- /var/tmp/diff_new_pack.8BpefI/_old 2022-04-14 17:25:53.807293636 +0200
+++ /var/tmp/diff_new_pack.8BpefI/_new 2022-04-14 17:25:53.815293646 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Find-Rule-Perl
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name File-Find-Rule-Perl
Name: perl-File-Find-Rule-Perl
-Version: 1.15
+Version: 1.16
Release: 0
-%define cpan_name File-Find-Rule-Perl
+License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Common rules for searching for Perl things
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/File-Find-Rule-Perl/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Find::Rule) >= 0.20
@@ -40,23 +38,23 @@
%description
I write a lot of things that muck with Perl files. And it always annoyed me
-that finding "perl files" requires a moderately complex the
-File::Find::Rule manpage pattern.
+that finding "perl files" requires a moderately complex File::Find::Rule
+pattern.
*File::Find::Rule::Perl* provides methods for finding various types
Perl-related files, or replicating search queries run on a distribution in
various parts of the CPAN ecosystem.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
# MANUAL no testing (broken within build env)
-#%{__make} test
+#make test
%install
%perl_make_install
@@ -64,7 +62,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes
%changelog
++++++ File-Find-Rule-Perl-1.15.tar.gz -> File-Find-Rule-Perl-1.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Rule-Perl-1.15/Changes
new/File-Find-Rule-Perl-1.16/Changes
--- old/File-Find-Rule-Perl-1.15/Changes 2015-04-05 22:52:03.000000000
+0200
+++ new/File-Find-Rule-Perl-1.16/Changes 2022-03-30 05:59:47.000000000
+0200
@@ -1,5 +1,8 @@
Revision history for Perl extension File-Find-Rule-Perl
+1.16 2022-03-29
+ - fix test when run after 'make clean' (RT#142008)
+
1.15 2015-04-05
- fix tests from 1.14 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Rule-Perl-1.15/MANIFEST
new/File-Find-Rule-Perl-1.16/MANIFEST
--- old/File-Find-Rule-Perl-1.15/MANIFEST 2015-04-05 22:57:20.000000000
+0200
+++ new/File-Find-Rule-Perl-1.16/MANIFEST 2022-03-30 06:01:24.000000000
+0200
@@ -3,11 +3,11 @@
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
-META.json
-META.yml
t/01_compile.t
t/02_main.t
t/03_no_index.t
t/dist/lib/Foo.pm
t/dist/META.yml
t/dist/t/01_compile.t
+META.yml Module YAML meta-data (added by
MakeMaker)
+META.json Module JSON meta-data (added by
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Rule-Perl-1.15/MANIFEST.SKIP
new/File-Find-Rule-Perl-1.16/MANIFEST.SKIP
--- old/File-Find-Rule-Perl-1.15/MANIFEST.SKIP 2015-04-05 22:57:20.000000000
+0200
+++ new/File-Find-Rule-Perl-1.16/MANIFEST.SKIP 2022-03-30 06:00:25.000000000
+0200
@@ -1,5 +1,5 @@
-#!start included
/Volumes/amaretto/Users/ether/.perlbrew/libs/20.2@std/lib/perl5/ExtUtils/MANIFEST.SKIP
+#!start included
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/35.10/lib/5.35.10/ExtUtils/MANIFEST.SKIP
# Avoid version control files.
\bRCS\b
\bCVS\b
@@ -7,6 +7,7 @@
,v$
\B\.svn\b
\B\.git\b
+^\.github\b
\B\.gitignore\b
\b_darcs\b
\B\.cvsignore$
@@ -53,6 +54,8 @@
\B\.DS_Store
# Mac OSX SMB mount metadata files
\B\._
+# Placeholder files created when iCloud will "optimize Mac storage"
+\.i[cC]loud$
# Avoid Devel::Cover and Devel::CoverX::Covered files.
\bcover_db\b
@@ -63,7 +66,16 @@
# Avoid MYMETA files
^MYMETA\.
-#!end included
/Volumes/amaretto/Users/ether/.perlbrew/libs/20.2@std/lib/perl5/ExtUtils/MANIFEST.SKIP
+
+# Temp files for new META
+^META_new\.(?:json|yml)
+
+# Avoid travis-ci.org file
+^\.travis\.yml
+
+# Avoid AppVeyor file
+^\.?appveyor.yml
+#!end included
/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/35.10/lib/5.35.10/ExtUtils/MANIFEST.SKIP
File-Find-Rule-Perl-.*/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Rule-Perl-1.15/META.json
new/File-Find-Rule-Perl-1.16/META.json
--- old/File-Find-Rule-Perl-1.15/META.json 2015-04-05 22:57:58.000000000
+0200
+++ new/File-Find-Rule-Perl-1.16/META.json 2022-03-30 06:01:24.000000000
+0200
@@ -4,13 +4,13 @@
"Adam Kennedy <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter
version 2.150001",
+ "generated_by" : "ExtUtils::MakeMaker version 7.64, 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" : "File-Find-Rule-Perl",
"no_index" : {
@@ -53,7 +53,7 @@
"web" : "https://github.com/karenetheridge/File-Find-Rule-Perl"
}
},
- "version" : "1.15",
+ "version" : "1.16",
"x_authority" : "cpan:ADAMK",
"x_contributors" : [
"Adam Kennedy <[email protected]>",
@@ -62,5 +62,6 @@
"Jonathan Yu <[email protected]>",
"Karen Etheridge <[email protected]>",
"Tatsuhiko Miyagawa <[email protected]>"
- ]
+ ],
+ "x_serialization_backend" : "JSON::MaybeXS version 1.004003"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Rule-Perl-1.15/META.yml
new/File-Find-Rule-Perl-1.16/META.yml
--- old/File-Find-Rule-Perl-1.15/META.yml 2015-04-05 22:57:58.000000000
+0200
+++ new/File-Find-Rule-Perl-1.16/META.yml 2022-03-30 06:01:24.000000000
+0200
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version
2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,7 +27,7 @@
bugtracker:
https://rt.cpan.org/Public/Dist/Display.html?Name=File-Find-Rule-Perl
homepage: https://github.com/karenetheridge/File-Find-Rule-Perl
repository: https://github.com/karenetheridge/File-Find-Rule-Perl.git
-version: '1.15'
+version: '1.16'
x_authority: cpan:ADAMK
x_contributors:
- 'Adam Kennedy <[email protected]>'
@@ -36,3 +36,4 @@
- 'Jonathan Yu <[email protected]>'
- 'Karen Etheridge <[email protected]>'
- 'Tatsuhiko Miyagawa <[email protected]>'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Rule-Perl-1.15/Makefile.PL
new/File-Find-Rule-Perl-1.16/Makefile.PL
--- old/File-Find-Rule-Perl-1.15/Makefile.PL 2015-04-05 22:38:45.000000000
+0200
+++ new/File-Find-Rule-Perl-1.16/Makefile.PL 2022-03-30 05:56:35.000000000
+0200
@@ -3,6 +3,8 @@
use ExtUtils::MakeMaker;
+my $developer = -f '.gitignore';
+
my %WriteMakefileArgs = (
NAME => 'File::Find::Rule::Perl',
AUTHOR => 'Adam Kennedy <[email protected]>',
@@ -37,6 +39,7 @@
},
META_ADD => {
+ 'meta-spec' => { version => 2 },
prereqs => {
configure => {
requires => {
@@ -59,9 +62,11 @@
},
},
},
+ test => { TESTS => 't/*.t' . ( $developer ? ' xt/*/*.t' : '' ) },
);
my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;
+ExtUtils::MakeMaker->VERSION(6.98) if $developer;
for (qw(configure build test runtime)) {
my $key = $_ eq 'runtime' ? 'PREREQ_PM' : uc $_.'_REQUIRES';
@@ -98,7 +103,7 @@
if $eumm_version < 6.48;
delete @WriteMakefileArgs{qw(META_ADD META_MERGE)}
- if $eumm_version < 6.46;
+ if not $developer;
delete $WriteMakefileArgs{LICENSE}
if $eumm_version < 6.31;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Rule-Perl-1.15/lib/File/Find/Rule/Perl.pm
new/File-Find-Rule-Perl-1.16/lib/File/Find/Rule/Perl.pm
--- old/File-Find-Rule-Perl-1.15/lib/File/Find/Rule/Perl.pm 2015-04-05
22:51:57.000000000 +0200
+++ new/File-Find-Rule-Perl-1.16/lib/File/Find/Rule/Perl.pm 2022-03-30
05:59:55.000000000 +0200
@@ -45,7 +45,7 @@
use Params::Util 0.38 ();
use Parse::CPAN::Meta 1.38 ();
-our $VERSION = '1.15';
+our $VERSION = '1.16';
use base 'File::Find::Rule';
our @EXPORT = @File::Find::Rule::EXPORT;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-Find-Rule-Perl-1.15/t/03_no_index.t
new/File-Find-Rule-Perl-1.16/t/03_no_index.t
--- old/File-Find-Rule-Perl-1.15/t/03_no_index.t 2015-04-05
22:57:10.000000000 +0200
+++ new/File-Find-Rule-Perl-1.16/t/03_no_index.t 2022-03-30
05:57:38.000000000 +0200
@@ -36,6 +36,7 @@
pm_to_blib
MYMETA.yml
MYMETA.json
+ Makefile.old
};
my @files = sort grep {
! /^debian\b/