Hello community, here is the log from the commit of package perl-Text-Template for openSUSE:Factory checked in at 2020-07-09 17:44:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old) and /work/SRC/openSUSE:Factory/.perl-Text-Template.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-Template" Thu Jul 9 17:44:41 2020 rev:25 rq:819720 version:1.59 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes 2019-09-30 16:01:40.396853467 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Text-Template.new.3060/perl-Text-Template.changes 2020-07-09 17:44:48.944639636 +0200 @@ -1,0 +2,9 @@ +Sat Jul 4 03:13:36 UTC 2020 - Tina Müller <[email protected]> + +- updated to 1.59 + see /usr/share/doc/packages/perl-Text-Template/Changes + + 1.59 2020-07-03 + - Fix syntax error in POD example code. + +------------------------------------------------------------------- Old: ---- Text-Template-1.58.tar.gz New: ---- Text-Template-1.59.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Text-Template.spec ++++++ --- /var/tmp/diff_new_pack.OqJ1Ye/_old 2020-07-09 17:44:50.300643929 +0200 +++ /var/tmp/diff_new_pack.OqJ1Ye/_new 2020-07-09 17:44:50.304643942 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Template # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-Text-Template -Version: 1.58 +Version: 1.59 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: https://metacpan.org/release/%{cpan_name} +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 @@ -49,7 +49,7 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor ++++++ Text-Template-1.58.tar.gz -> Text-Template-1.59.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.58/Changes new/Text-Template-1.59/Changes --- old/Text-Template-1.58/Changes 2019-09-27 16:45:31.000000000 +0200 +++ new/Text-Template-1.59/Changes 2020-07-03 17:08:00.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Text::Template +1.59 2020-07-03 + - Fix syntax error in POD example code. + 1.58 2019-09-27 - Remove hard coded (old) version number from README diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.58/MANIFEST new/Text-Template-1.59/MANIFEST --- old/Text-Template-1.58/MANIFEST 2019-09-27 16:45:31.000000000 +0200 +++ new/Text-Template-1.59/MANIFEST 2020-07-03 17:08:00.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015. Changes INSTALL LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.58/META.json new/Text-Template-1.59/META.json --- old/Text-Template-1.58/META.json 2019-09-27 16:45:31.000000000 +0200 +++ new/Text-Template-1.59/META.json 2020-07-03 17:08:00.000000000 +0200 @@ -4,7 +4,7 @@ "Michael Schout <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -57,11 +57,11 @@ "provides" : { "Text::Template" : { "file" : "lib/Text/Template.pm", - "version" : "1.58" + "version" : "1.59" }, "Text::Template::Preprocess" : { "file" : "lib/Text/Template/Preprocess.pm", - "version" : "1.58" + "version" : "1.59" } }, "release_status" : "stable", @@ -76,8 +76,9 @@ "web" : "https://github.com/mschout/perl-text-template" } }, - "version" : "1.58", - "x_generated_by_perl" : "v5.26.2", - "x_serialization_backend" : "Cpanel::JSON::XS version 4.04" + "version" : "1.59", + "x_generated_by_perl" : "v5.30.3", + "x_serialization_backend" : "Cpanel::JSON::XS version 4.19", + "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.58/META.yml new/Text-Template-1.59/META.yml --- old/Text-Template-1.58/META.yml 2019-09-27 16:45:31.000000000 +0200 +++ new/Text-Template-1.59/META.yml 2020-07-03 17:08:00.000000000 +0200 @@ -16,7 +16,7 @@ ExtUtils::MakeMaker: '0' perl: '5.008' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.015, 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.58' + version: '1.59' Text::Template::Preprocess: file: lib/Text/Template/Preprocess.pm - version: '1.58' + version: '1.59' requires: Carp: '0' Encode: '0' @@ -41,6 +41,7 @@ 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.58' -x_generated_by_perl: v5.26.2 +version: '1.59' +x_generated_by_perl: v5.30.3 x_serialization_backend: 'YAML::Tiny version 1.73' +x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.58/Makefile.PL new/Text-Template-1.59/Makefile.PL --- old/Text-Template-1.58/Makefile.PL 2019-09-27 16:45:31.000000000 +0200 +++ new/Text-Template-1.59/Makefile.PL 2020-07-03 17:08:00.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015. use strict; use warnings; @@ -34,7 +34,7 @@ "utf8" => 0, "vars" => 0 }, - "VERSION" => "1.58", + "VERSION" => "1.59", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.58/SIGNATURE new/Text-Template-1.59/SIGNATURE --- old/Text-Template-1.58/SIGNATURE 2019-09-27 16:45:31.000000000 +0200 +++ new/Text-Template-1.59/SIGNATURE 2020-07-03 17:08:00.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.81. +signed via the Module::Signature module, version 0.83. To verify the content in this distribution, first make sure you have Module::Signature installed, then type: @@ -14,52 +14,52 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -SHA1 caef9c823961988aa44babe58ca96c41b3e276dd Changes -SHA1 b457bd56a70b838ccc55d183ab09de64b6996958 INSTALL -SHA1 f12894289cb0f379f24b8d63e2e761dbcba1b216 LICENSE -SHA1 2c21cb13f53da41c4b30011aca9014db2de46862 MANIFEST -SHA1 1b52dfe989f5bdde6ee0c2c0ad1bf8a1c36fa1f9 META.json -SHA1 b57c43b6e69df5068c476e2825598556fd3b6477 META.yml -SHA1 f88d684e3071fd5e7a26051a16427705882efc3d Makefile.PL -SHA1 1c819d9f320392aec82ca8c4b7d4147acf9c63a6 README -SHA1 9c0f377286fc36da32360c61671cda542095e47f lib/Text/Template.pm -SHA1 2493c74347c8cb261361f5768ec9e6ed76fa1b7b lib/Text/Template/Preprocess.pm -SHA1 8efad25309730a4d501fb40fc03eda4697303372 t/author-pod-syntax.t -SHA1 19cc343f8a85c6805bbeb02580487483a6283887 t/author-signature.t -SHA1 ae085010c9f08576ef8584f224e38e6a98c1c178 t/basic.t -SHA1 006feb1a0b1e5780db52aa79bd38933664a8339a t/broken.t -SHA1 dee8cef1fcd43ce5de462018f8539d4a0fbc460f t/delimiters.t -SHA1 304955c4280159ec3a4c0f2717dcff9c887bb487 t/error.t -SHA1 c862dfc08e00e76b3f2aee953583d3cc8e5524a2 t/exported.t -SHA1 50ef92bda3b6b5cbd5a9307e6f17ce49ee8f245c t/hash.t -SHA1 d5dc210684aec8bb2c4817af96597c86047169c1 t/inline-comment.t -SHA1 31ff85f423178f2d6638d35edf859d73f63dd5c7 t/nested-tags.t -SHA1 62ae0720aa86146bccfa23d2c903fa142cb86d50 t/ofh.t -SHA1 68093417d49a2afdfcd4642bacea04466039b734 t/out.t -SHA1 a8b21fdca0f1d243775a00758105e0fcc58022aa t/prepend.t -SHA1 4e7e00eccede7c3231e93ef0f3cb011423be4eb5 t/preprocess.t -SHA1 a52d61ef92e6a88d694db0be4893b88417a72f9c t/rt29928.t -SHA1 5186ff459c6042af11bca92decd271887c7b2eae t/safe.t -SHA1 aa0c9ff96d66c1f74fc7ac73ce173c9f741f552e t/safe2.t -SHA1 b50a51577c0f2c13c9a48113dc7f061385a02219 t/safe3.t -SHA1 16d3abf7588da4c0056c6c6b7818470c8601577c t/strict.t -SHA1 f325ebf739e2aec3ae62427aef0c4e86de58ad29 t/taint.t -SHA1 4dac28585388482f1719f404cc357991af77e345 t/template-encoding.t -SHA1 ce1da9bf88d6ea62d7c756f0d730dfb3c5888b6e t/warnings.t +SHA256 acc0f44cddc7d7a44bb9366156ba58260970d7f3e4277c1717bda70490b06bc7 Changes +SHA256 d2f84dc3b27915516d16694b00ec29d20d1b427b2c54a85e7691f4caeae0ca67 INSTALL +SHA256 9837f05336ef3cbacb6a96e1672a0426d81ad01191f214b8d48e22ca62338181 LICENSE +SHA256 f1b923138c8ca84fd7f0ef1ff3c0963c30d99e144cb69e44ef986c438edc8c18 MANIFEST +SHA256 8b189ce90946d7f35c024c637aeea0e525858a9087c51386430da0565d8bc33c META.json +SHA256 9622003c5169a6c0b027eb40e18b0787b4c568efbb8197f071a41519330e40e7 META.yml +SHA256 d65a2defe5a46c9de1e3595665dab416c2c9e603394a114efa848ac282adba78 Makefile.PL +SHA256 0bdb85ea5efde4028e9d69755c592d9d770552a09eed476a850658dc2c5973ea README +SHA256 01e2e1c1550903279e49cf482717b62db7febf237297d9cd080cc522b3da673d lib/Text/Template.pm +SHA256 73d72a6751c19604bd7d48738d2cdebf6e35186f398b87c22452fd85666ebe7b lib/Text/Template/Preprocess.pm +SHA256 305c657c6b73f10767a0ea286b8a73d693940f4cbb8b6a0a4d34e2b5a1c04635 t/author-pod-syntax.t +SHA256 9a339818bc8fe7f23595b06538321f26436cb3318c81446d88cd8af2d2ff4806 t/author-signature.t +SHA256 c302204f5c09b2e9f798697467ae8b9818fc7028b959cbe07b5af23e78ebdaed t/basic.t +SHA256 79fea773c07a6681d099070f84244a3c4fa9fdb07da00cccefe2ad60f20db795 t/broken.t +SHA256 4bc6d4eddfb48c243f0146abc7852e5935df311fa4b98eddccfc192ad7230ab0 t/delimiters.t +SHA256 4ee95edf1d7278602868efb33d9598ed17afb559f394033b59ee485272b79914 t/error.t +SHA256 0c72d0a97d3296c5503eaef57fa961854733726738d0ed4663ae153a4d31746d t/exported.t +SHA256 91b7f88546ecddc890895d215458bf283a735f0e13d84c960eaf7f6cdbe87178 t/hash.t +SHA256 82dc2b462a185aa3de984e1350253d6c4785616fbccd370902079d7fb28dcb91 t/inline-comment.t +SHA256 30ea2c0d0af06bdd3fbb854cc5b6883bb192b1bc7889f304562407fcbb9f26c9 t/nested-tags.t +SHA256 a747e2d2b1c2e8222aa8fa1ac31574448c56907f92018199aa6d6f3454298b82 t/ofh.t +SHA256 58383ffbac8df0f1f0d90c27d2c986409455a6b1b8cc37436317cd7589e4558a t/out.t +SHA256 cbfc19a11ac74b507a6ca3b3f4f6981f924d95ebea7770eba25e78bb662b85db t/prepend.t +SHA256 2f6a33cea30f96e068f4f0a7b991aca92d6ac9da7afa3ae270e7704a6a39a2c4 t/preprocess.t +SHA256 934a5e75fff7d291ea97db2833078163347b5d24deb37bedd0ccd8b309be5387 t/rt29928.t +SHA256 b57903db047af9d9b8a4a511930452b7e9a387d14557b7646fe4a0231ce6be49 t/safe.t +SHA256 a3e7890c951d33603d944f957d3b5a85a878ec65a6bdddad4c337ae8cb6b2ca1 t/safe2.t +SHA256 1272f1b660e3aa605b5311c1f640f9c0ce3626c14dc7f5dac15c9a87fb5dd1fd t/safe3.t +SHA256 4d663ae09996dce3418dc14e9991befe315ecae001089c89411ff7136160bf8b t/strict.t +SHA256 ed852007731232508271b579ae422a8e5af0e7fe475cfce82ad80d2db562a6ea t/taint.t +SHA256 6411c52d2eb815a3f7c1b943cd87c1d1b79d6341a5815dfa590534c0287bbe7e t/template-encoding.t +SHA256 827b5420bd8d49d68d718f74b203e5e4ab65f9a299381f8bf05a8f5aa75a7549 t/warnings.t -----BEGIN PGP SIGNATURE----- -iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAl2OIIsRHG1zY2hvdXRA -Y3Bhbi5vcmcACgkQRAzvLrlUzY5iAw/7Bba1cYG3clRerXWtkMq80I770Myjsy4x -15Sec+/6gk1yDPi+qm6HiP6Uu4Y5n91jPjyGSfgEeT3onIRuPWe0dRLcaVdcClwN -SGm39exfrpfc54ihfn7bwZjsZl4uHvMkq03tzYdzRSqLmPVBnA7GSTnN9g0eb7Zd -aZM695hu11UYESuTnntEal+cued8mc8J55r8mfnwNOEw3SNmzUIl4LM7Gh74H7Kq -9Zyqb0v93uSQPY6OdhbX3zbY5HZTPwUC2WAKMJLuCJM20FO2i2CJ7jWxRZU9TeGY -GuRvjATjaKSfzdBHdlQRLO4Xo1Ii1m16EhNg28LQ2AzLi6ns1BLU2/uE5NN7cqkS -2nPGl6hFBcgjFlZTXseK91iVQUNMqYWfzMGEHBbrC8FJsUFnuHqdLhnXYZ3pdVEY -PqNbprnMRyfZ+OjNaIwplkQnH8cv9M2xt9lknEPZkLWXmhXLhaGUNCKvCTNiXvRp -khk7vUqTE7BaM87Z6ap6K15jehuOXCWVhvN3XFEJ5G2tcCfnB94CksGa+fv8+mjm -iLReq81XIUEkYHgdsAnyjacZQxxyRMXB70pkzFj8FdExi41fqaA9SpiUbn23LaQq -tKOGMxe11lKnRFTqoXQMFX6Bxl1ubtyeHBQs0y/oe7b4EKiVLVPlv26v2kUt39Sk -SFLt2NoiqR4= -=+Wdl +iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAl7/SdARHG1zY2hvdXRA +Y3Bhbi5vcmcACgkQRAzvLrlUzY5mUw//XTOGSTOHXaP8L9cX/zV9OJG+jzDcIp1a +dpySX/pARq4lDxNE52gzfrBJu7DtLq1J2Ye1i/GEwAKnYOBtDhajWsMS+eoLMERT +9XjC1Bn2eSRFNnKF2stxSNtsmp6GFE+vR+usMX2iskIxIP/euj/ZpF1AOqcjBs22 +PXei9iCzRQPl4xYeeKoVIibgHttCilX7crZdRxAupeCz7XBIHP1elPQEBoq4Jfz0 +kuf/lQrojISonwDnA9Jfjq9Xi5w1EGYlbFqcMHvPURrk0j+aeU0munb6WkdqGa1l +4f3FiwPqZe9dtmb6/HZBwZtvXn/HeBZmsAE3mrTPMR59wSfoL7+rtUYic00/s29O +aqXOe3HckjzQSrpbWpYzcABoS++38rxLSevfaepxqRxszslkgl4y6zf2AnnVf95G +w9WQzdsu9tqEbMQRGauosXVr5c7DoB+bJPnwZwV09Sl1rlW1AwWfEDfAQ1DEIBKY +O6MYgdl5a+sqnbMUJcto1umtI+AKFckpju5qMHeRj7grO7yM7CNphF6pX8EaVDZZ +df634Sxkpo5iNCJOLWObA3h9ZKp3cUjWi0JTVJWeCZN8sXq4FJsCK4unZwt+g6MP +k4e32ZgCXxW7Qn3+Fqtvx2yXH+GBVc8hu2TimkexU40Oi24xN1ca6TstslTpRXpW +q3Go7IXAifg= +=wgOF -----END PGP SIGNATURE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.58/lib/Text/Template/Preprocess.pm new/Text-Template-1.59/lib/Text/Template/Preprocess.pm --- old/Text-Template-1.58/lib/Text/Template/Preprocess.pm 2019-09-27 16:45:31.000000000 +0200 +++ new/Text-Template-1.59/lib/Text/Template/Preprocess.pm 2020-07-03 17:08:00.000000000 +0200 @@ -1,6 +1,6 @@ package Text::Template::Preprocess; -$Text::Template::Preprocess::VERSION = '1.58'; +$Text::Template::Preprocess::VERSION = '1.59'; # ABSTRACT: Expand template text with embedded Perl use strict; @@ -53,7 +53,7 @@ =head1 VERSION -version 1.58 +version 1.59 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.58/lib/Text/Template.pm new/Text-Template-1.59/lib/Text/Template.pm --- old/Text-Template-1.58/lib/Text/Template.pm 2019-09-27 16:45:31.000000000 +0200 +++ new/Text-Template-1.59/lib/Text/Template.pm 2020-07-03 17:08:00.000000000 +0200 @@ -10,7 +10,7 @@ # package Text::Template; -$Text::Template::VERSION = '1.58'; +$Text::Template::VERSION = '1.59'; # ABSTRACT: Expand template text with embedded Perl use strict; @@ -611,7 +611,7 @@ =head1 VERSION -version 1.58 +version 1.59 =head1 SYNOPSIS @@ -663,7 +663,7 @@ $text = $template->fill_in(PREPEND => q{use strict 'vars';}, ...); use Text::Template 'fill_in_string'; - $text = fill_in_string( <<EOM, PACKAGE => 'T', ...); + $text = fill_in_string( <<'EOM', PACKAGE => 'T', ...); Dear {$recipient}, Pay me at once. Love,
