Rebuild against miniz-2.1.0

This commit is contained in:
Petr Písař 2019-05-22 15:56:38 +02:00
parent 064e56cdc6
commit 3926db4055
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Name: perl-Sereal-Encoder
Version: 4.007
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Perl serialization into Sereal format
# lib/Sereal/Encoder.pm: GPL+ or Artistic
# qsort.h: LGPLv2+ (borrowed from glibc)
@ -116,6 +116,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed May 22 2019 Petr Pisar <ppisar@redhat.com> - 4.007-3
- Rebuild against miniz-2.1.0
* Fri Apr 26 2019 Petr Pisar <ppisar@redhat.com> - 4.007-2
- Correct a summary (bug #1703269)