|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: perl-Syntax-Keyword-Try
|
|
|
|
|
Version: 0.29
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 0.30
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: try/catch/finally syntax for perl
|
|
|
|
|
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
|
|
|
|
URL: https://metacpan.org/release/Syntax-Keyword-Try/
|
|
|
|
@ -21,7 +21,7 @@ BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: perl(ExtUtils::CBuilder)
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
BuildRequires: perl(XS::Parse::Keyword::Builder) >= 0.06
|
|
|
|
|
BuildRequires: perl(XS::Parse::Keyword::Builder) >= 0.35
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# Run-time
|
|
|
|
|
BuildRequires: perl(:VERSION) >= 5.14
|
|
|
|
@ -30,7 +30,7 @@ BuildRequires: perl(B::Deparse)
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
|
BuildRequires: perl(XS::Parse::Keyword) >= 0.06
|
|
|
|
|
BuildRequires: perl(XS::Parse::Keyword) >= 0.35
|
|
|
|
|
# Tests
|
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
|
BuildRequires: perl(Test2::IPC)
|
|
|
|
@ -44,7 +44,7 @@ BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
%endif
|
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
|
|
|
|
|
|
Requires: perl(XS::Parse::Keyword) >= 0.06
|
|
|
|
|
Requires: perl(XS::Parse::Keyword) >= 0.35
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This module provides a syntax plugin that implements exception-handling
|
|
|
|
@ -116,15 +116,17 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
|
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.29-7
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
* Sat Jan 18 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.30-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Thu Aug 08 2024 Troy Dawson <tdawson@redhat.com> - 0.29-6
|
|
|
|
|
- Bump release for Aug 2024 java mass rebuild
|
|
|
|
|
* Tue Sep 03 2024 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-1
|
|
|
|
|
- 0.30 bump (rhbz#2309128)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.29-5
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.29-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 11 2024 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-5
|
|
|
|
|
- Perl 5.40 rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.29-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|