Accepting request 489025 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/489025 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Template-Toolkit?expand=0&rev=31
This commit is contained in:
commit
de97263407
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7e1cf36026f1ef96d8233e18a3fb39e1eafe9109edc639ecf25b20651cd76be
|
|
||||||
size 503055
|
|
3
Template-Toolkit-2.27.tar.gz
Normal file
3
Template-Toolkit-2.27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1311a403264d0134c585af0309ff2a9d5074b8ece23ece5660d31ec96bf2c6dc
|
||||||
|
size 511172
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 16 06:37:14 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 10 08:25:32 UTC 2015 - coolo@suse.com
|
Sun May 10 08:25:32 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Template-Toolkit
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,22 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Template-Toolkit
|
Name: perl-Template-Toolkit
|
||||||
Version: 2.26
|
Version: 2.27
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Template-Toolkit
|
%define cpan_name Template-Toolkit
|
||||||
Summary: Template Processing System
|
Summary: Template Processing System
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Template-Toolkit/
|
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
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(AppConfig) >= 1.56
|
BuildRequires: perl(AppConfig) >= 1.56
|
||||||
|
BuildRequires: perl(CGI)
|
||||||
BuildRequires: perl(Test::LeakTrace)
|
BuildRequires: perl(Test::LeakTrace)
|
||||||
Requires: perl(AppConfig) >= 1.56
|
Requires: perl(AppConfig) >= 1.56
|
||||||
Requires: perl(Test::LeakTrace)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,7 +40,7 @@ Template Processing System
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%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
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
@ -56,6 +56,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes HACKING README TODO
|
%doc Changes HACKING README testrules.yml TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user