From 7b34828c9c348157c4e1dca2b3a7c978aa41186b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jun 2019 08:55:15 +0200 Subject: v1.1.0 --- php-kolab-net-ldap3.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/php-kolab-net-ldap3.spec b/php-kolab-net-ldap3.spec index 543fe05..94c023b 100644 --- a/php-kolab-net-ldap3.spec +++ b/php-kolab-net-ldap3.spec @@ -1,21 +1,20 @@ # spec file for php-kolab-net-ldap3 # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global git_commit 373ff2401c13 +%global git_commit 4dbc8c189d7c %global git_short %(c=%{git_commit}; echo ${c:0:7}) Name: php-kolab-net-ldap3 -Version: 1.0.7 -Release: 2%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Advanced functionality for accessing LDAP directories -Group: Development/Libraries License: GPLv3+ URL: http://git.kolab.org/pear/Net_LDAP3/ Source0: %{name}-%{version}-%{git_short}.tgz @@ -28,7 +27,7 @@ BuildArch: noarch # "pear-pear/Net_LDAP2": ">=2.0.12" Requires: php(language) >= 5.3.3 Requires: php-pear-Net-LDAP2 >= 2.0.12 -# From phpcompatinfo report for version 1.0.7 +# From phpcompatinfo report for version 1.1.0 Requires: php-json Requires: php-ldap Requires: php-pcre @@ -64,6 +63,9 @@ cp -pr lib/Net %{buildroot}%{_datadir}/php/Net %changelog +* Tue Jun 18 2019 Remi Collet - 1.1.0-1 +- update to 1.1.0 + * Mon Sep 17 2018 Remi Collet - 1.0.7-2 - provide php-composer(kolab/net_ldap3) -- cgit