Hello community, here is the log from the commit of package perl-Text-Template for openSUSE:Factory checked in at 2019-01-21 10:54:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old) and /work/SRC/openSUSE:Factory/.perl-Text-Template.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-Template" Mon Jan 21 10:54:32 2019 rev:20 rq:666106 version:1.54 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes 2018-08-31 09:52:54.545753683 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Text-Template.new.28833/perl-Text-Template.changes 2019-01-21 10:54:52.119691451 +0100 @@ -1,0 +2,9 @@ +Mon Jan 14 06:34:27 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 1.54 + see /usr/share/doc/packages/perl-Text-Template/Changes + + 1.54 2019-01-13 + - Fix tempfile creation during tests on Win32 + +------------------------------------------------------------------- Old: ---- Text-Template-1.53.tar.gz New: ---- Text-Template-1.54.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Text-Template.spec ++++++ --- /var/tmp/diff_new_pack.wusBDB/_old 2019-01-21 10:54:53.667689587 +0100 +++ /var/tmp/diff_new_pack.wusBDB/_new 2019-01-21 10:54:53.667689587 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Template # -# Copyright (c) 2018 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,18 +12,18 @@ # 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-Text-Template -Version: 1.53 +Version: 1.54 Release: 0 %define cpan_name Text-Template Summary: Expand template text with embedded Perl License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Text-Template/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -52,11 +52,11 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install ++++++ Text-Template-1.53.tar.gz -> Text-Template-1.54.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.53/Changes new/Text-Template-1.54/Changes --- old/Text-Template-1.53/Changes 2018-05-02 18:58:25.000000000 +0200 +++ new/Text-Template-1.54/Changes 2019-01-13 22:12:48.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for Text::Template +1.54 2019-01-13 + - Fix tempfile creation during tests on Win32 + 1.53 2018-05-02 - Add support for decoding template files via ENCODING constructor arg [github #11] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.53/MANIFEST new/Text-Template-1.54/MANIFEST --- old/Text-Template-1.53/MANIFEST 2018-05-02 18:58:25.000000000 +0200 +++ new/Text-Template-1.54/MANIFEST 2019-01-13 22:12:48.000000000 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.010. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. Changes INSTALL LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.53/META.json new/Text-Template-1.54/META.json --- old/Text-Template-1.53/META.json 2018-05-02 18:58:25.000000000 +0200 +++ new/Text-Template-1.54/META.json 2019-01-13 22:12:48.000000000 +0100 @@ -4,7 +4,7 @@ "Michael Schout <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -57,11 +57,11 @@ "provides" : { "Text::Template" : { "file" : "lib/Text/Template.pm", - "version" : "1.53" + "version" : "1.54" }, "Text::Template::Preprocess" : { "file" : "lib/Text/Template/Preprocess.pm", - "version" : "1.53" + "version" : "1.54" } }, "release_status" : "stable", @@ -76,7 +76,8 @@ "web" : "https://github.com/mschout/perl-text-template" } }, - "version" : "1.53", - "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233" + "version" : "1.54", + "x_generated_by_perl" : "v5.26.2", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.04" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.53/META.yml new/Text-Template-1.54/META.yml --- old/Text-Template-1.53/META.yml 2018-05-02 18:58:25.000000000 +0200 +++ new/Text-Template-1.54/META.yml 2019-01-13 22:12:48.000000000 +0100 @@ -16,7 +16,7 @@ ExtUtils::MakeMaker: '0' perl: '5.008' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -25,10 +25,10 @@ provides: Text::Template: file: lib/Text/Template.pm - version: '1.53' + version: '1.54' Text::Template::Preprocess: file: lib/Text/Template/Preprocess.pm - version: '1.53' + version: '1.54' requires: Carp: '0' Encode: '0' @@ -41,5 +41,6 @@ bugtracker: https://github.com/mschout/perl-text-template/issues homepage: https://github.com/mschout/perl-text-template repository: https://github.com/mschout/perl-text-template.git -version: '1.53' -x_serialization_backend: 'YAML::Tiny version 1.70' +version: '1.54' +x_generated_by_perl: v5.26.2 +x_serialization_backend: 'YAML::Tiny version 1.73' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.53/Makefile.PL new/Text-Template-1.54/Makefile.PL --- old/Text-Template-1.53/Makefile.PL 2018-05-02 18:58:25.000000000 +0200 +++ new/Text-Template-1.54/Makefile.PL 2019-01-13 22:12:48.000000000 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. use strict; use warnings; @@ -34,7 +34,7 @@ "utf8" => 0, "vars" => 0 }, - "VERSION" => "1.53", + "VERSION" => "1.54", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.53/SIGNATURE new/Text-Template-1.54/SIGNATURE --- old/Text-Template-1.53/SIGNATURE 2018-05-02 18:58:25.000000000 +0200 +++ new/Text-Template-1.54/SIGNATURE 2019-01-13 22:12:48.000000000 +0100 @@ -14,16 +14,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -SHA1 38a63c9a44627d88c2f142214c0450c9cc106a06 Changes +SHA1 6c97b7a4c0f9e0db73f97db0ed5eff7f67e8fbea Changes SHA1 b457bd56a70b838ccc55d183ab09de64b6996958 INSTALL SHA1 f12894289cb0f379f24b8d63e2e761dbcba1b216 LICENSE -SHA1 fabe1718bf8108838843d4c2053cbe034787ba7e MANIFEST -SHA1 aae347f243a17daf9254c2a91eac09c24f947e66 META.json -SHA1 18e0ed8bbb51a3d305a580513d78743465974b59 META.yml -SHA1 7d82222df3fecab3bc40b82548e33530b3a7a446 Makefile.PL +SHA1 2c21cb13f53da41c4b30011aca9014db2de46862 MANIFEST +SHA1 f534c625d14297793ce113ed1fdec70fd78ac2b0 META.json +SHA1 e4e497a9f430d109d45ac7f527a7951b8f162455 META.yml +SHA1 aed98cb4e147791bf75d7049d32f9bcd75ae2ad8 Makefile.PL SHA1 b94aaad0a0bf2c323061bfefb9cf1fd532f14e7b README -SHA1 02b1b44de41b79661b0c083a9eed1da59b639d58 lib/Text/Template.pm -SHA1 d6e0a30c3b9c79c0fce4547f190589068bf7da00 lib/Text/Template/Preprocess.pm +SHA1 e8d272f3b49178852530a634720d121e2a1fbd41 lib/Text/Template.pm +SHA1 ffbab50853385910aa426dd64930de43db053adf lib/Text/Template/Preprocess.pm SHA1 8efad25309730a4d501fb40fc03eda4697303372 t/author-pod-syntax.t SHA1 19cc343f8a85c6805bbeb02580487483a6283887 t/author-signature.t SHA1 ae085010c9f08576ef8584f224e38e6a98c1c178 t/basic.t @@ -43,23 +43,23 @@ SHA1 ff68263e220e1520b6bce0be44cfa3a495b734e2 t/safe2.t SHA1 b50a51577c0f2c13c9a48113dc7f061385a02219 t/safe3.t SHA1 16d3abf7588da4c0056c6c6b7818470c8601577c t/strict.t -SHA1 e07dff6b477a7cb3d91b5f1c34cb2a99919017f2 t/taint.t +SHA1 349c218b648f5c2c4c7b851737deb76dd713ece8 t/taint.t SHA1 d0019f6328aab66a632784f0edd696d93908524e t/template-encoding.t SHA1 8ae35600fa46c2d95377ffd7a955148efa7ecc27 t/warnings.t -----BEGIN PGP SIGNATURE----- -iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAlrp7iQRHG1zY2hvdXRA -Y3Bhbi5vcmcACgkQRAzvLrlUzY6ZEQ//c6xH0lFlfiw6S7cStXLBjaDTrfaUTney -o+KZ0Hy+gQ8IFFAkNICQWtNkLAW41es9DCppPmvsZpu94NDoYKUdIxm6NV27BQgZ -m+Guv3fI3YsO8mvC+ID8g5RMeNuHTEURmG8Y2yFwwllkcjTFkgGPclvjzgDRlOOG -wX8KAGEzSfQ1ooEehOjDYyddPKaEjx/pvEfvrXOWKKHQgiJCYnFXM+4hPyQeFnxz -fZUrsGwoNrHq99T9DUpM09PiJY1AP94ClXipVBaa4BVBA5OlQKdkuixUApD0hvzx -SKApPuTDf4AKeMQahs36nzQHVuuVBG7Lp23ZNJqcDhycD+79qAAMVb4EsIjmI+bc -XfQkEP/o83Ilb4oYmik8Rqx+DW6ADaXd4ezooUpTMHReTAMkRDcVscgB8blBU64c -OIavT31O2Glb6weR9vwioNSNEzucQFlgGr9ZKykBuePHcsIiSiXdU/EQng3k5Gg6 -cLXijmGJpbqmMLOSET6D5xSuBHIImwCb4Z0btzy8gchb1aljdBOV1p9ZUObh8NIM -4HVrN5yO2hp9EFMXKwQI7/ehV0MsuDF/lT3TeRyj6HAb7fcr+xVmc6cxnIh+hMBK -RKdAoCWu17fcQ/U+P9D7VibSVywi2CeGRNJ/YRgSJb10CLwdX/jxXeqAf/IAR24v -v92DW6hryYQ= -=bOOM +iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAlw7qcoRHG1zY2hvdXRA +Y3Bhbi5vcmcACgkQRAzvLrlUzY76Bw//Ux2l8YOnST/5VhHMkAgSrOgRn8z7HvYN +CyinIsJY5hkPgIL8XA8+V6zKk7OY2YsM+jhFovh1K52yYkIjIjaIL7MTDmajhwEl +5/W8MHl2ToVxulYOaD14plPlMQEuRfERVqJ5o+tSt55INRipC+XjnotRZZNiXIOO +IgUINYgXfbHMb1T/v/lol2ahoyD8JHB9x1V01vRC9oEazYZZOCYW1pR7svQInzfS +BwTt61zU2EVcdZkWpBLinXWF18KRJMSl/OY9tqyZs/IuLrSeWLq+LXfH4YknGi2t +GE+jJ43midhmirJnZ3AMp3hYrcs+0s8eiZcQSPOnDpAgZ6X8x2lp4BwDHoS6ch/P +slnbePrYCKLb9CKAv5VOumtDpweDtcQk99O0lPidHB9vZg+r1KsnolrJFiyvCOPY +3K3j7G2R026w8ixTKPhl1En27wzL0xnmFrE08V3j5KKaiosjpG2iAMgYPq8g+EwP +Me3fsj6xYDl61UJyTSqliDQgyjocmWz2cbBxpWvPwP/wm8S64m4/UvXrn7TacgKk +RzZifu6xTLzquXLKx/l7VsxExKKviuqg+ZBT734B233OfK02BuZTSRNOvLVeZY5Q +MeJdiGhxvkzpIeeK//mbPnrV1/BLTxIeb/1nqU8oz3yFM3ztZcMNdDprfkBqvnrp +84qI5jC+FEo= +=hmMX -----END PGP SIGNATURE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.53/lib/Text/Template/Preprocess.pm new/Text-Template-1.54/lib/Text/Template/Preprocess.pm --- old/Text-Template-1.53/lib/Text/Template/Preprocess.pm 2018-05-02 18:58:25.000000000 +0200 +++ new/Text-Template-1.54/lib/Text/Template/Preprocess.pm 2019-01-13 22:12:48.000000000 +0100 @@ -1,6 +1,6 @@ package Text::Template::Preprocess; -$Text::Template::Preprocess::VERSION = '1.53'; +$Text::Template::Preprocess::VERSION = '1.54'; # ABSTRACT: Expand template text with embedded Perl use strict; @@ -45,13 +45,15 @@ =pod +=encoding UTF-8 + =head1 NAME Text::Template::Preprocess - Expand template text with embedded Perl =head1 VERSION -version 1.53 +version 1.54 =head1 SYNOPSIS @@ -120,7 +122,7 @@ =head1 SOURCE -The development version is on github at L<http://https://github.com/mschout/perl-text-template> +The development version is on github at L<https://https://github.com/mschout/perl-text-template> and may be cloned from L<git://https://github.com/mschout/perl-text-template.git> =head1 BUGS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.53/lib/Text/Template.pm new/Text-Template-1.54/lib/Text/Template.pm --- old/Text-Template-1.53/lib/Text/Template.pm 2018-05-02 18:58:25.000000000 +0200 +++ new/Text-Template-1.54/lib/Text/Template.pm 2019-01-13 22:12:48.000000000 +0100 @@ -10,7 +10,7 @@ # package Text::Template; -$Text::Template::VERSION = '1.53'; +$Text::Template::VERSION = '1.54'; # ABSTRACT: Expand template text with embedded Perl use strict; @@ -603,13 +603,15 @@ =pod +=encoding UTF-8 + =head1 NAME Text::Template - Expand template text with embedded Perl =head1 VERSION -version 1.53 +version 1.54 =head1 SYNOPSIS @@ -762,8 +764,6 @@ Perl. If you need to make a loop, you can use any of the Perl loop constructions. All the Perl built-in functions are available. -=encoding UTF-8 - =head1 Details =head2 Template Parsing @@ -2337,7 +2337,7 @@ =head1 SOURCE -The development version is on github at L<http://https://github.com/mschout/perl-text-template> +The development version is on github at L<https://https://github.com/mschout/perl-text-template> and may be cloned from L<git://https://github.com/mschout/perl-text-template.git> =head1 BUGS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.53/t/taint.t new/Text-Template-1.54/t/taint.t --- old/Text-Template-1.53/t/taint.t 2018-05-02 18:58:25.000000000 +0200 +++ new/Text-Template-1.54/t/taint.t 2019-01-13 22:12:48.000000000 +0100 @@ -9,7 +9,7 @@ use_ok 'Text::Template' or exit 1; -my $tmpfile = File::Temp->new; +my $tmpfile = File::Temp->new( $^O eq 'MSWin32' ? (DIR => '.') : () ); my $file = $tmpfile->filename; # makes its arguments tainted
