diff options
| author | Remi Collet <remi@remirepo.net> | 2019-10-24 15:07:48 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-10-24 15:07:48 +0200 | 
| commit | d66791f20e8421b90681b1af68c6abe9be8ad430 (patch) | |
| tree | e8289b60a6f9f06c45543bcb01856584c9a27f20 | |
| parent | f9324ee473a195b4e5ab8b077a77ceb265506d52 (diff) | |
| -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  | 
