forked from pool/perl-Params-Validate
Accepting request 842876 from devel:languages:perl:autoupdate
- updated to 1.30
see /usr/share/doc/packages/perl-Params-Validate/Changes
1.30 2020-10-18
- Support pure Perl builds via the standard incantation of `perl Build.PL
--pureperl_only`. The `--pp` flag is still supported. Implemented by Diab
Jerius. GH @17.
OBS-URL: https://build.opensuse.org/request/show/842876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=59
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49a68dfb430bea028042479111d19068e08095e5a467e320b7ab7bde3d729733
|
||||
size 137609
|
||||
3
Params-Validate-1.30.tar.gz
Normal file
3
Params-Validate-1.30.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a3a35583d3125d07e8c802c1f92f5be7d526e76dd496e944da270b1e273d812
|
||||
size 207327
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 19 03:09:36 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.30
|
||||
see /usr/share/doc/packages/perl-Params-Validate/Changes
|
||||
|
||||
1.30 2020-10-18
|
||||
|
||||
- Support pure Perl builds via the standard incantation of `perl Build.PL
|
||||
--pureperl_only`. The `--pp` flag is still supported. Implemented by Diab
|
||||
Jerius. GH @17.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 06:05:11 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Params-Validate
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,24 +12,24 @@
|
||||
# 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-Params-Validate
|
||||
Version: 1.29
|
||||
Version: 1.30
|
||||
Release: 0
|
||||
%define cpan_name Params-Validate
|
||||
Summary: Validate method/function parameters
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Params-Validate/
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Build) >= 0.280000
|
||||
BuildRequires: perl(Module::Build) >= 0.422700
|
||||
BuildRequires: perl(Module::Implementation)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
@@ -56,7 +56,7 @@ certain methods, or applying validation callbacks to arguments.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
perl Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@@ -68,7 +68,7 @@ certain methods, or applying validation callbacks to arguments.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING.md README.md TODO
|
||||
%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user