Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud 0619b8131b Automatic commit of package [perl-syntax] minor release [0.004-4].
Created by command:

/usr/bin/tito tag
2022-02-11 21:01:31 +01:00
Daniel Berteaud 36a43bd847 BuildReq perl-generators 2022-02-11 21:01:19 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
0.004-3 ./
0.004-4 ./

View File

@ -1,6 +1,6 @@
Name: perl-syntax
Version: 0.004
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Activate syntax extensions
License: GPL+ or Artistic
Group: Development/Libraries
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/syntax/
Source0: http://www.cpan.org/authors/id/P/PH/PHAYLON/syntax-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Provides: perl(syntax)
BuildRequires: perl-generators
BuildRequires: perl(Carp)
BuildRequires: perl(Data::OptList) >= 0.104
BuildRequires: perl(ExtUtils::MakeMaker)
@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.004-4
- BuildReq perl-generators (dbd@ehtrace.com)
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.004-3
- Provides perl(syntax) (dbd@ehtrace.com)