diff --git a/.gitignore b/.gitignore index cd029e2..27a7622 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ clog /php-PHPParser-1.0.1-b9a60372f26356feb85b4b9ca50a395a5f0d7f34.tar.gz /php-PHPParser-1.0.2-a8ffc6fcfcbae268656c8acf1298e378ac1ee5f1.tar.gz /php-PHPParser-1.1.0-ac05ef6.tgz +/php-PHPParser-1.3.0-dff2392.tgz diff --git a/php-PHPParser-command.patch b/php-PHPParser-command.patch index 0a8cfd5..58850fa 100644 --- a/php-PHPParser-command.patch +++ b/php-PHPParser-command.patch @@ -1,7 +1,8 @@ -diff -up bin/php-parse.php.rpm bin/php-parse.php ---- bin/php-parse.php.rpm 2015-02-25 17:52:01.000000000 +0100 -+++ bin/php-parse.php 2015-02-25 17:52:55.000000000 +0100 -@@ -1,6 +1,8 @@ +diff -up ./bin/php-parse.php.rpm ./bin/php-parse.php +--- ./bin/php-parse.php.rpm 2015-04-04 14:49:15.704865853 +0200 ++++ ./bin/php-parse.php 2015-04-04 14:50:15.625104006 +0200 +@@ -1,7 +1,8 @@ +-#!/usr/bin/env php +#!/usr/bin/php = %{php_min_ver} BuildRequires: %{_bindir}/phpunit -# For tests: phpcompatinfo (computed from version 1.1.0) +# For tests: phpcompatinfo (computed from version 1.3.0) BuildRequires: php-ctype BuildRequires: php-filter BuildRequires: php-pcre @@ -52,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 @@ -102,6 +102,9 @@ install -Dpm 755 bin/php-parse.php %{buildroot}%{_bindir}/php-parse %changelog +* Fri May 20 2015 Remi Collet - 1.3.0-1 +- update to 1.3.0 + * Wed Feb 25 2015 Remi Collet - 1.1.0-1 - update to 1.1.0 - use git snapshot as upstream tarball don't provide the test suite diff --git a/sources b/sources index b097b27..ae2fb3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fdf684710d3ed7b4be0c02d420df98be php-PHPParser-1.1.0-ac05ef6.tgz +ba283659cf636e5588435feae0330e43 php-PHPParser-1.3.0-dff2392.tgz