commit perl-Text-Template for openSUSE:Factory

2020-07-09 Thread root
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 
+
+- 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.0 +0200
+++ new/Text-Template-1.59/Changes  2020-07-03 17:08:00.0 +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.0 +0200
+++ new/Text-Template-1.59/MANIFEST 2020-07-03 17:08:00.0 +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.json2019-09-27 16:45:31.0 +0200
+++ new/Text-Template-1.59/META.json2020-07-03 17:08:00.0 +0200
@@ -4,7 +4,7 @@
   "Michael Schout "
],
"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",
+   

commit perl-Text-Template for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2019-09-30 16:01:15

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new.2352 (New)


Package is "perl-Text-Template"

Mon Sep 30 16:01:15 2019 rev:24 rq:733993 version:1.58

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2019-09-13 14:58:45.453278352 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new.2352/perl-Text-Template.changes
  2019-09-30 16:01:40.396853467 +0200
@@ -1,0 +2,9 @@
+Sat Sep 28 13:49:48 UTC 2019 -  
+
+- updated to 1.58
+   see /usr/share/doc/packages/perl-Text-Template/Changes
+
+  1.58  2019-09-27
+ - Remove hard coded (old) version number from README
+
+---

Old:

  Text-Template-1.57.tar.gz

New:

  Text-Template-1.58.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.S46YzI/_old  2019-09-30 16:01:40.856852243 +0200
+++ /var/tmp/diff_new_pack.S46YzI/_new  2019-09-30 16:01:40.856852243 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Template
-Version:1.57
+Version:1.58
 Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl

++ Text-Template-1.57.tar.gz -> Text-Template-1.58.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.57/Changes 
new/Text-Template-1.58/Changes
--- old/Text-Template-1.57/Changes  2019-09-09 15:52:49.0 +0200
+++ new/Text-Template-1.58/Changes  2019-09-27 16:45:31.0 +0200
@@ -1,6 +1,10 @@
 Revision history for Text::Template
 
+1.58  2019-09-27
+   - Remove hard coded (old) version number from README
+
 1.57  2019-09-09
+- Fix several doc typos (Thanks Antoine Cœur)
 
 1.56  2019-07-09
 - Fix typos in Changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.57/META.json 
new/Text-Template-1.58/META.json
--- old/Text-Template-1.57/META.json2019-09-09 15:52:49.0 +0200
+++ new/Text-Template-1.58/META.json2019-09-27 16:45:31.0 +0200
@@ -57,11 +57,11 @@
"provides" : {
   "Text::Template" : {
  "file" : "lib/Text/Template.pm",
- "version" : "1.57"
+ "version" : "1.58"
   },
   "Text::Template::Preprocess" : {
  "file" : "lib/Text/Template/Preprocess.pm",
- "version" : "1.57"
+ "version" : "1.58"
   }
},
"release_status" : "stable",
@@ -76,7 +76,7 @@
  "web" : "https://github.com/mschout/perl-text-template;
   }
},
-   "version" : "1.57",
+   "version" : "1.58",
"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.57/META.yml 
new/Text-Template-1.58/META.yml
--- old/Text-Template-1.57/META.yml 2019-09-09 15:52:49.0 +0200
+++ new/Text-Template-1.58/META.yml 2019-09-27 16:45:31.0 +0200
@@ -25,10 +25,10 @@
 provides:
   Text::Template:
 file: lib/Text/Template.pm
-version: '1.57'
+version: '1.58'
   Text::Template::Preprocess:
 file: lib/Text/Template/Preprocess.pm
-version: '1.57'
+version: '1.58'
 requires:
   Carp: '0'
   Encode: '0'
@@ -41,6 +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.57'
+version: '1.58'
 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.57/Makefile.PL 
new/Text-Template-1.58/Makefile.PL
--- old/Text-Template-1.57/Makefile.PL  2019-09-09 15:52:49.0 +0200
+++ new/Text-Template-1.58/Makefile.PL  2019-09-27 16:45:31.0 +0200
@@ -34,7 +34,7 @@
 "utf8" => 0,
 "vars" => 0
   },
-  "VERSION" => "1.57",
+  "VERSION" => "1.58",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.57/SIGNATURE 
new/Text-Template-1.58/SIGNATURE
--- old/Text-Template-1.57/SIGNATURE2019-09-09 15:52:49.0 +0200
+++ new/Text-Template-1.58/SIGNATURE2019-09-27 16:45:31.0 +0200
@@ -14,16 +14,16 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-SHA1 

commit perl-Text-Template for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2019-09-13 14:58:43

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new.7948 (New)


Package is "perl-Text-Template"

