This commit is contained in:
Remi Collet 2019-09-02 10:23:36 +02:00
commit a3d88c9473
3 changed files with 7 additions and 3 deletions

View file

@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
%global gh_commit e612609022e935f3d0337c1295176505b41188c8
%global gh_commit 97e59c7a16464196a8b9c77c47df68e4a39a45c4
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nikic
%global gh_project PHP-Parser
@ -21,7 +21,7 @@
%global major 4
Name: php-%{gh_owner}-%{pk_project}%{major}
Version: 4.2.3
Version: 4.2.4
Release: 1%{?dist}
Summary: A PHP parser written in PHP - version %{major}
@ -143,6 +143,9 @@ exit $ret
%changelog
* Mon Sep 2 2019 Remi Collet <remi@remirepo.net> - 4.2.4-1
- update to 4.2.4
* Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 4.2.3-1
- update to 4.2.3
- use phpunit8