From b7f09259f411baa281feb9a8584a1fc360b91044 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Aug 2022 10:13:41 +0200 Subject: update to 2.14.1 --- php-laminas-ldap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-ldap.spec') diff --git a/php-laminas-ldap.spec b/php-laminas-ldap.spec index 339313f..78c2278 100644 --- a/php-laminas-ldap.spec +++ b/php-laminas-ldap.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit f68ae4c5a7525b21dd1dfaac92db035cfdacdf78 +%global gh_commit 8bc9609942a3383190f8fc50a4c2808825430bdf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-ldap @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.14.0 +Version: 2.14.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -198,6 +198,9 @@ exit $ret %changelog +* Thu Aug 4 2022 Remi Collet - 2.14.1-1 +- update to 2.14.1 + * Mon Aug 1 2022 Remi Collet - 2.14.0-1 - update to 2.14.0 - raise dependency on PHP 7.4 -- cgit