diff --git a/.gitignore b/.gitignore index b69a047..1f4964e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mongo-php-adapter-1.0.5-db7ef24.tar.gz +/mongo-php-adapter-1.0.6-6ebf808.tar.gz diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index 823d00d..1546291 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 @@ -17,8 +17,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 @@ -28,8 +28,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildArch: noarch BuildRequires: php-composer(theseer/autoload) -%if %{with_tests} BuildRequires: php(language) >= 5.5 +%if %{with_tests} BuildRequires: php-hash BuildRequires: php-composer(mongodb/mongodb) >= 1.0.1 BuildRequires: php-date @@ -147,6 +147,9 @@ exit $ret %changelog +* Fri Oct 7 2016 Remi Collet - 1.0.6-1 +- update to 1.0.6 + * Thu Jul 28 2016 Remi Collet - 1.0.5-2 - only run upstream test suite when build --with tests diff --git a/sources b/sources index faceda4..4dbc0a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df917ee51d3b7d26e6bcd6ee16028e19 mongo-php-adapter-1.0.5-db7ef24.tar.gz +aa7f61adacb8671ce28af999b329c548 mongo-php-adapter-1.0.6-6ebf808.tar.gz