From 0ec8142cc3ba9ce5ad17f9330e2b5c56dbb290a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Dec 2021 14:00:54 +0100 Subject: update to 1.13.0 --- php-laminas-diagnostics.spec | 7 +++++-- 1 file 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 - 1.13.0-1 +- update to 1.13.0 + * Wed Dec 8 2021 Remi Collet - 1.12.0-1 - update to 1.12.0 -- cgit