From cacba1b2c32d9082680730229cbb35c2bdd280419361e10be7568c110289b4ba Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 23 Feb 2009 22:51:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ldap?expand=0&rev=5 --- perl-ldap-0.37.tar.bz2 | 3 --- perl-ldap-0.39.tar.bz2 | 3 +++ perl-ldap.changes | 13 +++++++++++++ perl-ldap.spec | 18 ++++++++++++++---- 4 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 perl-ldap-0.37.tar.bz2 create mode 100644 perl-ldap-0.39.tar.bz2 diff --git a/perl-ldap-0.37.tar.bz2 b/perl-ldap-0.37.tar.bz2 deleted file mode 100644 index 810edbf..0000000 --- a/perl-ldap-0.37.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:144dc93d1720ecbcd85a83ad23f9c0a78796d3838db2e05d12c9a4e22c1ac9e2 -size 221329 diff --git a/perl-ldap-0.39.tar.bz2 b/perl-ldap-0.39.tar.bz2 new file mode 100644 index 0000000..2a822ab --- /dev/null +++ b/perl-ldap-0.39.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb761328475bab37eb0528122b1325e9effb391a2749d25fd1f0c5c5b8c1948 +size 221748 diff --git a/perl-ldap.changes b/perl-ldap.changes index 7491a43..bc93917 100644 --- a/perl-ldap.changes +++ b/perl-ldap.changes @@ -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 diff --git a/perl-ldap.spec b/perl-ldap.spec index 02a0fe9..5ba92f9 100644 --- a/perl-ldap.spec +++ b/perl-ldap.spec @@ -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)