From f4ce1f6e3a0b7589880d83b64a33b6ba371bd554 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2022 14:09:48 +0100 Subject: update to 2.13.0 --- php-laminas-ldap.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-ldap.spec b/php-laminas-ldap.spec index 4918003..fdd6132 100644 --- a/php-laminas-ldap.spec +++ b/php-laminas-ldap.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-ldap # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b07b8714363d5acb82af74efb9e96d5436e1b044 +%global gh_commit 308f7749b12e2c14e91f51ddca4e2296fafe2367 %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.12.0 +Version: 2.13.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -198,6 +198,9 @@ exit $ret %changelog +* Mon Mar 21 2022 Remi Collet - 2.13.0-1 +- update to 2.13.0 + * Fri Dec 3 2021 Remi Collet - 2.12.0-1 - update to 2.12.0 - keep compatibility using laminas-zendframework-bridge -- cgit