From d802a63e8c7c06c155345e5260ab045ea76aae6b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2022 10:13:09 +0100 Subject: update to 3.9.2 (no change) --- php-laminas-eventmanager.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-eventmanager.spec b/php-laminas-eventmanager.spec index 93dab72..8683570 100644 --- a/php-laminas-eventmanager.spec +++ b/php-laminas-eventmanager.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit 74c091fb0da37744e7d215ef5bd3564c77f6385e +%global gh_commit 55f7c337f4e49baf6dca87220619d40d9518e6b6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-eventmanager @@ -23,11 +23,11 @@ %global library EventManager Name: php-%{gh_project} -Version: 3.9.0 +Version: 3.9.2 Release: 1%{?dist} Summary: Trigger and listen to events within a PHP application -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -199,6 +199,9 @@ exit $ret %changelog +* Wed Dec 21 2022 Remi Collet - 3.9.2-1 +- update to 3.9.2 (no change) + * Wed Dec 14 2022 Remi Collet - 3.9.0-1 - update to 3.9.0 -- cgit