summaryrefslogtreecommitdiffstats
path: root/php-ocramius-code-generator-utils.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-09 18:30:54 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-09 18:30:54 +0200
commit572b1ea15e6eaed5b95c9e50457cd2cc4354c14c (patch)
treeb3143b966bf523c68a60bc6f9e43ddf81f765997 /php-ocramius-code-generator-utils.spec
parent1a22a4331a812b57e2e0d806b49b6b606f6573a1 (diff)
php-ocramius-code-generator-utils: 0.3.2
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