diff --git a/Template-Toolkit-2.18.tar.bz2 b/Template-Toolkit-2.18.tar.bz2 deleted file mode 100644 index 2ec19a0..0000000 --- a/Template-Toolkit-2.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2acf31c88fd688e8615c5aa91245dc5beee29f13c740800bb3d1b362b3fcb63 -size 578975 diff --git a/Template-Toolkit-2.19.tar.bz2 b/Template-Toolkit-2.19.tar.bz2 new file mode 100644 index 0000000..d7546f6 --- /dev/null +++ b/Template-Toolkit-2.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dda26691dc2f791380a0d973bb0a60aba30140fcf45bd8681e2dee0623b488 +size 582656 diff --git a/perl-Template-Toolkit.changes b/perl-Template-Toolkit.changes index 5632ede..bca0598 100644 --- a/perl-Template-Toolkit.changes +++ b/perl-Template-Toolkit.changes @@ -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 diff --git a/perl-Template-Toolkit.spec b/perl-Template-Toolkit.spec index 3b564dd..7755531 100644 --- a/perl-Template-Toolkit.spec +++ b/perl-Template-Toolkit.spec @@ -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