summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-23 14:47:27 +0200
committerRemi Collet <remi@remirepo.net>2019-07-23 14:47:27 +0200
commit89fb2d09830637c2a9d83f827f33d126e0898d30 (patch)
tree42acbfb99bb1e5b7894efee30b6e2627f417b48d
parent5cf66c8b866d3a1f26294f481bd287a45af267be (diff)
rebuild for 7.4.0beta1
-rw-r--r--php-pecl-trader.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/php-pecl-trader.spec b/php-pecl-trader.spec
index 892abb6..1a755eb 100644
--- a/php-pecl-trader.spec
+++ b/php-pecl-trader.spec
@@ -1,6 +1,6 @@
-# spec file for php-pecl-gender
+# spec file for php-pecl-trader
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -29,7 +29,7 @@
Summary: Technical Analysis for traders
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 0.5.0
-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;')}}
# PHP ext is BSD-2, ta-lib is BSD-3
License: BSD
URL: http://pecl.php.net/package/%{pecl_name}
@@ -70,9 +70,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
@@ -235,6 +239,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.5.0-4
+- rebuild for 7.4.0beta1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.5.0-3
- rebuild for 7.3.0beta2 new ABI