Hello community,

here is the log from the commit of package perl-Template-Toolkit for 
openSUSE:Factory checked in at 2012-01-24 12:20:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Template-Toolkit (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Template-Toolkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Template-Toolkit", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Template-Toolkit/perl-Template-Toolkit.changes  
    2011-09-23 12:38:57.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Template-Toolkit.new/perl-Template-Toolkit.changes
 2012-01-24 12:20:38.000000000 +0100
@@ -1,0 +2,15 @@
+Sat Jan 21 11:48:21 UTC 2012 - [email protected]
+
+- update to 2.23:
+  * fixed bug RT#47929 which caused the XS Stash to die mysteriously when
+    calling code that used string evaluation (e.g. DateTime)
+  * fixed bug RT#68722 so that list.defined('alpha') always returns false
+  * added the TRACE_VARS option to keep track of what variables are used in a
+    template; it's not documented yet; see t/trace_vars.t for an example of use
+  * applied patch from RT#48989 to avoid Template::Plugin::Procedural from
+    adding target class' methods AUTOLOAD and new methods multiple times
+  * applied patch from RT#53451 to accept negative epoch times in
+    Template::Plugin::Date
+  * applied patch to add $Template::Directive::WHILE_MAX option to tpage
+
+-------------------------------------------------------------------

Old:
----
  Template-Toolkit-2.22.tar.bz2

New:
----
  Template-Toolkit-2.23.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Template-Toolkit.spec ++++++
--- /var/tmp/diff_new_pack.M5VpPh/_old  2012-01-24 12:20:45.000000000 +0100
+++ /var/tmp/diff_new_pack.M5VpPh/_new  2012-01-24 12:20:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Template-Toolkit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           perl-Template-Toolkit
-%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
 Summary:        Template Processing System
-Version:        2.22
-Release:        13
 License:        Artistic-1.0
 Group:          Development/Libraries/Perl
+Version:        2.23
+Release:        0
 Url:            http://cpan.org/dist/Template-Toolkit
-Source:         %{cpan_name}-%{version}.tar.bz2
+Source:         
http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 #BuildRequires:  perl-AppConfig perl-DBI perl-Date-Calc perl-XML-DOM 
perl-XML-Parser
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Date::Calc)
 BuildRequires:  perl(DBI)
+BuildRequires:  perl(Date::Calc)
 BuildRequires:  perl(Image::Size)
 BuildRequires:  perl(Pod::POM)
 BuildRequires:  perl(Test::Pod) >= 1.00
@@ -69,13 +66,8 @@
 simplify the process of creating and managing static web content and 
 other offline document systems.
 
-
-Authors:
---------
-    Andy Wardley <[email protected]>
-
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%setup -q -n "Template-Toolkit-%{version}"
 
 %build
 perl Makefile.PL
@@ -95,6 +87,6 @@
 %files -f %{name}.files
 # normally you only need to check for doc files
 %defattr(-,root,root)
-%doc Changes HACKING INSTALL README TODO
+%doc Changes HACKING README TODO
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to