- update to 0.3.2
- raise dependency on nikic/php-parser ~1.3
This commit is contained in:
parent
b616a4f5d0
commit
5e02835620
3 changed files with 12 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
clog
|
||||
/php-ocramius-code-generator-utils-0.3.0-5d9c4e3ae36010fef22b3393b3734c84106d1d5c.tar.gz
|
||||
/php-ocramius-code-generator-utils-0.3.1-d27db31c975001710beb4025768dcbd39e286a56.tar.gz
|
||||
/php-ocramius-code-generator-utils-0.3.2-0e2f6c593fc82801cbb5c8fa90559d923bd1445c.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
Name: php-%{composer_vendor}-%{composer_project}
|
||||
Version: %{github_version}
|
||||
Release: 3%{?github_release}%{?dist}
|
||||
Release: 1%{?github_release}%{?dist}
|
||||
Summary: A set of code generator utilities built on top of PHP-Parsers
|
||||
|
||||
Group: Development/Libraries
|
||||
|
|
@ -98,8 +98,7 @@ AUTOLOAD
|
|||
|
||||
%{__phpunit} \
|
||||
--bootstrap autoload.php \
|
||||
--include-path %{buildroot}%{phpdir}:./tests \
|
||||
-d date.timezone="UTC"
|
||||
--include-path %{buildroot}%{phpdir}:./tests
|
||||
%else
|
||||
: Tests skipped
|
||||
%endif
|
||||
|
|
@ -113,6 +112,10 @@ AUTOLOAD
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Aug 9 2015 Remi Collet <remi@fedoraproject.org> - 0.3.2-1
|
||||
- update to 0.3.2
|
||||
- raise dependency on nikic/php-parser ~1.3
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
914bfb1993f5c54b66d6430262f9ede0 php-ocramius-code-generator-utils-0.3.1-d27db31c975001710beb4025768dcbd39e286a56.tar.gz
|
||||
28b56d51af6402d197517cd24c4500ae php-ocramius-code-generator-utils-0.3.2-0e2f6c593fc82801cbb5c8fa90559d923bd1445c.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue