Hello community,
here is the log from the commit of package perl-Template-Toolkit for
openSUSE:Factory checked in at 2017-05-16 14:33:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Template-Toolkit (Old)
and /work/SRC/openSUSE:Factory/.perl-Template-Toolkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Template-Toolkit"
Tue May 16 14:33:30 2017 rev:31 rq:489025 version:2.27
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Template-Toolkit/perl-Template-Toolkit.changes
2015-05-11 19:49:06.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Template-Toolkit.new/perl-Template-Toolkit.changes
2017-05-16 14:33:46.823019270 +0200
@@ -1,0 +2,30 @@
+Sun Apr 16 06:37:14 UTC 2017 - [email protected]
+
+- updated to 2.27
+ see /usr/share/doc/packages/perl-Template-Toolkit/Changes
+
+ # Version 2.27 - 13th December 2016
+ #------------------------------------------------------------------------
+
+ * Ghost fixed the regex in the uri/url filters, removing double quotes
+ to make it RFC3986 compliant.
+ https://github.com/abw/Template2/issues/35
+
+ * Sean Zellmer added testrules.yml to always run compile*.t sequentially
+ https://github.com/abw/Template2/pull/45
+
+ * Simon Dawson added 'empty' vmethods for scalar, list and hash
+ https://github.com/abw/Template2/pull/46
+
+ * Dennis Clark added --envvars option to tpage
+ https://github.com/abw/Template2/pull/49
+
+ * Yanick Champoux made Template::Toolkit a module
+ https://github.com/abw/Template2/pull/51
+
+ * Various warnings silenced and typos fixed.
+
+
+ #-----------------------------------------------------------------------
+
+-------------------------------------------------------------------
Old:
----
Template-Toolkit-2.26.tar.gz
New:
----
Template-Toolkit-2.27.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Template-Toolkit.spec ++++++
--- /var/tmp/diff_new_pack.FSeURy/_old 2017-05-16 14:33:47.378941169 +0200
+++ /var/tmp/diff_new_pack.FSeURy/_new 2017-05-16 14:33:47.382940607 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Template-Toolkit
#
-# Copyright (c) 2015 SUSE LINUX 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,22 +17,22 @@
Name: perl-Template-Toolkit
-Version: 2.26
+Version: 2.27
Release: 0
%define cpan_name Template-Toolkit
Summary: Template Processing System
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Template-Toolkit/
-Source0:
http://www.cpan.org/authors/id/A/AB/ABW/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/A/AB/ABW/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(AppConfig) >= 1.56
+BuildRequires: perl(CGI)
BuildRequires: perl(Test::LeakTrace)
Requires: perl(AppConfig) >= 1.56
-Requires: perl(Test::LeakTrace)
%{perl_requires}
%description
@@ -40,7 +40,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -56,6 +56,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes HACKING README TODO
+%doc Changes HACKING README testrules.yml TODO
%changelog
++++++ Template-Toolkit-2.26.tar.gz -> Template-Toolkit-2.27.tar.gz ++++++
++++ 10976 lines of diff (skipped)