From 9a9e895ed313790ec9837c46683a29185c436db9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Mar 2018 07:11:42 +0100 Subject: v3.1.5 --- php-nikic-php-parser3.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-nikic-php-parser3.spec b/php-nikic-php-parser3.spec index 78710c7..502debe 100644 --- a/php-nikic-php-parser3.spec +++ b/php-nikic-php-parser3.spec @@ -6,7 +6,11 @@ # # Please, preserve the changelog entries # -%global gh_commit e57b3a09784f846411aa7ed664eedb73e3399078 + +# For compatibility with SCL +%undefine __brp_mangle_shebangs + +%global gh_commit bb87e28e7d7b8d9a7fda231d37457c9210faf6ce %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nikic %global gh_project PHP-Parser @@ -19,7 +23,7 @@ %global eolv2 0 Name: php-%{gh_owner}-%{pk_project}%{major} -Version: 3.1.4 +Version: 3.1.5 Release: 1%{?dist} Summary: A PHP parser written in PHP @@ -134,6 +138,9 @@ exit $ret %changelog +* Thu Mar 1 2018 Remi Collet - 3.1.5-1 +- Update to 3.1.5 + * Fri Jan 26 2018 Remi Collet - 3.1.4-1 - Update to 3.1.4 -- cgit