diff --git a/perl-GD.spec b/perl-GD.spec index c87dc19..1b45c57 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -1,6 +1,6 @@ Name: perl-GD Version: 2.67 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface to the GD graphics library License: GPL+ or Artistic 2.0 URL: http://search.cpan.org/dist/GD/ @@ -92,6 +92,9 @@ make test TEST_VERBOSE=1 %{_mandir}/man3/GD::Simple.3* %changelog +* Thu Feb 08 2018 Fedora Release Engineering - 2.67-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Nov 15 2017 Paul Howarth - 2.67-1 - Update to 2.67 - Fix thread-safety for GD::Simple %%COLORS (GH#26)