summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-session.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-04-12 16:43:26 +0200
committerRemi Collet <fedora@famillecollet.com>2016-04-12 16:43:26 +0200
commit28d6ba9a38a757cebac2422890ae58e91c7549d6 (patch)
treeca68734ac2088333b61301a94df9d83731aea457 /php-zendframework-zend-session.spec
parenta20b9008e914d8722e2c058d70d3b722b51c167c (diff)
php-zendframework-zend-session: 2.7.0
Diffstat (limited to 'php-zendframework-zend-session.spec')
-rw-r--r--php-zendframework-zend-session.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/php-zendframework-zend-session.spec b/php-zendframework-zend-session.spec
index d0f6d44..f749f2a 100644
--- a/php-zendframework-zend-session.spec
+++ b/php-zendframework-zend-session.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 6d8beb316a23e3ae2e0fd0370f47d2b5dc7207ca
+%global gh_commit c8c2df90bc95e1c9240f58e3feb624cc696a1988
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-session
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.6.2
+Version: 2.7.0
Release: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -49,6 +49,7 @@ BuildRequires: php-composer(%{gh_owner}/zend-stdlib) >= 2.5
# "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
# "zendframework/zend-validator": "^2.6",
# "container-interop/container-interop": "^1.1",
+# "mongodb/mongodb": "^1.0.1",
# "fabpot/php-cs-fixer": "1.7.*",
# "phpunit/PHPUnit": "~4.0"
BuildRequires: php-composer(%{gh_owner}/zend-cache) >= 2.6.1
@@ -78,12 +79,15 @@ Requires: php-composer(%{gh_owner}/zend-stdlib) < 4
# "zendframework/zend-http": "Zend\\Http component",
# "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
# "zendframework/zend-validator": "Zend\\Validator component"
+# "zendframework/zend-validator": "Zend\\Validator component",
+# "mongodb/mongodb": "If you want to use the MongoDB session save handler"
%if 0%{?fedora} >= 21
Suggests: php-composer(%{gh_owner}/zend-cache)
Suggests: php-composer(%{gh_owner}/zend-db)
Suggests: php-composer(%{gh_owner}/zend-http)
Suggests: php-composer(%{gh_owner}/zend-servicemanager)
Suggests: php-composer(%{gh_owner}/zend-validator)
+Suggests: php-composer(mongodb/mongodb)
%endif
%endif
# From phpcompatinfo report for version 2.5.2
@@ -165,6 +169,10 @@ rm -rf %{buildroot}
%changelog
+* Tue Apr 12 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1
+- update to 2.7.0
+- add optional dependency on mongodb/mongodb
+
* Fri Feb 26 2016 Remi Collet <remi@fedoraproject.org> - 2.6.2-1
- update to 2.6.2