- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
5194432df4
commit
295239fdca
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:baf3867eea270997b731e9908ee18c2a3012d8433668d7d3bae2c0c4d486a75b
|
||||
size 115784
|
3
HTML-Template-Pro-0.87.tar.bz2
Normal file
3
HTML-Template-Pro-0.87.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2f192d9ee666a131767e830b1271135301ded37dbb8de069b58c1d55dae05bd
|
||||
size 121257
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user