summaryrefslogtreecommitdiffstats
path: root/php-kolab-net-ldap3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-kolab-net-ldap3.spec')
-rw-r--r--php-kolab-net-ldap3.spec13
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