Fri Sep 13 14:58:43 2019 rev:23 rq:730132 version:1.57

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2019-07-29 17:31:34.602158817 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new.7948/perl-Text-Template.changes
  2019-09-13 14:58:45.453278352 +0200
@@ -1,0 +2,8 @@
+Tue Sep 10 09:28:05 UTC 2019 -  
+
+- updated to 1.57
+   see /usr/share/doc/packages/perl-Text-Template/Changes
+
+  1.57  2019-09-09
+
+---

Old:

  Text-Template-1.56.tar.gz

New:

  Text-Template-1.57.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.cqVwKZ/_old  2019-09-13 14:58:46.165278382 +0200
+++ /var/tmp/diff_new_pack.cqVwKZ/_new  2019-09-13 14:58:46.165278382 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Template
-Version:1.56
+Version:1.57
 Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl

++ Text-Template-1.56.tar.gz -> Text-Template-1.57.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.56/Changes 
new/Text-Template-1.57/Changes
--- old/Text-Template-1.56/Changes  2019-07-09 15:27:23.0 +0200
+++ new/Text-Template-1.57/Changes  2019-09-09 15:52:49.0 +0200
@@ -1,5 +1,7 @@
 Revision history for Text::Template
 
+1.57  2019-09-09
+
 1.56  2019-07-09
 - Fix typos in Changes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.56/META.json 
new/Text-Template-1.57/META.json
--- old/Text-Template-1.56/META.json2019-07-09 15:27:23.0 +0200
+++ new/Text-Template-1.57/META.json2019-09-09 15:52:49.0 +0200
@@ -57,11 +57,11 @@
"provides" : {
   "Text::Template" : {
  "file" : "lib/Text/Template.pm",
- "version" : "1.56"
+ "version" : "1.57"
   },
   "Text::Template::Preprocess" : {
  "file" : "lib/Text/Template/Preprocess.pm",
- "version" : "1.56"
+ "version" : "1.57"
   }
},
"release_status" : "stable",
@@ -76,7 +76,7 @@
  "web" : "https://github.com/mschout/perl-text-template;
   }
},
-   "version" : "1.56",
+   "version" : "1.57",
"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.56/META.yml 
new/Text-Template-1.57/META.yml
--- old/Text-Template-1.56/META.yml 2019-07-09 15:27:23.0 +0200
+++ new/Text-Template-1.57/META.yml 2019-09-09 15:52:49.0 +0200
@@ -25,10 +25,10 @@
 provides:
   Text::Template:
 file: lib/Text/Template.pm
-version: '1.56'
+version: '1.57'
   Text::Template::Preprocess:
 file: lib/Text/Template/Preprocess.pm
-version: '1.56'
+version: '1.57'
 requires:
   Carp: '0'
   Encode: '0'
@@ -41,6 +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.56'
+version: '1.57'
 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.56/Makefile.PL 
new/Text-Template-1.57/Makefile.PL
--- old/Text-Template-1.56/Makefile.PL  2019-07-09 15:27:23.0 +0200
+++ new/Text-Template-1.57/Makefile.PL  2019-09-09 15:52:49.0 +0200
@@ -34,7 +34,7 @@
 "utf8" => 0,
 "vars" => 0
   },
-  "VERSION" => "1.56",
+  "VERSION" => "1.57",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.56/README 
new/Text-Template-1.57/README
--- old/Text-Template-1.56/README   2019-07-09 15:27:23.0 +0200
+++ new/Text-Template-1.57/README   2019-09-09 15:52:49.0 +0200
@@ -1,5 +1,5 @@
 
