diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-04 13:50:03 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-04 13:50:03 +0100 |
commit | 9efdce187a35827027acdff2201c92da9f0ad130 (patch) | |
tree | b0b8211ffccb6621b1ea17e1b0bd3103dc3680e9 | |
parent | 321ce5e636e6e5ebd780c79061a2419323d63b43 (diff) |
update to 1.25.0
-rw-r--r-- | php-symfony-polyfill.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/php-symfony-polyfill.spec b/php-symfony-polyfill.spec index 2363698..aa1df0f 100644 --- a/php-symfony-polyfill.spec +++ b/php-symfony-polyfill.spec @@ -12,8 +12,8 @@ %global github_owner symfony %global github_name polyfill -%global github_version 1.24.0 -%global github_commit 6db783b3a48077f7102b6d7be6314d871eb7898c +%global github_version 1.25.0 +%global github_commit 31c7c7fc6077e9ac3e31a8cee5fbee2a0bb08173 %global composer_vendor symfony %global composer_project polyfill @@ -40,11 +40,7 @@ BuildArch: noarch BuildRequires: php-fedora-autoloader-devel # Tests %if %{with tests} -%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9 %global phpunit %{_bindir}/phpunit9 -%else -%global phpunit %{_bindir}/phpunit8 -%endif BuildRequires: php-symfony4-intl BuildRequires: php-symfony4-var-dumper BuildRequires: %{phpunit} @@ -156,6 +152,7 @@ exit $RETURN_CODE %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc docs/* @@ -165,6 +162,9 @@ exit $RETURN_CODE %changelog +* Fri Mar 4 2022 Remi Collet <remi@remirepo.net> - 1.25.0-1 +- update to 1.25.0 + * Wed Jan 5 2022 Remi Collet <remi@remirepo.net> - 1.24.0-1 - update to 1.24.0 |