summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-21 09:27:45 +0100
committerRemi Collet <remi@php.net>2022-12-21 09:27:45 +0100
commit90f34e59c7371d33d18379fa594dfa24eea2d177 (patch)
tree1acad99eb15cc72bf5cc0cb0326c534657514096
parent6de9c483f421088bbe319344557895e6e0c1b2a6 (diff)
update to 2.16.1 (no change)HEADmaster
-rw-r--r--php-laminas-log.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.16.1-1
+- update to 2.16.1 (no change)
+
* Wed Nov 16 2022 Remi Collet <remi@remirepo.net> - 2.16.0-1
- update to 2.16.0 (no change)
- raise dependency on PHP 8.0