From 086a4d85e075409f1d08dad520636568b106b6d84f03b8d9ac5aaa0d19c8a0ed Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 14 Nov 2019 17:02:03 +0000 Subject: [PATCH] Accepting request 748590 from devel:languages:perl:autoupdate - updated to 0.70 see /usr/share/doc/packages/perl-Module-Load-Conditional/CHANGES 0.70 * Protect ourselves from Module::Metadata parsing problems [ RT#130939 ] OBS-URL: https://build.opensuse.org/request/show/748590 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Load-Conditional?expand=0&rev=4 --- Module-Load-Conditional-0.68.tar.gz | 3 --- Module-Load-Conditional-0.70.tar.gz | 3 +++ perl-Module-Load-Conditional.changes | 11 +++++++++++ perl-Module-Load-Conditional.spec | 18 +++++++++--------- 4 files changed, 23 insertions(+), 12 deletions(-) delete mode 100644 Module-Load-Conditional-0.68.tar.gz create mode 100644 Module-Load-Conditional-0.70.tar.gz diff --git a/Module-Load-Conditional-0.68.tar.gz b/Module-Load-Conditional-0.68.tar.gz deleted file mode 100644 index 7a06d40..0000000 --- a/Module-Load-Conditional-0.68.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7627b55cd94a2f1a4667f9203e2c990cad015bf34ec6b41b4f73af848f0698fd -size 13344 diff --git a/Module-Load-Conditional-0.70.tar.gz b/Module-Load-Conditional-0.70.tar.gz new file mode 100644 index 0000000..7dc927e --- /dev/null +++ b/Module-Load-Conditional-0.70.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca705e80e3da32b15d375b26fe86c5f716c8ee5964f3e1c5a1b5bbc7bb4766e8 +size 13591 diff --git a/perl-Module-Load-Conditional.changes b/perl-Module-Load-Conditional.changes index 012873e..814259e 100644 --- a/perl-Module-Load-Conditional.changes +++ b/perl-Module-Load-Conditional.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 14 09:36:25 UTC 2019 - + +- updated to 0.70 + see /usr/share/doc/packages/perl-Module-Load-Conditional/CHANGES + + 0.70 Sun Nov 10 14:28:41 GMT 2019 + + * Protect ourselves from Module::Metadata parsing problems + [ RT#130939 ] + ------------------------------------------------------------------- Sat Oct 8 14:42:18 UTC 2016 - coolo@suse.com diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec index 215e9b7..f15db1d 100644 --- a/perl-Module-Load-Conditional.spec +++ b/perl-Module-Load-Conditional.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Load-Conditional # -# Copyright (c) 2016 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,19 +12,19 @@ # 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-Load-Conditional -Version: 0.68 +Version: 0.70 Release: 0 %define cpan_name Module-Load-Conditional Summary: Looking up module information / loading at runtime -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-Load-Conditional/ -Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,11 +56,11 @@ forth. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install