Hello community, here is the log from the commit of package perl-Data-Float for openSUSE:Factory checked in at 2017-08-28 15:04:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Data-Float (Old) and /work/SRC/openSUSE:Factory/.perl-Data-Float.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Data-Float" Mon Aug 28 15:04:26 2017 rev:2 rq:514086 version:0.013 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Data-Float/perl-Data-Float.changes 2016-01-28 17:25:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Data-Float.new/perl-Data-Float.changes 2017-08-28 15:04:34.594942374 +0200 @@ -1,0 +2,15 @@ +Mon Jul 31 05:21:04 UTC 2017 - [email protected] + +- updated to 0.013 + see /usr/share/doc/packages/perl-Data-Float/Changes + + version 0.013; 2017-07-29 + + * no longer include a Makefile.PL in the distribution + + * in documentation, use four-column indentation for all verbatim + material + + * in META.{yml,json}, point to public bug tracker + +------------------------------------------------------------------- Old: ---- Data-Float-0.012.tar.gz New: ---- Data-Float-0.013.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Data-Float.spec ++++++ --- /var/tmp/diff_new_pack.sCLznO/_old 2017-08-28 15:04:36.214714545 +0200 +++ /var/tmp/diff_new_pack.sCLznO/_new 2017-08-28 15:04:36.218713982 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Float # -# Copyright (c) 2014 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 @@ -17,14 +17,15 @@ Name: perl-Data-Float -Version: 0.012 +Version: 0.013 Release: 0 %define cpan_name Data-Float -Summary: Details of the floating point data type +Summary: Details of the Floating Point Data Type License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Data-Float/ -Source: Data-Float-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl ++++++ Data-Float-0.012.tar.gz -> Data-Float-0.013.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Float-0.012/Build.PL new/Data-Float-0.013/Build.PL --- old/Data-Float-0.012/Build.PL 2012-02-04 15:45:07.000000000 +0100 +++ new/Data-Float-0.013/Build.PL 2017-07-29 21:39:32.000000000 +0200 @@ -32,7 +32,16 @@ }, dynamic_config => 0, meta_add => { distribution_type => "module" }, - create_makefile_pl => "passthrough", + meta_merge => { + "meta-spec" => { version => "2" }, + resources => { + bugtracker => { + mailto => "bug-Data-Float\@rt.cpan.org", + web => "https://rt.cpan.org/Public/Dist/". + "Display.html?Name=Data-Float", + }, + }, + }, sign => 1, )->create_build_script; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Float-0.012/Changes new/Data-Float-0.013/Changes --- old/Data-Float-0.012/Changes 2012-02-04 15:45:07.000000000 +0100 +++ new/Data-Float-0.013/Changes 2017-07-29 21:39:32.000000000 +0200 @@ -1,3 +1,12 @@ +version 0.013; 2017-07-29 + + * no longer include a Makefile.PL in the distribution + + * in documentation, use four-column indentation for all verbatim + material + + * in META.{yml,json}, point to public bug tracker + version 0.012; 2012-02-04 * include META.json in distribution diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Float-0.012/MANIFEST new/Data-Float-0.013/MANIFEST --- old/Data-Float-0.012/MANIFEST 2012-02-04 15:45:07.000000000 +0100 +++ new/Data-Float-0.013/MANIFEST 2017-07-29 21:39:32.000000000 +0200 @@ -4,7 +4,6 @@ MANIFEST META.json META.yml -Makefile.PL README lib/Data/Float.pm t/class.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Float-0.012/META.json new/Data-Float-0.013/META.json --- old/Data-Float-0.012/META.json 2012-02-04 15:45:07.000000000 +0100 +++ new/Data-Float-0.013/META.json 2017-07-29 21:39:32.000000000 +0200 @@ -4,57 +4,62 @@ "Andrew Main (Zefram) <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.112621", + "generated_by" : "Module::Build version 0.4224", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Data-Float", "prereqs" : { "build" : { "requires" : { - "Module::Build" : 0, - "Test::More" : 0, + "Module::Build" : "0", + "Test::More" : "0", "perl" : "5.006", - "strict" : 0, - "warnings" : 0 + "strict" : "0", + "warnings" : "0" } }, "configure" : { "requires" : { - "Module::Build" : 0, + "Module::Build" : "0", "perl" : "5.006", - "strict" : 0, - "warnings" : 0 + "strict" : "0", + "warnings" : "0" } }, "runtime" : { "requires" : { - "Carp" : 0, - "Exporter" : 0, - "constant" : 0, - "integer" : 0, - "parent" : 0, + "Carp" : "0", + "Exporter" : "0", + "constant" : "0", + "integer" : "0", + "parent" : "0", "perl" : "5.006", - "strict" : 0, - "warnings" : 0 + "strict" : "0", + "warnings" : "0" } } }, "provides" : { "Data::Float" : { "file" : "lib/Data/Float.pm", - "version" : "0.012" + "version" : "0.013" } }, "release_status" : "stable", "resources" : { + "bugtracker" : { + "mailto" : "[email protected]", + "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Float" + }, "license" : [ "http://dev.perl.org/licenses/" ] }, - "version" : "0.012" + "version" : "0.013", + "x_serialization_backend" : "JSON::PP version 2.93" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Float-0.012/META.yml new/Data-Float-0.013/META.yml --- old/Data-Float-0.012/META.yml 2012-02-04 15:45:07.000000000 +0100 +++ new/Data-Float-0.013/META.yml 2017-07-29 21:39:32.000000000 +0200 @@ -3,36 +3,38 @@ author: - 'Andrew Main (Zefram) <[email protected]>' build_requires: - Module::Build: 0 - Test::More: 0 - perl: 5.006 - strict: 0 - warnings: 0 + Module::Build: '0' + Test::More: '0' + perl: '5.006' + strict: '0' + warnings: '0' configure_requires: - Module::Build: 0 - perl: 5.006 - strict: 0 - warnings: 0 + Module::Build: '0' + perl: '5.006' + strict: '0' + warnings: '0' dynamic_config: 0 -generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.112621' +generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Data-Float provides: Data::Float: file: lib/Data/Float.pm - version: 0.012 + version: '0.013' requires: - Carp: 0 - Exporter: 0 - constant: 0 - integer: 0 - parent: 0 - perl: 5.006 - strict: 0 - warnings: 0 + Carp: '0' + Exporter: '0' + constant: '0' + integer: '0' + parent: '0' + perl: '5.006' + strict: '0' + warnings: '0' resources: + bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Float license: http://dev.perl.org/licenses/ -version: 0.012 +version: '0.013' +x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Float-0.012/Makefile.PL new/Data-Float-0.013/Makefile.PL --- old/Data-Float-0.012/Makefile.PL 2012-02-04 15:45:07.000000000 +0100 +++ new/Data-Float-0.013/Makefile.PL 1970-01-01 01:00:00.000000000 +0100 @@ -1,35 +0,0 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.3800 -require 5.006; - - unless (eval "use Module::Build::Compat 0.02; 1" ) { - print "This module requires Module::Build to install itself.\n"; - - require ExtUtils::MakeMaker; - my $yn = ExtUtils::MakeMaker::prompt - (' Install Module::Build now from CPAN?', 'y'); - - unless ($yn =~ /^y/i) { - die " *** Cannot install without Module::Build. Exiting ...\n"; - } - - require Cwd; - require File::Spec; - require CPAN; - - # Save this 'cause CPAN will chdir all over the place. - my $cwd = Cwd::cwd(); - - CPAN::Shell->install('Module::Build::Compat'); - CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate - or die "Couldn't install Module::Build, giving up.\n"; - - chdir $cwd or die "Cannot chdir() back to $cwd: $!"; - } - eval "use Module::Build::Compat 0.02; 1" or die $@; - - Module::Build::Compat->run_build_pl(args => \@ARGV); - my $build_script = 'Build'; - $build_script .= '.com' if $^O eq 'VMS'; - exit(0) unless(-e $build_script); # cpantesters convention - require Module::Build; - Module::Build::Compat->write_makefile(build_class => 'Module::Build'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Float-0.012/README new/Data-Float-0.013/README --- old/Data-Float-0.012/README 2012-02-04 15:45:07.000000000 +0100 +++ new/Data-Float-0.013/README 2017-07-29 21:39:32.000000000 +0200 @@ -23,7 +23,7 @@ COPYRIGHT -Copyright (C) 2006, 2007, 2008, 2010, 2012 +Copyright (C) 2006, 2007, 2008, 2010, 2012, 2017 Andrew Main (Zefram) <[email protected]> LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Float-0.012/SIGNATURE new/Data-Float-0.013/SIGNATURE --- old/Data-Float-0.012/SIGNATURE 2012-02-04 15:45:11.000000000 +0100 +++ new/Data-Float-0.013/SIGNATURE 2017-07-29 21:39:39.000000000 +0200 @@ -1,5 +1,5 @@ This file contains message digests of all files listed in MANIFEST, -signed via the Module::Signature module, version 0.68. +signed via the Module::Signature module, version 0.81. To verify the content in this distribution, first make sure you have Module::Signature installed, then type: @@ -15,14 +15,13 @@ Hash: SHA1 SHA1 67ab6441ac84593b05be87ec425194d069a51a4f .gitignore -SHA1 22c0b8256338e7f077f6311527c006ca9acfc75b Build.PL -SHA1 ca759dce347033b09e9ae85304e9afa352f97e6b Changes -SHA1 739118525532c8ff18c2f9ec7a929501d610088a MANIFEST -SHA1 c842f45a8761f35bb77ce7cff3e1bde66826d4c2 META.json -SHA1 83ade225100dc05a2d06033c44cd317609f97efb META.yml -SHA1 a4df8e97ccd390a42212af5a9f4d0986c85e7a5f Makefile.PL -SHA1 6f2a34c998a573556ecc84049f01bc1deb30d860 README -SHA1 f3398878f29a6e567c17b98caa25ffa15c857033 lib/Data/Float.pm +SHA1 51038d8df8e8a4aa29c0b5462db2a554079dd1d4 Build.PL +SHA1 083de6c6b8b9b82eabc05f87708086791c66d14a Changes +SHA1 efa3ba002e530881eb04ceb66df34f8d5151e6ee MANIFEST +SHA1 3d9fb5d89a73d9dd7dd9ce83e05d6b9f58e8b274 META.json +SHA1 093974afafda5e5df08e79ecdf9f553c7d8864d5 META.yml +SHA1 0e70e74666ed9702cbce0899ed0a2e759c532b0c README +SHA1 7d2f83d9e82cc04b8f03716373f6e4f963da5079 lib/Data/Float.pm SHA1 1108747d9aec62d4eadd34403fa59f1c54df153f t/class.t SHA1 eba7f4eeb285767f6546eebdca9cd07011b4dd51 t/const.t SHA1 a4ee7a6b431b6e5ee3872ff2dba90663c28148d7 t/copysign.t @@ -34,9 +33,9 @@ SHA1 65c75abdef6f01a5d1588a307f2ddfe2333dc961 t/pod_syn.t SHA1 3369ba662006149c6e5a089e6f2a440367f6df64 t/pow2.t -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.10 (GNU/Linux) +Version: GnuPG v1 -iEYEARECAAYFAk8tRHMACgkQOV9mt2VyAVHh0QCfTJyr4UoKGJNnpJBYoNRMt0st -0DsAniDJ01nBya7tjOZrcDPqJ9zv5ynU -=rIt7 +iEYEARECAAYFAll85HQACgkQOV9mt2VyAVG57wCfWtVZY5fr+Sm2iKataje2u6s8 +HsIAoJaNsFJB2s+xS3UlCJdqvXRe103v +=fbmx -----END PGP SIGNATURE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Data-Float-0.012/lib/Data/Float.pm new/Data-Float-0.013/lib/Data/Float.pm --- old/Data-Float-0.012/lib/Data/Float.pm 2012-02-04 15:45:07.000000000 +0100 +++ new/Data-Float-0.013/lib/Data/Float.pm 2017-07-29 21:39:32.000000000 +0200 @@ -4,55 +4,52 @@ =head1 SYNOPSIS - use Data::Float qw(have_signed_zero); + use Data::Float qw(have_signed_zero); - if(have_signed_zero) { ... + if(have_signed_zero) { ... - # and many other constants; see text + # and many other constants; see text - use Data::Float qw( - float_class float_is_normal float_is_subnormal - float_is_nzfinite float_is_zero float_is_finite - float_is_infinite float_is_nan - ); + use Data::Float qw( + float_class float_is_normal float_is_subnormal + float_is_nzfinite float_is_zero float_is_finite + float_is_infinite float_is_nan); - $class = float_class($value); + $class = float_class($value); - if(float_is_normal($value)) { ... - if(float_is_subnormal($value)) { ... - if(float_is_nzfinite($value)) { ... - if(float_is_zero($value)) { ... - if(float_is_finite($value)) { ... - if(float_is_infinite($value)) { ... - if(float_is_nan($value)) { ... + if(float_is_normal($value)) { ... + if(float_is_subnormal($value)) { ... + if(float_is_nzfinite($value)) { ... + if(float_is_zero($value)) { ... + if(float_is_finite($value)) { ... + if(float_is_infinite($value)) { ... + if(float_is_nan($value)) { ... - use Data::Float qw(float_sign signbit float_parts); + use Data::Float qw(float_sign signbit float_parts); - $sign = float_sign($value); - $sign_bit = signbit($value); - ($sign, $exponent, $significand) = float_parts($value); + $sign = float_sign($value); + $sign_bit = signbit($value); + ($sign, $exponent, $significand) = float_parts($value); - use Data::Float qw(float_hex hex_float); + use Data::Float qw(float_hex hex_float); - print float_hex($value); - $value = hex_float($string); + print float_hex($value); + $value = hex_float($string); - use Data::Float qw(float_id_cmp totalorder); + use Data::Float qw(float_id_cmp totalorder); - @sorted_floats = sort { float_id_cmp($a, $b) } @floats; - if(totalorder($a, $b)) { ... + @sorted_floats = sort { float_id_cmp($a, $b) } @floats; + if(totalorder($a, $b)) { ... - use Data::Float qw( - pow2 mult_pow2 copysign - nextup nextdown nextafter - ); + use Data::Float qw( + pow2 mult_pow2 copysign nextup nextdown nextafter); - $x = pow2($exp); - $x = mult_pow2($value, $exp); - $x = copysign($magnitude, $sign_from); - $x = nextup($x); - $x = nextdown($x); - $x = nextafter($x, $direction); + $x = pow2($exp); + $x = mult_pow2($value, $exp); + $x = copysign($magnitude, $sign_from); + $x = nextup($x); + $x = nextdown($x); + $x = nextafter($x, $direction); =head1 DESCRIPTION @@ -178,7 +175,7 @@ use Carp qw(croak); -our $VERSION = "0.012"; +our $VERSION = "0.013"; use parent "Exporter"; our @EXPORT_OK = qw( @@ -1385,7 +1382,7 @@ =head1 COPYRIGHT -Copyright (C) 2006, 2007, 2008, 2010, 2012 +Copyright (C) 2006, 2007, 2008, 2010, 2012, 2017 Andrew Main (Zefram) <[email protected]> =head1 LICENSE ++++++ 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
