Hello community, here is the log from the commit of package perl-Digest-JHash for openSUSE:Factory checked in at 2016-11-24 21:23:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Digest-JHash (Old) and /work/SRC/openSUSE:Factory/.perl-Digest-JHash.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Digest-JHash" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Digest-JHash/perl-Digest-JHash.changes 2014-02-11 10:44:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Digest-JHash.new/perl-Digest-JHash.changes 2016-11-24 21:23:50.000000000 +0100 @@ -1,0 +2,25 @@ +Sat Nov 19 06:22:20 UTC 2016 - [email protected] + +- updated to 0.10 + see /usr/share/doc/packages/perl-Digest-JHash/Changes + + 0.10 2016-11-18 + - Avoid stray backup files. + - https://rt.cpan.org/Ticket/Display.html?id=118830 + - Thanks to KENTNL. + - Avoid duplicate test files. + - https://rt.cpan.org/Ticket/Display.html?id=118830 + - Thanks to KENTNL. + +------------------------------------------------------------------- +Sat Oct 8 15:51:04 UTC 2016 - [email protected] + +- updated to 0.09 + see /usr/share/doc/packages/perl-Digest-JHash/Changes + + 0.09 2015-05-30 + - Convert to Dist-Zilla. + - This implies several enhancements including links to the VCS + repositories in META.yml/META.json. + +------------------------------------------------------------------- Old: ---- Digest-JHash-0.08.tar.gz New: ---- Digest-JHash-0.10.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Digest-JHash.spec ++++++ --- /var/tmp/diff_new_pack.C4FYx5/_old 2016-11-24 21:23:51.000000000 +0100 +++ /var/tmp/diff_new_pack.C4FYx5/_new 2016-11-24 21:23:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Digest-JHash # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,14 +17,15 @@ Name: perl-Digest-JHash -Version: 0.08 +Version: 0.10 Release: 0 %define cpan_name Digest-JHash Summary: Perl extension for 32 bit Jenkins Hashing Algorithm License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Digest-JHash/ -Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -43,7 +44,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -59,6 +60,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README +%doc Changes examples html LICENSE misc README %changelog ++++++ Digest-JHash-0.08.tar.gz -> Digest-JHash-0.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/Changes new/Digest-JHash-0.10/Changes --- old/Digest-JHash-0.08/Changes 2014-01-27 11:09:10.000000000 +0100 +++ new/Digest-JHash-0.10/Changes 2016-11-18 12:13:45.000000000 +0100 @@ -1,5 +1,18 @@ Revision history for Perl extension Digest::JHash. +0.10 2016-11-18 + - Avoid stray backup files. + - https://rt.cpan.org/Ticket/Display.html?id=118830 + - Thanks to KENTNL. + - Avoid duplicate test files. + - https://rt.cpan.org/Ticket/Display.html?id=118830 + - Thanks to KENTNL. + +0.09 2015-05-30 + - Convert to Dist-Zilla. + - This implies several enhancements including links to the VCS + repositories in META.yml/META.json. + 0.08 2014-01-27 - Add a minimal version on perl-5.8.0. - For CPANTS Kwalitee. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/MANIFEST new/Digest-JHash-0.10/MANIFEST --- old/Digest-JHash-0.08/MANIFEST 2014-01-27 11:11:07.000000000 +0100 +++ new/Digest-JHash-0.10/MANIFEST 2016-11-18 12:13:45.000000000 +0100 @@ -1,10 +1,13 @@ +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.047. Changes JHash.xs LICENSE MANIFEST +MANIFEST.SKIP META.yml Makefile.PL README +dist.ini examples/jhash.pl examples/oo_vs_func.pl html/JHash.html @@ -14,8 +17,9 @@ misc/make_manifest.pl misc/mkdist.bat misc/spelling.t -t/cpan-changes.t +t/00-compile.t t/jhash.t -t/pod.t -t/pod_coverage.t -META.json Module JSON meta-data (added by MakeMaker) +xt/author/pod-coverage.t +xt/author/pod-syntax.t +xt/release/cpan-changes.t +xt/release/trailing-space.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/MANIFEST.SKIP new/Digest-JHash-0.10/MANIFEST.SKIP --- old/Digest-JHash-0.08/MANIFEST.SKIP 1970-01-01 01:00:00.000000000 +0100 +++ new/Digest-JHash-0.10/MANIFEST.SKIP 2016-11-18 12:13:45.000000000 +0100 @@ -0,0 +1 @@ +~$ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/META.json new/Digest-JHash-0.10/META.json --- old/Digest-JHash-0.08/META.json 2014-01-27 11:11:07.000000000 +0100 +++ new/Digest-JHash-0.10/META.json 1970-01-01 01:00:00.000000000 +0100 @@ -1,45 +0,0 @@ -{ - "abstract" : "Perl extension for 32 bit Jenkins Hashing Algorithm", - "author" : [ - "Dr James Freeman" - ], - "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 2.132830", - "license" : [ - "artistic_2" - ], - "meta-spec" : { - "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" - }, - "name" : "Digest-JHash", - "no_index" : { - "directory" : [ - "t", - "inc" - ] - }, - "prereqs" : { - "build" : { - "requires" : { - "ExtUtils::MakeMaker" : "0" - } - }, - "configure" : { - "requires" : { - "ExtUtils::MakeMaker" : "0" - } - }, - "runtime" : { - "requires" : { - "DynaLoader" : "0", - "Exporter" : "0", - "perl" : "5.008", - "strict" : "0", - "warnings" : "0" - } - } - }, - "release_status" : "stable", - "version" : "0.08" -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/META.yml new/Digest-JHash-0.10/META.yml --- old/Digest-JHash-0.08/META.yml 2014-01-27 11:11:07.000000000 +0100 +++ new/Digest-JHash-0.10/META.yml 2016-11-18 12:13:45.000000000 +0100 @@ -1,26 +1,36 @@ --- abstract: 'Perl extension for 32 bit Jenkins Hashing Algorithm' author: - - 'Dr James Freeman' + - 'Shlomi Fish <[email protected]>' build_requires: - ExtUtils::MakeMaker: 0 + File::Spec: '0' + File::Temp: '0' + IO::Handle: '0' + IPC::Open3: '0' + Test: '0' + Test::More: '0' + blib: '1.01' configure_requires: - ExtUtils::MakeMaker: 0 -dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.78, CPAN::Meta::Converter version 2.132830' + ExtUtils::MakeMaker: '0' +dynamic_config: 0 +generated_by: 'Dist::Zilla version 5.047, CPAN::Meta::Converter version 2.150005' license: artistic_2 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Digest-JHash -no_index: - directory: - - t - - inc +provides: + Digest::JHash: + file: lib/Digest/JHash.pm + version: '0.10' requires: - DynaLoader: 0 - Exporter: 0 - perl: 5.008 - strict: 0 - warnings: 0 -version: 0.08 + DynaLoader: '0' + Exporter: '0' + perl: '5.008' + strict: '0' + vars: '0' + warnings: '0' +resources: + bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Digest-JHash + repository: https://github.com/shlomif/perl-Digest-JHash.git +version: '0.10' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/Makefile.PL new/Digest-JHash-0.10/Makefile.PL --- old/Digest-JHash-0.08/Makefile.PL 2014-01-27 10:57:51.000000000 +0100 +++ new/Digest-JHash-0.10/Makefile.PL 2016-11-18 12:13:45.000000000 +0100 @@ -1,20 +1,72 @@ +# This Makefile.PL for Digest-JHash was generated by +# Dist::Zilla::Plugin::MakeMaker::Awesome 0.38. +# Don't edit it but the dist.ini and plugins used to construct it. + +use strict; +use warnings; + +use 5.008; use ExtUtils::MakeMaker; -WriteMakefile( - 'NAME' => 'Digest::JHash', - 'VERSION_FROM' => 'lib/Digest/JHash.pm', - ($] >= 5.005 ? - (ABSTRACT_FROM => 'lib/Digest/JHash.pm', - AUTHOR => 'Dr James Freeman') : - () - ), - PREREQ_PM => { - 'DynaLoader' => 0, - 'Exporter' => 0, - perl => '5.008', - strict => 0, - warnings => 0, - }, - LICENSE => 'artistic_2', - realclean => { FILES => 'Digest-JHash* *.tmp *.bak *.c' }, +my %WriteMakefileArgs = ( + "ABSTRACT" => "Perl extension for 32 bit Jenkins Hashing Algorithm", + "AUTHOR" => "Shlomi Fish <shlomif\@cpan.org>", + "CONFIGURE_REQUIRES" => { + "ExtUtils::MakeMaker" => 0 + }, + "DISTNAME" => "Digest-JHash", + "LICENSE" => "artistic_2", + "MIN_PERL_VERSION" => "5.008", + "NAME" => "Digest::JHash", + "PREREQ_PM" => { + "DynaLoader" => 0, + "Exporter" => 0, + "strict" => 0, + "vars" => 0, + "warnings" => 0 + }, + "TEST_REQUIRES" => { + "File::Spec" => 0, + "File::Temp" => 0, + "IO::Handle" => 0, + "IPC::Open3" => 0, + "Test" => 0, + "Test::More" => 0, + "blib" => "1.01" + }, + "VERSION" => "0.10", + "test" => { + "TESTS" => "t/*.t" + } ); + +%WriteMakefileArgs = ( + %WriteMakefileArgs, + 'OBJECT' => 'JHash.o', +); + +my %FallbackPrereqs = ( + "DynaLoader" => 0, + "Exporter" => 0, + "File::Spec" => 0, + "File::Temp" => 0, + "IO::Handle" => 0, + "IPC::Open3" => 0, + "Test" => 0, + "Test::More" => 0, + "blib" => "1.01", + "strict" => 0, + "vars" => 0, + "warnings" => 0 +); + +unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { + delete $WriteMakefileArgs{TEST_REQUIRES}; + delete $WriteMakefileArgs{BUILD_REQUIRES}; + $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; +} + +delete $WriteMakefileArgs{CONFIGURE_REQUIRES} + unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; + +WriteMakefile(%WriteMakefileArgs); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/dist.ini new/Digest-JHash-0.10/dist.ini --- old/Digest-JHash-0.08/dist.ini 1970-01-01 01:00:00.000000000 +0100 +++ new/Digest-JHash-0.10/dist.ini 2016-11-18 12:13:45.000000000 +0100 @@ -0,0 +1,31 @@ +name = Digest-JHash +author = Shlomi Fish <[email protected]> +license = Artistic_2_0 +copyright_holder = Dr James Freeman +copyright_year = 2003 + +[@Filter] +-bundle = @Basic +-remove = MakeMaker +-remove = ExtraTests +-remove = License +-remove = Readme +[AutoPrereqs] +[MetaProvides::Package] +[PodSyntaxTests] +[PodCoverageTests] +[Test::CPAN::Changes] +[Test::Compile] +fake_home = 1 +[PruneCruft] +[RewriteVersion] +[RunExtraTests] +[MakeMaker::Awesome] +WriteMakefile_arg = 'OBJECT' => 'JHash.o' +[MetaResources] +bugtracker.web = https://rt.cpan.org/Public/Dist/Display.html?Name=Digest-JHash +bugtracker.mailto = [email protected] +repository.url = https://github.com/shlomif/perl-Digest-JHash.git +repository.web = https://github.com/shlomif/perl-Digest-JHash +repository.type = git +[Test::TrailingSpace] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/lib/Digest/JHash.pm new/Digest-JHash-0.10/lib/Digest/JHash.pm --- old/Digest-JHash-0.08/lib/Digest/JHash.pm 2014-01-27 11:10:15.000000000 +0100 +++ new/Digest-JHash-0.10/lib/Digest/JHash.pm 2016-11-18 12:13:45.000000000 +0100 @@ -7,12 +7,12 @@ require Exporter; require DynaLoader; -use vars qw(@ISA @EXPORT_OK $VERSION); +use vars qw(@ISA @EXPORT_OK); @ISA = qw(Exporter DynaLoader); @EXPORT_OK = qw( jhash ); -$VERSION = '0.08'; +our $VERSION = '0.10'; bootstrap Digest::JHash $VERSION; @@ -20,9 +20,6 @@ __END__ -=pod - -=for stopwords JHash burtleburtle bigpond Jenkins =head1 NAME @@ -94,4 +91,6 @@ implied warranty. It may be used, redistributed and/or modified under the terms of the Artistic License 2.0. A copy is include in this distribution. +=for stopwords JHash burtleburtle bigpond Jenkins + =cut diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/t/00-compile.t new/Digest-JHash-0.10/t/00-compile.t --- old/Digest-JHash-0.08/t/00-compile.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Digest-JHash-0.10/t/00-compile.t 2016-11-18 12:13:45.000000000 +0100 @@ -0,0 +1,57 @@ +use 5.006; +use strict; +use warnings; + +# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054 + +use Test::More; + +plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0); + +my @module_files = ( + 'Digest/JHash.pm' +); + + + +# fake home for cpan-testers +use File::Temp; +local $ENV{HOME} = File::Temp::tempdir( CLEANUP => 1 ); + + +my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib'; + +use File::Spec; +use IPC::Open3; +use IO::Handle; + +open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!"; + +my @warnings; +for my $lib (@module_files) +{ + # see L<perlfaq8/How can I capture STDERR from an external command?> + my $stderr = IO::Handle->new; + + my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', "require q[$lib]"); + binmode $stderr, ':crlf' if $^O eq 'MSWin32'; + my @_warnings = <$stderr>; + waitpid($pid, 0); + is($?, 0, "$lib loaded ok"); + + shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ + and not eval { require blib; blib->VERSION('1.01') }; + + if (@_warnings) + { + warn @_warnings; + push @warnings, @_warnings; + } +} + + + +is(scalar(@warnings), 0, 'no warnings found') + or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if $ENV{AUTHOR_TESTING}; + + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/t/cpan-changes.t new/Digest-JHash-0.10/t/cpan-changes.t --- old/Digest-JHash-0.08/t/cpan-changes.t 2014-01-27 11:00:56.000000000 +0100 +++ new/Digest-JHash-0.10/t/cpan-changes.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -use strict; -use warnings; - -use Test::More; - -eval 'use Test::CPAN::Changes'; -plan skip_all => 'Test::CPAN::Changes required for this test' if $@; - -changes_ok(); - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/t/pod.t new/Digest-JHash-0.10/t/pod.t --- old/Digest-JHash-0.08/t/pod.t 2013-11-12 08:21:54.000000000 +0100 +++ new/Digest-JHash-0.10/t/pod.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ -use Test; - -#$ENV{RELEASE_TESTING}++; - -eval "use Test::Pod 1.00"; - -if ($@) { - print "1..0 # Skip Test::Pod 1.00 required for testing POD\n"; -} -else { - if ( $ENV{RELEASE_TESTING} ) { - my @poddirs = qw(lib ../lib); - all_pod_files_ok(all_pod_files( @poddirs )); - } - else { - print "1..0 # Skip Author only pod tests not required\n"; - } -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/t/pod_coverage.t new/Digest-JHash-0.10/t/pod_coverage.t --- old/Digest-JHash-0.08/t/pod_coverage.t 2013-11-12 08:21:54.000000000 +0100 +++ new/Digest-JHash-0.10/t/pod_coverage.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ -use Test; -use Cwd; - -my $ALSO_PRIVATE = [ ]; - -#$ENV{RELEASE_TESTING}++; - -my $chdir = 0; # Test::Pod::Coverage is brain dead and won't find - # lib or blib when run from t/, nor can you tell it - # where to look -if ( cwd() =~ m/t$/ ) { - chdir ".."; - $chdir++; -} - -eval "use Test::Pod::Coverage 1.00"; - -if ($@) { - print "1..0 Skip # Test::Pod::Coverage 1.00 required for testing POD\n"; -} -else { - if ( $ENV{RELEASE_TESTING} ) { - all_pod_coverage_ok( { also_private => $ALSO_PRIVATE } ); - } - else { - print "1..0 # Skip Author only pod coverage tests not required\n"; - } -} - -chdir "t" if $chdir; # back to t/ \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/xt/author/pod-coverage.t new/Digest-JHash-0.10/xt/author/pod-coverage.t --- old/Digest-JHash-0.08/xt/author/pod-coverage.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Digest-JHash-0.10/xt/author/pod-coverage.t 2016-11-18 12:13:45.000000000 +0100 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. + +use Test::Pod::Coverage 1.08; +use Pod::Coverage::TrustPod; + +all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/xt/author/pod-syntax.t new/Digest-JHash-0.10/xt/author/pod-syntax.t --- old/Digest-JHash-0.08/xt/author/pod-syntax.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Digest-JHash-0.10/xt/author/pod-syntax.t 2016-11-18 12:13:45.000000000 +0100 @@ -0,0 +1,7 @@ +#!perl +# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. +use strict; use warnings; +use Test::More; +use Test::Pod 1.41; + +all_pod_files_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/xt/release/cpan-changes.t new/Digest-JHash-0.10/xt/release/cpan-changes.t --- old/Digest-JHash-0.08/xt/release/cpan-changes.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Digest-JHash-0.10/xt/release/cpan-changes.t 2016-11-18 12:13:45.000000000 +0100 @@ -0,0 +1,11 @@ +#!perl + +use strict; +use warnings; + +use Test::More 0.96 tests => 2; +use_ok('Test::CPAN::Changes'); +subtest 'changes_ok' => sub { + changes_file_ok('Changes'); +}; +done_testing(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Digest-JHash-0.08/xt/release/trailing-space.t new/Digest-JHash-0.10/xt/release/trailing-space.t --- old/Digest-JHash-0.08/xt/release/trailing-space.t 1970-01-01 01:00:00.000000000 +0100 +++ new/Digest-JHash-0.10/xt/release/trailing-space.t 2016-11-18 12:13:45.000000000 +0100 @@ -0,0 +1,30 @@ +#!perl + +use strict; +use warnings; + +use Test::More; + +eval "use Test::TrailingSpace"; +if ($@) +{ + plan skip_all => "Test::TrailingSpace required for trailing space test."; +} +else +{ + plan tests => 1; +} + +# TODO: add .pod, .PL, the README/Changes/TODO/etc. documents and possibly +# some other stuff. +my $finder = Test::TrailingSpace->new( + { + root => '.', + filename_regex => qr#(?:\.(?:t|pm|pl|xs|c|h|txt|pod|PL)|README|Changes|TODO|LICENSE)\z#, + }, +); + +# TEST +$finder->no_trailing_space( + "No trailing space was found." +); ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: #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
