From 6c734ba8fee2a7750ea7264c93d34a89938f4c0c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Feb 2022 14:28:23 +0100 Subject: update to 1.2.3 --- php-doctrine-lexer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-doctrine-lexer.spec') diff --git a/php-doctrine-lexer.spec b/php-doctrine-lexer.spec index 0854402..282bf17 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.2.2 -%global github_commit 9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c +%global github_version 1.2.3 +%global github_commit c268e882d4dbdd85e36e4ad69e02dc284f89d229 %global github_short %(c=%{github_commit}; echo ${c:0:7}) # Namespace %global ns_vendor Doctrine @@ -127,6 +127,9 @@ exit $ret %changelog +* Mon Feb 28 2022 Remi Collet - 1.2.3-1 +- update to 1.2.3 + * Wed Jan 12 2022 Remi Collet - 1.2.2-1 - update to 1.2.2 - switch to phpunit9 -- cgit