Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
f078b1f1a6 | |||
faaf727545 | |||
4e4f994145 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:819cfab6044483cfe28ceb287fddfc3176a2025b1b6f0e980b2dcc26d2269b4c
|
||||
size 31011
|
3
Template-Tiny-1.16.tar.gz
Normal file
3
Template-Tiny-1.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cea4735220af81c72943dea70465a83f61beb499a2a2ba67ea55762e1cd8060e
|
||||
size 32349
|
@@ -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>
|
||||
|
||||
|
@@ -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,21 @@
|
||||
|
||||
%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
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(Template::Tiny) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -47,7 +52,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
|
||||
|
Reference in New Issue
Block a user