8
0

Automatic update to Data-Peek-0.54.tgz #1

Merged
tinita merged 1 commits from cpanmirror/perl-Data-Peek:autoupdate into main 2026-01-27 14:34:50 +01:00
4 changed files with 19 additions and 9 deletions

View File

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

BIN
Data-Peek-0.54.tgz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 26 05:51:22 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.540.0 (0.54)
see /usr/share/doc/packages/perl-Data-Peek/ChangeLog
0.54 - 2026-01-25, H.Merijn Brand <hmbrand@cpan.org>
* It's 2026
* Update to Devel::PPPort-3.73
-------------------------------------------------------------------
Tue Jan 7 05:32:31 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Peek
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Data-Peek
Name: perl-Data-Peek
Version: 0.530.0
Version: 0.540.0
Release: 0
# 0.53 -> normalize -> 0.530.0
%define cpan_version 0.53
# 0.54 -> normalize -> 0.540.0
%define cpan_version 0.54
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Modified and extended debugging facilities
URL: https://metacpan.org/release/%{cpan_name}
@@ -36,7 +36,7 @@ Requires: perl(Test::More) >= 0.9
Requires: perl(Test::Warnings)
Provides: perl(Data::Peek) = %{version}
%undefine __perllib_provides
Recommends: perl(Data::Dumper) >= 2.189
Recommends: perl(Data::Dumper) >= 2.183
Recommends: perl(Perl::Tidy)
%{perl_requires}
@@ -47,7 +47,7 @@ utilities that no other module provided yet, using the lowest level of the
perl internals API as possible.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"