From 876eb3f7023714ec4d94b27db92c251ae35bafef92b6e3262764a8276644b400 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 2 Jun 2025 15:50:52 +0000 Subject: [PATCH] Accepting request 1281906 from devel:languages:perl:autoupdate - updated to 0.52.0 (0.052) see /usr/share/doc/packages/perl-Module-Build-Tiny/Changes 0.052 2025-05-12 19:51:31+02:00 Europe/Brussels - Add extra_compiler_flags and extra_linker_flags command line arguments OBS-URL: https://build.opensuse.org/request/show/1281906 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Tiny?expand=0&rev=29 --- Module-Build-Tiny-0.051.tar.gz | 3 --- Module-Build-Tiny-0.052.tar.gz | 3 +++ perl-Module-Build-Tiny.changes | 9 +++++++++ perl-Module-Build-Tiny.spec | 22 +++++++++++----------- 4 files changed, 23 insertions(+), 14 deletions(-) delete mode 100644 Module-Build-Tiny-0.051.tar.gz create mode 100644 Module-Build-Tiny-0.052.tar.gz diff --git a/Module-Build-Tiny-0.051.tar.gz b/Module-Build-Tiny-0.051.tar.gz deleted file mode 100644 index 952a652..0000000 --- a/Module-Build-Tiny-0.051.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74fdce35e8cd4d787bc2d4fc1d43a291b7bbced4e94dc5fc592bd81ca93a98e9 -size 22872 diff --git a/Module-Build-Tiny-0.052.tar.gz b/Module-Build-Tiny-0.052.tar.gz new file mode 100644 index 0000000..147d4ac --- /dev/null +++ b/Module-Build-Tiny-0.052.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd10452c9f24d4b4fe594126e3ad231bab6cebf16acda40a4e8dc784907eb87f +size 22980 diff --git a/perl-Module-Build-Tiny.changes b/perl-Module-Build-Tiny.changes index bb56d88..915c124 100644 --- a/perl-Module-Build-Tiny.changes +++ b/perl-Module-Build-Tiny.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun May 25 05:33:31 UTC 2025 - Tina Müller + +- updated to 0.52.0 (0.052) + see /usr/share/doc/packages/perl-Module-Build-Tiny/Changes + + 0.052 2025-05-12 19:51:31+02:00 Europe/Brussels + - Add extra_compiler_flags and extra_linker_flags command line arguments + ------------------------------------------------------------------- Sat Sep 7 05:31:02 UTC 2024 - Tina Müller diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec index eb35010..f98f819 100644 --- a/perl-Module-Build-Tiny.spec +++ b/perl-Module-Build-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Build-Tiny # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Module-Build-Tiny Name: perl-Module-Build-Tiny -Version: 0.51.0 +Version: 0.52.0 Release: 0 -# 0.051 -> normalize -> 0.51.0 -%define cpan_version 0.051 +# 0.052 -> normalize -> 0.52.0 +%define cpan_version 0.052 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Tiny replacement for Module::Build URL: https://metacpan.org/release/%{cpan_name} @@ -31,9 +31,9 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(CPAN::Meta) BuildRequires: perl(ExtUtils::CBuilder) -BuildRequires: perl(ExtUtils::Config) >= 0.003 -BuildRequires: perl(ExtUtils::Helpers) >= 0.020 -BuildRequires: perl(ExtUtils::InstallPaths) >= 0.002 +BuildRequires: perl(ExtUtils::Config) >= 0.3 +BuildRequires: perl(ExtUtils::Helpers) >= 0.20 +BuildRequires: perl(ExtUtils::InstallPaths) >= 0.2 BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: perl(Getopt::Long) >= 2.36 BuildRequires: perl(JSON::PP) >= 2 @@ -42,9 +42,9 @@ BuildRequires: perl(TAP::Harness::Env) BuildRequires: perl(Test::More) >= 0.88 Requires: perl(CPAN::Meta) Requires: perl(ExtUtils::CBuilder) -Requires: perl(ExtUtils::Config) >= 0.003 -Requires: perl(ExtUtils::Helpers) >= 0.020 -Requires: perl(ExtUtils::InstallPaths) >= 0.002 +Requires: perl(ExtUtils::Config) >= 0.3 +Requires: perl(ExtUtils::Helpers) >= 0.20 +Requires: perl(ExtUtils::InstallPaths) >= 0.2 Requires: perl(ExtUtils::ParseXS) Requires: perl(Getopt::Long) >= 2.36 Requires: perl(JSON::PP) >= 2 @@ -64,7 +64,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}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Build.PL --installdirs=vendor