From a8cdb4053293169a9e199cb0af2f7e94354aa7c389766de5d3acc86821ee3586 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 12 Dec 2022 10:01:06 +0000 Subject: [PATCH] Accepting request 1042265 from devel:languages:perl:autoupdate - updated to 0.4232 see /usr/share/doc/packages/perl-Module-Build/Changes 0.4232 - - Drop Pod::Man dependency for 5.8 compatibility OBS-URL: https://build.opensuse.org/request/show/1042265 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=54 --- Module-Build-0.4231.tar.gz | 3 --- Module-Build-0.4232.tar.gz | 3 +++ perl-Module-Build.changes | 10 ++++++++++ perl-Module-Build.spec | 23 +++++++++-------------- 4 files changed, 22 insertions(+), 17 deletions(-) delete mode 100644 Module-Build-0.4231.tar.gz create mode 100644 Module-Build-0.4232.tar.gz diff --git a/Module-Build-0.4231.tar.gz b/Module-Build-0.4231.tar.gz deleted file mode 100644 index 7349310..0000000 --- a/Module-Build-0.4231.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e0f4c692c1740c1ac84ea14d7ea3d8bc798b2fb26c09877229e04f430b2b717 -size 303466 diff --git a/Module-Build-0.4232.tar.gz b/Module-Build-0.4232.tar.gz new file mode 100644 index 0000000..6ae35d7 --- /dev/null +++ b/Module-Build-0.4232.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c82ee245d94ba06decfa25572ab75fdcd26a9009094289d8f45bc54041771b +size 303820 diff --git a/perl-Module-Build.changes b/perl-Module-Build.changes index 43ba896..b888de9 100644 --- a/perl-Module-Build.changes +++ b/perl-Module-Build.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 9 03:08:01 UTC 2022 - Tina Müller + +- updated to 0.4232 + see /usr/share/doc/packages/perl-Module-Build/Changes + + 0.4232 - Thu Dec 8 10:27:44 PM CET 2022 + + - Drop Pod::Man dependency for 5.8 compatibility + ------------------------------------------------------------------- Thu Jan 30 03:13:27 UTC 2020 - diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 32afba3..1c477b2 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Build # -# Copyright (c) 2020 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,20 +16,18 @@ # -Name: perl-Module-Build -Version: 0.423100 -Release: 0 -%define cpan_version 0.4231 -Provides: perl(Module::Build) = 0.423100 %define cpan_name Module-Build -Summary: Build and install Perl modules +Name: perl-Module-Build +Version: 0.423200 +Release: 0 +%define cpan_version 0.4232 +Provides: perl(Module::Build) = 0.423200 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Build and install Perl modules +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta) >= 2.142060 @@ -39,7 +37,6 @@ BuildRequires: perl(ExtUtils::ParseXS) >= 2.21 BuildRequires: perl(Module::Metadata) >= 1.000002 BuildRequires: perl(Parse::CPAN::Meta) >= 1.4401 BuildRequires: perl(Perl::OSType) >= 1 -BuildRequires: perl(Pod::Man) >= 2.17 BuildRequires: perl(TAP::Harness) >= 3.29 BuildRequires: perl(version) >= 0.87 Requires: perl(CPAN::Meta) >= 2.142060 @@ -47,7 +44,6 @@ Requires: perl(ExtUtils::CBuilder) >= 0.27 Requires: perl(ExtUtils::ParseXS) >= 2.21 Requires: perl(Module::Metadata) >= 1.000002 Requires: perl(Perl::OSType) >= 1 -Requires: perl(Pod::Man) >= 2.17 Requires: perl(TAP::Harness) >= 3.29 Requires: perl(version) >= 0.87 Recommends: perl(ExtUtils::Manifest) >= 1.54 @@ -98,7 +94,7 @@ In this case the actions run are 'build' (the default action), 'test', and You can run the 'help' action for a complete list of actions. %prep -%setup -q -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Build.PL installdirs=vendor @@ -117,7 +113,6 @@ rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_da %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE