OBS User unknown 2007-05-17 09:52:16 +00:00 committed by Git OBS Bridge
parent 54fa583ab6
commit 8f1b1777f8
4 changed files with 41 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 15 16:11:32 CEST 2007 - anicka@suse.cz
- update to 2.19
* Applied a patch to t/fileline.t which fixes the
problems running on Win32 with backslashes in paths.
* Applied a patch to the XS Stash which fixes some other
Win32 problems.
* Applied another patch to the XS Stashwhich fixes
a problem with tied hashes under more recent version of Perl.
* Fixed a problem in the Perl Stash when using objects that have
overloaded comparison operators.
* Applied a patch to Template::Provider which adds
negative caching and moves some functionality into separate
methods to make subclassing easier. Also added the STAT_TTL
configuration parameter.
* Added the url filter as a less aggressive form of the uri
filter.
-------------------------------------------------------------------
Thu Feb 15 11:32:04 CET 2007 - anicka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Template-Toolkit (Version 2.18)
# spec file for package perl-Template-Toolkit (Version 2.19)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,7 +12,7 @@
Name: perl-Template-Toolkit
BuildRequires: perl-AppConfig perl-DBI perl-Date-Calc perl-XML-DOM perl-XML-Parser
Version: 2.18
Version: 2.19
Release: 1
Requires: perl = %{perl_version}
Requires: perl-AppConfig
@ -66,7 +66,23 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/tt2
/var/adm/perl-modules/perl-Template-Toolkit
%changelog -n perl-Template-Toolkit
%changelog
* Tue May 15 2007 - anicka@suse.cz
- update to 2.19
* Applied a patch to t/fileline.t which fixes the
problems running on Win32 with backslashes in paths.
* Applied a patch to the XS Stash which fixes some other
Win32 problems.
* Applied another patch to the XS Stashwhich fixes
a problem with tied hashes under more recent version of Perl.
* Fixed a problem in the Perl Stash when using objects that have
overloaded comparison operators.
* Applied a patch to Template::Provider which adds
negative caching and moves some functionality into separate
methods to make subclassing easier. Also added the STAT_TTL
configuration parameter.
* Added the url filter as a less aggressive form of the uri
filter.
* Thu Feb 15 2007 - anicka@suse.cz
- update to 2.18
* Changed the parser grammar to accept expressions as arguments