From 006c0db3d172f0b46c8cfc4b7cad1c72b9dd37bb50269b5d92695f4bff2d8f94 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 18 Feb 2011 11:25:51 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/perl-HTML-Parser revision 21.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=9039078957b89fc2950ff692097b5017 --- perl-HTML-Parser.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index b6437f6..76e16e3 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-HTML-Parser (Version 3.68) +# spec file for package perl-HTML-Parser # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Name: perl-HTML-Parser %define cpan_name HTML-Parser Summary: HTML parser class Version: 3.68 -Release: 2 +Release: 8 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/HTML-Parser/ From ccf113336e0b123edafe61e515a3b61a7fdfe294309a0f7bdf51eb51a61290c2 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Thu, 25 Aug 2011 21:51:43 +0000 Subject: [PATCH 2/2] fix build for CentOS OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=35 --- perl-HTML-Parser.changes | 6 ++++++ perl-HTML-Parser.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/perl-HTML-Parser.changes b/perl-HTML-Parser.changes index d377d63..274789b 100644 --- a/perl-HTML-Parser.changes +++ b/perl-HTML-Parser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 25 21:49:31 UTC 2011 - chris@computersalat.de + +- fix build for RHEL, CentOS + * Unknown tag: Suggests: + ------------------------------------------------------------------- Fri Feb 11 09:42:17 UTC 2011 - vcizek@novell.com diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 76e16e3..8638019 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -43,7 +43,9 @@ BuildRequires: perl(XSLoader) # Requires: perl(HTML::Tagset) >= 3 Requires: perl(XSLoader) +%if 0%{?suse_version} > 1010 Suggests: perl(HTTP::Headers) +%endif %description Objects of the HTML::Parser class will recognize markup and separate it