OBS User unknown 2009-02-23 22:51:00 +00:00 committed by Git OBS Bridge
parent b463ff78b4
commit cacba1b2c3
4 changed files with 30 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:144dc93d1720ecbcd85a83ad23f9c0a78796d3838db2e05d12c9a4e22c1ac9e2
size 221329

3
perl-ldap-0.39.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfb761328475bab37eb0528122b1325e9effb391a2749d25fd1f0c5c5b8c1948
size 221748

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 23 16:11:13 CET 2009 - anicka@suse.cz
- update to 0.39
* Several fixes to the handling of IntermediateMessage and LDAP
Content synchronisation
* Fix dsmt test to not fail on win32
* Fix Net::LDAP::Util to not cause Undefined subroutine
&Net::LDAP::Util::ldap_error_desc
* Fix bug in Net::LDAP::Extension using wrong field for resultCode
* Fix Net::LDAP::Control::PasswordPolicy decoding bug.
* Net::LDAP::Extension::SetPassword now supports controls
-------------------------------------------------------------------
Wed Sep 10 18:03:52 CEST 2008 - anicka@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-ldap (Version 0.37)
# spec file for package perl-ldap (Version 0.39)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
Name: perl-ldap
BuildRequires: perl-Authen-SASL perl-Convert-ASN1 perl-IO-Socket-SSL perl-XML-Parser
Version: 0.37
Version: 0.39
Release: 1
Provides: perl_ldp perl-Net-LDAP = %{version}
Obsoletes: perl_ldp perl-Net-LDAP < %{version}
@ -103,6 +103,16 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorlib}/Net/LDAPS.pm
%changelog
* Mon Feb 23 2009 anicka@suse.cz
- update to 0.39
* Several fixes to the handling of IntermediateMessage and LDAP
Content synchronisation
* Fix dsmt test to not fail on win32
* Fix Net::LDAP::Util to not cause Undefined subroutine
&Net::LDAP::Util::ldap_error_desc
* Fix bug in Net::LDAP::Extension using wrong field for resultCode
* Fix Net::LDAP::Control::PasswordPolicy decoding bug.
* Net::LDAP::Extension::SetPassword now supports controls
* Wed Sep 10 2008 anicka@suse.cz
- update to 0.37
* Add Modify Increment (RFC 4525) support
@ -114,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
as array ref
* Added Net::LDAP::Control::PasswordPolicy to support draft RFC
* bugfixes
* Wed Jul 16 2008 jw@suse.de
* Tue Jul 15 2008 jw@suse.de
- perl-ldap does not conform to our naming conventions for perl packages.
Added a Provides: perl-Net-LDAP to make user's life easier.
(Using version numbers, to allow future package rename)