Check in python-ldap version 2.4.25

This commit is contained in:
Petr Spacek 2016-04-20 12:48:26 +02:00
parent c2cbf072f4
commit e6a830e3e4
No known key found for this signature in database
GPG Key ID: 10587E881CB2BB71
4 changed files with 15 additions and 9 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ python-ldap-2.3.10.tar.gz
/python-ldap-2.4.6.tar.gz /python-ldap-2.4.6.tar.gz
/python-ldap-2.4.16.tar.gz /python-ldap-2.4.16.tar.gz
/python-ldap-2.4.17.tar.gz /python-ldap-2.4.17.tar.gz
/python-ldap-2.4.25.tar.gz

View File

@ -1,10 +1,12 @@
diff -r -u3 python-ldap-2.4.16/setup.cfg python-ldap-2.4.16.fedora/setup.cfg diff --git a/setup.cfg b/setup.cfg
--- python-ldap-2.4.16/setup.cfg 2014-09-10 14:17:37.000000000 +0200 index aafa110..4dcf73a 100644
+++ python-ldap-2.4.16.fedora/setup.cfg 2014-09-25 10:20:47.555165683 +0200 --- a/setup.cfg
@@ -1,8 +1,7 @@ +++ b/setup.cfg
@@ -1,8 +1,8 @@
[_ldap] [_ldap]
-library_dirs = /opt/openldap/lib64 /usr/lib -library_dirs = /usr/lib /usr/lib64 /usr/local/lib /usr/local/lib64
-include_dirs = /opt/openldap/include /usr/include/sasl /usr/include -include_dirs = /usr/include /usr/include/sasl /usr/local/include /usr/local/include/sasl
+library_dirs = /usr/lib /usr/lib64
+include_dirs = /usr/include/sasl /usr/include +include_dirs = /usr/include/sasl /usr/include
defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
-extra_compile_args = -extra_compile_args =

View File

@ -1,8 +1,8 @@
### Abstract ### ### Abstract ###
Name: python-ldap Name: python-ldap
Version: 2.4.17 Version: 2.4.25
Release: 3%{?dist} Release: 1%{?dist}
Epoch: 0 Epoch: 0
License: Python License: Python
Group: System Environment/Libraries Group: System Environment/Libraries
@ -66,6 +66,9 @@ sed -i 's|#! python|#!/usr/bin/python|g' Demo/simplebrowse.py
%{python_sitearch}/python_ldap-%{version}-*.egg-info %{python_sitearch}/python_ldap-%{version}-*.egg-info
%changelog %changelog
* Wed Apr 20 2016 Petr Spacek <pspacek@redhat.com> - 2.4.25-1
- New upstream release 2.4.25
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.4.17-3 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.4.17-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
298e0cebe2a256dc9efb00d5d1138d12 python-ldap-2.4.17.tar.gz 21523bf21dbe566e0259030f66f7a487 python-ldap-2.4.25.tar.gz