diff options
-rw-r--r-- | php-doctrine-lexer2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-doctrine-lexer2.spec b/php-doctrine-lexer2.spec index 785c83b..6f8ee15 100644 --- a/php-doctrine-lexer2.spec +++ b/php-doctrine-lexer2.spec @@ -12,8 +12,8 @@ # Github %global github_owner doctrine %global github_name lexer -%global github_version 2.0.0 -%global github_commit 3cf140b81e55d5d640f73367d829db7e3023ef69 +%global github_version 2.1.0 +%global github_commit 39ab8fcf5a51ce4b85ca97c7a7d033eb12831124 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 2 # Namespace @@ -152,6 +152,9 @@ exit $ret %changelog +* Thu Dec 15 2022 Remi Collet <remi@remirepo.net> - 2.1.0-1 +- update to 2.1.0 + * Tue Dec 13 2022 Remi Collet <remi@remirepo.net> - 2.0.0-1 - update to 2.0.0 - rename to php-doctrine-lexer2 |