From 3bb793b2927ad4c9fc89f5188c8ba03622644c73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Mar 2019 09:11:01 +0100 Subject: v1.11.0 --- composer.json | 3 ++- php-symfony-polyfill.spec | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index ee7a14a..a4a3eda 100644 --- a/composer.json +++ b/composer.json @@ -67,6 +67,7 @@ "classmap": [ "src/Intl/MessageFormatter/Resources/stubs", "src/Intl/Normalizer/Resources/stubs", + "src/Php73/Resources/stubs", "src/Php70/Resources/stubs", "src/Php54/Resources/stubs" ] @@ -74,7 +75,7 @@ "minimum-stability": "dev", "extra": { "branch-alias": { - "dev-master": "1.10-dev" + "dev-master": "1.11-dev" } } } diff --git a/php-symfony-polyfill.spec b/php-symfony-polyfill.spec index 1db57e7..d9d0f93 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-2018 Shawn Iwinski +# Copyright (c) 2015-2019 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.10.0 -%global github_commit cf87da97c2969a3446fa60e01eca99bd44b3b86d +%global github_version 1.11.0 +%global github_commit 0d4b1ade474991fb1d629e45f94b4c49cd58c4d7 %global composer_vendor symfony %global composer_project polyfill @@ -165,7 +165,7 @@ cp -rp src/* %{buildroot}%{phpdir}/Symfony/Polyfill/ : Upstream tests RETURN_CODE=0 PHPUNIT=$(which phpunit) -for PHP_EXEC in "" %{?rhel:php54 php55 php56} php70 php71 php72 php73; do +for PHP_EXEC in "" %{?rhel:php54 php55 php56 php70} php71 php72 php73; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC $PHPUNIT --verbose \ --bootstrap %{buildroot}%{phpdir}/Symfony/Polyfill/autoload.php \ @@ -188,6 +188,9 @@ exit $RETURN_CODE %changelog +* Tue Mar 26 2019 Remi Collet - 1.11.0-1 +- update to 1.11.0 + * Thu Dec 27 2018 Remi Collet - 1.10.0-1 - update to 1.10.0 -- cgit