From 7fdd9a5b402646dca22166ea169a5f8b150f8ad7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Jan 2018 09:10:43 +0100 Subject: v1.1.4 --- php-alcaeus-mongo-php-adapter.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php-alcaeus-mongo-php-adapter.spec') diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index 277b833..4660fe9 100644 --- a/php-alcaeus-mongo-php-adapter.spec +++ b/php-alcaeus-mongo-php-adapter.spec @@ -1,17 +1,17 @@ # remirepo/fedora spec file for php-alcaeus-mongo-php-adapter # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 9f42213a51e12c0fc1ce4773840c34d8ab3afd6f +%global gh_commit 45ba115e448c735cb0dbed5ebe857971aa4d43f5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner alcaeus %global gh_project mongo-php-adapter # Upstream only support 64bits, see https://jira.mongodb.org/browse/CDRIVER-1186 -# Server only available on LE arch (ExcludeArch: ppc ppc64 %{sparc} s390 s390x) +# Server only available on LE arch (ExcludeArch: ppc ppc64 %%{sparc} s390 s390x) %global with_tests 0%{?_with_tests:1} # remirepo:3 %if 0%{?fedora} >= 26 @@ -21,7 +21,7 @@ Name: php-%{gh_owner}-%{gh_project} -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist} Summary: Mongo PHP Adapter @@ -41,7 +41,8 @@ BuildRequires: php-mbstring BuildRequires: php-pcre BuildRequires: php-spl # from composer.json, require-dev": { -# "phpunit/phpunit": "^5.7 || ^6.0" +# "phpunit/phpunit": "^5.7 || ^6.0", +# "squizlabs/php_codesniffer": "^3.2" BuildRequires: mongodb-server >= 3.4 BuildRequires: phpunit6 %endif @@ -148,6 +149,9 @@ exit $ret %changelog +* Thu Jan 25 2018 Remi Collet - 1.1.4-1 +- Update to 1.1.4 + * Sun Sep 24 2017 Remi Collet - 1.1.3-1 - Update to 1.1.3 -- cgit