commit perl-HTML-Parser for openSUSE:Factory

2020-09-02 Thread root
Hello community,

here is the log from the commit of package perl-HTML-Parser for 
openSUSE:Factory checked in at 2020-09-03 01:10:19

Comparing /work/SRC/openSUSE:Factory/perl-HTML-Parser (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new.3399 (New)


Package is "perl-HTML-Parser"

Thu Sep  3 01:10:19 2020 rev:34 rq:831018 version:3.75

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes
2016-01-28 22:50:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Parser.new.3399/perl-HTML-Parser.changes  
2020-09-03 01:11:09.972407225 +0200
@@ -1,0 +2,12 @@
+Mon Aug 31 03:09:13 UTC 2020 - Tina Müller 
+
+- updated to 3.75
+   see /usr/share/doc/packages/perl-HTML-Parser/Changes
+
+---
+Wed Aug 26 03:09:23 UTC 2020 - Tina Müller 
+
+- updated to 3.73
+   see /usr/share/doc/packages/perl-HTML-Parser/Changes
+
+---

Old:

  HTML-Parser-3.72.tar.gz

New:

  HTML-Parser-3.75.tar.gz



Other differences:
--
++ perl-HTML-Parser.spec ++
--- /var/tmp/diff_new_pack.BQEFqA/_old  2020-09-03 01:11:13.640408448 +0200
+++ /var/tmp/diff_new_pack.BQEFqA/_new  2020-09-03 01:11:13.644408449 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Parser
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,31 @@
 # 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 https://bugs.opensuse.org/
 #
 
 
 Name:   perl-HTML-Parser
-Version:3.72
+Version:3.75
 Release:0
 %define cpan_name HTML-Parser
 Summary:HTML parser class
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/HTML-Parser/
-Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(HTML::Tagset) >= 3
-Requires:   perl(HTML::Tagset) >= 3
-Recommends: perl(HTTP::Headers)
+BuildRequires:  perl(HTML::Tagset)
+BuildRequires:  perl(HTTP::Headers)
+BuildRequires:  perl(URI)
+BuildRequires:  perl(URI::URL)
+Requires:   perl(HTML::Tagset)
+Requires:   perl(HTTP::Headers)
+Requires:   perl(URI)
+Requires:   perl(URI::URL)
 %{perl_requires}
 
 %description
@@ -56,14 +61,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -72,6 +77,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes mkhctype mkpfunc README TODO
+%doc Changes entities.html mkhctype mkpfunc README TODO
+%license LICENSE
 
 %changelog

++ HTML-Parser-3.72.tar.gz -> HTML-Parser-3.75.tar.gz ++
 13279 lines of diff (skipped)




commit perl-HTML-Parser for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Parser for 
openSUSE:Factory checked in at 2016-01-28 22:50:01

Comparing /work/SRC/openSUSE:Factory/perl-HTML-Parser (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new (New)


Package is "perl-HTML-Parser"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes
2015-04-21 10:50:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new/perl-HTML-Parser.changes   
2016-01-28 22:50:02.0 +0100
@@ -1,0 +2,26 @@
+Wed Jan 20 10:12:44 UTC 2016 - co...@suse.com
+
+- updated to 3.72
+   see /usr/share/doc/packages/perl-HTML-Parser/Changes
+
+  2016-01-19  Release 3.72
+  
+  Gisle Aas (3):
+Avoid more clang casting warnings
+Remove trailing whitespace
+Ensure entities expand to utf8 sequences under 'utf8_mode' [RT#99755]
+  
+  David Steinbrunner (2):
+typo fix
+typo fixes
+  
+  Jacques Germishuys (1):
+Silence clang warning
+  
+  bulk88 (1):
+const+static-ing
+  
+  
+  
___
+
+---

Old:

  HTML-Parser-3.71.tar.gz

New:

  HTML-Parser-3.72.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-HTML-Parser.spec ++
--- /var/tmp/diff_new_pack.Q7yrdZ/_old  2016-01-28 22:50:03.0 +0100
+++ /var/tmp/diff_new_pack.Q7yrdZ/_new  2016-01-28 22:50:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Parser
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-HTML-Parser
-Version:3.71
+Version:3.72
 Release:0
 %define cpan_name HTML-Parser
 Summary:HTML parser class
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-Parser/
-Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -55,7 +56,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ HTML-Parser-3.71.tar.gz -> HTML-Parser-3.72.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Parser-3.71/Changes new/HTML-Parser-3.72/Changes
--- old/HTML-Parser-3.71/Changes2013-05-09 00:21:16.0 +0200
+++ new/HTML-Parser-3.72/Changes2016-01-19 18:37:01.0 +0100
@@ -1,4 +1,23 @@
 ___
+2016-01-19  Release 3.72
+
+Gisle Aas (3):
+  Avoid more clang casting warnings
+  Remove trailing whitespace
+  Ensure entities expand to utf8 sequences under 'utf8_mode' [RT#99755]
+
+David Steinbrunner (2):
+  typo fix
+  typo fixes
+
+Jacques Germishuys (1):
+  Silence clang warning
+
+bulk88 (1):
+  const+static-ing
+
+
+___
 2013-05-09  Release 3.71
 
 Gisle Aas (1):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Parser-3.71/META.json 
new/HTML-Parser-3.72/META.json
--- old/HTML-Parser-3.71/META.json  2013-05-09 00:21:52.0 +0200
+++ new/HTML-Parser-3.72/META.json  2016-01-19 18:41:33.0 +0100
@@ -4,7 +4,7 @@
   "Gisle Aas "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.133380",
"license" : [
   "perl_5"
],
@@ -49,5 +49,5 @@
   },
   "x_MailingList" : "mailto:lib...@perl.org";
},
-   "version" : "3.71"
+   "version" : "3.72"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Parser-3.71/META.yml 
new/HTML-Parser-3.72/META.yml
--- old/HTML-Parser-3.71/META.yml   2013-05-09 00:21:52.0 +0200
+++ new/HTML-Parser-3.72/META.yml   2016-01-19 18:41:32.0 +0100
@@ -8,7 +8

commit perl-HTML-Parser for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Parser for 
openSUSE:Factory checked in at 2015-04-21 10:50:30

Comparing /work/SRC/openSUSE:Factory/perl-HTML-Parser (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new (New)


Package is "perl-HTML-Parser"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes
2013-10-17 17:43:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new/perl-HTML-Parser.changes   
2015-04-21 10:50:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 13 17:15:23 UTC 2015 - co...@suse.com
+
+- regnererate spec file to be in line with current template
+
+---



Other differences:
--
++ perl-HTML-Parser.spec ++
--- /var/tmp/diff_new_pack.2hcTGd/_old  2015-04-21 10:50:32.0 +0200
+++ /var/tmp/diff_new_pack.2hcTGd/_new  2015-04-21 10:50:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Parser
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,78 +16,61 @@
 #
 
 
-%bcond_with opt
-
 Name:   perl-HTML-Parser
 Version:3.71
 Release:0
 %define cpan_name HTML-Parser
 Summary:HTML parser class
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-Parser/
-Source: 
http://www.cpan.org/modules/by-module/HTML/HTML-Parser-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-%if %{with opt}
-BuildRequires:  perl(HTTP::Headers)
-BuildRequires:  perl(Test::Pod) >= 1.00
-%endif
 BuildRequires:  perl(HTML::Tagset) >= 3
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(XSLoader)
-#
 Requires:   perl(HTML::Tagset) >= 3
-Requires:   perl(XSLoader)
-%if 0%{?suse_version} > 1010
-Suggests:   perl(HTTP::Headers)
-%endif
+Recommends: perl(HTTP::Headers)
+%{perl_requires}
 
 %description
-Objects of the HTML::Parser class will recognize markup and separate it
-from plain text (alias data content) in HTML documents. As different
-kinds of markup and text are recognized, the corresponding event handlers
-are invoked.
-
-HTML::Parser is not a generic SGML parser. We have tried to make it able to
-deal with the HTML that is actually "out there", and it normally parses as
-closely as possible to the way the popular web browsers do it instead of
+Objects of the 'HTML::Parser' class will recognize markup and separate it
+from plain text (alias data content) in HTML documents. As different kinds
+of markup and text are recognized, the corresponding event handlers are
+invoked.
+
+'HTML::Parser' is not a generic SGML parser. We have tried to make it able
+to deal with the HTML that is actually "out there", and it normally parses
+as closely as possible to the way the popular web browsers do it instead of
 strictly following one of the many HTML specifications from W3C. Where
-there is disagreement, there is often an option that you can enable to
-get the official behaviour.
+there is disagreement, there is often an option that you can enable to get
+the official behaviour.
 
 The document to be parsed may be supplied in arbitrary chunks. This makes
 on-the-fly parsing as documents are received from the network possible.
 
 If event driven parsing does not feel right for your application, you might
-want to use HTML::PullParser. This is an HTML::Parser subclass that allows
-a more conventional program structure.
+want to use 'HTML::PullParser'. This is an 'HTML::Parser' subclass that
+allows a more conventional program structure.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-# rpmlint: spurious-executable-perm
-find ./eg -type f -exec chmod 0644 {} \;
-chmod 0644 mkpfunc mkhctype
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
 
 %check
-make test
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc Changes mkhctype mkpfunc README TODO eg
+%defattr(-,ro

commit perl-HTML-Parser for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Parser for 
openSUSE:Factory checked in at 2013-10-17 14:25:10

Comparing /work/SRC/openSUSE:Factory/perl-HTML-Parser (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new (New)


Package is "perl-HTML-Parser"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes
2013-04-17 07:56:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new/perl-HTML-Parser.changes   
2013-10-17 17:43:57.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct 15 07:30:00 UTC 2013 - n...@detonation.org
+
+- update to 3.71
+  Transform ':' in headers to '-' [RT#80524]
+  Fix for cross-compiling with Buildroot
+  Comment typo fix
+  Fix Issue #3 / RT #84144: HTML::Entities::decode_entities() needs
+  to call SV_CHECK_THINKFIRST() before checking READONLY flag
+
+---

Old:

  HTML-Parser-3.69.tar.gz

New:

  HTML-Parser-3.71.tar.gz



Other differences:
--
++ perl-HTML-Parser.spec ++
--- /var/tmp/diff_new_pack.pgNHDV/_old  2013-10-17 17:44:01.0 +0200
+++ /var/tmp/diff_new_pack.pgNHDV/_new  2013-10-17 17:44:01.0 +0200
@@ -19,7 +19,7 @@
 %bcond_with opt
 
 Name:   perl-HTML-Parser
-Version:3.69
+Version:3.71
 Release:0
 %define cpan_name HTML-Parser
 Summary:HTML parser class

++ HTML-Parser-3.69.tar.gz -> HTML-Parser-3.71.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Parser-3.69/Changes new/HTML-Parser-3.71/Changes
--- old/HTML-Parser-3.69/Changes2011-10-15 17:31:08.0 +0200
+++ new/HTML-Parser-3.71/Changes2013-05-09 00:21:16.0 +0200
@@ -1,4 +1,25 @@
 ___
+2013-05-09  Release 3.71
+
+Gisle Aas (1):
+  Transform ':' in headers to '-' [RT#80524]
+
+
+___
+2013-03-28  Release 3.70
+
+François Perrad (1):
+  Fix for cross-compiling with Buildroot
+
+Gisle Aas (1):
+  Comment typo fix
+
+Yves Orton (1):
+  Fix Issue #3 / RT #84144: HTML::Entities::decode_entities() needs
+to call SV_CHECK_THINKFIRST() before checking READONLY flag
+
+
+___
 2011-10-15  Release 3.69
 
 Gisle Aas (4):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Parser-3.69/MANIFEST 
new/HTML-Parser-3.71/MANIFEST
--- old/HTML-Parser-3.69/MANIFEST   2011-10-15 17:32:56.0 +0200
+++ new/HTML-Parser-3.71/MANIFEST   2013-05-09 00:21:52.0 +0200
@@ -76,4 +76,5 @@
 tokenpos.h Dynamically sized token_pos arrays
 typemapConvert between HTML::Parser and 'struct 
p_state'
 util.c Some utility functions
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Parser-3.69/META.json 
new/HTML-Parser-3.71/META.json
--- old/HTML-Parser-3.69/META.json  1970-01-01 01:00:00.0 +0100
+++ new/HTML-Parser-3.71/META.json  2013-05-09 00:21:52.0 +0200
@@ -0,0 +1,53 @@
+{
+   "abstract" : "HTML parser class",
+   "author" : [
+  "Gisle Aas "
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921",
+   "license" : [
+  "perl_5"
+   ],
+   "meta-spec" : {
+  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+  "version" : "2"
+   },
+   "name" : "HTML-Parser",
+   "no_index" : {
+  "directory" : [
+ "t",
+ "inc"
+  ]
+   },
+   "prereqs" : {
+  "build" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "0",
+"Test::More" : "0"
+ }
+  },
+  "configure" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "0"
+ }
+  },
+  "runtime" : {
+ "recommends" : {
+"HTTP::Headers" : "0"
+ },
+ "requires" : {
+"HTML::Tagset" : "3",
+"XSLoader" : "0",
+"perl" : "5.008"
+ }
+  }
+   },
+   "release_status" : "stable",
+   "resources" : {
+  "repository" : {
+ "url" : "http://github.com/gisle/html-parser";
+  },
+  "x_Mail

commit perl-HTML-Parser for openSUSE:Factory

2013-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Parser for 
openSUSE:Factory checked in at 2013-04-17 07:56:29

Comparing /work/SRC/openSUSE:Factory/perl-HTML-Parser (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new (New)


Package is "perl-HTML-Parser", Maintainer is "dlova...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes
2011-10-18 14:35:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new/perl-HTML-Parser.changes   
2013-04-17 07:56:31.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 15 10:55:30 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+---



Other differences:
--
++ perl-HTML-Parser.spec ++
--- /var/tmp/diff_new_pack.FpSSwT/_old  2013-04-17 07:56:32.0 +0200
+++ /var/tmp/diff_new_pack.FpSSwT/_new  2013-04-17 07:56:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Parser
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -20,14 +20,13 @@
 
 Name:   perl-HTML-Parser
 Version:3.69
-Release:8
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name HTML-Parser
 Summary:HTML parser class
-Url:http://search.cpan.org/dist/HTML-Parser/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/modules/by-module/HTML/HTML-Parser-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Url:http://search.cpan.org/dist/HTML-Parser/
+Source: 
http://www.cpan.org/modules/by-module/HTML/HTML-Parser-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-HTML-Parser for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Parser for 
openSUSE:Factory checked in at 2011-12-06 18:42:28

Comparing /work/SRC/openSUSE:Factory/perl-HTML-Parser (Old)
 and  /work/SRC/openSUSE:Factory/.perl-HTML-Parser.new (New)


Package is "perl-HTML-Parser", Maintainer is "vci...@suse.com"

Changes:




Other differences:
--
++ perl-HTML-Parser.spec ++
--- /var/tmp/diff_new_pack.y8rDjf/_old  2011-12-06 19:10:19.0 +0100
+++ /var/tmp/diff_new_pack.y8rDjf/_new  2011-12-06 19:10:19.0 +0100
@@ -21,7 +21,7 @@
 Name:   perl-HTML-Parser
 Version:3.69
 Release:8
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name HTML-Parser
 Summary:HTML parser class
 Url:http://search.cpan.org/dist/HTML-Parser/

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-HTML-Parser for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package perl-HTML-Parser for openSUSE:Factory
checked in at Tue Oct 18 14:26:48 CEST 2011.




--- openSUSE:Factory/perl-HTML-Parser/perl-HTML-Parser.changes  2011-09-23 
12:37:20.0 +0200
+++ /mounts/work_src_done/STABLE/perl-HTML-Parser/perl-HTML-Parser.changes  
2011-10-17 16:42:16.0 +0200
@@ -1,0 +2,13 @@
+Mon Oct 17 01:36:26 UTC 2011 - vci...@suse.com
+
+- update to 3.69
+  Documentation fix; encode_utf8 mixup [RT#71151]
+  Make it clearer that there are 2 (actually 3) options for handing "UTF-8 
garbage"
+  Github is the official repo
+  Can't be bothered to try to fix the failures that occur on perl-5.6
+  fix to TokeParser to correctly handle option configuration
+  Aesthetic change: remove extra ;
+  Trim surrounding whitespace from extracted URLs.
+___
+
+---

calling whatdependson for head-i586


Old:

  HTML-Parser-3.68.tar.bz2

New:

  HTML-Parser-3.69.tar.gz



Other differences:
--
++ perl-HTML-Parser.spec ++
--- /var/tmp/diff_new_pack.oA8nwi/_old  2011-10-18 14:26:43.0 +0200
+++ /var/tmp/diff_new_pack.oA8nwi/_new  2011-10-18 14:26:43.0 +0200
@@ -15,30 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with opt
 
 Name:   perl-HTML-Parser
-%define cpan_name HTML-Parser
-Summary:HTML parser class
-Version:3.68
+Version:3.69
 Release:8
 License:GPL+ or Artistic
-Group:  Development/Libraries/Perl
+%define cpan_name HTML-Parser
+Summary:HTML parser class
 Url:http://search.cpan.org/dist/HTML-Parser/
+Group:  Development/Libraries/Perl
 #Source: 
http://www.cpan.org/modules/by-module/HTML/HTML-Parser-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{perl_requires}
 %if %{with opt}
-BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(HTTP::Headers)
+BuildRequires:  perl(Test::Pod) >= 1.00
 %endif
-BuildRequires:  perl(Test::More)
 BuildRequires:  perl(HTML::Tagset) >= 3
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(XSLoader)
 #
 Requires:   perl(HTML::Tagset) >= 3
@@ -70,15 +69,15 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 # rpmlint: spurious-executable-perm
-find ./eg -type f -exec %__chmod 0644 {} \;
-%__chmod 0644 mkpfunc mkhctype
+find ./eg -type f -exec chmod 0644 {} \;
+chmod 0644 mkpfunc mkhctype
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -86,7 +85,7 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org