summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-25 15:26:49 +0100
committerRemi Collet <remi@remirepo.net>2019-02-25 15:26:49 +0100
commit4c677c5cf6b60534e3d2af0197ceabcfe9ab10a6 (patch)
treef0dcc5d14f0c234f1953b3fc8224939bde6d7c27
parent08fff2499d0543253229a7d41b63c1e8afe372d6 (diff)
v2.10.0
-rw-r--r--composer.json2
-rw-r--r--php-zendframework-zend-db.spec12
2 files changed, 8 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index f9f96e4..5f75f91 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
"phpunit/phpunit": "^5.7.25 || ^6.4.4",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
- "zendframework/zend-hydrator": "^1.1 || ^2.1",
+ "zendframework/zend-hydrator": "^1.1 || ^2.1 || ^3.0",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
},
"suggest": {
diff --git a/php-zendframework-zend-db.spec b/php-zendframework-zend-db.spec
index 4ff289e..dec5e4b 100644
--- a/php-zendframework-zend-db.spec
+++ b/php-zendframework-zend-db.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-zendframework-zend-db
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 5b4f2c42f94c9f7f4b2f456a0ebe459fab12b3d9
+%global gh_commit 77022f06f6ffd384fa86d22ab8d8bbdb925a1e8e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-db
@@ -24,11 +24,10 @@
# must be compatible with PHPUnit\Framework\TestListener::addError(PHPUnit\Framework\Test $test, Exception $e, $time) ...
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.9.3
+Version: 2.10.0
Release: 1%{?dist}
Summary: Zend Framework %{library} component
-Group: Development/Libraries
License: BSD
URL: https://zendframework.github.io/%{gh_project}/
Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz
@@ -47,7 +46,7 @@ BuildRequires: php-composer(%{gh_owner}/zend-stdlib) >= 2.7
# "phpunit/phpunit": "^5.7.25 || ^6.4.4",
# "zendframework/zend-coding-standard": "~1.0.0",
# "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
-# "zendframework/zend-hydrator": ""^1.1 || ^2.1",
+# "zendframework/zend-hydrator": ""^1.1 || ^2.1 || ^3.0",
# "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
BuildRequires: php-composer(%{gh_owner}/zend-eventmanager) >= 2.6.2
BuildRequires: php-composer(%{gh_owner}/zend-hydrator) >= 1.1
@@ -154,6 +153,9 @@ exit $ret
%changelog
+* Mon Feb 25 2019 Remi Collet <remi@remirepo.net> - 2.10.0-1
+- update to 2.10.0
+
* Wed Apr 11 2018 Remi Collet <remi@remirepo.net> - 2.9.3-1
- update to 2.9.3