summaryrefslogtreecommitdiffstats
path: root/php-pecl-igbinary.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-22 11:32:04 +0200
committerRemi Collet <remi@remirepo.net>2019-05-22 11:32:04 +0200
commitefe51ae2d667ef18b765e6132a8593d145532fe8 (patch)
tree35a76c487a770d63a0805639d95c29b63fa164bb /php-pecl-igbinary.spec
parentd3bbe5e4b2c8c0dbff1f7bc4c10e250be8ce6fc0 (diff)
cleanup
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r--php-pecl-igbinary.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index 3fd3950..bbb22ea 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -35,7 +35,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 0.9.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
%endif
License: BSD
@@ -79,9 +79,13 @@ Obsoletes: php72u-pecl-%{pecl_name}
Obsoletes: php72w-pecl-%{pecl_name}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-pecl-%{pecl_name}
+Obsoletes: php73-pecl-%{pecl_name}
Obsoletes: php73w-pecl-%{pecl_name}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name}
+Obsoletes: php74w-pecl-%{pecl_name}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -297,6 +301,9 @@ fi
%changelog
+* Wed May 22 2019 Remi Collet <remi@remirepo.net> - 3.0.1-2
+- cleanup
+
* Thu Mar 21 2019 Remi Collet <remi@remirepo.net> - 3.0.1-1
- update to 3.0.1 (no change)