Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Text-Template for openSUSE:Factory checked in at 2021-09-07 21:21:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old) and /work/SRC/openSUSE:Factory/.perl-Text-Template.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-Template" Tue Sep 7 21:21:57 2021 rev:26 rq:917331 version:1.60 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes 2020-07-09 17:44:48.944639636 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Text-Template.new.1899/perl-Text-Template.changes 2021-09-07 21:22:43.409397391 +0200 @@ -1,0 +2,9 @@ +Sat Sep 4 03:07:16 UTC 2021 - Tina M??ller <[email protected]> + +- updated to 1.60 + see /usr/share/doc/packages/perl-Text-Template/Changes + + 1.60 2021-09-03 + - Fix another POD syntax error. + +------------------------------------------------------------------- Old: ---- Text-Template-1.59.tar.gz New: ---- Text-Template-1.60.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Text-Template.spec ++++++ --- /var/tmp/diff_new_pack.XWGPRB/_old 2021-09-07 21:22:43.825397894 +0200 +++ /var/tmp/diff_new_pack.XWGPRB/_new 2021-09-07 21:22:43.829397898 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Template # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # +%define cpan_name Text-Template Name: perl-Text-Template -Version: 1.59 +Version: 1.60 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} Source0: https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More::UTF8) @@ -48,12 +46,12 @@ separation. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -64,7 +62,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE ++++++ Text-Template-1.59.tar.gz -> Text-Template-1.60.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.59/Changes new/Text-Template-1.60/Changes --- old/Text-Template-1.59/Changes 2020-07-03 17:08:00.000000000 +0200 +++ new/Text-Template-1.60/Changes 2021-09-03 18:14:08.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Text::Template +1.60 2021-09-03 + - Fix another POD syntax error. + 1.59 2020-07-03 - Fix syntax error in POD example code. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.59/LICENSE new/Text-Template-1.60/LICENSE --- old/Text-Template-1.59/LICENSE 2020-07-03 17:08:00.000000000 +0200 +++ new/Text-Template-1.60/LICENSE 2021-09-03 18:14:08.000000000 +0200 @@ -292,21 +292,21 @@ - "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through - textual modification. + textual modification. - "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright - Holder. + Holder. - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. + the package. - "You" is you, if you're thinking about copying or distributing this Package. - "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) + computing community at large as a market that must bear the fee.) - "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they - received it. + received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you @@ -373,7 +373,7 @@ 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.59/MANIFEST new/Text-Template-1.60/MANIFEST --- old/Text-Template-1.59/MANIFEST 2020-07-03 17:08:00.000000000 +0200 +++ new/Text-Template-1.60/MANIFEST 2021-09-03 18:14:08.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.015. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024. Changes INSTALL LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.59/META.json new/Text-Template-1.60/META.json --- old/Text-Template-1.59/META.json 2020-07-03 17:08:00.000000000 +0200 +++ new/Text-Template-1.60/META.json 2021-09-03 18:14:08.000000000 +0200 @@ -4,7 +4,7 @@ "Michael Schout <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -57,11 +57,11 @@ "provides" : { "Text::Template" : { "file" : "lib/Text/Template.pm", - "version" : "1.59" + "version" : "1.60" }, "Text::Template::Preprocess" : { "file" : "lib/Text/Template/Preprocess.pm", - "version" : "1.59" + "version" : "1.60" } }, "release_status" : "stable", @@ -76,7 +76,7 @@ "web" : "https://github.com/mschout/perl-text-template" } }, - "version" : "1.59", + "version" : "1.60", "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.59/META.yml new/Text-Template-1.60/META.yml --- old/Text-Template-1.59/META.yml 2020-07-03 17:08:00.000000000 +0200 +++ new/Text-Template-1.60/META.yml 2021-09-03 18:14:08.000000000 +0200 @@ -16,7 +16,7 @@ ExtUtils::MakeMaker: '0' perl: '5.008' dynamic_config: 0 -generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 2.150010' +generated_by: 'Dist::Zilla version 6.024, 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.59' + version: '1.60' Text::Template::Preprocess: file: lib/Text/Template/Preprocess.pm - version: '1.59' + version: '1.60' requires: Carp: '0' Encode: '0' @@ -41,7 +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.59' +version: '1.60' 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.59/Makefile.PL new/Text-Template-1.60/Makefile.PL --- old/Text-Template-1.59/Makefile.PL 2020-07-03 17:08:00.000000000 +0200 +++ new/Text-Template-1.60/Makefile.PL 2021-09-03 18:14:08.000000000 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.015. +# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024. use strict; use warnings; @@ -34,7 +34,7 @@ "utf8" => 0, "vars" => 0 }, - "VERSION" => "1.59", + "VERSION" => "1.60", "test" => { "TESTS" => "t/*.t" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.59/SIGNATURE new/Text-Template-1.60/SIGNATURE --- old/Text-Template-1.59/SIGNATURE 2020-07-03 17:08:00.000000000 +0200 +++ new/Text-Template-1.60/SIGNATURE 2021-09-03 18:14:08.000000000 +0200 @@ -14,16 +14,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -SHA256 acc0f44cddc7d7a44bb9366156ba58260970d7f3e4277c1717bda70490b06bc7 Changes +SHA256 3e31d5be193d8a851bf412928c0018f3b208b432d3fa018ea3f28456fc05c07c Changes SHA256 d2f84dc3b27915516d16694b00ec29d20d1b427b2c54a85e7691f4caeae0ca67 INSTALL -SHA256 9837f05336ef3cbacb6a96e1672a0426d81ad01191f214b8d48e22ca62338181 LICENSE -SHA256 f1b923138c8ca84fd7f0ef1ff3c0963c30d99e144cb69e44ef986c438edc8c18 MANIFEST -SHA256 8b189ce90946d7f35c024c637aeea0e525858a9087c51386430da0565d8bc33c META.json -SHA256 9622003c5169a6c0b027eb40e18b0787b4c568efbb8197f071a41519330e40e7 META.yml -SHA256 d65a2defe5a46c9de1e3595665dab416c2c9e603394a114efa848ac282adba78 Makefile.PL +SHA256 e4bd79e88b577d66d351597c0d4114b9ee2e31f0544795e87a88ca1b0dd38383 LICENSE +SHA256 18b342f45f64425838f5cd929637d6266256d6f04ef0f47fc56cf9f3f24ee017 MANIFEST +SHA256 e33aaf3f2012e439f9a9a02376b8df3c2f49e53c25528c3bd3cbc9a20cf13e15 META.json +SHA256 218b6612ea507d171d64b3dd930626f54a092497f6172a8f68a6f3bd1eada490 META.yml +SHA256 d2f292b0c0160567e9f76c2727595d46e1c5f7872ffba188cf8c9712afc17550 Makefile.PL SHA256 0bdb85ea5efde4028e9d69755c592d9d770552a09eed476a850658dc2c5973ea README -SHA256 01e2e1c1550903279e49cf482717b62db7febf237297d9cd080cc522b3da673d lib/Text/Template.pm -SHA256 73d72a6751c19604bd7d48738d2cdebf6e35186f398b87c22452fd85666ebe7b lib/Text/Template/Preprocess.pm +SHA256 7cbaf976a1117f8ec1ed405c906ed155dd262bcca479a3414db1cb95f0c4505a lib/Text/Template.pm +SHA256 bb79e4434d882be51e3fc39e1b5d8ba8cf68134767c263fd588ee1fe263020d3 lib/Text/Template/Preprocess.pm SHA256 305c657c6b73f10767a0ea286b8a73d693940f4cbb8b6a0a4d34e2b5a1c04635 t/author-pod-syntax.t SHA256 9a339818bc8fe7f23595b06538321f26436cb3318c81446d88cd8af2d2ff4806 t/author-signature.t SHA256 c302204f5c09b2e9f798697467ae8b9818fc7028b959cbe07b5af23e78ebdaed t/basic.t @@ -48,18 +48,18 @@ SHA256 827b5420bd8d49d68d718f74b203e5e4ab65f9a299381f8bf05a8f5aa75a7549 t/warnings.t -----BEGIN PGP SIGNATURE----- -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 +iQJFBAEBCAAvFiEE2EtuRfhGgngE8PsARAzvLrlUzY4FAmEySdARHG1zY2hvdXRA +Y3Bhbi5vcmcACgkQRAzvLrlUzY66Zg/5AWwRmY6oNxEdi/fOZI1S4NOo6RxqQD/2 +xmz1pjYPU1YH7FjQe6q9bYCSiZATq+0qAFpvgboKE72piiBki4n5ehCR6ZOhczHW +Yfmm6C2MOfqkZOnAOgO2SnmvKVo26kPF8XNIPK/G9oc87l7wO0N8ehF4qbKQ8ITs +EeGjjAdVeuF3U5Q4SOemmRHaTYPg1LSMWhChnMe75zRHbebbtt3jp/RhBSp01uPK +FdRaB6DBblLd/4p2B626eGIauHABlgSnQbjTnNJj6xm4Zea4lM64G+i9R4pdp/gK +Y/yrTcVW6YLZ4P02OtGiF4pKrvgLRGkAQG9KmN2Bv7yJYoDBOndHzVsjwcrA9sF2 +jucc0bDM1769ttf5p2hMB4MOPFXbpW/FGe9Ivd9y7B/Ot05oW5Id5NQVgf6i8wss +9TLVGqx3DUQH7TnEHEWe+iDCN5IF54QZziXQnS8dWliZgJ8A/0HAg8Vfo1NxCogE +rc3+9NQLEwDDPMWrOEmeToQYMCORKHiGPEM6ZuVlgR6Nk0BNCir58Mw5m/08N0P/ +uswzpPoYZ7YUjX0iGCoev/X3x//guweI/6C8p66Z6EKNjgUHAG4LqeW6aFqk9qvZ +rbnvXaLO/6+NngVGYDkPiJLXIL4XLQUJpE4uuYJt0DG7NSSBT1n38ET95JqBrkJY +aA+av1bxnfs= +=04w6 -----END PGP SIGNATURE----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.59/lib/Text/Template/Preprocess.pm new/Text-Template-1.60/lib/Text/Template/Preprocess.pm --- old/Text-Template-1.59/lib/Text/Template/Preprocess.pm 2020-07-03 17:08:00.000000000 +0200 +++ new/Text-Template-1.60/lib/Text/Template/Preprocess.pm 2021-09-03 18:14:08.000000000 +0200 @@ -1,6 +1,6 @@ package Text::Template::Preprocess; -$Text::Template::Preprocess::VERSION = '1.59'; +$Text::Template::Preprocess::VERSION = '1.60'; # ABSTRACT: Expand template text with embedded Perl use strict; @@ -53,7 +53,7 @@ =head1 VERSION -version 1.59 +version 1.60 =head1 SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Text-Template-1.59/lib/Text/Template.pm new/Text-Template-1.60/lib/Text/Template.pm --- old/Text-Template-1.59/lib/Text/Template.pm 2020-07-03 17:08:00.000000000 +0200 +++ new/Text-Template-1.60/lib/Text/Template.pm 2021-09-03 18:14:08.000000000 +0200 @@ -10,7 +10,7 @@ # package Text::Template; -$Text::Template::VERSION = '1.59'; +$Text::Template::VERSION = '1.60'; # ABSTRACT: Expand template text with embedded Perl use strict; @@ -611,7 +611,7 @@ =head1 VERSION -version 1.59 +version 1.60 =head1 SYNOPSIS @@ -988,7 +988,7 @@ =item C<PREPEND> This option is passed along to the C<fill_in> call unless it is -overridden in the arguments to C<fill_in>. See L<C<PREPEND> feature +overridden in the arguments to C<fill_in>. See L<C<PREPEND>> feature and using C<strict> in templates> below. =item C<BROKEN>
