diff options
| -rw-r--r-- | php-laminas-ldap.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 2.14.1-1 +- update to 2.14.1 +  * Mon Aug  1 2022 Remi Collet <remi@remirepo.net> - 2.14.0-1  - update to 2.14.0  - raise dependency on PHP 7.4  | 
