diff options
-rw-r--r-- | php-laminas-diagnostics.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-diagnostics.spec b/php-laminas-diagnostics.spec index 8c8a3c1..b8bd75c 100644 --- a/php-laminas-diagnostics.spec +++ b/php-laminas-diagnostics.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 99acdfef836516d1830a381f6798205ec5deb45d +%global gh_commit 4f6c493e9d6fa57f29d32671a4a86e841afd9428 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-diagnostics @@ -17,7 +17,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 1.12.0 +Version: 1.13.0 Release: 1%{?dist} Summary: A set of components for performing diagnostic tests @@ -236,6 +236,9 @@ exit $ret %changelog +* Wed Dec 15 2021 Remi Collet <remi@remirepo.net> - 1.13.0-1 +- update to 1.13.0 + * Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 1.12.0-1 - update to 1.12.0 |