diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-30 07:24:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-30 07:24:41 +0200 |
commit | 01e4adbc5ed68c4621c3a978716ea365d9fa4d93 (patch) | |
tree | 405003df7eec4fbacf75a7a0ff79f332a1262657 | |
parent | 833530519412a9cf9aa51833dadcaed389eabd98 (diff) |
php-guzzlehttp-promises: 1.2.0 (backported from Fedora)
-rw-r--r-- | php-guzzlehttp-promises.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-guzzlehttp-promises.spec b/php-guzzlehttp-promises.spec index 5f0bb00..65a3ca5 100644 --- a/php-guzzlehttp-promises.spec +++ b/php-guzzlehttp-promises.spec @@ -12,8 +12,8 @@ %global github_owner guzzle %global github_name promises -%global github_version 1.1.0 -%global github_commit bb9024c526b22f3fe6ae55a561fd70653d470aa8 +%global github_version 1.2.0 +%global github_commit c10d860e2a9595f8883527fa0021c7da9e65f579 %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.1.0) +## phpcompatinfo (computed from version 1.2.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.1.0) +# phpcompatinfo (computed from version 1.2.0) Requires: php-json Requires: php-spl # Autoloader @@ -142,6 +142,9 @@ rm -rf %{buildroot} %changelog +* Sun May 29 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.2.0-1 +- Updated to 1.2.0 (RHBZ #1337366) + * Sun Mar 13 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.1.0-1 - Updated to 1.1.0 (RHBZ #1315685) |