From 26d8f282b804eb6045e773c7d9983db5119787f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 May 2016 07:03:32 +0200 Subject: php-react-promise: 2.4.1 (backported from Fedora) --- php-react-promise.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-react-promise.spec b/php-react-promise.spec index 2a5c57f..3328ddc 100644 --- a/php-react-promise.spec +++ b/php-react-promise.spec @@ -12,8 +12,8 @@ %global github_owner reactphp %global github_name promise -%global github_version 2.4.0 -%global github_commit f942da7b505d1a294284ab343d05df42d02ad6d9 +%global github_version 2.4.1 +%global github_commit 8025426794f1944de806618671d4fa476dc7626f %global composer_vendor react %global composer_project promise @@ -40,10 +40,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # Tests %if %{with_tests} -BuildRequires: %{_bindir}/phpunit +BuildRequires: php-composer(phpunit/phpunit) ## composer.json BuildRequires: php(language) >= %{php_min_ver} -## phpcompatinfo (computed from version 2.4.0) +## phpcompatinfo (computed from version 2.4.1) BuildRequires: php-json BuildRequires: php-reflection BuildRequires: php-spl @@ -53,7 +53,7 @@ BuildRequires: php-composer(symfony/class-loader) # composer.json Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from version 2.4.0) +# phpcompatinfo (computed from version 2.4.1) Requires: php-json Requires: php-reflection Requires: php-spl @@ -151,6 +151,9 @@ rm -rf %{buildroot} %changelog +* Mon May 30 2016 Shawn Iwinski - 2.4.1-1 +- Updated to 2.4.1 (RHBZ #1332742) + * Mon Apr 04 2016 Shawn Iwinski - 2.4.0-1 - Updated to 2.4.0 (RHBZ #1319558) -- cgit