From 0f99a7546a8356d1035793d641a9ea1ac42083cb4f5cd0b60ea5070bc08b07fd Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 3 May 2023 15:19:46 +0000 Subject: [PATCH] Accepting request 1084380 from devel:languages:perl:autoupdate - updated to 0.4234 see /usr/share/doc/packages/perl-Module-Build/Changes 0.4234 - Fri 28 Apr 2023 10:46:26 CEST - PodParser now respects =encoding directives - Don't use libraries in t/bundled for Build.PL - make_tarball: workaround for broken tar on Darwin - Respect $Config{man1ext}/$Config{man3ext} - Do not require a compiler if c_source is an empty list 0.42_33 - - PodParser now respects =encoding directives - Don't use libraries in t/bundled for Build.PL - make_tarball: workaround for broken tar on Darwin - Respect $Config{man1ext}/$Config{man3ext} - Do not require a compiler if c_source is an empty list OBS-URL: https://build.opensuse.org/request/show/1084380 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=56 --- Module-Build-0.4232.tar.gz | 3 --- Module-Build-0.4234.tar.gz | 3 +++ perl-Module-Build.changes | 19 +++++++++++++++++++ perl-Module-Build.spec | 8 ++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 Module-Build-0.4232.tar.gz create mode 100644 Module-Build-0.4234.tar.gz diff --git a/Module-Build-0.4232.tar.gz b/Module-Build-0.4232.tar.gz deleted file mode 100644 index 6ae35d7..0000000 --- a/Module-Build-0.4232.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67c82ee245d94ba06decfa25572ab75fdcd26a9009094289d8f45bc54041771b -size 303820 diff --git a/Module-Build-0.4234.tar.gz b/Module-Build-0.4234.tar.gz new file mode 100644 index 0000000..4365511 --- /dev/null +++ b/Module-Build-0.4234.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66aeac6127418be5e471ead3744648c766bd01482825c5b66652675f2bc86a8f +size 311666 diff --git a/perl-Module-Build.changes b/perl-Module-Build.changes index b888de9..76e98fe 100644 --- a/perl-Module-Build.changes +++ b/perl-Module-Build.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Apr 29 03:09:26 UTC 2023 - Tina Müller + +- updated to 0.4234 + see /usr/share/doc/packages/perl-Module-Build/Changes + + 0.4234 - Fri 28 Apr 2023 10:46:26 CEST + - PodParser now respects =encoding directives + - Don't use libraries in t/bundled for Build.PL + - make_tarball: workaround for broken tar on Darwin + - Respect $Config{man1ext}/$Config{man3ext} + - Do not require a compiler if c_source is an empty list + 0.42_33 - Wed Mar 29 10:38:56 PM CEST 2023 + - PodParser now respects =encoding directives + - Don't use libraries in t/bundled for Build.PL + - make_tarball: workaround for broken tar on Darwin + - Respect $Config{man1ext}/$Config{man3ext} + - Do not require a compiler if c_source is an empty list + ------------------------------------------------------------------- Fri Dec 9 03:08:01 UTC 2022 - Tina Müller diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 1c477b2..75e9406 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Build # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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 Name: perl-Module-Build -Version: 0.423200 +Version: 0.423400 Release: 0 -%define cpan_version 0.4232 -Provides: perl(Module::Build) = 0.423200 +%define cpan_version 0.4234 +Provides: perl(Module::Build) = 0.423400 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Build and install Perl modules URL: https://metacpan.org/release/%{cpan_name}