diff options
-rw-r--r-- | php-alcaeus-mongo-php-adapter.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index 3d95664..751cdcc 100644 --- a/php-alcaeus-mongo-php-adapter.spec +++ b/php-alcaeus-mongo-php-adapter.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 64514c4e06fe9c86805347734f30ce92108720b2 +%global gh_commit 052cd5d1f0698b96993d8b1b613ff9c6d25b912f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner alcaeus %global gh_project mongo-php-adapter @@ -21,7 +21,7 @@ Name: php-%{gh_owner}-%{gh_project} -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: Mongo PHP Adapter @@ -148,6 +148,9 @@ exit $ret %changelog +* Sat Aug 5 2017 Remi Collet <remi@remirepo.net> - 1.1.2-1 +- Update to 1.1.2 + * Fri Jun 30 2017 Remi Collet <remi@remirepo.net> - 1.1.1-1 - Update to 1.1.1 |