v4.2.4
This commit is contained in:
parent
ee331dcfe2
commit
a3d88c9473
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@
|
|||
/php-nikic-php-parser4-4.2.1-5221f49.tar.gz
|
||||
/php-nikic-php-parser4-4.2.2-1bd73cc.tar.gz
|
||||
/php-nikic-php-parser4-4.2.3-e612609.tar.gz
|
||||
/php-nikic-php-parser4-4.2.4-97e59c7.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.2.3-e612609.tar.gz) = 9a10ff286139fc8830a3e6f8bb56a82682c5d2d5339e9b3dafd3b747ae31fd9a56cac9d126c7e9818882918346598b1b528d0b4fb89075d147baa7e877561505
|
||||
SHA512 (php-nikic-php-parser4-4.2.4-97e59c7.tar.gz) = 5feedb3a891146729901e89d2e088f2a90007e21f6845a95d4a773d77c5db575eb93b2bc7424de2f862b91a113b6086334981b1c9e4ed039d366e74d0bc08c68
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue