v0.0.15
This commit is contained in:
parent
970ac24904
commit
0aca0ffe8c
3 changed files with 7 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-microsoft-tolerant-php-parser-0.0.13-89ade27.tgz
|
||||
/php-microsoft-tolerant-php-parser-0.0.15-54a84f1.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
# Github
|
||||
%global gh_commit 89ade271e639e0612deeccb0555f13c2224ecf84
|
||||
%global gh_commit 54a84f1250dcde5641e86b5e966fec5f0e201f71
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner Microsoft
|
||||
%global gh_project tolerant-php-parser
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_name}
|
||||
Version: 0.0.13
|
||||
Version: 0.0.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Tolerant PHP-to-AST parser
|
||||
|
||||
|
|
@ -74,7 +74,6 @@ Autoloader %{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php
|
|||
%setup -q -n %{gh_project}-%{gh_commit}
|
||||
|
||||
|
||||
|
||||
%build
|
||||
phpab --template fedora --output src/autoload.php src
|
||||
|
||||
|
|
@ -114,6 +113,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 26 2018 Remi Collet <remi@remirepo.net> - 0.0.15-1
|
||||
- update to 0.0.15
|
||||
|
||||
* Mon Aug 20 2018 Remi Collet <remi@remirepo.net> - 0.0.13-1
|
||||
- update to 0.0.13
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-microsoft-tolerant-php-parser-0.0.13-89ade27.tgz) = 13356f5067cbd1235d3372c67c1be709e20839ff9aada5d6d5db8da541e4e5e0a30369d0b898242b8dece1f18734b60ea2362071c6d4a16b17bb21e13739ac5f
|
||||
SHA512 (php-microsoft-tolerant-php-parser-0.0.15-54a84f1.tgz) = bed8c29d00f00cd908237b0c02afce672a55491320305ae31a0a299af3c123acd08912dbee4177c807917547048bb70b18a709ccf656533c3fb3351a9d3bbdfa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue