8
0
OBS User unknown
2007-01-30 09:41:15 +00:00
committed by Git OBS Bridge
parent b3fd6aa8c4
commit bbe4816854
4 changed files with 47 additions and 18 deletions

View File

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

View File

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

View File

@@ -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

View File

@@ -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
# 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
Name: perl-HTML-Template
URL: http://html-template.sourceforge.net
License: GPL
URL: http://cpan.org/modules/by-module/HTML/
License: GNU General Public License (GPL)
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}
Autoreqprov: on
Summary: This Module Attempts to make using HTML Templates Simple and Natural
Version: 2.8
Version: 2.9
Release: 1
Source: HTML-Template-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -33,7 +33,7 @@ Authors:
Sam Tregar <sam@tregar.com>
%prep
%setup -n HTML-Template-%{version}
%setup -q -n HTML-Template-%{version}
# ---------------------------------------------------------------------------
%build
@@ -58,6 +58,19 @@ rm -rf $RPM_BUILD_ROOT
%doc ANNOUNCE ARTISTIC Changes FAQ GPL MANIFEST README
%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
- converted neededforbuild to BuildRequires
* Fri Jan 06 2006 - anicka@suse.cz