commit perl-Net-TFTP for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Net-TFTP for openSUSE:Factory checked in at 2017-03-28 15:20:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Net-TFTP (Old) and /work/SRC/openSUSE:Factory/.perl-Net-TFTP.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Net-TFTP" Tue Mar 28 15:20:46 2017 rev:2 rq:460879 version:0.1901 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Net-TFTP/perl-Net-TFTP.changes 2016-02-11 12:37:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Net-TFTP.new/perl-Net-TFTP.changes 2017-03-28 15:20:46.737830271 +0200 @@ -1,0 +2,10 @@ +Sat Feb 25 07:09:26 UTC 2017 - coolo@suse.com + +- updated to 0.1901 + see /usr/share/doc/packages/perl-Net-TFTP/ChangeLog + + 0.1901 -- Fri Feb 24 18:11:22 CST 2017 + + * Fix Test::MockModule build_requires version [Ben Bullock] + +------------------------------------------------------------------- Old: ---- Net-TFTP-0.19.tar.gz New: ---- Net-TFTP-0.1901.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-TFTP.spec ++++++ --- /var/tmp/diff_new_pack.0i692m/_old 2017-03-28 15:20:47.301750402 +0200 +++ /var/tmp/diff_new_pack.0i692m/_new 2017-03-28 15:20:47.305749836 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Net-TFTP # -# Copyright (c) 2015 SUSE LINUX 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,22 +17,23 @@ Name: perl-Net-TFTP -Version: 0.19 +Version: 0.1901 Release: 0 %define cpan_name Net-TFTP Summary: TFTP Client class License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Net-TFTP/ -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 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::MockModule) +BuildRequires: perl(Test::MockModule) >= 0.11 BuildRequires: perl(Test::More) >= 0.8701 BuildRequires: perl(Test::Warn) -Requires: perl(Test::MockModule) +Requires: perl(Test::MockModule) >= 0.11 Requires: perl(Test::More) >= 0.8701 Requires: perl(Test::Warn) %{perl_requires} ++++++ Net-TFTP-0.19.tar.gz -> Net-TFTP-0.1901.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-TFTP-0.19/ChangeLog new/Net-TFTP-0.1901/ChangeLog --- old/Net-TFTP-0.19/ChangeLog 2010-11-25 01:27:30.000000000 +0100 +++ new/Net-TFTP-0.1901/ChangeLog 2017-02-25 01:11:54.000000000 +0100 @@ -1,3 +1,7 @@ +0.1901 -- Fri Feb 24 18:11:22 CST 2017 + + * Fix Test::MockModule build_requires version [Ben Bullock] + 0.19 -- Wed Nov 24 18:22:33 CST 2010 * Get rid of unlink [Maik Hentsche] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-TFTP-0.19/MANIFEST new/Net-TFTP-0.1901/MANIFEST --- old/Net-TFTP-0.19/MANIFEST 2010-11-25 01:27:48.000000000 +0100 +++ new/Net-TFTP-0.1901/MANIFEST 2017-02-25 01:39:23.000000000 +0100 @@ -9,4 +9,5 @@ t/02-new.t t/files/directory/empty t/files/source +META.json Module JSON meta-data (added by MakeMaker) SIGNATURE Public-key signature (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-TFTP-0.19/META.json new/Net-TFTP-0.1901/META.json --- old/Net-TFTP-0.19/META.json 1970-01-01 01:00:00.000000000 +0100 +++ new/Net-TFTP-0.1901/META.json 2017-02-25 01:39:23.000000000 +0100 @@ -0,0 +1,49 @@ +{ + "abstract" : "unknown", + "author" : [ + "unknown" + ], + "dynamic_config" : 1, + "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "Net-TFTP", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "Test::MockModule" : "0.11", + "Test::More" : "0.8701", + "Test::Warn" : "0" + } + } + }, + "release_status" : "stable", + "resources" : { + "repository" : { + "url" : "http://github.com/gbarr/perl-net-tftp" + } + }, + "version" : "0.1901", + "x_serialization_backend" : "JSON::PP version 2.27300_01" +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-TFTP-0.19/META.yml new/Net-TFTP-0.1901/META.yml --- old/Net-TFTP-0.19/META.yml 2010-11-25 01:27:48.000000000 +0100 +++ new/Net-TFTP-0.1901/META.yml 2017-02-25 01:39:23.000000000 +0100 @@ -1,23 +1,27 @@ ---- #YAML:1.0 -name: Net-TFTP -version: 0.19 -abstract: ~ -author: [] -license: perl -distribution_type: module +--- +abstract: unknown +author: + - unknown +build_requires: + ExtUtils::MakeMaker: '0' configure_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Net-TFTP +no_index: + directory: + - t + - inc requires: - Test::MockModule: 0 - Test::More: 0.8701 - Test::Warn: 0 + Test::MockModule: '0.11' + Test::More: '0.8701' + Test::Warn: '0' resources: - repository: http://github.com/gbarr/perl-net-tftp -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.48 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + repository: http://github.com/gbarr/perl-net-tftp +version: '0.1901' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-TFTP-0.19/Makefile.PL new/Net-TFTP-0.1901/Makefile.PL --- old/Net-TFTP-0.19/Makefile.PL 2010-11-25 01:27:30.000000000 +0100 +++ new/Net-TFTP-0.1901/Makefile.PL 2017-02-25 01:03:33.000000000 +0100 @@ -9,7 +9,7 @@ NAME => 'Net::TFTP', PREREQ_PM => { 'Test::More' => 0.8701, - 'Test::MockModule' => 0, + 'Test::MockModule' => '0.11', 'Test::Warn' => 0, }, (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-TFTP-0.19/SIGNATURE new/Net-TFTP-0.1901/SIGNATURE --- old/Net-TFTP-0.19/SIGNATURE 2010-11-25 01:27:50.000000000 +0100 +++ new/Net-TFTP-0.1901/SIGNATURE 2017-02-25 01:39:24.000000000 +0100 @@ -1,5 +1,5 @@ This file contains message digests of all files listed in MANIFEST, -signed via the Module::Signature module, version 0.64. +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: @@ -12,23 +12,33 @@ not run its Makefile.PL or Build.PL. -----BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 +Hash: SHA256 -SHA1 4f44ae237cb037daed9c72574eca4d5d2e418797 ChangeLog -SHA1 cf14240dfe26c79eaf5f454c1943ddfec49fbe73 MANIFEST -SHA1 c5446a747e4457b2b4e5e6080b566ad46c1faaea META.yml -SHA1 4bc74fcc6c2129d01b26a89b0fda8b4dd51fb428 Makefile.PL +SHA1 5399494c9236e02bb609829f4075482def484f26 ChangeLog +SHA1 a9352dbecbffdaf29cde1f2d58b3847fd2659d43 MANIFEST +SHA1 c793957fbee32179e289a2b60098de470928db76 META.json +SHA1 0527b8f8e881b8f4b63c7bedfd24b60674a946a6 META.yml +SHA1 f9d8a6e97b84526cb0074b595b16913aff3eb746 Makefile.PL SHA1 9044bc5ec03ee5bee19c8b9c5c68a6a05f6fcb83 README -SHA1 4bcd1e87432f7c79f978234b29dd130957c4a69a TFTP.pm +SHA1 9efc7a893d595aec06a1f635937e6453d1848ec5 TFTP.pm SHA1 bf8966b89de40e8c1200ea7a12a831d1a77f78bf t/00-load.t SHA1 b62e4dd85e37ad5293d3cbc58930be6ceb5eaba4 t/01-get.t SHA1 10b3eb59c4a04696f21a30a85701b18227431e1b t/02-new.t SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 t/files/directory/empty SHA1 e04ff2983499c33b1597bd03d23b30ec20d78a61 t/files/source -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.10 (Darwin) -iEYEARECAAYFAkztrYQACgkQR0BL4gbYw3SIxQCePm0bSuLmjEN9dB9z4JizfjZ5 -RNgAoIT1jl9Jh2ob8b7qFJyryzDJl4SY -=luE7 +iQIcBAEBCAAGBQJYsNI8AAoJEF0awSLzqjNN3IQP/iBhLdbXQpYKKzzVqAnyfu2L +TMKfJPCg2+DQnt4si97hxOSsVuy02chIYyDjOMDbyhSEivVBbR1SvY4EV4Ubb5HI +snTLgjM+Iz/GVrrPHh44lHs+X1afzT5IEM57Ny8Xo/1Jnn5rk/MvKmZtFhWXn012 +ocWm/7z1gXySRJQPM9Zuxpl/mbUqObz5gsXYwIRwTE7yK8BDf5va0ZhnUI9wTCG/ +X72jUkBaFHrSG01iYlKeru/LM6VwwdQY3BSaq/GbHHZ1qrEqJe6Hu16brpyJPsrX +VUTpcSaOEv/UNSObBqXBMu6R7lBjCHzGuUAn6b7gJKUBRGbh0IfKvvoMyoJF2/aC +NhCHCRlSJeIvlwNF9P5ZzsTY12pYF9XzXqV7zEs0LJsr/lhYdb9bRkvFJBUf6vmv +lvskd6Lk6Zwe+udAnM0tEp6apXz0UYkMcGse47d6NCOwPXdJWB65vOkO4M9ZKVIY +3TPuYG8DOx3eX+Zo0gIbIi763c8zDhCHo6YPrBjdgda+HqbagWfEQOsTo+U+iSw/ +xqHdndGvhKyQ4abuP0rc6iVHTgrLp+3jGKsJVCUVwmkVlHgnMjGAmMxxIe4GEUpa +jRCVfJKDoARhjCrFaDTntUIeoFuPs6efNBGilnHbDeG+C4Hn24TXjwjWhblDQhTY +zY83P9ibLK1tlUOx6JVX +=k1rr -----END PGP SIGNATURE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-TFTP-0.19/TFTP.pm new/Net-TFTP-0.1901/TFTP.pm --- old/Net-TFTP-0.19/TFTP.pm 2010-11-25 01:27:30.000000000 +0100 +++ new/Net-TFTP-0.1901/TFTP.pm 2017-02-25 01:18:38.000000000 +0100 @@ -10,7 +10,7 @@ use vars qw($VERSION); use IO::File; -$VERSION = "0.19"; +$VERSION = "0.1901"; sub RRQ () { 01 } # read request sub WRQ () { 02 } # write request ++++++ 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
participants (1)
-
root@hilbert.suse.de