From 8aa51570fbe81d5d22ceedd0ea245c9435e91c533703dd9929a80f1ebb22b1f0 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 23 Aug 2022 21:27:11 +0000 Subject: [PATCH] Accepting request 998872 from devel:languages:perl:autoupdate - updated to 0.16 see /usr/share/doc/packages/perl-Module-Find/Changes OBS-URL: https://build.opensuse.org/request/show/998872 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Find?expand=0&rev=17 --- Module-Find-0.15.tar.gz | 3 --- Module-Find-0.16.tar.gz | 3 +++ perl-Module-Find.changes | 6 ++++++ perl-Module-Find.spec | 19 ++++++++----------- 4 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 Module-Find-0.15.tar.gz create mode 100644 Module-Find-0.16.tar.gz diff --git a/Module-Find-0.15.tar.gz b/Module-Find-0.15.tar.gz deleted file mode 100644 index a7a8366..0000000 --- a/Module-Find-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c5482a7fe3e9e1035b36a984470b886f7af095eeeff63f5f19aec8cd2d8a85e -size 7427 diff --git a/Module-Find-0.16.tar.gz b/Module-Find-0.16.tar.gz new file mode 100644 index 0000000..f44a859 --- /dev/null +++ b/Module-Find-0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcaaa376915014728d4f533a98c5b59d665051cd3cdbafc960e5a66fd131092 +size 9560 diff --git a/perl-Module-Find.changes b/perl-Module-Find.changes index ac6585b..3162c0f 100644 --- a/perl-Module-Find.changes +++ b/perl-Module-Find.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 2 03:07:47 UTC 2022 - Tina Müller + +- updated to 0.16 + see /usr/share/doc/packages/perl-Module-Find/Changes + ------------------------------------------------------------------- Thu Dec 26 03:10:49 UTC 2019 - diff --git a/perl-Module-Find.spec b/perl-Module-Find.spec index aed3c8b..ad404d9 100644 --- a/perl-Module-Find.spec +++ b/perl-Module-Find.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Find # -# Copyright (c) 2019 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 @@ -16,18 +16,16 @@ # -Name: perl-Module-Find -Version: 0.15 -Release: 0 %define cpan_name Module-Find -Summary: Find and use installed modules in a (sub)category +Name: perl-Module-Find +Version: 0.16 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Find and use installed modules in a (sub)category +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/C/CR/CRENZ/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros Recommends: perl(Test::Pod) >= 1.14 @@ -44,11 +42,11 @@ If you want Module::Find to search in a certain directory on your harddisk you modify '@INC' before you call the Module::Find functions. %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 @@ -59,7 +57,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples MANIFEST.skip README %changelog