diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec index 50cdfa9..5fd80cb 100644 --- a/php-paragonie-constant-time-encoding.spec +++ b/php-paragonie-constant-time-encoding.spec @@ -11,7 +11,7 @@ Name: php-%{composer_vendor}-constant-time-encoding Version: 2.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Constant-time Implementations of RFC 4648 Encoding License: MIT @@ -69,6 +69,9 @@ cp -pr src/* %{buildroot}%{_datadir}/php/%{composer_namespace} %license LICENSE.txt %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 2.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Dec 10 2020 François Kooman - 2.4.0-2 - support PHPUnit 8/9 for future PHP 8 support (patch by Remi Collet)