0.15 bump
This commit is contained in:
parent
d79991652c
commit
a10fb7169f
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/Syntax-Keyword-Try-0.11.tar.gz
|
/Syntax-Keyword-Try-0.11.tar.gz
|
||||||
/Syntax-Keyword-Try-0.13.tar.gz
|
/Syntax-Keyword-Try-0.13.tar.gz
|
||||||
/Syntax-Keyword-Try-0.14.tar.gz
|
/Syntax-Keyword-Try-0.14.tar.gz
|
||||||
|
/Syntax-Keyword-Try-0.15.tar.gz
|
||||||
|
2
perl-Syntax-Keyword-Try.rpmlintrc
Normal file
2
perl-Syntax-Keyword-Try.rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
from Config import *
|
||||||
|
addFilter("summary-not-capitalized C try");
|
@ -1,10 +1,11 @@
|
|||||||
Name: perl-Syntax-Keyword-Try
|
Name: perl-Syntax-Keyword-Try
|
||||||
Version: 0.14
|
Version: 0.15
|
||||||
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
|
||||||
URL: https://metacpan.org/release/Syntax-Keyword-Try/
|
URL: https://metacpan.org/release/Syntax-Keyword-Try/
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Syntax-Keyword-Try-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Syntax-Keyword-Try-%{version}.tar.gz
|
||||||
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
@ -15,6 +16,7 @@ BuildRequires: perl(Module::Build)
|
|||||||
BuildRequires: perl(strict)
|
BuildRequires: perl(strict)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# Run-time
|
# Run-time
|
||||||
|
BuildRequires: perl(:VERSION) >= 5.14
|
||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(XSLoader)
|
BuildRequires: perl(XSLoader)
|
||||||
# Tests
|
# Tests
|
||||||
@ -59,6 +61,9 @@ find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 21 2020 Petr Pisar <ppisar@redhat.com> - 0.15-1
|
||||||
|
- 0.15 bump
|
||||||
|
|
||||||
* Wed Jul 08 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.14-1
|
* Wed Jul 08 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.14-1
|
||||||
- 0.14 bump
|
- 0.14 bump
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Syntax-Keyword-Try-0.14.tar.gz) = 13127205cd3914e3e6f3a8d989e550accbcae0b4f0992a0160834ff60f6aef27d67577292e6faf85adbc4411e913926b8f6ae75ca2c96aaeff36d3f7c685491c
|
SHA512 (Syntax-Keyword-Try-0.15.tar.gz) = 4bee4a8af5ed80a4a4aabbdf5fc5b4df8415e392975841fa3b530b3da7627af2e16160d7e5a651cfc496c96183a5e22a3f22c61a058e4649b63e7340186e6b7e
|
||||||
|
Loading…
Reference in New Issue
Block a user