- update to 0.95:

+ perl specific: fixed bug in perl wrapper
  + many bugfixes in C lib 1.3
  + fixed lexer bug (thanks to Svetlana Safronova)
  + php interface first release candidate
  + expr: Modified Bruni extension: now recommended bracketing is ${}
    change {NAME} -> ${NAME} in Expr
    compatibility warning is ifdefed
  + template syntax: added support for template tags decorated as xml
    like <TMPL_FOO A="B" />
  + perl: support for associate on library level.
    case_sensitive option removed from the C library.
    from now on it is wrapper-level option
  + perl: bugfix: support for magic arrays and hashes.
  + perl: now in void context output use built-in stdout
  + perl: bugfix: code references are now treated properly
  + perl: added force_untaint option
- Requires perl-JSON now

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=5
This commit is contained in:
Lars Vogdt
2010-05-25 09:18:26 +00:00
committed by Git OBS Bridge
parent 295239fdca
commit 6f5123dd51
4 changed files with 28 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue May 25 09:11:09 UTC 2010 - lars@linux-schulserver.de
- update to 0.95:
+ perl specific: fixed bug in perl wrapper
+ many bugfixes in C lib 1.3
+ fixed lexer bug (thanks to Svetlana Safronova)
+ php interface first release candidate
+ expr: Modified Bruni extension: now recommended bracketing is ${}
change {NAME} -> ${NAME} in Expr
compatibility warning is ifdefed
+ template syntax: added support for template tags decorated as xml
like <TMPL_FOO A="B" />
+ perl: support for associate on library level.
case_sensitive option removed from the C library.
from now on it is wrapper-level option
+ perl: bugfix: support for magic arrays and hashes.
+ perl: now in void context output use built-in stdout
+ perl: bugfix: code references are now treated properly
+ perl: added force_untaint option
- Requires perl-JSON now
-------------------------------------------------------------------
Sun Aug 30 15:45:32 CEST 2009 - lars@linux-schulserver.de

View File

@@ -13,13 +13,15 @@ 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.87
Version: 0.95
Release: 0
Source: %{real_name}-%{version}.tar.bz2
BuildRequires: perl-Test-Pod
BuildRequires: perl-macros
BuildRequires: pcre-devel
BuildRequires: perl(JSON)
Requires: perl = %{perl_version}
Requires: perl(JSON)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description