From 90f34e59c7371d33d18379fa594dfa24eea2d177 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2022 09:27:45 +0100 Subject: update to 2.16.1 (no change) --- php-laminas-log.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-log.spec') diff --git a/php-laminas-log.spec b/php-laminas-log.spec index 72eba98..763fca6 100644 --- a/php-laminas-log.spec +++ b/php-laminas-log.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 932a4b95b4cbb64dc69fb56ad3cd5032d5995104 +%global gh_commit a9c16bb161311553238b8989aa587bed4b518a7e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-log @@ -22,11 +22,11 @@ %endif Name: php-%{gh_project} -Version: 2.16.0 +Version: 2.16.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component -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 @@ -249,6 +249,9 @@ exit $ret %changelog +* Wed Dec 21 2022 Remi Collet - 2.16.1-1 +- update to 2.16.1 (no change) + * Wed Nov 16 2022 Remi Collet - 2.16.0-1 - update to 2.16.0 (no change) - raise dependency on PHP 8.0 -- cgit