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 - [email protected]
+
+- 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)


Reply via email to