diff options
Diffstat (limited to 'php-doctrine-lexer.spec')
-rw-r--r-- | php-doctrine-lexer.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-lexer.spec b/php-doctrine-lexer.spec index 1bc482f..8b6a78f 100644 --- a/php-doctrine-lexer.spec +++ b/php-doctrine-lexer.spec @@ -12,8 +12,8 @@ # Github %global github_owner doctrine %global github_name lexer -%global github_version 1.1.0 -%global github_commit e17f069ede36f7534b95adec71910ed1b49c74ea +%global github_version 1.2.0 +%global github_commit 5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6 %global github_short %(c=%{github_commit}; echo ${c:0:7}) # Namespace %global ns_vendor Doctrine @@ -127,6 +127,9 @@ exit $ret %changelog +* Wed Nov 13 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 + * Thu Aug 1 2019 Remi Collet <remi@remirepo.net> - 1.1.0-1 - update to 1.1.0 - raise dependency on PHP 7.2 |