Accepting request 1114810 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1114810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Build-Tiny?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2023-10-03 18:15:21 +00:00 committed by Git OBS Bridge
commit 3eeede2097
4 changed files with 18 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be193027e2debb4c9926434aaf1aa46c9fc7bf4db83dcc347eb6e359ee878289
size 22153

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71260e9421b93c33dd1b3e7d0cf15f759c0ca7c753fa840279ec3be70f8f8c9d
size 22193

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Sep 29 03:06:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.047
see /usr/share/doc/packages/perl-Module-Build-Tiny/Changes
0.047 2023-09-28 17:53:41+02:00 Europe/Brussels
- Avoid using empty regex for backwards compatability
-------------------------------------------------------------------
Tue Jun 13 03:06:40 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,12 +18,13 @@
%define cpan_name Module-Build-Tiny
Name: perl-Module-Build-Tiny
Version: 0.046
Version: 0.47.0
Release: 0
%define cpan_version 0.047
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Tiny replacement for Module::Build
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@ -46,6 +47,8 @@ Requires: perl(ExtUtils::ParseXS)
Requires: perl(Getopt::Long) >= 2.36
Requires: perl(JSON::PP) >= 2
Requires: perl(TAP::Harness::Env)
Provides: perl(Module::Build::Tiny) = 0.47.0
%define __perllib_provides /bin/true
%{perl_requires}
%description
@ -58,7 +61,7 @@ Whereas Module::Build has over 6,700 lines of code; this module has less
than 200, yet supports the features needed by most distributions.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Build.PL --installdirs=vendor