summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-07 08:27:26 +0100
committerRemi Collet <remi@remirepo.net>2019-03-07 08:27:26 +0100
commitf0629f61e56b11746635776a086a19e305e230f1 (patch)
treec2770a85923f559b5698e8f81581b9d0cf09afa4
parent290429a8fff0d85652e79306379957bc2d27635b (diff)
rebuild with libicu62
-rw-r--r--php-pecl-mongodb.spec16
1 files changed, 6 insertions, 10 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 7da03b2..aac2db3 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-mongodb
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -26,15 +26,8 @@
%global ini_name 50-%{pecl_name}.ini
%endif
-%ifarch x86_64
-# https://bugzilla.redhat.com/1547618
+# test suite requires a MongoDB server
%global with_tests 0%{?_with_tests:1}
-%else
-# See https://jira.mongodb.org/browse/CDRIVER-1186
-# 32-bit MongoDB support was officially deprecated
-# in MongoDB 3.2, and support is being removed in 3.4.
-%global with_tests 0%{?_with_tests:1}
-%endif
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 9
%global with_syslib 1
@@ -50,7 +43,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name}
#global upstream_prever RC2
#global upstream_lower ~rc2
Version: %{upstream_version}%{?upstream_lower}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -328,6 +321,9 @@ exit $ret
%changelog
+* Thu Mar 7 2019 Remi Collet <remi@remirepo.net> - 1.5.3-3
+- rebuild with libicu62
+
* Sat Dec 1 2018 Remi Collet <remi@remirepo.net> - 1.5.3-2
- EL-8 build (using bundled libmongc for now)