diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-12 07:53:15 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-12 07:53:53 +0100 |
commit | 134eb252212fcd1e89f91921750d8457254b3d58 (patch) | |
tree | 4284e36f32b188c25d7e74ef9a6cf35a82c7f64c | |
parent | bdf431e7b770654e3ce14066eead052e3a2d001b (diff) |
v2.9.2
(cherry picked from commit f9f152ff040f41eb9c3c5c536777f9db10c94e32)
-rw-r--r-- | php-zendframework-zend-db.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-db.spec b/php-zendframework-zend-db.spec index f5e2f73..d063e0c 100644 --- a/php-zendframework-zend-db.spec +++ b/php-zendframework-zend-db.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 14c5f0b1fc0dfa1cdf9488ab7a57c13a6bef6ae3 +%global gh_commit 1651abb1b33fc8fbd2d78ff9e2abb526cc2cf666 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-db @@ -24,7 +24,7 @@ # must be compatible with PHPUnit\Framework\TestListener::addError(PHPUnit\Framework\Test $test, Exception $e, $time) ... Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.1 +Version: 2.9.2 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -153,6 +153,9 @@ exit $ret %changelog +* Tue Dec 12 2017 Remi Collet <remi@remirepo.net> - 2.9.2-1 +- Update to 2.9.2 + * Fri Dec 8 2017 Remi Collet <remi@remirepo.net> - 2.9.1-1 - Update to 2.9.1 |