diff --git a/.gitignore b/.gitignore index 4325ca3..fb34942 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +clog /php-ocramius-code-generator-utils-0.3.0-5d9c4e3ae36010fef22b3393b3734c84106d1d5c.tar.gz +/php-ocramius-code-generator-utils-0.3.1-d27db31c975001710beb4025768dcbd39e286a56.tar.gz diff --git a/php-ocramius-code-generator-utils.spec b/php-ocramius-code-generator-utils.spec index 307fede..1687286 100644 --- a/php-ocramius-code-generator-utils.spec +++ b/php-ocramius-code-generator-utils.spec @@ -1,7 +1,7 @@ # # RPM spec file for php-ocramius-code-generator-utils # -# Copyright (c) 2014 Shawn Iwinski +# Copyright (c) 2014-2015 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -11,17 +11,17 @@ %global github_owner Ocramius %global github_name CodeGenerationUtils -%global github_version 0.3.0 -%global github_commit 5d9c4e3ae36010fef22b3393b3734c84106d1d5c +%global github_version 0.3.1 +%global github_commit d27db31c975001710beb4025768dcbd39e286a56 %global composer_vendor ocramius %global composer_project code-generator-utils # "php": ">=5.3.3" %global php_min_ver 5.3.3 -# "nikic/php-parser": "1.0.*" -%global php_parser_min_ver 1.0.0 -%global php_parser_max_ver 1.1.0 +# "nikic/php-parser": "~1.0" +%global php_parser_min_ver 1.0 +%global php_parser_max_ver 2 # Build using "--without tests" to disable tests %global with_tests %{?_without_tests:0}%{!?_without_tests:1} @@ -31,7 +31,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 2%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: A set of code generator utilities built on top of PHP-Parsers Group: Development/Libraries @@ -94,9 +94,6 @@ spl_autoload_register(function ($class) { }); AUTOLOAD -# Create PHPUnit config with colors turned off -sed 's/colors="true"/colors="false"/' phpunit.xml.dist > phpunit.xml - %{__phpunit} \ --bootstrap autoload.php \ --include-path %{buildroot}%{phpdir}:./tests \ @@ -114,6 +111,10 @@ sed 's/colors="true"/colors="false"/' phpunit.xml.dist > phpunit.xml %changelog +* Wed Feb 25 2015 Remi Collet - 0.3.1-1 +- update to 0.3.1 (no change) +- raise nikic/php-parser max version + * Wed Nov 05 2014 Shawn Iwinski - 0.3.0-2 - Silenced include in autoloader - Removed debug from %%check diff --git a/sources b/sources index d0d3263..6b4e157 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4c9db4d9a729189a3e411bd826ce3c5 php-ocramius-code-generator-utils-0.3.0-5d9c4e3ae36010fef22b3393b3734c84106d1d5c.tar.gz +914bfb1993f5c54b66d6430262f9ede0 php-ocramius-code-generator-utils-0.3.1-d27db31c975001710beb4025768dcbd39e286a56.tar.gz