-Text::Template v1.46
+Text::Template
 
 This is a library for generating form letters, building HTML pages, or
 filling in templates generally.  A `template' is a piece of text that
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Text-Template for openSUSE:Factory

2019-07-29 Thread root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2019-07-29 17:31:33

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new.4126 (New)


Package is "perl-Text-Template"

Mon Jul 29 17:31:33 2019 rev:22 rq:719523 version:1.56

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2019-03-01 20:32:23.537967912 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new.4126/perl-Text-Template.changes
  2019-07-29 17:31:34.602158817 +0200
@@ -1,0 +2,9 @@
+Thu Jul 25 05:31:06 UTC 2019 - Stephan Kulow 
+
+- updated to 1.56
+   see /usr/share/doc/packages/perl-Text-Template/Changes
+
+  1.56  2019-07-09
+  - Fix typos in Changes
+
+---

Old:

  Text-Template-1.55.tar.gz

New:

  Text-Template-1.56.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.Ko35w6/_old  2019-07-29 17:31:35.114158198 +0200
+++ /var/tmp/diff_new_pack.Ko35w6/_new  2019-07-29 17:31:35.118158193 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Template
-Version:1.55
+Version:1.56
 Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl

++ Text-Template-1.55.tar.gz -> Text-Template-1.56.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.55/Changes 
new/Text-Template-1.56/Changes
--- old/Text-Template-1.55/Changes  2019-02-25 16:08:26.0 +0100
+++ new/Text-Template-1.56/Changes  2019-07-09 15:27:23.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Text::Template
 
+1.56  2019-07-09
+- Fix typos in Changes
+
 1.55  2019-02-25
 - Improve AppVeyor tests for older Perls (Thanks Roy Ivy)
 - Check for Test::More 0.94 and skip tests if not installed where
@@ -87,7 +90,7 @@
 1.45  2008-04-16
 
 1.44  2003-04-29
-- This is a maintentance release.  There are no feature changes.
+- This is a maintenance release.  There are no feature changes.
 - _scrubpkg, which was responsible for eptying out temporary packages after
   the module had done with them, wasn't always working; the result was
   memory leaks in long-running applications. This should be fixed now, and
@@ -102,13 +105,13 @@
   and the ->fill_in call would fail.
 
 1.42  2001-11-05
-- This is a maintentance release.  There are no feature changes.
+- This is a maintenance release.  There are no feature changes.
 - Fixed a bug relating to use of UNTAINT under perl 5.005_03 and possibly
   other versions.
 - Taint-related tests are now more comprehensive.
 
 1.41  2001-09-04
-- This is a maintentance release.  There are no feature changes.
+- This is a maintenance release.  There are no feature changes.
 - Tests now work correctly on Windows systems and possibly on other
   non-unix systems.
 
@@ -146,7 +149,7 @@
 - Bug fix:  $OUT was not correctly initialized when used in conjunction
   with SAFE.
 - You may now use a glob ref when passing a filehandle to the ->new
-  funcion.  Formerly, a glob was reuqired.
+  function.  Formerly, a glob was required.
 - New subclass:  Text::Template::Preprocess.  Just like Text::Template, but
   you may supply a PREPROCESS option in the constructor or the fill_in
   call; this is a function which receives each code fragment prior to
@@ -168,7 +171,7 @@
   Itamar Almeida de Carvalho.
 - Bug fix: $OUT was not always correctly initialized when used in
   conjunction with SAFE.
-- You may now use a glob ref when passing a filehandle to the new funcion.
+- You may now use a glob ref when passing a filehandle to the new function.
   Formerly, a glob was required.
 - Error messages passed to BROKEN subroutines will now report the correct
   line number of the template at which the error occurred:
@@ -226,7 +229,7 @@
   incompatible with the beta versions and was also inconvenient.  (`\n' in
   templates was replaced with `n' before it was given to Perl for
   evaluation.)  The new behavior is also incompatible with the beta
-  versions, but it is only a little bit incompatible, and it is probbaly
+  versions, but it is only a little bit incompatible, and it is probably
   better.
 - Documentation for the new behavior, and tests for the bug.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.55/META.json 
new/Text-Template-1.56/META.json
--- 

commit perl-Text-Template for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2019-03-01 20:32:22

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"

Fri Mar  1 20:32:22 2019 rev:21 rq:680367 version:1.55

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2019-01-21 10:54:52.119691451 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new.28833/perl-Text-Template.changes
 2019-03-01 20:32:23.537967912 +0100
@@ -1,0 +2,14 @@
+Tue Feb 26 06:38:03 UTC 2019 - Stephan Kulow 
+
+- updated to 1.55
+   see /usr/share/doc/packages/perl-Text-Template/Changes
+
+  1.55  2019-02-25
+  - Improve AppVeyor tests for older Perls (Thanks Roy Ivy)
+  - Check for Test::More 0.94 and skip tests if not installed where
+done_testing() is used (Thanks Roy Ivy).
+  - Improve workaround for broken Win32 File::Temp taint failure (Thanks 
Roy Ivy).
+  - Skip/todo tests which fail under Devel::Cover (Thanks Roy Ivy)
+  - Add checks and skip_all checks for non-core test modules (Thanks Roy 
Ivy)
+
+---

Old:

  Text-Template-1.54.tar.gz

New:

  Text-Template-1.55.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.AUFJt7/_old  2019-03-01 20:32:24.181967753 +0100
+++ /var/tmp/diff_new_pack.AUFJt7/_new  2019-03-01 20:32:24.181967753 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Template
-Version:1.54
+Version:1.55
 Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl

++ Text-Template-1.54.tar.gz -> Text-Template-1.55.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.54/Changes 
new/Text-Template-1.55/Changes
--- old/Text-Template-1.54/Changes  2019-01-13 22:12:48.0 +0100
+++ new/Text-Template-1.55/Changes  2019-02-25 16:08:26.0 +0100
@@ -1,5 +1,13 @@
 Revision history for Text::Template
 
+1.55  2019-02-25
+- Improve AppVeyor tests for older Perls (Thanks Roy Ivy)
+- Check for Test::More 0.94 and skip tests if not installed where
+  done_testing() is used (Thanks Roy Ivy).
+- Improve workaround for broken Win32 File::Temp taint failure (Thanks Roy 
Ivy).
+- Skip/todo tests which fail under Devel::Cover (Thanks Roy Ivy)
+- Add checks and skip_all checks for non-core test modules (Thanks Roy Ivy)
+
 1.54  2019-01-13
 - Fix tempfile creation during tests on Win32
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.54/META.json 
new/Text-Template-1.55/META.json
--- old/Text-Template-1.54/META.json2019-01-13 22:12:48.0 +0100
+++ new/Text-Template-1.55/META.json2019-02-25 16:08:26.0 +0100
@@ -57,11 +57,11 @@
"provides" : {
   "Text::Template" : {
  "file" : "lib/Text/Template.pm",
- "version" : "1.54"
+ "version" : "1.55"
   },
   "Text::Template::Preprocess" : {
  "file" : "lib/Text/Template/Preprocess.pm",
- "version" : "1.54"
+ "version" : "1.55"
   }
},
"release_status" : "stable",
@@ -76,7 +76,7 @@
  "web" : "https://github.com/mschout/perl-text-template;
   }
},
-   "version" : "1.54",
+   "version" : "1.55",
"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.54/META.yml 
new/Text-Template-1.55/META.yml
--- old/Text-Template-1.54/META.yml 2019-01-13 22:12:48.0 +0100
+++ new/Text-Template-1.55/META.yml 2019-02-25 16:08:26.0 +0100
@@ -25,10 +25,10 @@
 provides:
   Text::Template:
 file: lib/Text/Template.pm
-version: '1.54'
+version: '1.55'
   Text::Template::Preprocess:
 file: lib/Text/Template/Preprocess.pm
-version: '1.54'
+version: '1.55'
 requires:
   Carp: '0'
   Encode: '0'
@@ -41,6 +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.54'
+version: '1.55'
 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.54/Makefile.PL 
new/Text-Template-1.55/Makefile.PL
--- 

commit perl-Text-Template for openSUSE:Factory

2019-01-21 Thread root
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 
+
+- 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.0 +0200
+++ new/Text-Template-1.54/Changes  2019-01-13 22:12:48.0 +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.0 +0200
+++ new/Text-Template-1.54/MANIFEST 2019-01-13 22:12:48.0 +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.json2018-05-02 18:58:25.0 +0200
+++ new/Text-Template-1.54/META.json2019-01-13 22:12:48.0 +0100
@@ -4,7 +4,7 @@
   "Michael Schout "
],
"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" 

commit perl-Text-Template for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2018-08-31 09:52:52

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new (New)


Package is "perl-Text-Template"

Fri Aug 31 09:52:52 2018 rev:19 rq:610496 version:1.53

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2018-04-19 15:27:44.875324250 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new/perl-Text-Template.changes   
2018-08-31 09:52:54.545753683 +0200
@@ -1,0 +2,14 @@
+Thu May  3 06:05:35 UTC 2018 - co...@suse.com
+
+- updated to 1.53
+   see /usr/share/doc/packages/perl-Text-Template/Changes
+
+  1.53  2018-05-02
+  - Add support for decoding template files via ENCODING constructor arg
+[github #11]
+  - Docs cleanup: replace indirect-object style examples and use class 
method
+style constructor calls in the POD docs
+  - Docs cleanup: remove hard tabs from POD, replace dated, unfair synopsis
+[github #5], convert "THANKS" section to a POD list
+
+---

Old:

  Text-Template-1.52.tar.gz

New:

  Text-Template-1.53.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.liPFqV/_old  2018-08-31 09:52:55.501756095 +0200
+++ /var/tmp/diff_new_pack.liPFqV/_new  2018-08-31 09:52:55.505756104 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Template
-Version:1.52
+Version:1.53
 Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl
@@ -30,6 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::More::UTF8)
 BuildRequires:  perl(Test::Warnings)
 %{perl_requires}
 

++ Text-Template-1.52.tar.gz -> Text-Template-1.53.tar.gz ++
 1779 lines of diff (skipped)




commit perl-Text-Template for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2018-04-19 15:27:34

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new (New)


Package is "perl-Text-Template"

Thu Apr 19 15:27:34 2018 rev:18 rq:593453 version:1.52

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2018-03-24 16:13:54.466682005 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new/perl-Text-Template.changes   
2018-04-19 15:27:44.875324250 +0200
@@ -1,0 +2,9 @@
+Tue Mar 20 06:59:39 UTC 2018 - co...@suse.com
+
+- updated to 1.52
+   see /usr/share/doc/packages/perl-Text-Template/Changes
+
+  1.52  2018-03-19
+  - Fix possible 'Subroutine ... redefined' warning (Github #10)
+
+---

Old:

  Text-Template-1.51.tar.gz

New:

  Text-Template-1.52.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.7Lr66U/_old  2018-04-19 15:27:45.455300586 +0200
+++ /var/tmp/diff_new_pack.7Lr66U/_new  2018-04-19 15:27:45.459300422 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Text-Template
-Version:1.51
+Version:1.52
 Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl

++ Text-Template-1.51.tar.gz -> Text-Template-1.52.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.51/Changes 
new/Text-Template-1.52/Changes
--- old/Text-Template-1.51/Changes  2018-03-04 21:53:53.0 +0100
+++ new/Text-Template-1.52/Changes  2018-03-19 15:29:31.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Text::Template
 
+1.52  2018-03-19
+- Fix possible 'Subroutine ... redefined' warning (Github #10)
+
 1.51  2018-03-04
 - Add test for nested tags breakage that happened in v1.46
 - Turn off strict+warnings in sections where template code is eval'ed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.51/META.json 
new/Text-Template-1.52/META.json
--- old/Text-Template-1.51/META.json2018-03-04 21:53:53.0 +0100
+++ new/Text-Template-1.52/META.json2018-03-19 15:29:31.0 +0100
@@ -54,11 +54,11 @@
"provides" : {
   "Text::Template" : {
  "file" : "lib/Text/Template.pm",
- "version" : "1.51"
+ "version" : "1.52"
   },
   "Text::Template::Preprocess" : {
  "file" : "lib/Text/Template/Preprocess.pm",
- "version" : "1.51"
+ "version" : "1.52"
   }
},
"release_status" : "stable",
@@ -73,7 +73,7 @@
  "web" : "https://github.com/mschout/perl-text-template;
   }
},
-   "version" : "1.51",
+   "version" : "1.52",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.51/META.yml 
new/Text-Template-1.52/META.yml
--- old/Text-Template-1.51/META.yml 2018-03-04 21:53:53.0 +0100
+++ new/Text-Template-1.52/META.yml 2018-03-19 15:29:31.0 +0100
@@ -23,10 +23,10 @@
 provides:
   Text::Template:
 file: lib/Text/Template.pm
-version: '1.51'
+version: '1.52'
   Text::Template::Preprocess:
 file: lib/Text/Template/Preprocess.pm
-version: '1.51'
+version: '1.52'
 requires:
   Carp: '0'
   Exporter: '0'
@@ -38,5 +38,5 @@
   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.51'
+version: '1.52'
 x_serialization_backend: 'YAML::Tiny version 1.70'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.51/Makefile.PL 
new/Text-Template-1.52/Makefile.PL
--- old/Text-Template-1.51/Makefile.PL  2018-03-04 21:53:53.0 +0100
+++ new/Text-Template-1.52/Makefile.PL  2018-03-19 15:29:31.0 +0100
@@ -31,7 +31,7 @@
 "lib" => 0,
 "vars" => 0
   },
-  "VERSION" => "1.51",
+  "VERSION" => "1.52",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.51/SIGNATURE 
new/Text-Template-1.52/SIGNATURE
--- old/Text-Template-1.51/SIGNATURE2018-03-04 21:53:53.0 +0100
+++ new/Text-Template-1.52/SIGNATURE2018-03-19 15:29:31.0 +0100
@@ -14,16 +14,16 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
-SHA1 

commit perl-Text-Template for openSUSE:Factory

2018-03-24 Thread root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2018-03-24 16:13:52

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new (New)


Package is "perl-Text-Template"

Sat Mar 24 16:13:52 2018 rev:17 rq:583237 version:1.51

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2018-02-16 21:45:44.052789799 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new/perl-Text-Template.changes   
2018-03-24 16:13:54.466682005 +0100
@@ -1,0 +2,11 @@
+Mon Mar  5 07:05:50 UTC 2018 - co...@suse.com
+
+- updated to 1.51
+   see /usr/share/doc/packages/perl-Text-Template/Changes
+
+  1.51  2018-03-04
+  - Add test for nested tags breakage that happened in v1.46
+  - Turn off strict+warnings in sections where template code is eval'ed
+[github #9]
+
+---

Old:

  Text-Template-1.50.tar.gz

New:

  Text-Template-1.51.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.3emPIW/_old  2018-03-24 16:13:55.526643795 +0100
+++ /var/tmp/diff_new_pack.3emPIW/_new  2018-03-24 16:13:55.526643795 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Text-Template
-Version:1.50
+Version:1.51
 Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Template/
 Source0:
https://cpan.metacpan.org/authors/id/M/MS/MSCHOUT/%{cpan_name}-%{version}.tar.gz
@@ -30,6 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::Warnings)
 %{perl_requires}
 
 %description

++ Text-Template-1.50.tar.gz -> Text-Template-1.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.50/Changes 
new/Text-Template-1.51/Changes
--- old/Text-Template-1.50/Changes  2018-02-11 06:04:39.0 +0100
+++ new/Text-Template-1.51/Changes  2018-03-04 21:53:53.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Text::Template
 
+1.51  2018-03-04
+- Add test for nested tags breakage that happened in v1.46
+- Turn off strict+warnings in sections where template code is eval'ed
+  [github #9]
+
 1.50  2018-02-10
   *** Revert support for identical start/end delimiters (e.g.: @@foo@@, 
XXfooXX)
   due to breakage with nested tags (see
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.50/MANIFEST 
new/Text-Template-1.51/MANIFEST
--- old/Text-Template-1.50/MANIFEST 2018-02-11 06:04:39.0 +0100
+++ new/Text-Template-1.51/MANIFEST 2018-03-04 21:53:53.0 +0100
@@ -19,6 +19,7 @@
 t/exported.t
 t/hash.t
 t/inline-comment.t
+t/nested-tags.t
 t/ofh.t
 t/out.t
 t/prepend.t
@@ -29,3 +30,4 @@
 t/safe3.t
 t/strict.t
 t/taint.t
+t/warnings.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.50/META.json 
new/Text-Template-1.51/META.json
--- old/Text-Template-1.50/META.json2018-02-11 06:04:39.0 +0100
+++ new/Text-Template-1.51/META.json2018-03-04 21:53:53.0 +0100
@@ -44,6 +44,7 @@
 "File::Temp" : "0",
 "Safe" : "0",
 "Test::More" : "0",
+"Test::Warnings" : "0",
 "lib" : "0",
 "perl" : "5.008",
 "vars" : "0"
@@ -53,11 +54,11 @@
"provides" : {
   "Text::Template" : {
  "file" : "lib/Text/Template.pm",
- "version" : "1.50"
+ "version" : "1.51"
   },
   "Text::Template::Preprocess" : {
  "file" : "lib/Text/Template/Preprocess.pm",
- "version" : "1.50"
+ "version" : "1.51"
   }
},
"release_status" : "stable",
@@ -72,7 +73,7 @@
  "web" : "https://github.com/mschout/perl-text-template;
   }
},
-   "version" : "1.50",
+   "version" : "1.51",
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.50/META.yml 
new/Text-Template-1.51/META.yml
--- old/Text-Template-1.50/META.yml 2018-02-11 06:04:39.0 +0100
+++ new/Text-Template-1.51/META.yml 2018-03-04 21:53:53.0 +0100
@@ -6,6 +6,7 @@
   File::Temp: '0'
   Safe: '0'
   Test::More: '0'
+ 

commit perl-Text-Template for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2018-02-16 21:45:44

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new (New)


Package is "perl-Text-Template"

Fri Feb 16 21:45:44 2018 rev:16 rq:577188 version:1.50

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2017-03-28 15:20:55.376606755 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new/perl-Text-Template.changes   
2018-02-16 21:45:44.052789799 +0100
@@ -1,0 +2,49 @@
+Mon Feb 12 12:32:45 UTC 2018 - co...@suse.com
+
+- updated to 1.50
+   see /usr/share/doc/packages/perl-Text-Template/Changes
+
+  1.50  2018-02-10
+*** Revert support for identical start/end delimiters (e.g.: @@foo@@, 
XXfooXX)
+due to breakage with nested tags (see
+https://github.com/mschout/perl-text-template/issues/8).  Will revisit
+this in a future release.
+  
+  1.49  2018-02-07
+  - Fix failing tests in v1.48 under perl < 5.8.9
+  
+  1.48  2018-02-07
+  - remove COPYING and Artistic files from the dist.  These are replaced by
+the Dist::Zilla generated LICENSE file.
+  - use strict/warnings (thanks Mohammad S Anwar)
+  - remove $VERSION checks from tests. This makes it easier to run the test
+with Dist::Zilla and avoids maintenance issue of updating the tests for
+each release (Thanks Andrew Ruder).
+  - Allow precompiled templates to work with preprocessing [#29928] (Thanks
+Nik LaBelle)
+  - Add "strict" option to fill_in().  This adds "use strict" and "use vars
+(...)" to the prepend section, and only the keys of the HASH option are
+allowed in the template.  (Thanks Desmond Daignault, Kivanc Yazan, CJM)
+[55696]
+  - Fix templates with inline comments without newline after comment for 
perl
+< 5.18 [34292]
+  - Don't use bareword file handles
+  - use three arg form of open()
+  - Fix BROKEN behaviour so that it returns the text accumulated so far on
+undef as documented [28974]
+  - Source code cleanups
+  - Minimum perl version is now 5.8.0
+  - Allow start/end delimiters to be identical (e.g.: @@foo@@, XXfooXX)
+(Thanks mirod) [46639]
+  - Fix + document the FILENAME parameter to fill_in() (Thanks VDB) 
[106093]
+  - Test suite cleanups:
+  + turn on strict/warnings for all tests
+  + run tests through perltidy and formatting cleanup
+  + remove number prefixes from test names
+  + use Test::More instead of generating TAP by hand
+  + use three-arg form of open()
+  + don't use indirect object syntax
+  + don't use bareword file handles
+  + use File::Temp to generate temporary files
+
+---

Old:

  Text-Template-1.47.tar.gz

New:

  Text-Template-1.50.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.FivZVA/_old  2018-02-16 21:45:45.080752725 +0100
+++ /var/tmp/diff_new_pack.FivZVA/_new  2018-02-16 21:45:45.084752581 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Template
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,7 +17,7 @@
 
 
 Name:   perl-Text-Template
-Version:1.47
+Version:1.50
 Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl
@@ -64,6 +64,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README
-%license Artistic COPYING LICENSE
+%license LICENSE
 
 %changelog

++ Text-Template-1.47.tar.gz -> Text-Template-1.50.tar.gz ++
 5395 lines of diff (skipped)




commit perl-Text-Template for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2017-03-28 15:20:55

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new (New)


Package is "perl-Text-Template"

Tue Mar 28 15:20:55 2017 rev:15 rq:460887 version:1.47

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2013-06-07 07:07:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new/perl-Text-Template.changes   
2017-03-28 15:20:55.376606755 +0200
@@ -1,0 +2,6 @@
+Tue Feb 28 07:40:01 UTC 2017 - co...@suse.com
+
+- updated to 1.47
+   see /usr/share/doc/packages/perl-Text-Template/Changes
+
+---

Old:

  Text-Template-1.46.tar.gz

New:

  Text-Template-1.47.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.xyWRmz/_old  2017-03-28 15:20:55.964523488 +0200
+++ /var/tmp/diff_new_pack.xyWRmz/_new  2017-03-28 15:20:55.968522922 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Template
 #
-# Copyright (c) 2013 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,20 +17,19 @@
 
 
 Name:   perl-Text-Template
-Version:1.46
+Version:1.47
 Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl
-License:GPL-2.0+ or ClArtistic
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Template/
-Source: 
http://www.cpan.org/authors/id/M/MJ/MJD/%{cpan_name}-%{version}.tar.gz
+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(Text::Template)
-#BuildRequires: perl(Text::Template::Preprocess)
 %{perl_requires}
 
 %description
@@ -48,6 +47,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -63,6 +63,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Artistic COPYING README
+%doc Changes README
+%license Artistic COPYING LICENSE
 
 %changelog

++ Text-Template-1.46.tar.gz -> Text-Template-1.47.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.46/Changes 
new/Text-Template-1.47/Changes
--- old/Text-Template-1.46/Changes  1970-01-01 01:00:00.0 +0100
+++ new/Text-Template-1.47/Changes  2017-02-27 18:07:52.0 +0100
@@ -0,0 +1,8 @@
+Revision history for Text::Template
+
+1.47  2017-02-27
+- Fix longstanding memory leak in _scrubpkg() [#22031]
+- Fix various spelling errors [#86872]
+
+0.01 - 0.45 Various
+- Maintained by Mark Jason Dominus (MJD)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.46/LICENSE 
new/Text-Template-1.47/LICENSE
--- old/Text-Template-1.46/LICENSE  1970-01-01 01:00:00.0 +0100
+++ new/Text-Template-1.47/LICENSE  2017-02-27 18:07:52.0 +0100
@@ -0,0 +1,379 @@
+This software is copyright (c) 2013 by Mark Jason Dominus .
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
+Terms of the Perl programming language system itself
+
+a) the GNU General Public License as published by the Free
+   Software Foundation; either version 1, or (at your option) any
+   later version, or
+b) the "Artistic License"
+
+--- The GNU General Public License, Version 1, February 1989 ---
+
+This software is Copyright (c) 2013 by Mark Jason Dominus .
+
+This is free software, licensed under:
+
+  The GNU General Public License, Version 1, February 1989
+
+GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
+
+ Copyright (C) 1989 Free Software Foundation, Inc.
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+Preamble
+
+  The license agreements of most software 

commit perl-Text-Template for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2013-06-07 07:07:10

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new (New)


Package is perl-Text-Template

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2011-12-20 10:55:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new/perl-Text-Template.changes   
2013-06-07 07:07:12.0 +0200
@@ -1,0 +2,20 @@
+Wed Jun  5 16:13:04 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0+ or ClArtistic
+  The license choice is for GPL-2.0+ or the Clarified Artistic License
+  (ClArtistic on spdx.org/licenses/ClArtistic)
+
+---
+Tue Jun  4 15:21:39 UTC 2013 - co...@suse.com
+
+- updated to 1.46
+Thanks to Rik Signes, there is a new
+Text::Template-append_text_to_output method, which
+Text::Template always uses whenever it wants to emit output.
+You can subclass this to get control over the output, for
+example for postprocessing.
+
+A spurious warning is no longer emitted when the TYPE
+parameter to -new is omitted.
+
+---

Old:

  Text-Template-1.45.tar.gz

New:

  Text-Template-1.46.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.zHdkIy/_old  2013-06-07 07:07:12.0 +0200
+++ /var/tmp/diff_new_pack.zHdkIy/_new  2013-06-07 07:07:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Template
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,26 +17,34 @@
 
 
 Name:   perl-Text-Template
+Version:1.46
+Release:0
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl
-License:GPL-2.0 or Artistic-1.0
+License:GPL-2.0+ or ClArtistic
 Group:  Development/Libraries/Perl
-Version:1.45
-Release:0
 Url:http://search.cpan.org/dist/Text-Template/
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/M/MJ/MJD/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Text::Template)
+#BuildRequires: perl(Text::Template::Preprocess)
+%{perl_requires}
 
 %description
 This is a library for generating form letters, building HTML pages, or
-filling in templates generally. A `template' is a piece of text that
-has little Perl programs embedded in it here and there. When you `fill
-in' a template, you evaluate the little programs and replace them with
-their values.
+filling in templates generally. A `template' is a piece of text that has
+little Perl programs embedded in it here and there. When you `fill in' a
+template, you evaluate the little programs and replace them with their
+values.
+
+You can store a template in a file outside your program. People can modify
+the template without modifying the program. You can separate the formatting
+details from the main code, and put the formatting parts of the program
+into the template. That prevents code bloat and encourages functional
+separation.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -50,18 +58,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Artistic COPYING README
 
 %changelog

++ Text-Template-1.45.tar.gz - Text-Template-1.46.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/MANIFEST 
new/Text-Template-1.46/MANIFEST
--- old/Text-Template-1.45/MANIFEST 2008-04-17 01:39:49.0 +0200
+++ new/Text-Template-1.46/MANIFEST 2013-02-11 03:52:28.0 +0100
@@ -22,3 +22,4 @@
 t/13-taint.t
 t/14-broken.t
 META.yml Module meta-data (added by MakeMaker)
+META.jsonModule JSON meta-data (added by 

commit perl-Text-Template for openSUSE:Factory

2011-12-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2011-12-20 10:55:09

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new (New)


Package is perl-Text-Template, Maintainer is hvo...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2011-11-21 12:49:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new/perl-Text-Template.changes   
2011-12-20 10:55:13.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 14 11:05:50 UTC 2011 - co...@suse.com
+
+- fix license to be in spdx.org format
+
+---



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.e7sVJl/_old  2011-12-20 10:55:14.0 +0100
+++ /var/tmp/diff_new_pack.e7sVJl/_new  2011-12-20 10:55:14.0 +0100
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Text-Template
 %define cpan_name Text-Template
 Summary:Expand template text with embedded Perl
-Version:1.45
-Release:4
-License:GPLv2, Artistic
+License:GPL-2.0 or Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:1.45
+Release:0
 Url:http://search.cpan.org/dist/Text-Template/
 Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Text-Template for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2011-11-21 12:49:05

Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Text-Template.new (New)


Package is perl-Text-Template, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes
2011-09-23 12:39:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new/perl-Text-Template.changes   
2011-11-21 12:49:07.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:10:31 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Text-Template-1.45.tar.bz2

New:

  Text-Template-1.45.tar.gz



Other differences:
--
++ perl-Text-Template.spec ++
--- /var/tmp/diff_new_pack.0kdieC/_old  2011-11-21 12:49:08.0 +0100
+++ /var/tmp/diff_new_pack.0kdieC/_new  2011-11-21 12:49:08.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Text-Template (Version 1.45)
+# spec file for package perl-Text-Template
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 License:GPLv2, Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Text-Template/
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org