diff options
Diffstat (limited to 'php-zephir-parser.spec')
-rw-r--r-- | php-zephir-parser.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 5afe7bc..d53b829 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -12,7 +12,7 @@ %endif %global with_tests 0%{!?_without_tests:1} -%global gh_commit ae0124b7ded64b4c1b9e487698297c7e7dcb7a8f +%global gh_commit 6a0d1f8bf57dad2d84254e37b28252f7d20c763b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -20,7 +20,7 @@ %global ext_name zephir_parser Name: %{?scl_prefix}%{gh_project} -Version: 1.1.3 +Version: 1.1.4 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 @@ -114,6 +114,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Nov 22 2018 Remi Collet <remi@remirepo.net> - 1.1.4-1 +- update to 1.1.4 + * Tue Nov 6 2018 Remi Collet <remi@remirepo.net> - 1.1.3-1 - update to 1.1.3 - add devel sub-package |