diff options
-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 |