diff options
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | php-alcaeus-mongo-php-adapter.spec | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95b26a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index e6aba3f..3b8364f 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 fea3f8333c7b22dde97d7dbe8a82528fc5c27992 +%global gh_commit a85069eb0d1b8c3dc7b24572e91f158f8a3c9e77 %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.0.9 +Version: 1.0.10 Release: 1%{?dist} Summary: Mongo PHP Adapter @@ -174,6 +174,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 30 2017 Remi Collet <remi@remirepo.net> - 1.0.10-1 +- Update to 1.0.10 + * Sun Jan 29 2017 Remi Collet <remi@fedoraproject.org> - 1.0.9-1 - update to 1.0.9 - switch to fedora autoloader |