Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
435f4d8f43 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -6,3 +6,4 @@ clog
|
|||
/php-theseer-tokenizer-1.2.0-75a63c3.tgz
|
||||
/php-theseer-tokenizer-1.2.1-34a41e9.tgz
|
||||
/php-theseer-tokenizer-1.2.2-b2ad500.tgz
|
||||
/php-theseer-tokenizer-1.2.3-737eda6.tgz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# remirepo/fedora spec file for php-theseer-tokenizer
|
||||
#
|
||||
# Copyright (c) 2017-2023 Remi Collet
|
||||
# Copyright (c) 2017-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit b2ad5003ca10d4ee50a12da31de12a5774ba6b96
|
||||
%global gh_commit 737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor theseer
|
||||
%global gh_project tokenizer
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
%global ns_project Tokenizer
|
||||
|
||||
Name: php-%{gh_vendor}-%{gh_project}
|
||||
Version: 1.2.2
|
||||
Version: 1.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for converting tokenized PHP source code into XML
|
||||
|
||||
|
|
@ -75,7 +75,7 @@ cp -pr src %{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}
|
|||
|
||||
%check
|
||||
ret=0
|
||||
for cmdarg in php php80 php81 php82 php83; do
|
||||
for cmdarg in php php81 php82 php83; do
|
||||
if which $cmdarg; then
|
||||
$cmdarg -d auto_prepend_file=%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php \
|
||||
%{_bindir}/phpunit9 \
|
||||
|
|
@ -93,6 +93,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 1.2.3-1
|
||||
- update to 1.2.3
|
||||
|
||||
* Mon Nov 20 2023 Remi Collet <remi@remirepo.net> - 1.2.2-1
|
||||
- update to 1.2.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-theseer-tokenizer-1.2.2-b2ad500.tgz) = 27365c4ab2e300c4d8c02bab9f9ad1cc7e6822a40d8d14e21b8479efacadc5d58ae5aa3a34eaf3a5beb6435a6cdc54f1d74bf759395e3bf9ae3942c0bd3dd61b
|
||||
SHA512 (php-theseer-tokenizer-1.2.3-737eda6.tgz) = 0257d482d321600f55766abf7365d8e97ebd5b5d43dbc42d3d99f5e9abf5e36e75ec019c1e7f65120b1ac67be7464f91684cbbf97e294688748614e773c4adeb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue