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:
Dirk Stoecker 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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67c82ee245d94ba06decfa25572ab75fdcd26a9009094289d8f45bc54041771b
size 303820

BIN
Module-Build-0.4234.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 29 03:09:26 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

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}