diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-28 14:28:23 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-28 14:28:23 +0100 |
commit | 6c734ba8fee2a7750ea7264c93d34a89938f4c0c (patch) | |
tree | 32882411ba86d998e99af24813e0c90f3f336d82 /php-doctrine-lexer.spec | |
parent | b216ec6370a14516c0f73aa75116b0f2873f00ab (diff) |
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 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 <remi@remirepo.net> - 1.2.3-1 +- update to 1.2.3 + * Wed Jan 12 2022 Remi Collet <remi@remirepo.net> - 1.2.2-1 - update to 1.2.2 - switch to phpunit9 |