8
0

2 Commits

Author SHA256 Message Date
15bb95b645 Accepting request 1288169 from devel:languages:perl
Forwarded request #1288031 from tinita

- updated to 1.160.0 (1.16)
   see /usr/share/doc/packages/perl-Template-Tiny/Changes
  1.16      2025-06-17 17:21:03Z
            - Evaluate coderefs and insert results in template (CROMEDOME).
              This achieves full feature parity with
              Dancer2::Template::ForkedImplementation::Tiny.
  1.15      2025-06-14 15:33:27Z
            - Allow configurable start/end tags (CROMEDOME).

OBS-URL: https://build.opensuse.org/request/show/1288169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Template-Tiny?expand=0&rev=4
2025-06-24 18:49:56 +00:00
16f0d9ad91 - updated to 1.160.0 (1.16)
see /usr/share/doc/packages/perl-Template-Tiny/Changes
  1.16      2025-06-17 17:21:03Z
            - Evaluate coderefs and insert results in template (CROMEDOME).
              This achieves full feature parity with
              Dancer2::Template::ForkedImplementation::Tiny.
  1.15      2025-06-14 15:33:27Z
            - Allow configurable start/end tags (CROMEDOME).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Template-Tiny?expand=0&rev=9
2025-06-24 07:16:34 +00:00
4 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:819cfab6044483cfe28ceb287fddfc3176a2025b1b6f0e980b2dcc26d2269b4c
size 31011

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cea4735220af81c72943dea70465a83f61beb499a2a2ba67ea55762e1cd8060e
size 32349

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 18 05:35:00 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.160.0 (1.16)
see /usr/share/doc/packages/perl-Template-Tiny/Changes
1.16 2025-06-17 17:21:03Z
- Evaluate coderefs and insert results in template (CROMEDOME).
This achieves full feature parity with
Dancer2::Template::ForkedImplementation::Tiny.
1.15 2025-06-14 15:33:27Z
- Allow configurable start/end tags (CROMEDOME).
-------------------------------------------------------------------
Mon May 3 03:09:33 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Template-Tiny
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,20 @@
%define cpan_name Template-Tiny
Name: perl-Template-Tiny
Version: 1.14
Version: 1.160.0
Release: 0
Summary: Template Toolkit reimplemented in as little code as possible
# 1.16 -> normalize -> 1.160.0
%define cpan_version 1.16
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Template Toolkit reimplemented in as little code as possible
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Template::Tiny) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -47,7 +51,7 @@ compile phase (but despite this is still quicker, owing to heavy use of the
Perl regular expression engine.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor