8
0

Accepting request 946032 from devel:languages:perl:autoupdate

- updated to 0.51
   see /usr/share/doc/packages/perl-Data-Peek/ChangeLog
  0.51	- 2022-01-01, H.Merijn Brand   <hmbrand@cpan.org>
      * It's 2021
      * Update to Devel::PPPort-3.63
      * It's 2022

OBS-URL: https://build.opensuse.org/request/show/946032
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Peek?expand=0&rev=29
This commit is contained in:
2022-01-17 13:47:18 +00:00
committed by Git OBS Bridge
parent 7e7dcd0704
commit 8fc6982336
4 changed files with 22 additions and 15 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f49529e8c5df664d6841069ead51ff13f60b81becf61e6a0776e78083d728e1
size 134887

3
Data-Peek-0.51.tgz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 2 03:06:49 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.51
see /usr/share/doc/packages/perl-Data-Peek/ChangeLog
0.51 - 2022-01-01, H.Merijn Brand <hmbrand@cpan.org>
* It's 2021
* Update to Devel::PPPort-3.63
* It's 2022
-------------------------------------------------------------------
Tue Dec 22 03:06:55 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Peek
#
# 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,26 +16,23 @@
#
Name: perl-Data-Peek
Version: 0.50
Release: 0
%define cpan_name Data-Peek
Name: perl-Data-Peek
Version: 0.51
Release: 0
Summary: Collection of low-level debug facilities
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.9
BuildRequires: perl(Test::More) >= 0.90
BuildRequires: perl(Test::Warnings)
Requires: perl(Test::More) >= 0.9
Requires: perl(Test::Warnings)
Recommends: perl(Data::Dumper) >= 2.174
Recommends: perl(Data::Dumper) >= 2.183
Recommends: perl(Perl::Tidy)
Recommends: perl(Test::More) >= 1.302183
%{perl_requires}
%description
@@ -45,11 +42,11 @@ utilities that no other module provided yet, using the lowest level of the
perl internals API as possible.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
make test
@@ -60,7 +57,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog CONTRIBUTING.md examples README
%changelog