diff options
Diffstat (limited to 'php-zephir-parser.spec')
-rw-r--r-- | php-zephir-parser.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 3bd4402..d1da16d 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -19,7 +19,7 @@ %endif %endif -%global gh_commit 0d16308092c2ff663dfc73e44a654e64d66362be +%global gh_commit 546b07e76d8ada2f5c4089813aa8a0b74fac280e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -27,7 +27,7 @@ %global ext_name zephir_parser Name: %{?scl_prefix}%{gh_project} -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir parser extension @@ -104,12 +104,15 @@ REPORT_EXIT_STATUS=1 \ %files %{!?_licensedir:%global license %%doc} %license LICENSE -%doc CREDITS +%doc CREDITS NO_WARRANTY TODO %doc *.md %{php_extdir}/%{ext_name}.so %changelog +* Fri Nov 10 2017 Remi Collet <remi@remirepo.net> - 1.1.1-1 +- update to 1.1.1 + * Thu Oct 12 2017 Remi Collet <remi@remirepo.net> - 1.1.0-1 - update to 1.1.0 |