Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
4028d04d1c | |||
6fbc596c23 | |||
3ed36a93d2 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b78ae513c068bd1ed629d08531283c12a9888f61e96ffbdf166d6ab51e277d0
|
||||
size 141059
|
3
Data-Peek-0.53.tgz
Normal file
3
Data-Peek-0.53.tgz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dc98268176f5a5a4cae84623ef6c26c90ff75a91031503f2455820447ba2a63
|
||||
size 142899
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 05:32:31 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.530.0 (0.53)
|
||||
see /usr/share/doc/packages/perl-Data-Peek/ChangeLog
|
||||
|
||||
0.53 - 2025-01-06, H.Merijn Brand <hmbrand@cpan.org>
|
||||
* Requirements updated based on CVE's
|
||||
* Update to Devel::PPPort-3.72
|
||||
* Update doc for groff-1.24
|
||||
* It's 2024
|
||||
* Tested with perl-5.40
|
||||
* Added SECURITY.md
|
||||
* It's 2025
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 03:07:46 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Peek
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,20 +18,25 @@
|
||||
|
||||
%define cpan_name Data-Peek
|
||||
Name: perl-Data-Peek
|
||||
Version: 0.52
|
||||
Version: 0.530.0
|
||||
Release: 0
|
||||
# 0.53 -> normalize -> 0.530.0
|
||||
%define cpan_version 0.53
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Modified and extended debugging facilities
|
||||
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}-%{cpan_version}.tgz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
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.184
|
||||
Provides: perl(Data::Peek) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(Data::Dumper) >= 2.189
|
||||
Recommends: perl(Perl::Tidy)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -42,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}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
@@ -57,6 +62,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc ChangeLog CONTRIBUTING.md examples README
|
||||
%doc ChangeLog CONTRIBUTING.md examples README SECURITY.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user