From 9efdce187a35827027acdff2201c92da9f0ad130 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Mar 2022 13:50:03 +0100 Subject: update to 1.25.0 --- php-symfony-polyfill.spec | 12 ++++++------ 1 file 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 - 1.25.0-1 +- update to 1.25.0 + * Wed Jan 5 2022 Remi Collet - 1.24.0-1 - update to 1.24.0 -- cgit