From 07a4a20dd6b050635cf5f45cfaf3de77366213720e9ef1989b87d80f9329bbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Wed, 26 Feb 2025 13:55:47 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main perl-ExtUtils-Helpers revision d933ead51e2033d4200019b48e184cbb --- ExtUtils-Helpers-0.026.tar.gz | 3 --- ExtUtils-Helpers-0.028.tar.gz | 3 +++ perl-ExtUtils-Helpers.changes | 18 +++++++++++++++++ perl-ExtUtils-Helpers.spec | 37 ++++++++++++++++++++--------------- 4 files changed, 42 insertions(+), 19 deletions(-) delete mode 100644 ExtUtils-Helpers-0.026.tar.gz create mode 100644 ExtUtils-Helpers-0.028.tar.gz diff --git a/ExtUtils-Helpers-0.026.tar.gz b/ExtUtils-Helpers-0.026.tar.gz deleted file mode 100644 index fc9346a..0000000 --- a/ExtUtils-Helpers-0.026.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416 -size 15099 diff --git a/ExtUtils-Helpers-0.028.tar.gz b/ExtUtils-Helpers-0.028.tar.gz new file mode 100644 index 0000000..7fae925 --- /dev/null +++ b/ExtUtils-Helpers-0.028.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8574875cce073e7dc5345a7b06d502e52044d68894f9160203fcaab379514fe +size 16620 diff --git a/perl-ExtUtils-Helpers.changes b/perl-ExtUtils-Helpers.changes index 48e15c3..74d19a4 100644 --- a/perl-ExtUtils-Helpers.changes +++ b/perl-ExtUtils-Helpers.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Sep 3 05:31:04 UTC 2024 - Tina Müller + +- updated to 0.28.0 (0.028) + see /usr/share/doc/packages/perl-ExtUtils-Helpers/Changes + + 0.028 2024-09-02 22:25:13+02:00 Europe/Brussels + - Add ext argument to man1_pagename and man3_pagename + +------------------------------------------------------------------- +Sun Jun 23 16:18:43 UTC 2024 - Tina Müller + +- updated to 0.27.0 (0.027) + see /usr/share/doc/packages/perl-ExtUtils-Helpers/Changes + + 0.027 2024-06-18 20:34:46+02:00 Europe/BrusselsA + - Revert "Make split_like_shell always unixy" + ------------------------------------------------------------------- Sat Sep 10 05:25:15 UTC 2016 - coolo@suse.com diff --git a/perl-ExtUtils-Helpers.spec b/perl-ExtUtils-Helpers.spec index 33a27f3..3fa1d6c 100644 --- a/perl-ExtUtils-Helpers.spec +++ b/perl-ExtUtils-Helpers.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ExtUtils-Helpers # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,29 @@ # 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-ExtUtils-Helpers -Version: 0.026 -Release: 0 %define cpan_name ExtUtils-Helpers +Name: perl-ExtUtils-Helpers +Version: 0.28.0 +Release: 0 +# 0.028 -> normalize -> 0.28.0 +%define cpan_version 0.028 +License: Artistic-1.0 OR GPL-1.0-or-later Summary: Various portability utilities for module builders -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/ExtUtils-Helpers/ -Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +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 +Provides: perl(ExtUtils::Helpers) = %{version} +Provides: perl(ExtUtils::Helpers::Unix) = %{version} +Provides: perl(ExtUtils::Helpers::VMS) = %{version} +Provides: perl(ExtUtils::Helpers::Windows) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -37,14 +42,14 @@ This module provides various portable helper functions for module building modules. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -52,7 +57,7 @@ modules. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog