Hello community, here is the log from the commit of package perl-ldap for openSUSE:Factory checked in at 2019-06-20 18:53:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-ldap (Old) and /work/SRC/openSUSE:Factory/.perl-ldap.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-ldap" Thu Jun 20 18:53:56 2019 rev:30 rq:710407 version:0.66 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-ldap/perl-ldap.changes 2017-10-02 16:45:44.801609968 +0200 +++ /work/SRC/openSUSE:Factory/.perl-ldap.new.4811/perl-ldap.changes 2019-06-20 18:53:58.472728616 +0200 @@ -1,0 +2,18 @@ +Mon Jun 17 15:22:55 UTC 2019 - Pedro Monreal Gonzalez <[email protected]> + +- update to 0.66 + Enhancements + * Entry.pm: accept more options in ldif() + * inc/: refresh install tools + * contrib/ldifsort: new option -h + * documentation extensions + * typo fixes + Bug Fixes + * contrib/schema2ad: fix syntax calculation + * Refresh.pm: fix get_ttl() method + * DSML: fix detection of auxiliary object classes +- Dropped patch fixed upstream perl526.patch +- Updated URL to MetaCPAN +- Updated spec file with spec-cleaner + +------------------------------------------------------------------- Old: ---- perl-ldap-0.65.tar.gz perl526.patch New: ---- perl-ldap-0.66.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-ldap.spec ++++++ --- /var/tmp/diff_new_pack.lNKFgL/_old 2019-06-20 18:54:00.364731208 +0200 +++ /var/tmp/diff_new_pack.lNKFgL/_new 2019-06-20 18:54:00.396731252 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-ldap # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: perl-ldap %define cpan_name perl-ldap -Version: 0.65 +Name: perl-ldap +Version: 0.66 Release: 0 Summary: Client Interface for LDAP Servers -License: GPL-1.0+ or Artistic-1.0 +License: GPL-1.0-or-later OR Artistic-1.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/~marschap/perl-ldap/ -Source: perl-ldap-%{version}.tar.gz -Patch0: perl526.patch +URL: https://metacpan.org/release/perl-ldap +Source0: https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/%{cpan_name}-%{version}.tar.gz BuildRequires: perl-Authen-SASL BuildRequires: perl-Convert-ASN1 BuildRequires: perl-IO-Socket-SSL BuildRequires: perl-XML-Parser BuildRequires: perl-macros +BuildRequires: perl(XML::SAX::Base) +BuildRequires: perl(XML::SAX::Writer) Requires: perl-Convert-ASN1 Requires: perl-URI Requires: perl-XML-Parser @@ -38,7 +39,6 @@ Provides: perl_ldp Obsoletes: perl-Net-LDAP < %{version} Obsoletes: perl_ldp -BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} %description @@ -46,17 +46,16 @@ %prep %setup -q -n perl-ldap-%{version} -%patch0 -p1 find . -type f -print0 | xargs -0 chmod 644 # MANUAL -find contrib -type f | xargs -n 1 sed -i "s@/usr/local/bin/perl@/usr/bin/perl@" +find contrib -type f | xargs -n 1 sed -i "s@/usr/local/bin/perl@%{_bindir}/perl@" %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make %{?_smp_mflags} test %install %perl_make_install ++++++ perl-ldap-0.65.tar.gz -> perl-ldap-0.66.tar.gz ++++++ ++++ 2540 lines of diff (skipped)
