Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a15d2d7a8a | ||
|
|
08746063d4 | ||
|
|
760f943715 | ||
|
|
e0d1587cac |
3 changed files with 21 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -22,3 +22,7 @@ clog
|
|||
/php-nikic-php-parser4-4.15.1-0ef6c55.tgz
|
||||
/php-nikic-php-parser4-4.15.2-f59bbe4.tgz
|
||||
/php-nikic-php-parser4-4.15.3-570e980.tgz
|
||||
/php-nikic-php-parser4-4.15.4-6bb5176.tgz
|
||||
/php-nikic-php-parser4-4.15.5-11e2663.tgz
|
||||
/php-nikic-php-parser4-4.16.0-19526a3.tgz
|
||||
/php-nikic-php-parser4-4.17.1-a6303e5.tgz
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
%bcond_with tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 570e980a201d8ed0236b0a62ddf2c9cbb2034039
|
||||
%global gh_commit a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner nikic
|
||||
%global gh_project PHP-Parser
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%global major 4
|
||||
|
||||
Name: php-%{gh_owner}-%{pk_project}%{major}
|
||||
Version: 4.15.3
|
||||
Version: 4.17.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A PHP parser written in PHP - version %{major}
|
||||
|
||||
|
|
@ -91,7 +91,7 @@ Autoloader: %{php_home}/%{ns_project}%{major}/autoload.php
|
|||
%prep
|
||||
%setup -q -n %{gh_project}-%{gh_commit}
|
||||
|
||||
%patch0 -p1 -b .rpm
|
||||
%patch -P0 -p1 -b .rpm
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -128,7 +128,7 @@ AUTOLOAD
|
|||
FILTER="--filter '^((?!(testLexNewFeatures)).)*$'"
|
||||
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php80 php81 php82; do
|
||||
for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 -d include_path=%{php_home} \
|
||||
|
|
@ -151,6 +151,18 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 18 2023 Remi Collet <remi@remirepo.net> - 4.17.1-1
|
||||
- update to 4.17.1
|
||||
|
||||
* Mon Jun 26 2023 Remi Collet <remi@remirepo.net> - 4.16.0-1
|
||||
- update to 4.16.0
|
||||
|
||||
* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 4.15.5-1
|
||||
- update to 4.15.5
|
||||
|
||||
* Mon Mar 6 2023 Remi Collet <remi@remirepo.net> - 4.15.4-1
|
||||
- update to 4.15.4
|
||||
|
||||
* Tue Jan 17 2023 Remi Collet <remi@remirepo.net> - 4.15.3-1
|
||||
- update to 4.15.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-nikic-php-parser4-4.15.3-570e980.tgz) = 56f47c944579d788ebe3c098b50a6509216d02541e83ddeeb96a614d37b2666780fcb43058e2fc21b369036b5600561631ac35f3edf6fd7189f15c5bbca1192e
|
||||
SHA512 (php-nikic-php-parser4-4.17.1-a6303e5.tgz) = b8bfdfd482af7cafdde18105b9d577ca91ea683389471ccddca5d7fb1241ef19650f7b4508f930b4537fc7a0742ba7a75e675d749419448d2fe3c5f47d536f5d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue