summaryrefslogtreecommitdiffstats
path: root/php-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-02-09 09:04:26 +0100
committerRemi Collet <remi@remirepo.net>2018-02-09 09:04:26 +0100
commit0c6e06a2f5f5f59d4d4a5a3106096d7e97625648 (patch)
tree9b307f7b3da5b25cac513561a3646ccaf0efda77 /php-mongodb.spec
parent52fd08bbda3747e45ec79d377dc505cdeceeeda2 (diff)
Update to 1.3.0
raise dependency on mongodb extension 1.4.0
Diffstat (limited to 'php-mongodb.spec')
-rw-r--r--php-mongodb.spec22
1 files changed, 10 insertions, 12 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec
index 3cdab9f..5a3dc23 100644
--- a/php-mongodb.spec
+++ b/php-mongodb.spec
@@ -1,12 +1,12 @@
# remirepo/fedora spec file for php-mongodb
#
-# Copyright (c) 2015-2017 Remi Collet
+# Copyright (c) 2015-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 5cffeb33b893b6bb04195b99ddc3955a29252339
+%global gh_commit 07ffd2438658342b776803323cfaa7c156a6099a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
#global gh_date 20151102
@@ -14,16 +14,11 @@
# Upstream only support 64bits, see https://jira.mongodb.org/browse/CDRIVER-1186
# Server only available on LE arch (ExcludeArch: ppc ppc64 %%{sparc} s390 s390x)
%global with_tests 0%{?_with_tests:1}
-# remirepo:4
-# encoutent too many openfile error in F27 with 3.4
-%if 0%{?fedora} < 27
-%global with_tests 0%{!?_without_tests:1}
-%endif
%global psr0 MongoDB
#global prever beta2
Name: php-%{gh_owner}
-Version: 1.2.0
+Version: 1.3.0
%if 0%{?gh_date}
Release: 1%{gh_date}git%{gh_short}%{?dist}
%else
@@ -31,7 +26,6 @@ Release: 1%{?dist}
%endif
Summary: MongoDB driver library
-Group: Development/Libraries
License: ASL 2.0
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{?gh_short}.tar.gz
@@ -48,8 +42,8 @@ BuildRequires: php-spl
BuildRequires: php-pecl(mongodb) >= 1.3.0
BuildRequires: mongodb-server >= 2.4
# From composer.json, "require-dev": {
-# "phpunit/phpunit": "^4.8"
-BuildRequires: php-composer(phpunit/phpunit) >= 4.8
+# "phpunit/phpunit": "^4.8.36"
+BuildRequires: php-composer(phpunit/phpunit) >= 4.8.36
# For autoloader
BuildRequires: php-composer(fedora/autoloader)
%endif
@@ -62,7 +56,7 @@ BuildRequires: php-composer(fedora/autoloader)
Requires: php(language) >= 5.4
Requires: php-hash
Requires: php-json
-Requires: php-pecl(mongodb) >= 1.3.0
+Requires: php-pecl(mongodb) >= 1.4.0
# From phpcompatinfo report for 1.2.0
Requires: php-spl
# For autoloader
@@ -152,6 +146,10 @@ exit $ret
%changelog
+* Fri Feb 9 2018 Remi Collet <remi@remirepo.net> - 1.3.0-1
+- Update to 1.3.0
+- raise dependency on mongodb extension 1.4.0
+
* Tue Nov 14 2017 Remi Collet <remi@remirepo.net> - 1.2.0-1
- Update to 1.2.0
- raise dependency on PHP 5.5