summaryrefslogtreecommitdiffstats
path: root/php-ocramius-code-generator-utils.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-ocramius-code-generator-utils.spec')
-rw-r--r--php-ocramius-code-generator-utils.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-ocramius-code-generator-utils.spec b/php-ocramius-code-generator-utils.spec
index 4917692..d1fcbc8 100644
--- a/php-ocramius-code-generator-utils.spec
+++ b/php-ocramius-code-generator-utils.spec
@@ -11,16 +11,16 @@
%global github_owner Ocramius
%global github_name CodeGenerationUtils
-%global github_version 0.3.1
-%global github_commit d27db31c975001710beb4025768dcbd39e286a56
+%global github_version 0.3.2
+%global github_commit 0e2f6c593fc82801cbb5c8fa90559d923bd1445c
%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
+# "nikic/php-parser": "~1.3"
+%global php_parser_min_ver 1.3
%global php_parser_max_ver 2
# Build using "--without tests" to disable tests
@@ -117,6 +117,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Aug 9 2015 Remi Collet <remi@fedoraproject.org> - 0.3.2-1
+- update to 0.3.2
+
* Wed Feb 25 2015 Remi Collet <remi@fedoraproject.org> - 0.3.1-1
- update to 0.3.1 (no change)
- raise nikic/php-parser max version