diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-07 15:37:58 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-07 15:37:58 +0200 |
commit | 7715dfcb5a741ac0c56d1394fd68805d36e4a3e6 (patch) | |
tree | 7b4038d9f8dee001ab6f8120d5d8262464d0a746 | |
parent | c9955e2e9846bfdc5fa39aa3f3b01a655406cca2 (diff) |
php-alcaeus-mongo-php-adapter: 1.0.6
-rw-r--r-- | php-alcaeus-mongo-php-adapter.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index 9cff9af..2eec0f7 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 db7ef240fc9de81cd093d4d7e401a30b79023196 +%global gh_commit 6ebf8087be2e4c6eb13fcd74f5dc549bea84a7de %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner alcaeus %global gh_project mongo-php-adapter @@ -21,8 +21,8 @@ Name: php-%{gh_owner}-%{gh_project} -Version: 1.0.5 -Release: 2%{?dist} +Version: 1.0.6 +Release: 1%{?dist} Summary: Mongo PHP Adapter Group: Development/Libraries @@ -171,6 +171,9 @@ rm -rf %{buildroot} %changelog +* Fri Oct 7 2016 Remi Collet <remi@fedoraproject.org> - 1.0.6-1 +- update to 1.0.6 + * Thu Jul 28 2016 Remi Collet <remi@fedoraproject.org> - 1.0.5-2 - only run upstream test suite when build --with tests |