diff options
Diffstat (limited to 'php-yoast-phpunit-polyfills2.spec')
-rw-r--r-- | php-yoast-phpunit-polyfills2.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-yoast-phpunit-polyfills2.spec b/php-yoast-phpunit-polyfills2.spec index 5b65bf8..7ff6318 100644 --- a/php-yoast-phpunit-polyfills2.spec +++ b/php-yoast-phpunit-polyfills2.spec @@ -7,7 +7,7 @@ # Please preserve changelog entries # # Github -%global gh_commit 4a088f125c970d6d6ea52c927f96fe39b330d0f1 +%global gh_commit 562f449a2ec8ab92fe7b30d94da9622c7b1345fe %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Yoast %global gh_project PHPUnit-Polyfills @@ -22,8 +22,8 @@ %bcond_without tests %global php_home %{_datadir}/php -Name: php-%{pk_vendor}-%{pk_project} -Version: 2.0.1 +Name: php-%{pk_vendor}-%{pk_project}%{major} +Version: 2.0.2 Release: 1%{?dist} Summary: Set of polyfills for changed PHPUnit functionality @@ -126,6 +126,10 @@ exit $ret %changelog +* Mon Sep 9 2024 Remi Collet <remi@remirepo.net> - 2.0.2-1 +- update to 2.0.2 +- rename to php-yoast-phpunit-polyfills2 (compat package) + * Fri Aug 30 2024 Remi Collet <remi@remirepo.net> - 2.0.1-1 - update to 2.0.1 - move to /usr/share/php/Yoast/PHPUnitPolyfills2 |