forked from perl/perl-Sub-Delete
Compare commits
1 Commits
main
...
autoupdate
Author | SHA256 | Date | |
---|---|---|---|
c278010032 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4435a70b01a80d6e91dd3749f29734cf2c36207e7aeb537d8c96d231fe2951ee
|
|
||||||
size 31437
|
|
BIN
Sub-Delete-1.00003.tar.gz
(Stored with Git LFS)
Normal file
BIN
Sub-Delete-1.00003.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 20:28:44 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.00003
|
||||||
|
see /usr/share/doc/packages/perl-Sub-Delete/Changes
|
||||||
|
|
||||||
|
1.00003 12 August 2025
|
||||||
|
- promote to stable; passes on 5.10.0 locally; no CPAN
|
||||||
|
Testers results
|
||||||
|
1.00002_02 19 July 2025
|
||||||
|
- re-bundle the Test::More originally bundled with the
|
||||||
|
distribution. CPAN versions circa 2025 cause test of 'tie
|
||||||
|
$@' to erroneously fail on Perl 5.10.0.
|
||||||
|
1.00002_01 22 February 2025
|
||||||
|
- unbundle Test::More
|
||||||
|
- replace q{'} with q{::} as package separator, as it is
|
||||||
|
use is deprecated as of Perl 5.38
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 4 14:17:46 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Jul 4 14:17:46 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Sub-Delete
|
# spec file for package perl-Sub-Delete
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,20 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define cpan_name Sub-Delete
|
||||||
Name: perl-Sub-Delete
|
Name: perl-Sub-Delete
|
||||||
Version: 1.00002
|
Version: 1.00003
|
||||||
Release: 0
|
Release: 0
|
||||||
#Upstream: This program is free software; you may redistribute or modify it (or both) under the same terms as perl.
|
#Upstream: This program is free software; you may redistribute or modify it (or both) under the same terms as perl.
|
||||||
%define cpan_name Sub-Delete
|
|
||||||
Summary: Perl module enabling one to delete subroutines
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Summary: Perl module enabling one to delete subroutines
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SP/SPROUT/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DJ/DJERIUS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -46,11 +44,11 @@ from the symbol table (though there may be references to it elsewhere,
|
|||||||
including in compiled code).
|
including in compiled code).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -61,7 +59,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user