From ccd38fea91bf6124a0b70a68d963b165baadb14f Mon Sep 17 00:00:00 2001 From: Shawn Iwinski Date: Sun, 8 Oct 2017 17:57:19 -0700 Subject: Updated to 1.6.0 (RHBZ #1491486) - Update get source script to save source in same directory as spec - Add composer.json file to repo --- php-zendframework-zend-diactoros.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-zendframework-zend-diactoros.spec b/php-zendframework-zend-diactoros.spec index 94ea59d..4e4ba52 100644 --- a/php-zendframework-zend-diactoros.spec +++ b/php-zendframework-zend-diactoros.spec @@ -12,14 +12,14 @@ %global github_owner zendframework %global github_name zend-diactoros -%global github_version 1.4.1 -%global github_commit 424a840dc3bedcdeea510b42e056c77c2d6c4bef +%global github_version 1.6.0 +%global github_commit 2faa791b66bac33ca40031d8bce03b7dc8143490 %global composer_vendor zendframework %global composer_project zend-diactoros -# "php": "^5.4 || ^7.0" -%global php_min_ver 5.4 +# "php": "^5.6 || ^7.0" +%global php_min_ver 5.6 # "psr/http-message": "~1.0" %global psr_http_message_min_ver 1.0 %global psr_http_message_max_ver 2.0 @@ -53,7 +53,7 @@ BuildRequires: php-composer(psr/http-message) < %{psr_http_message_max_ver} BuildRequires: php-composer(psr/http-message) >= %{psr_http_message_min_ver} BuildRequires: php-dom BuildRequires: php-libxml -## phpcompatinfo (computed from version 1.4.1) +## phpcompatinfo (computed from version 1.6.0) ### NOTE: curl, gd, gmp, and shmop are all optional for ### ZendTest\Diactoros\StreamTest::getResourceFor67() ### (test/StreamTest.php) but the first one found wins @@ -168,6 +168,9 @@ exit $RETURN_CODE %changelog +* Sun Oct 08 2017 Shawn Iwinski - 1.6.0-1 +- Updated to 1.6.0 (RHBZ #1491486) + * Sun Sep 10 2017 Shawn Iwinski - 1.4.1-1 - Updated to 1.4.1 (RHBZ #1482723) -- cgit