From 4326b49a50efa33a767941fa476a54d4b6b66f73593999f0436d4843e0d39cc2 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 13 Apr 2022 19:18:46 +0000 Subject: [PATCH] Accepting request 967723 from devel:languages:perl:autoupdate - 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) OBS-URL: https://build.opensuse.org/request/show/967723 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule-Perl?expand=0&rev=6 --- File-Find-Rule-Perl-1.15.tar.gz | 3 --- File-Find-Rule-Perl-1.16.tar.gz | 3 +++ perl-File-Find-Rule-Perl.changes | 9 +++++++++ perl-File-Find-Rule-Perl.spec | 31 ++++++++++++++----------------- 4 files changed, 26 insertions(+), 20 deletions(-) delete mode 100644 File-Find-Rule-Perl-1.15.tar.gz create mode 100644 File-Find-Rule-Perl-1.16.tar.gz diff --git a/File-Find-Rule-Perl-1.15.tar.gz b/File-Find-Rule-Perl-1.15.tar.gz deleted file mode 100644 index fe91831..0000000 --- a/File-Find-Rule-Perl-1.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a48433f86e08ce18e03526e2982de52162eb909d19735460f07eefcaf463ea6 -size 7502 diff --git a/File-Find-Rule-Perl-1.16.tar.gz b/File-Find-Rule-Perl-1.16.tar.gz new file mode 100644 index 0000000..d4ce81a --- /dev/null +++ b/File-Find-Rule-Perl-1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1886050d9ca21223c073e2870abdc80dc30e3f55289a11c37da3820a8321ff +size 7812 diff --git a/perl-File-Find-Rule-Perl.changes b/perl-File-Find-Rule-Perl.changes index 8ea1daa..7ea42f7 100644 --- a/perl-File-Find-Rule-Perl.changes +++ b/perl-File-Find-Rule-Perl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Apr 6 03:09:10 UTC 2022 - Tina Müller + +- 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) + ------------------------------------------------------------------- Thu May 7 07:13:18 UTC 2015 - coolo@suse.com diff --git a/perl-File-Find-Rule-Perl.spec b/perl-File-Find-Rule-Perl.spec index 04e6aa6..bf5e6a8 100644 --- a/perl-File-Find-Rule-Perl.spec +++ b/perl-File-Find-Rule-Perl.spec @@ -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/ # -Name: perl-File-Find-Rule-Perl -Version: 1.15 -Release: 0 %define cpan_name File-Find-Rule-Perl +Name: perl-File-Find-Rule-Perl +Version: 1.16 +Release: 0 +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 @@ Requires: perl(Parse::CPAN::Meta) >= 1.38 %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 @@ various parts of the CPAN ecosystem. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes %changelog