diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-04 19:26:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-04 19:26:33 +0200 |
commit | 5c7dc07e5cccc13c4567a470a0655e591b1611eb (patch) | |
tree | 883fcf424c02efc665474cda3cbaae95c17f77e4 | |
parent | 975e1abb0212b4634cd39b0f2d3d74fec2448b20 (diff) |
php-PHPParser: 1.3.0
-rw-r--r-- | php-PHPParser.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-PHPParser.spec b/php-PHPParser.spec index 54d714e..7bb5c8d 100644 --- a/php-PHPParser.spec +++ b/php-PHPParser.spec @@ -11,8 +11,8 @@ %global github_owner nikic %global github_name PHP-Parser -%global github_version 1.2.2 -%global github_commit 08f97eb4efa029e2fafb6d8c98b71731bf0cf621 +%global github_version 1.3.0 +%global github_commit dff239267fd1befa1cd40430c9ed12591aa720ca %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global lib_name PhpParser @@ -41,8 +41,7 @@ BuildArch: noarch # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: %{_bindir}/phpunit -# For tests: phpcompatinfo (computed from version 1.1.0) -BuildRequires: php-ctype +# For tests: phpcompatinfo (computed from version 1.3.0) BuildRequires: php-filter BuildRequires: php-pcre BuildRequires: php-spl @@ -53,7 +52,7 @@ BuildRequires: php-xmlwriter # composer.json Requires: php(language) >= %{php_min_ver} Requires: php-tokenizer -# phpcompatinfo (computed from version 1.1.0) +# phpcompatinfo (computed from version 1.3.0) Requires: php-filter Requires: php-pcre Requires: php-spl @@ -106,6 +105,9 @@ install -Dpm 755 bin/php-parse.php %{buildroot}%{_bindir}/php-parse %changelog +* Mon May 4 2015 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 +- update to 1.3.0 + * Sat Apr 4 2015 Remi Collet <remi@fedoraproject.org> - 1.2.2-1 - update to 1.2.2 |