summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Iwinski <shawn@iwin.ski>2017-10-08 17:57:19 -0700
committerRemi Collet <remi@remirepo.net>2017-10-09 07:01:05 +0200
commitccd38fea91bf6124a0b70a68d963b165baadb14f (patch)
treefd0570f5fc7171a8629e5a7ba2e8bc1dd39776bf
parent6ca62733ea51340995634e85903abfd6264eb4f7 (diff)
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
-rw-r--r--php-zendframework-zend-diactoros.spec13
1 files 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 <shawn.iwinski@gmail.com> - 1.6.0-1
+- Updated to 1.6.0 (RHBZ #1491486)
+
* Sun Sep 10 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.4.1-1
- Updated to 1.4.1 (RHBZ #1482723)