From a7592bdccfaa3888df1546478f57c855f07bdc51 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2019 10:50:36 +0200 Subject: v1.3.1 from Fedora --- composer.json | 2 +- php-clue-block-react.spec | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index ce437a3..27caca6 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "autoload": { - "files": [ "src/functions.php" ] + "files": [ "src/functions_include.php" ] }, "require": { "php": ">=5.3", diff --git a/php-clue-block-react.spec b/php-clue-block-react.spec index 3031045..c5eadd8 100644 --- a/php-clue-block-react.spec +++ b/php-clue-block-react.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-clue-block-react # -# Copyright (c) 2017-2018 Shawn Iwinski +# Copyright (c) 2017-2019 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner clue %global github_name reactphp-block -%global github_version 1.3.0 -%global github_commit a4a5cd64ded3b15affa168a2419fa4eda08b96aa +%global github_version 1.3.1 +%global github_commit 2f516b28259c203d67c4c963772dd7e9db652737 %global composer_vendor clue %global composer_project block-react @@ -40,7 +40,6 @@ Version: %{github_version} Release: 1%{?github_release}%{?dist} Summary: Integrate async React PHP components into your blocking environment -Group: Development/Libraries License: MIT URL: https://github.com/%{github_owner}/%{github_name} Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz @@ -115,7 +114,7 @@ cat <<'AUTOLOAD' | tee src/autoload.php require_once '%{phpdir}/Fedora/Autoloader/autoload.php'; \Fedora\Autoloader\Dependencies::required(array( - __DIR__.'/functions.php', + __DIR__.'/functions_include.php', '%{phpdir}/React/EventLoop/autoload.php', '%{phpdir}/React/Promise/autoload.php', '%{phpdir}/React/Promise/Timer/autoload.php', @@ -137,7 +136,7 @@ ln -s %{buildroot}%{phpdir}/Clue/React/Block/autoload.php vendor/autoload.php : Upstream tests RETURN_CODE=0 PHPUNIT=$(which phpunit) -for PHP_EXEC in "" %{?rhel:php54 php55} php70 php71 php72 php73; do +for PHP_EXEC in "" %{?rhel:php54 php55 php70} php71 php72 php73; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC $PHPUNIT --verbose \ || RETURN_CODE=1 @@ -160,6 +159,9 @@ exit $RETURN_CODE %changelog +* Fri May 10 2019 Shawn Iwinski - 1.3.1-1 +- Update to 1.3.1 (RHBZ #1697987) + * Sun Jul 01 2018 Shawn Iwinski - 1.3.0-1 - Update to 1.3.0 (RHBZ #1591266) - Add range version dependencies for Fedora >= 27 || RHEL >= 8 -- cgit