Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Template-Toolkit for
openSUSE:Factory checked in at 2022-01-04 19:38:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Template-Toolkit (Old)
and /work/SRC/openSUSE:Factory/.perl-Template-Toolkit.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Template-Toolkit"
Tue Jan 4 19:38:01 2022 rev:40 rq:943737 version:3.010
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Template-Toolkit/perl-Template-Toolkit.changes
2020-07-17 20:49:13.176818241 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Template-Toolkit.new.1896/perl-Template-Toolkit.changes
2022-01-04 19:38:28.470007369 +0100
@@ -1,0 +2,29 @@
+Tue Dec 14 03:06:38 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 3.010
+ see /usr/share/doc/packages/perl-Template-Toolkit/Changes
+
+ # Version 3.010 - 13th December 2021
+ #------------------------------------------------------------------------
+ Bug Fixes:
+ * Fix breakage when VMethods is loaded before Stash. (Felipe Gasper)
+ * Fix unicode issues in Plugin::Date (Nicolas R)
+ * Use "defined" instead of "//" because the latter is not available in Perl
v5.8. (Louis Strous)
+ * Fix FILTER redirect does not honor binmode (Louis Strous)
+ Improvements:
+ * Avoid anonymous hash warnings starting with Perl 5.35.2 (Graham Ollis)
+ * Use Data::Dumper as an object. (Justin Wheeler)
+ * ttree: Rename --assets to --copy_dir. (Johan Vromans)
+ * ttree: Implement assets directories. (Johan Vromans)
+ Tests:
+ * Fix t/zz-plugin-cycle.t errors (Nicolas R)
+ * Test for Dumper global vars. (Justin Wheeler)
+ * Remove unused _dump code (Nicolas R)
+ * Fixed tests failing on MacOS Catalina due to Dynaloader and relative paths
(Andy Wardley)
+ Documentation:
+ * Update README.md (philip r brenan)
+ * Add support group to README and Template.pm. (Johan Vromans)
+ * Make the process() documentation clearer. (Dave Cross)
+ #-----------------------------------------------------------------------
+
+-------------------------------------------------------------------
Old:
----
Template-Toolkit-3.009.tar.gz
New:
----
Template-Toolkit-3.010.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Template-Toolkit.spec ++++++
--- /var/tmp/diff_new_pack.y39zKq/_old 2022-01-04 19:38:29.014008081 +0100
+++ /var/tmp/diff_new_pack.y39zKq/_new 2022-01-04 19:38:29.018008086 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Template-Toolkit
#
-# 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,17 +16,15 @@
#
+%define cpan_name Template-Toolkit
Name: perl-Template-Toolkit
-Version: 3.009
+Version: 3.010
Release: 0
-%define cpan_name Template-Toolkit
Summary: Template Processing System
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/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(AppConfig) >= 1.56
@@ -39,12 +37,12 @@
Template Processing System
%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 OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -55,7 +53,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes HACKING README.md testrules.yml TODO
%changelog
++++++ Template-Toolkit-3.009.tar.gz -> Template-Toolkit-3.010.tar.gz ++++++
++++ 1857 lines of diff (skipped)