summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-18 08:29:51 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-18 08:29:51 +0200
commitf303b792649a639c072f1ede6c85f00a0b9cb6bf (patch)
tree5b74a0087d213a0b8158f5d27c2e01559d45308f
parenta71499496a4572f46f37c276f8b112661f43408e (diff)
php-guzzlehttp-streams: 1.5.1 (backport)
-rw-r--r--php-guzzlehttp-streams.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-guzzlehttp-streams.spec b/php-guzzlehttp-streams.spec
index ad847f9..d531caa 100644
--- a/php-guzzlehttp-streams.spec
+++ b/php-guzzlehttp-streams.spec
@@ -11,8 +11,8 @@
%global github_owner guzzle
%global github_name streams
-%global github_version 1.4.0
-%global github_commit 3b761a328e5ed6ed519e960aded95d7acbe77894
+%global github_version 1.5.1
+%global github_commit fb0d1ee29987c2bdc59867bffaade6fc88c2675f
%global composer_vendor guzzlehttp
%global composer_project streams
@@ -39,14 +39,14 @@ BuildArch: noarch
# For tests: composer.json
BuildRequires: php(language) >= %{php_min_ver}
BuildRequires: php-phpunit-PHPUnit
-# For tests: phpcompatinfo (computed from version 1.4.0)
+# For tests: phpcompatinfo (computed from version 1.5.1)
BuildRequires: php-hash
BuildRequires: php-spl
%endif
# composer.json
Requires: php(language) >= %{php_min_ver}
-# phpcompatinfo (computed from version 1.4.0)
+# phpcompatinfo (computed from version 1.5.1)
Requires: php-hash
Requires: php-spl
@@ -112,6 +112,9 @@ sed 's/colors\s*=\s*"true"/colors="false"/' phpunit.xml.dist > phpunit.xml
%changelog
+* Sun Aug 17 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.5.1-1
+- Updated to 1.5.1 (BZ #1128102)
+
* Fri Jun 06 2014 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.4.0-1
- Updated to 1.4.0 (BZ #1124227)
- Added option to build without tests ("--without tests")