diff options
-rw-r--r-- | composer.json | 1 | ||||
-rw-r--r-- | php-kolab-net-ldap3.spec | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 14090c0..35b2f3b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "kolab/net_ldap3", "description": "A successor of the PEAR:Net_LDAP2 module providing advanced functionality for accessing LDAP directories", "type": "library", - "version": "1.0.7", "keywords": ["pear", "ldap", "vlv"], "homepage": "http://git.kolab.org/pear/Net_LDAP3/", "license": "GPL-3.0+", diff --git a/php-kolab-net-ldap3.spec b/php-kolab-net-ldap3.spec index 94c023b..7d8bb7b 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 4dbc8c189d7c +%global git_commit 4a380eeb67eb %global git_short %(c=%{git_commit}; echo ${c:0:7}) Name: php-kolab-net-ldap3 -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: Advanced functionality for accessing LDAP directories @@ -63,6 +63,9 @@ cp -pr lib/Net %{buildroot}%{_datadir}/php/Net %changelog +* Thu Aug 29 2019 Remi Collet <remi@fedoraproject.org> - 1.1.1-1 +- update to 1.1.1 + * Tue Jun 18 2019 Remi Collet <remi@fedoraproject.org> - 1.1.0-1 - update to 1.1.0 |