summaryrefslogtreecommitdiffstats
path: root/php-ast.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-05 07:58:29 +0200
committerRemi Collet <remi@remirepo.net>2020-08-05 07:58:29 +0200
commit7e5dc29f3338795681b9058702f60278cb63158a (patch)
treec54d8d77d403fdbd6ffe33d72f9b9aaee3d19880 /php-ast.spec
parent5feb7cb5c0860ddbfc1cab9c331b43e8ab694605 (diff)
rebuild for 8.0.0beta1
Diffstat (limited to 'php-ast.spec')
-rw-r--r--php-ast.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ast.spec b/php-ast.spec
index 9b852d6..6416530 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -24,7 +24,7 @@ Version: 1.0.7
%if 0%{?gh_date:1}
Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-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;')}}
%endif
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -34,7 +34,7 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
%endif
-Patch0: https://patch-diff.githubusercontent.com/raw/nikic/php-ast/pull/165.patch
+Patch0: %{pecl_name}-upstream.patch
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel > 7
@@ -235,6 +235,9 @@ fi
%changelog
+* Wed Aug 5 2020 Remi Collet <remi@remirepo.net> - 1.0.7-4
+- rebuild for 8.0.0beta1
+
* Fri Jul 24 2020 Remi Collet <remi@remirepo.net> - 1.0.7-3
- EL-8 rebuild