From c66489aa68becc4a3f7649747ea688c13a21ca33 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Sep 2023 15:48:35 +0200 Subject: update to 1.1.2 --- php-doctrine-deprecations.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-doctrine-deprecations.spec b/php-doctrine-deprecations.spec index e719d98..dc1b988 100644 --- a/php-doctrine-deprecations.spec +++ b/php-doctrine-deprecations.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 612a3ee5ab0d5dd97b7cf3874a6efe24325efac3 +%global gh_commit 4f2d4f2836e7ec4e7a8625e75c6aa916004db931 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project deprecations @@ -21,7 +21,7 @@ %global ns_project Deprecations Name: php-%{pk_vendor}-%{pk_project} -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: A small layer on top of triggeFr_error or PSR-3 logging @@ -163,6 +163,9 @@ exit $ret %changelog +* Thu Sep 28 2023 Remi Collet - 1.1.2-1 +- update to 1.1.2 + * Mon Jun 5 2023 Remi Collet - 1.1.1-1 - update to 1.1.1 -- cgit