From 4cc16b41c743a53889397a6d35ed149550d0a191 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Dec 2022 10:25:04 +0100 Subject: update to 2.1.0 --- php-doctrine-lexer2.spec | 7 +++++-- 1 file 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 - 2.1.0-1 +- update to 2.1.0 + * Tue Dec 13 2022 Remi Collet - 2.0.0-1 - update to 2.0.0 - rename to php-doctrine-lexer2 -- cgit