diff options
| -rw-r--r-- | php-mongodb.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec index 3bb820c..26abd73 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    7417ecf1ca5aef263d3e2fdc4ace214f7fd1b750 +%global gh_commit    b9f35916125976533f4b1e67a4a0ee7baf1d3bb9  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     mongodb  #global gh_date      20151102 @@ -18,7 +18,7 @@  #global prever       beta2  Name:           php-%{gh_owner} -Version:        1.3.1 +Version:        1.3.2  %if 0%{?gh_date}  Release:        1%{gh_date}git%{gh_short}%{?dist}  %else @@ -39,7 +39,7 @@ BuildRequires:  php(language) >= 5.5  BuildRequires:  php-hash  BuildRequires:  php-json  BuildRequires:  php-spl -BuildRequires:  php-pecl(mongodb) >= 1.3.0 +BuildRequires:  php-pecl(mongodb) >= 1.4.0  BuildRequires:  mongodb-server >= 2.4  # From composer.json, "require-dev": {  #        "phpunit/phpunit": "^4.8.36 || ^6.4" @@ -57,7 +57,7 @@ BuildRequires:  php-composer(fedora/autoloader)  #        "php": ">=5.5"  #        "ext-hash": "*",  #        "ext-json": "*", -#        "ext-mongodb": "^1.3.0" +#        "ext-mongodb": "^1.4.0"  Requires:       php(language) >= 5.4  Requires:       php-hash  Requires:       php-json @@ -152,6 +152,9 @@ exit $ret  %changelog +* Fri Apr 20 2018 Remi Collet <remi@remirepo.net> - 1.3.2-1 +- update to 1.3.2 +  * Wed Apr  4 2018 Remi Collet <remi@remirepo.net> - 1.3.1-1  - update to 1.3.1  | 
