diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-27 19:01:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-27 19:01:09 +0100 |
commit | 749a7c59002fde17320d86d08431c1544abad1f4 (patch) | |
tree | 4fefb62bb4cf026ed47f8a315b7dc583a5c7e73e | |
parent | 31e120cf5582f0fbe6a2ad12c325f42f8e92f636 (diff) |
php-kolab-net-ldap3: 1.0.3
-rw-r--r-- | php-kolab-net-ldap3.spec | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/php-kolab-net-ldap3.spec b/php-kolab-net-ldap3.spec index a0cb394..50f2626 100644 --- a/php-kolab-net-ldap3.spec +++ b/php-kolab-net-ldap3.spec @@ -8,8 +8,8 @@ # Name: php-kolab-net-ldap3 -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: Advanced functionality for accessing LDAP directories Group: Development/Libraries @@ -17,10 +17,6 @@ License: GPLv3+ URL: http://git.kolab.org/pear/Net_LDAP3/ Source0: http://git.kolab.org/pear/Net_LDAP3/snapshot/pear-Net-LDAP3-%{version}.tar.gz -# Upstream patch for license clarification -# https://issues.kolab.org/show_bug.cgi?id=4695 -Patch0: php-kolab-net-ldap3-license.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -45,8 +41,6 @@ for accessing LDAP directories. %prep %setup -q -n pear-Net-LDAP3-%{version} -%patch0 -p1 - %build # Nothing to build @@ -71,6 +65,9 @@ rm -rf %{buildroot} %changelog +* Fri Mar 27 2015 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 +- update to 1.0.3 + * Tue Feb 24 2015 Remi Collet <remi@fedoraproject.org> - 1.0.2-2 - add upstream patch for License clarification |