summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-04-20 07:35:18 +0200
committerRemi Collet <remi@remirepo.net>2018-04-20 07:35:18 +0200
commit4f4d6e94e9874e626bc005dc18e89e88251694f4 (patch)
tree759b9936aed893334d03d40364ba3a72673d64aa
parent3753be59ccf392b829fc7dc94d09b8bd74d1da09 (diff)
v1.3.2
-rw-r--r--php-mongodb.spec11
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