summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-29 15:51:28 +0200
committerRemi Collet <remi@remirepo.net>2019-05-29 15:51:28 +0200
commit87c8e699b4f6943203ba9e81c1fdf96b5248557a (patch)
tree491d80bcadaeee6ef0cdd1a95e8e8d111c0ad23a
parentf0629f61e56b11746635776a086a19e305e230f1 (diff)
rebuild
-rw-r--r--php-pecl-mongodb.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index aac2db3..c95e8bf 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -43,7 +43,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name}
#global upstream_prever RC2
#global upstream_lower ~rc2
Version: %{upstream_version}%{?upstream_lower}
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?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
@@ -101,9 +101,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73-pecl-%{pecl_name} <= %{version}
Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name} <= %{version}
+Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -321,6 +325,9 @@ exit $ret
%changelog
+* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 1.5.3-4
+- rebuild
+
* Thu Mar 7 2019 Remi Collet <remi@remirepo.net> - 1.5.3-3
- rebuild with libicu62