forked from pool/perl-HTML-Template
This commit is contained in:
committed by
Git OBS Bridge
parent
b3fd6aa8c4
commit
bbe4816854
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a52f9dfd75533eb29e1a662fd4019256195d4e99caa6e963b39f48f079a5da0a
|
|
||||||
size 53515
|
|
3
HTML-Template-2.9.tar.bz2
Normal file
3
HTML-Template-2.9.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8d050b7e3ba94945999ed7bdcd258ee797d7ffe64b32a5b86e252f28e05dc1c6
|
||||||
|
size 67321
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 10:32:14 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 2.9
|
||||||
|
* the new force_untaint option makes sure you do not pass tainted
|
||||||
|
values to param()
|
||||||
|
* Added ESCAPE=NONE as a synonym for ESCAPE=0. Fixed
|
||||||
|
both to work with default_escape.
|
||||||
|
* DEFAULT didn't work with URL and JS escaping.
|
||||||
|
* Long-standing bug where variables set in a loop weren't
|
||||||
|
available inside inner loops under global_vars if the variable
|
||||||
|
wasn't actually used in the outer loop.
|
||||||
|
* Changed references to CVS in the docs to Subversion now that
|
||||||
|
the switch is complete.
|
||||||
|
* Tests fixed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 25 21:39:44 CET 2006 - mls@suse.de
|
Wed Jan 25 21:39:44 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
@@ -1,23 +1,23 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Template (Version 2.8)
|
# spec file for package perl-HTML-Template (Version 2.9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: perl-HTML-Template
|
Name: perl-HTML-Template
|
||||||
URL: http://html-template.sourceforge.net
|
URL: http://cpan.org/modules/by-module/HTML/
|
||||||
License: GPL
|
License: GNU General Public License (GPL)
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Summary: This Module Attempts to make using HTML Templates Simple and Natural
|
Summary: This Module Attempts to make using HTML Templates Simple and Natural
|
||||||
Version: 2.8
|
Version: 2.9
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: HTML-Template-%{version}.tar.bz2
|
Source: HTML-Template-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -33,7 +33,7 @@ Authors:
|
|||||||
Sam Tregar <sam@tregar.com>
|
Sam Tregar <sam@tregar.com>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n HTML-Template-%{version}
|
%setup -q -n HTML-Template-%{version}
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -58,6 +58,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ANNOUNCE ARTISTIC Changes FAQ GPL MANIFEST README
|
%doc ANNOUNCE ARTISTIC Changes FAQ GPL MANIFEST README
|
||||||
|
|
||||||
%changelog -n perl-HTML-Template
|
%changelog -n perl-HTML-Template
|
||||||
|
* Tue Jan 30 2007 - anicka@suse.cz
|
||||||
|
- update to 2.9
|
||||||
|
* the new force_untaint option makes sure you do not pass tainted
|
||||||
|
values to param()
|
||||||
|
* Added ESCAPE=NONE as a synonym for ESCAPE=0. Fixed
|
||||||
|
both to work with default_escape.
|
||||||
|
* DEFAULT didn't work with URL and JS escaping.
|
||||||
|
* Long-standing bug where variables set in a loop weren't
|
||||||
|
available inside inner loops under global_vars if the variable
|
||||||
|
wasn't actually used in the outer loop.
|
||||||
|
* Changed references to CVS in the docs to Subversion now that
|
||||||
|
the switch is complete.
|
||||||
|
* Tests fixed.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Jan 06 2006 - anicka@suse.cz
|
* Fri Jan 06 2006 - anicka@suse.cz
|
||||||
|
Reference in New Issue
Block a user