diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-15 14:00:54 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-15 14:00:54 +0100 |
commit | 0ec8142cc3ba9ce5ad17f9330e2b5c56dbb290a2 (patch) | |
tree | 5f0242585952d0a38fbd7d63e92539036a1f859b | |
parent | bbceefb8e78cea2010e3294e85e95ef7e59bc9de (diff) |
-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 |