summaryrefslogtreecommitdiffstats
path: root/php-laminas-diagnostics.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-laminas-diagnostics.spec')
-rw-r--r--php-laminas-diagnostics.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-diagnostics.spec b/php-laminas-diagnostics.spec
index c98842e..8c8a3c1 100644
--- a/php-laminas-diagnostics.spec
+++ b/php-laminas-diagnostics.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit cf9f497fe04adb4a813503f34bc2dc6586b05d25
+%global gh_commit 99acdfef836516d1830a381f6798205ec5deb45d
%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.11.0
+Version: 1.12.0
Release: 1%{?dist}
Summary: A set of components for performing diagnostic tests
@@ -82,7 +82,7 @@ BuildRequires: /bin/ps
BuildRequires: php-fedora-autoloader-devel
# From composer, "require": {
-# "php": "^7.3 || ~8.0.0"
+# "php": "^7.3 || ~8.0.0 || ~8.1.0"
Requires: php(language) >= 7.3
# remirepo:1
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
@@ -236,6 +236,9 @@ exit $ret
%changelog
+* Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 1.12.0-1
+- update to 1.12.0
+
* Tue Dec 7 2021 Remi Collet <remi@remirepo.net> - 1.11.0-1
- update to 1.11.0
- keep compatibility using laminas-zendframework-bridge