summaryrefslogtreecommitdiffstats
path: root/php-symfony-polyfill.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-symfony-polyfill.spec')
-rw-r--r--php-symfony-polyfill.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony-polyfill.spec b/php-symfony-polyfill.spec
index 8f68ba4..caaee87 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.14.0
-%global github_commit 62a4b708d0d53997ee2e8b9985bf1c50a0dea514
+%global github_version 1.15.0
+%global github_commit 2b84d9e197081dca53d42edd3d8391596dfd32c3
%global composer_vendor symfony
%global composer_project polyfill
@@ -141,6 +141,7 @@ cat src/autoload.php
cat <<'AUTOLOAD' | tee -a src/autoload.php
\Fedora\Autoloader\Dependencies::required(array(
+ __DIR__ . '/bootstrap.php',
__DIR__ . '/Mbstring/bootstrap.php',
__DIR__ . '/Php54/bootstrap.php',
__DIR__ . '/Php55/bootstrap.php',
@@ -150,7 +151,6 @@ cat <<'AUTOLOAD' | tee -a src/autoload.php
__DIR__ . '/Php72/bootstrap.php',
__DIR__ . '/Php73/bootstrap.php',
__DIR__ . '/Php74/bootstrap.php',
- __DIR__ . '/Php80/bootstrap.php',
));
\Fedora\Autoloader\Dependencies::optional(array(
'%{phpdir}/password_compat/password.php',
@@ -194,6 +194,9 @@ exit $RETURN_CODE
%changelog
+* Fri Mar 27 2020 Remi Collet <remi@remirepo.net> - 1.15.0-1
+- update to 1.15.0
+
* Mon Feb 17 2020 Remi Collet <remi@remirepo.net> - 1.14.0-1
- update to 1.14.0
- provides symfony/polyfill-php80