Fix bogus %changelog entry.

This commit is contained in:
Ralf Corsépius 2019-05-28 14:21:27 +02:00
parent e54aad0c2a
commit 101d60699f

View File

@ -2,7 +2,7 @@ Name: perl-Devel-StackTrace
Summary: Perl module implementing stack trace and stack trace frame objects
Version: 2.04
Epoch: 1
Release: 1%{?dist}
Release: 2%{?dist}
License: Artistic 2.0
URL: https://metacpan.org/release/Devel-StackTrace
Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-%{version}.tar.gz
@ -55,7 +55,10 @@ data available from caller() as of Perl 5.6.0.
%{_mandir}/man3/*
%changelog
* Tue May 28 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.04-1
* Tue May 28 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:2.04-2
- Fix bogus %%changelog entry.
* Tue May 28 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:2.04-1
- Update to 2.04.
- Remove release_tests (Dropped by upstream).
- Remove author_tests (Avoid packaging bloat).