summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 08:56:33 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 08:56:33 +0200
commit5a2d2c92ce6fbd7da12821d9fbab428212e5bec9 (patch)
treec2d6f8575f533f1c40e408898bb56f95985f8b36
parent431fb730b9346b42f7efdf68a78ba40f085e337f (diff)
rebuild for 7.3.0alpha4 new ABI
-rw-r--r--php-pecl-yaconf.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/php-pecl-yaconf.spec b/php-pecl-yaconf.spec
index d3b50ad..d57685c 100644
--- a/php-pecl-yaconf.spec
+++ b/php-pecl-yaconf.spec
@@ -21,14 +21,13 @@ Summary: Yet Another Configurations Container
Name: %{?scl_prefix}php-pecl-yaconf
Version: 1.0.8
%if 0%{?gh_date:1}
-Release: 0.1.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.2.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
%else
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
%endif
License: PHP
-Group: Development/Languages
URL: https://github.com/%{gh_owner}/%{gh_project}
BuildRequires: %{?dtsprefix}gcc
@@ -50,6 +49,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
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: php73w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
# Package have be renamed
@@ -242,6 +245,9 @@ fi
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.0.8-0.2.20180622.d5f267a
+- rebuild for 7.3.0alpha4 new ABI
+
* Thu Jun 28 2018 Remi Collet <remi@remirepo.net> - 1.0.8-0.1.20180622.d5f267a
- update to 1.0.8-dev for PHP 7.3