8
0

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
This commit is contained in:
2023-05-03 15:19:46 +00:00
committed by Git OBS Bridge
parent a8cdb40532
commit 0f99a7546a
4 changed files with 26 additions and 7 deletions

View File

@@ -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}