forked from pool/perl-HTML-Parser
This commit is contained in:
parent
4e7beda961
commit
0d803f7151
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e81408de5c724985a2e1e4a1d565c9fdc72b381bd99182631bf764357c7fba50
|
|
||||||
size 72942
|
|
3
HTML-Parser-3.59.tar.bz2
Normal file
3
HTML-Parser-3.59.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:817b116654c312923d6e91eb1f4a646ac70bbf0f4ba562ba80c0a02611938e3e
|
||||||
|
size 73630
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 20 15:55:27 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 3.59
|
||||||
|
* Restore perl-5.6 compatibility for HTML::HeadParser.
|
||||||
|
* Suppress "Parsing of undecoded UTF-8 will give garbage" warning
|
||||||
|
with attr_encoded
|
||||||
|
* The <iframe> element content is now parsed in literal mode.
|
||||||
|
* Parsing of <script> and <style> content ends on the first end tag
|
||||||
|
even when that tag was in a quoted string. That seems to be the
|
||||||
|
behaviour of all modern browsers.
|
||||||
|
* Implement backquote() attribute
|
||||||
|
* Test and documentation tweaks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 15 10:56:22 CET 2007 - anicka@suse.cz
|
Mon Jan 15 10:56:22 CET 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,26 +1,34 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Parser (Version 3.56)
|
# spec file for package perl-HTML-Parser (Version 3.59)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# 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-Parser
|
Name: perl-HTML-Parser
|
||||||
BuildRequires: perl-HTML-Tagset
|
BuildRequires: perl-HTML-Tagset
|
||||||
Version: 3.56
|
Version: 3.59
|
||||||
Release: 1
|
Release: 1
|
||||||
Provides: perl_htp
|
Provides: perl_htp
|
||||||
Obsoletes: perl_htp
|
Obsoletes: perl_htp
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic License
|
||||||
URL: http://cpan.org/modules/by-module/HTML/
|
Url: http://cpan.org/modules/by-module/HTML/
|
||||||
Summary: Perl HTML Interface
|
Summary: Perl HTML Interface
|
||||||
Source: HTML-Parser-%{version}.tar.bz2
|
Source: HTML-Parser-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -61,60 +69,71 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{perl_vendorarch}/auto/HTML
|
%{perl_vendorarch}/auto/HTML
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog -n perl-HTML-Parser
|
%changelog
|
||||||
* Mon Jan 15 2007 - anicka@suse.cz
|
* Tue Jan 20 2009 anicka@suse.cz
|
||||||
|
- update to 3.59
|
||||||
|
* Restore perl-5.6 compatibility for HTML::HeadParser.
|
||||||
|
* Suppress "Parsing of undecoded UTF-8 will give garbage" warning
|
||||||
|
with attr_encoded
|
||||||
|
* The <iframe> element content is now parsed in literal mode.
|
||||||
|
* Parsing of <script> and <style> content ends on the first end tag
|
||||||
|
even when that tag was in a quoted string. That seems to be the
|
||||||
|
behaviour of all modern browsers.
|
||||||
|
* Implement backquote() attribute
|
||||||
|
* Test and documentation tweaks
|
||||||
|
* Mon Jan 15 2007 anicka@suse.cz
|
||||||
- update to 3.56
|
- update to 3.56
|
||||||
* Cloning of parser state for compatiblity with threads.
|
* Cloning of parser state for compatiblity with threads.
|
||||||
* Don't require whitespace between declaration tokens.
|
* Don't require whitespace between declaration tokens.
|
||||||
* Tue Jul 11 2006 - anicka@suse.cz
|
* Tue Jul 11 2006 anicka@suse.cz
|
||||||
- update to 3.55
|
- update to 3.55
|
||||||
- minor release
|
- minor release
|
||||||
* 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
|
||||||
- update to 3.48
|
- update to 3.48
|
||||||
* Thu Feb 17 2005 - mjancar@suse.cz
|
* Thu Feb 17 2005 mjancar@suse.cz
|
||||||
- update to 3.45
|
- update to 3.45
|
||||||
* Fri Aug 06 2004 - mjancar@suse.cz
|
* Fri Aug 06 2004 mjancar@suse.cz
|
||||||
- update to 3.36
|
- update to 3.36
|
||||||
* Thu Feb 26 2004 - mjancar@suse.cz
|
* Thu Feb 26 2004 mjancar@suse.cz
|
||||||
- update to 3.35
|
- update to 3.35
|
||||||
* Tue Oct 21 2003 - mjancar@suse.cz
|
* Tue Oct 21 2003 mjancar@suse.cz
|
||||||
- update to 3.33
|
- update to 3.33
|
||||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
* Fri Aug 22 2003 mjancar@suse.cz
|
||||||
- require the perl version we build with
|
- require the perl version we build with
|
||||||
* Thu Jul 17 2003 - mjancar@suse.cz
|
* Thu Jul 17 2003 mjancar@suse.cz
|
||||||
- adapt to perl-5.8.1
|
- adapt to perl-5.8.1
|
||||||
- use %%perl_process_packlist
|
- use %%perl_process_packlist
|
||||||
* Mon Jun 16 2003 - mjancar@suse.cz
|
* Mon Jun 16 2003 mjancar@suse.cz
|
||||||
- fix filelist
|
- fix filelist
|
||||||
* Fri Jun 06 2003 - mjancar@suse.cz
|
* Fri Jun 06 2003 mjancar@suse.cz
|
||||||
- update to 3.28
|
- update to 3.28
|
||||||
- use $RPM_OPT_FLAGS
|
- use $RPM_OPT_FLAGS
|
||||||
- don't package MANIFEST
|
- don't package MANIFEST
|
||||||
* Tue May 20 2003 - mjancar@suse.cz
|
* Tue May 20 2003 mjancar@suse.cz
|
||||||
- remove unpackaged files
|
- remove unpackaged files
|
||||||
* Wed Jul 10 2002 - prehak@suse.cz
|
* Wed Jul 10 2002 prehak@suse.cz
|
||||||
- updated to version 3.26
|
- updated to version 3.26
|
||||||
- added eg directory into documentation
|
- added eg directory into documentation
|
||||||
* Tue Jul 02 2002 - mls@suse.de
|
* Tue Jul 02 2002 mls@suse.de
|
||||||
- remove race in .packlist generation
|
- remove race in .packlist generation
|
||||||
* Tue Oct 30 2001 - rvasice@suse.cz
|
* Tue Oct 30 2001 rvasice@suse.cz
|
||||||
- added perl-HTML-Tagset to Requires
|
- added perl-HTML-Tagset to Requires
|
||||||
* Tue Aug 14 2001 - rvasice@suse.cz
|
* Tue Aug 14 2001 rvasice@suse.cz
|
||||||
- update to version 3.25
|
- update to version 3.25
|
||||||
* Mon Mar 26 2001 - cihlar@suse.cz
|
* Mon Mar 26 2001 cihlar@suse.cz
|
||||||
- added perl-HTML-Tagset to neededforbuild
|
- added perl-HTML-Tagset to neededforbuild
|
||||||
- added make test
|
- added make test
|
||||||
* Wed Mar 14 2001 - cihlar@suse.cz
|
* Wed Mar 14 2001 cihlar@suse.cz
|
||||||
- update to version 3.19
|
- update to version 3.19
|
||||||
* Tue Nov 14 2000 - cihlar@suse.cz
|
* Tue Nov 14 2000 cihlar@suse.cz
|
||||||
- renamed perl_htp -> perl-HTML-Parser
|
- renamed perl_htp -> perl-HTML-Parser
|
||||||
- update to version 3.13
|
- update to version 3.13
|
||||||
* Tue Aug 22 2000 - cihlar@suse.cz
|
* Tue Aug 22 2000 cihlar@suse.cz
|
||||||
- update to version 3.10
|
- update to version 3.10
|
||||||
- bzipped sources
|
- bzipped sources
|
||||||
* Mon Aug 21 2000 - ro@suse.de
|
* Mon Aug 21 2000 ro@suse.de
|
||||||
- adapted for perl-5.6
|
- adapted for perl-5.6
|
||||||
* Thu Apr 13 2000 - ug@suse.de
|
* Thu Apr 13 2000 ug@suse.de
|
||||||
- added to distribution
|
- added to distribution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user