From 833530519412a9cf9aa51833dadcaed389eabd98 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Mar 2016 15:38:57 +0100 Subject: php-guzzlehttp-promises: 1.1.0 (backport from Fedora) --- php-guzzlehttp-promises.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/php-guzzlehttp-promises.spec b/php-guzzlehttp-promises.spec index 9fbd91f..5f0bb00 100644 --- a/php-guzzlehttp-promises.spec +++ b/php-guzzlehttp-promises.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-guzzlehttp-promises # -# Copyright (c) 2015 Shawn Iwinski +# Copyright (c) 2015-2016 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner guzzle %global github_name promises -%global github_version 1.0.3 -%global github_commit b1e1c0d55f8083c71eda2c28c12a228d708294ea +%global github_version 1.1.0 +%global github_commit bb9024c526b22f3fe6ae55a561fd70653d470aa8 %global composer_vendor guzzlehttp %global composer_project promises @@ -43,7 +43,7 @@ BuildArch: noarch ## composer.json BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-composer(phpunit/phpunit) -## phpcompatinfo (computed from version 1.0.3) +## phpcompatinfo (computed from version 1.1.0) BuildRequires: php-json BuildRequires: php-spl ## Autoloader @@ -52,7 +52,7 @@ BuildRequires: php-composer(symfony/class-loader) # composer.json Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from version 1.0.3) +# phpcompatinfo (computed from version 1.1.0) Requires: php-json Requires: php-spl # Autoloader @@ -66,6 +66,8 @@ Promises/A+ [1] implementation that handles promise chaining and resolution interactively, allowing for "infinite" promise chaining while keeping the stack size constant. +Autoloader: %{phpdir}/GuzzleHttp/Promise/autoload.php + [1] https://promisesaplus.com/ @@ -77,8 +79,7 @@ cat <<'AUTOLOAD' | tee src/autoload.php - 1.1.0-1 +- Updated to 1.1.0 (RHBZ #1315685) + * Mon Oct 26 2015 Shawn Iwinski - 1.0.3-1 - Updated to 1.0.3 (RHBZ #1272280) -- cgit