Accepting request 1034237 from devel:languages:perl:autoupdate

- updated to 1.31
   see /usr/share/doc/packages/perl-Params-Validate/Changes
  1.31    2022-10-22
  - Require Devel::PPPort 3.68+ for compatibility with Perls <= 5.8.5. Patch by
    Graham Knop. PR #25.

OBS-URL: https://build.opensuse.org/request/show/1034237
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Params-Validate?expand=0&rev=61
This commit is contained in:
Dirk Stoecker 2022-11-07 16:31:13 +00:00 committed by Git OBS Bridge
parent 29d1a48d12
commit 3951c607de
4 changed files with 20 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a3a35583d3125d07e8c802c1f92f5be7d526e76dd496e944da270b1e273d812
size 207327

BIN
Params-Validate-1.31.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Oct 23 03:11:02 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.31
see /usr/share/doc/packages/perl-Params-Validate/Changes
1.31 2022-10-22
- Require Devel::PPPort 3.68+ for compatibility with Perls <= 5.8.5. Patch by
Graham Knop. PR #25.
-------------------------------------------------------------------
Mon Oct 19 03:09:36 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Params-Validate
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,17 +16,15 @@
#
Name: perl-Params-Validate
Version: 1.30
Release: 0
%define cpan_name Params-Validate
Summary: Validate method/function parameters
Name: perl-Params-Validate
Version: 1.31
Release: 0
License: Artistic-2.0
Group: Development/Libraries/Perl
Summary: Validate method/function parameters
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.422700
@ -53,7 +51,7 @@ that it is an object of a certain class hierarchy, that it possesses
certain methods, or applying validation callbacks to arguments.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Build.PL installdirs=vendor optimize="%{optflags}"
@ -67,7 +65,6 @@ perl Build.PL installdirs=vendor optimize="%{optflags}"
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO
%license LICENSE