forked from pool/perl-Data-Peek
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:
@@ -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
3
Data-Peek-0.51.tgz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c5052369e8a41ebdb9cb9735833d29584b8b6ae7220011acd804bad7f06f913
|
||||||
|
size 137592
|
||||||
@@ -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>
|
Tue Dec 22 03:06:55 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-Peek
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%define cpan_name Data-Peek
|
||||||
|
Name: perl-Data-Peek
|
||||||
|
Version: 0.51
|
||||||
|
Release: 0
|
||||||
Summary: Collection of low-level debug facilities
|
Summary: Collection of low-level debug facilities
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
|
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::More) >= 0.9
|
BuildRequires: perl(Test::More) >= 0.90
|
||||||
BuildRequires: perl(Test::Warnings)
|
BuildRequires: perl(Test::Warnings)
|
||||||
Requires: perl(Test::More) >= 0.9
|
Requires: perl(Test::More) >= 0.9
|
||||||
Requires: perl(Test::Warnings)
|
Requires: perl(Test::Warnings)
|
||||||
Recommends: perl(Data::Dumper) >= 2.174
|
Recommends: perl(Data::Dumper) >= 2.183
|
||||||
Recommends: perl(Perl::Tidy)
|
Recommends: perl(Perl::Tidy)
|
||||||
Recommends: perl(Test::More) >= 1.302183
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -45,11 +42,11 @@ utilities that no other module provided yet, using the lowest level of the
|
|||||||
perl internals API as possible.
|
perl internals API as possible.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -60,7 +57,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc ChangeLog CONTRIBUTING.md examples README
|
%doc ChangeLog CONTRIBUTING.md examples README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user