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