diff options
| -rw-r--r-- | php-kolab-net-ldap3.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-kolab-net-ldap3.spec b/php-kolab-net-ldap3.spec index 7d8bb7b..d0a7060 100644 --- a/php-kolab-net-ldap3.spec +++ b/php-kolab-net-ldap3.spec @@ -7,11 +7,11 @@  # Please, preserve the changelog entries  # -%global git_commit    4a380eeb67eb +%global git_commit    e1835e36fa5d  %global git_short     %(c=%{git_commit}; echo ${c:0:7})  Name:           php-kolab-net-ldap3 -Version:        1.1.1 +Version:        1.1.3  Release:        1%{?dist}  Summary:        Advanced functionality for accessing LDAP directories @@ -63,6 +63,9 @@ cp -pr lib/Net %{buildroot}%{_datadir}/php/Net  %changelog +* Thu Oct 24 2019 Remi Collet <remi@remirepo.net> - 1.1.3-1 +- update to 1.1.3 +  * Thu Aug 29 2019 Remi Collet <remi@fedoraproject.org> - 1.1.1-1  - update to 1.1.1  | 
