forked from pool/perl-Modern-Perl
Accepting request 706828 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/706828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Modern-Perl?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
45726938e4
commit
430acdfe64
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d482b528f7c6c60f868d7d0bf0fcc9c3668250dc44fcb39a95b7c63e092c9c5
|
||||
size 14234
|
3
Modern-Perl-1.20190601.tar.gz
Normal file
3
Modern-Perl-1.20190601.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:923c5d73c97314b15a6f658075ed50f5319de3bcceaf35f41f65e660042384e3
|
||||
size 14741
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 2 05:12:47 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 1.20190601
|
||||
see /usr/share/doc/packages/perl-Modern-Perl/Changes
|
||||
|
||||
1.20190601 2019-06-01 09:19:36-07:00 America/Los_Angeles
|
||||
- update for 2019
|
||||
- reduce scope of lexical %dates (RT #128406)
|
||||
- support `perl -Modern::Perl=20xx` (RT #96319)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 8 06:35:53 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Modern-Perl
|
||||
#
|
||||
# Copyright (c) 2018 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
|
||||
@@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: perl-Modern-Perl
|
||||
Version: 1.20181021
|
||||
Version: 1.20190601
|
||||
Release: 0
|
||||
%define cpan_name Modern-Perl
|
||||
Summary: Enable All of the Features of Modern Perl with One Import
|
||||
Summary: Enable all of the features of Modern Perl with one import
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -47,10 +47,10 @@ enable all of the features of Modern Perl with one import
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
|
Reference in New Issue
Block a user