From c6fc6e99159720e3bcafeaab800c87e51c28bc1e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Aug 2023 09:51:19 +0200 Subject: update to 1.28.0 --- php-symfony-polyfill.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-symfony-polyfill.spec') diff --git a/php-symfony-polyfill.spec b/php-symfony-polyfill.spec index 090eeb5..3cd78f7 100644 --- a/php-symfony-polyfill.spec +++ b/php-symfony-polyfill.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony-polyfill # -# Copyright (c) 2015-2022 Shawn Iwinski +# Copyright (c) 2015-2023 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner symfony %global github_name polyfill -%global github_version 1.27.0 -%global github_commit b78222a273aac3e5bab6358bf499d7f1fb88e48b +%global github_version 1.28.0 +%global github_commit 33def419104fb3cf14be4e8638683eb9845c2522 %global composer_vendor symfony %global composer_project polyfill @@ -142,11 +142,11 @@ EOF : Upstream tests RETURN_CODE=0 -for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ - --filter '^((?!(testDecodeNumericEntity)).)*$' \ + --filter '^((?!(testDecodeNumericEntity|testStrCase|testCurlFileShowsContents)).)*$' \ --verbose \ || RETURN_CODE=1 fi @@ -168,6 +168,9 @@ exit $RETURN_CODE %changelog +* Tue Aug 29 2023 Remi Collet - 1.28.0-1 +- update to 1.28.0 + * Mon Nov 14 2022 Remi Collet - 1.27.0-1 - update to 1.27.0 - provides symfony/polyfill-php83 -- cgit