diff options
| -rw-r--r-- | php-doctrine-annotations.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index 2e0f97d..52d0e8d 100644 --- a/php-doctrine-annotations.spec +++ b/php-doctrine-annotations.spec @@ -2,7 +2,7 @@  #  # Fedora spec file for php-doctrine-annotations  # -# Copyright (c) 2013-2022 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2013-2023 Shawn Iwinski <shawn.iwinski@gmail.com>  #  # License: MIT  # http://opensource.org/licenses/MIT @@ -15,8 +15,8 @@  %global github_owner     doctrine  %global github_name      annotations -%global github_version   1.14.2 -%global github_commit    ad785217c1e9555a7d6c6c8c9f406395a5e2882b +%global github_version   1.14.3 +%global github_commit    fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af  %global composer_vendor  doctrine  %global composer_project annotations @@ -205,6 +205,9 @@ exit $RETURN_CODE  %changelog +* Fri Feb  3 2023 Remi Collet <remi@remirepo.net> - 1.14.3-1 +- update to 1.14.3 +  * Tue Dec 20 2022 Remi Collet <remi@remirepo.net> - 1.14.2-1  - update to 1.14.2  | 
