Accepting request 943737 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/943737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Template-Toolkit?expand=0&rev=40
This commit is contained in:
commit
66abb0f563
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6ad23bbf637a59b5dfd1ac006460dfcb185982e4852cde77150fbd085f1f5b6
|
||||
size 523388
|
3
Template-Toolkit-3.010.tar.gz
Normal file
3
Template-Toolkit-3.010.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4b65e93364088aa850887820652e467b0bce1493760fd3690268520b37d82cc
|
||||
size 522731
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 14 03:06:38 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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)
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 14 03:18:10 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -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 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Template-Toolkit
|
||||
Version: 3.009
|
||||
Release: 0
|
||||
%define cpan_name Template-Toolkit
|
||||
Name: perl-Template-Toolkit
|
||||
Version: 3.010
|
||||
Release: 0
|
||||
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 @@ Requires: perl(AppConfig) >= 1.56
|
||||
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 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes HACKING README.md testrules.yml TODO
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user