Automatic commit of package [perl-TAP-SimpleOutput] minor release [0.009-3].

Created by command:

/usr/bin/tito tag
This commit is contained in:
Daniel Berteaud 2022-02-11 19:24:36 +01:00
parent 95f53a5882
commit a4a78514de
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
0.009-2 ./
0.009-3 ./

View File

@ -1,6 +1,6 @@
Name: perl-TAP-SimpleOutput
Version: 0.009
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Simple closure-driven TAP generator
License: LGPLv2+
Group: Development/Libraries
@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.009-3
- Add provides perl(TAP::SimpleOutput) (dbd@ehtrace.com)
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.009-2
- new package built with tito