From ce473a86bee22f4cdd4965c4ffd15dd4717c31d21070fa17d758829a08b3b271 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 16 Apr 2019 06:35:04 +0000 Subject: [PATCH] Accepting request 694671 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/694671 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=50 --- Module-Build-0.4224.tar.gz | 3 --- Module-Build-0.4229.tar.gz | 3 +++ perl-Module-Build.changes | 25 +++++++++++++++++++++++++ perl-Module-Build.spec | 27 +++++++++++++-------------- 4 files changed, 41 insertions(+), 17 deletions(-) delete mode 100644 Module-Build-0.4224.tar.gz create mode 100644 Module-Build-0.4229.tar.gz diff --git a/Module-Build-0.4224.tar.gz b/Module-Build-0.4224.tar.gz deleted file mode 100644 index c5e4852..0000000 --- a/Module-Build-0.4224.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6ca15d78244a7b50fdbf27f85c85f4035aa799ce7dd018a0d98b358ef7bc782 -size 304181 diff --git a/Module-Build-0.4229.tar.gz b/Module-Build-0.4229.tar.gz new file mode 100644 index 0000000..f69e5ce --- /dev/null +++ b/Module-Build-0.4229.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe491a6cda914b01bc8e592faa2b5404e9f35915ca15322f8f2a8d8f9008c18 +size 304340 diff --git a/perl-Module-Build.changes b/perl-Module-Build.changes index 6bb0ae3..b32d8a9 100644 --- a/perl-Module-Build.changes +++ b/perl-Module-Build.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Apr 16 05:14:36 UTC 2019 - Stephan Kulow + +- updated to 0.4229 + see /usr/share/doc/packages/perl-Module-Build/Changes + + 0.4229 - Tue Apr 16 00:49:45 CEST 2019 + - Released 0.42_28 without changes + + 0.42_28 - Thu Apr 19 16:34:32 CEST 2018 + + - Replace "MOTIVATIONS" section with "COMPARISON" [Dan Brook] + + - Update configure, build, test prereqs [Karen Etheridge] + + 0.4227 - Wed Dec 13 11:17:51 CET 2017 + + - Released 0.42_26 without changes + + 0.42_26 - Wed Dec 13 10:52:39 CET 2017 + + - Improve pureperl-only support (#119914) [Shoichi Kaji] + + - Improve the documentation of Module::Build::Compat and dynamic_config [Dan Brook] + ------------------------------------------------------------------- Wed May 31 06:06:46 UTC 2017 - coolo@suse.com diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index 63a0d4f..da86d6a 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Build # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Module-Build -Version: 0.422400 +Version: 0.422900 Release: 0 -%define cpan_version 0.4224 -Provides: perl(Module::Build) = 0.422400 +%define cpan_version 0.4229 +Provides: perl(Module::Build) = 0.422900 %define cpan_name Module-Build Summary: Build and install Perl modules -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Module-Build/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -56,13 +56,12 @@ Recommends: perl(ExtUtils::Manifest) >= 1.54 %description 'Module::Build' is a system for building, testing, and installing Perl modules. It is meant to be an alternative to 'ExtUtils::MakeMaker'. -Developers may alter the behavior of the module through subclassing in a -much more straightforward way than with 'MakeMaker'. It also does not -require a 'make' on your system - most of the 'Module::Build' code is -pure-perl and written in a very cross-platform way. +Developers may alter the behavior of the module through subclassing. It +also does not require a 'make' on your system - most of the 'Module::Build' +code is pure-perl and written in a very cross-platform way. -See "MOTIVATIONS" for more comparisons between 'ExtUtils::MakeMaker' and -'Module::Build'. +See "COMPARISON" for more comparisons between 'Module::Build' and other +installer tools. To install 'Module::Build', and any other module that uses 'Module::Build' for its installation process, do the following: @@ -102,7 +101,7 @@ You can run the 'help' action for a complete list of actions. %setup -q -n %{cpan_name}-%{cpan_version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check