0.24 bump

This commit is contained in:
Jitka Plesnikova 2021-05-11 11:22:38 +02:00
parent 2b02776c75
commit 35d6037487
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/Syntax-Keyword-Try-0.21.tar.gz /Syntax-Keyword-Try-0.21.tar.gz
/Syntax-Keyword-Try-0.22.tar.gz /Syntax-Keyword-Try-0.22.tar.gz
/Syntax-Keyword-Try-0.23.tar.gz /Syntax-Keyword-Try-0.23.tar.gz
/Syntax-Keyword-Try-0.24.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Syntax-Keyword-Try Name: perl-Syntax-Keyword-Try
Version: 0.23 Version: 0.24
Release: 1%{?dist} Release: 1%{?dist}
Summary: try/catch/finally syntax for perl Summary: try/catch/finally syntax for perl
License: GPL+ or Artistic License: GPL+ or Artistic
@ -17,9 +17,12 @@ BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Run-time # Run-time
BuildRequires: perl(:VERSION) >= 5.14 BuildRequires: perl(:VERSION) >= 5.14
BuildRequires: perl(B)
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(constant)
BuildRequires: perl(XSLoader) BuildRequires: perl(XSLoader)
# Tests # Tests
BuildRequires: perl(B::Deparse)
BuildRequires: perl(constant) BuildRequires: perl(constant)
BuildRequires: perl(if) BuildRequires: perl(if)
BuildRequires: perl(overload) BuildRequires: perl(overload)
@ -65,9 +68,9 @@ for F in t/*.t; do
done done
%install %install
./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0 ./Build install --destdir=%{buildroot} --create_packlist=0
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete find %{buildroot} -type f -name '*.bs' -size 0 -delete
%{_fixperms} $RPM_BUILD_ROOT/* %{_fixperms} %{buildroot}/*
# Install tests # Install tests
mkdir -p %{buildroot}%{_libexecdir}/%{name} mkdir -p %{buildroot}%{_libexecdir}/%{name}
@ -94,6 +97,9 @@ export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%changelog %changelog
* Tue May 11 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.24-1
- 0.24 bump
* Mon Mar 29 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.23-1 * Mon Mar 29 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.23-1
- 0.23 bump - 0.23 bump

View File

@ -1 +1 @@
SHA512 (Syntax-Keyword-Try-0.23.tar.gz) = d16ba52973e8bbd19ce787533a5b19366c1ff936321577b7ccb0d7380d8e7b34c12aa424f32752eb7b56e9c6375a67f1ff58f9d807e6a943a4f16430d0921598 SHA512 (Syntax-Keyword-Try-0.24.tar.gz) = 6d5149778de3aadb4141618c9567e14458b1854f91d16f5539e461dc9e8292e019b00b14401068f3a9b110ec36f9e45b287eca2798cce8a8b2bb413eef36c628