From 295239fdca553aed6aec33d57f33c53b4c11bedc93402d2a61de9bc32599e174 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 30 Aug 2009 13:52:28 +0000 Subject: [PATCH] - update to 0.87: + bugfix(expr): fixed memory leak. + perl: by default, built-in find_file implementation is used. the old perl find_file implementation can be re-enabled with __use_perl_find_file option. + bugfix(expr): both strings should be unescaped. + bugfix(built-in find_file). + defined future NULL expr type. + added buit-in funcs: atan2, int, abs, defined, length. + mono: bugfix for case_sensitive=0 root keys. + perl: register_function (name), register_function() calls thanks to Rebenok Kirill + bugfix: fixed function returned undef crush bug thanks to Rebenok Kirill - Build with libpcre support enabled OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=4 --- HTML-Template-Pro-0.83.tar.bz2 | 3 --- HTML-Template-Pro-0.87.tar.bz2 | 3 +++ perl-HTML-Template-Pro.changes | 19 +++++++++++++++++++ perl-HTML-Template-Pro.spec | 8 ++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 HTML-Template-Pro-0.83.tar.bz2 create mode 100644 HTML-Template-Pro-0.87.tar.bz2 diff --git a/HTML-Template-Pro-0.83.tar.bz2 b/HTML-Template-Pro-0.83.tar.bz2 deleted file mode 100644 index 3d03b93..0000000 --- a/HTML-Template-Pro-0.83.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf3867eea270997b731e9908ee18c2a3012d8433668d7d3bae2c0c4d486a75b -size 115784 diff --git a/HTML-Template-Pro-0.87.tar.bz2 b/HTML-Template-Pro-0.87.tar.bz2 new file mode 100644 index 0000000..1f7cd80 --- /dev/null +++ b/HTML-Template-Pro-0.87.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f192d9ee666a131767e830b1271135301ded37dbb8de069b58c1d55dae05bd +size 121257 diff --git a/perl-HTML-Template-Pro.changes b/perl-HTML-Template-Pro.changes index a4c753f..72a23df 100644 --- a/perl-HTML-Template-Pro.changes +++ b/perl-HTML-Template-Pro.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Aug 30 15:45:32 CEST 2009 - lars@linux-schulserver.de + +- update to 0.87: + + bugfix(expr): fixed memory leak. + + perl: by default, built-in find_file implementation is used. + the old perl find_file implementation can be re-enabled with + __use_perl_find_file option. + + bugfix(expr): both strings should be unescaped. + + bugfix(built-in find_file). + + defined future NULL expr type. + + added buit-in funcs: atan2, int, abs, defined, length. + + mono: bugfix for case_sensitive=0 root keys. + + perl: register_function (name), register_function() calls + thanks to Rebenok Kirill + + bugfix: fixed function returned undef crush bug + thanks to Rebenok Kirill +- Build with libpcre support enabled + ------------------------------------------------------------------- Thu Aug 6 09:55:54 CEST 2009 - lars@linux-schulserver.de diff --git a/perl-HTML-Template-Pro.spec b/perl-HTML-Template-Pro.spec index 8a75992..cb91251 100644 --- a/perl-HTML-Template-Pro.spec +++ b/perl-HTML-Template-Pro.spec @@ -13,11 +13,12 @@ Summary: Perl/XS module to use HTML Templates from CGI scripts Url: http://search.cpan.org/perldoc?HTML::Template::Pro Group: Development/Libraries/Perl License: Artistic License -Version: 0.83 +Version: 0.87 Release: 0 Source: %{real_name}-%{version}.tar.bz2 BuildRequires: perl-Test-Pod BuildRequires: perl-macros +BuildRequires: pcre-devel Requires: perl = %{perl_version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,8 +70,7 @@ Author: %setup -n %{real_name}-%{version} %build -#perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL +CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PCRE=1 make %{?jobs:-j%jobs} %check @@ -86,6 +86,6 @@ rm -rf %{buildroot} %files -f %{name}.files %defattr(-, root, root) -%doc README FAQ TODO LGPL ARTISTIC Changes +%doc README README.ru FAQ TODO LGPL ARTISTIC Changes %changelog