commit perl-Authen-SASL for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Authen-SASL for openSUSE:Factory checked in at 2017-09-29 11:57:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Authen-SASL (Old) and /work/SRC/openSUSE:Factory/.perl-Authen-SASL.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Authen-SASL" Fri Sep 29 11:57:31 2017 rev:26 rq:529834 version:2.16 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Authen-SASL/perl-Authen-SASL.changes 2013-06-05 17:47:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Authen-SASL.new/perl-Authen-SASL.changes 2017-09-29 11:57:39.247616528 +0200 @@ -1,0 +2,5 @@ +Fri Sep 29 05:01:55 UTC 2017 - coolo@suse.com + +- add perl526.path to build with perl 5.26 + +------------------------------------------------------------------- New: ---- cpanspec.yml perl526.path ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Authen-SASL.spec ++++++ --- /var/tmp/diff_new_pack.TT54vn/_old 2017-09-29 11:57:43.087075148 +0200 +++ /var/tmp/diff_new_pack.TT54vn/_new 2017-09-29 11:57:43.087075148 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Authen-SASL # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -24,21 +24,14 @@ License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Authen-SASL/ -Source: http://www.cpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +Patch0: perl526.path BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::HMAC_MD5) -#BuildRequires: perl(Authen::SASL) -#BuildRequires: perl(GSSAPI) -#BuildRequires: perl(inc::Module::Install) -#BuildRequires: perl(JSON) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(YAML::Tiny) Requires: perl(Digest::HMAC_MD5) Recommends: perl(GSSAPI) %{perl_requires} @@ -53,18 +46,18 @@ * Authen::SASL::Perl - This module implements several mechanisms and is implemented entirely in - Perl. +This module implements several mechanisms and is implemented entirely in +Perl. * Authen::SASL::XS - This module uses the Cyrus SASL C-library (both version 1 and 2 are - supported). +This module uses the Cyrus SASL C-library (both version 1 and 2 are +supported). * Authen::SASL::Cyrus - This module is the predecessor to the Authen::SASL::XS manpage. It is - reccomended to use the Authen::SASL::XS manpage +This module is the predecessor to Authen::SASL::XS. It is reccomended to +use Authen::SASL::XS By default the order in which these plugins are selected is Authen::SASL::XS, Authen::SASL::Cyrus and then Authen::SASL::Perl. @@ -80,6 +73,7 @@ %prep %setup -q -n %{cpan_name}-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -95,6 +89,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc api.txt Changes compat_pl example_pl MYMETA.json MYMETA.yml +%doc api.txt Changes compat_pl example_pl %changelog ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1 # - source2 patches: perl526.path: -p1 #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_build: |- # rm unused.files #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module ++++++ perl526.path ++++++ Index: Authen-SASL-2.16/Makefile.PL =================================================================== --- Authen-SASL-2.16.orig/Makefile.PL +++ Authen-SASL-2.16/Makefile.PL @@ -3,6 +3,7 @@ use strict; use warnings; use 5.005; +use lib '.'; use inc::Module::Install; name 'Authen-SASL';
participants (1)
-
root@hilbert.suse.de