diff options
| author | Remi Collet <remi@remirepo.net> | 2022-08-04 10:13:41 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-08-04 10:13:41 +0200 | 
| commit | b7f09259f411baa281feb9a8584a1fc360b91044 (patch) | |
| tree | a171feccc080938c12a5315f9e65e920867dac7b | |
| parent | b70cab6828baad9774fc0f44e6697f7cf0ccd3af (diff) | |
update to 2.14.1
| -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  | 
