commit perl-HTML-Scrubber for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package perl-HTML-Scrubber for 
openSUSE:Factory checked in at 2019-09-30 16:01:33

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


Package is "perl-HTML-Scrubber"

Mon Sep 30 16:01:33 2019 rev:17 rq:733998 version:0.19

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Scrubber/perl-HTML-Scrubber.changes
2015-10-20 00:04:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Scrubber.new.2352/perl-HTML-Scrubber.changes
  2019-09-30 16:01:45.336840320 +0200
@@ -1,0 +2,26 @@
+Thu Sep 26 08:24:48 UTC 2019 -  
+
+- updated to 0.19
+   see /usr/share/doc/packages/perl-HTML-Scrubber/Changes
+
+  0.19  2019-09-24 13:26:46+01:00 Europe/London
+  - Made List::Util import explicitly require version 1.33 (for 'any')
+  
+  0.18  2019-09-22 12:10:47+01:00 Europe/London
+  - Reduced standard build dependancies (removed author deps)
+  
+  0.17  2017-06-27 14:03:47+01:00 Europe/London
+  
+  0.16  2017-06-25 20:30:15+01:00 Europe/London (TRIAL RELEASE)
+  - Add missing testing prereqs  (github pr#9 paultcochrane)
+  - Extend list of Perls in Travis config   (github pr#10 paultcochrane)
+  - Avoid pod-spell test failure from ABSTRACT text  (github pr#11 
paultcochrane)
+  - Minor documentation fixes   (github pr#12 paultcochrane)
+  - Purge trailing whitespace in Travis config(github pr#13 
paultcochrane)
+  - Fix perlcritic issues   (github pr#14 paultcochrane)
+  - Fix stale URLs   (github pr#15 paultcochrane)
+  - Remove invalid end tags for empty elements (RT120384)
+(github pr#16 paultcochrane)
+  - Rework Dist::Zilla config to be more portable
+
+---

Old:

  HTML-Scrubber-0.15.tar.gz

New:

  HTML-Scrubber-0.19.tar.gz



Other differences:
--
++ perl-HTML-Scrubber.spec ++
--- /var/tmp/diff_new_pack.x34aoz/_old  2019-09-30 16:01:46.440837382 +0200
+++ /var/tmp/diff_new_pack.x34aoz/_new  2019-09-30 16:01:46.440837382 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Scrubber
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,19 @@
 # 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-Scrubber
-Version:0.15
+Version:0.19
 Release:0
 %define cpan_name HTML-Scrubber
-Summary:Perl extension for scrubbing/sanitizing html
-License:Artistic-1.0 or GPL-1.0+
+Summary:Perl extension for scrubbing/sanitizing HTML
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/HTML-Scrubber/
-Source0:
http://www.cpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -32,14 +32,13 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(HTML::Parser) >= 3.47
-BuildRequires:  perl(Module::Build) >= 0.28
-BuildRequires:  perl(Test::CPAN::Meta)
-BuildRequires:  perl(Test::EOL)
+BuildRequires:  perl(List::Util) >= 1.33
+BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::Memory::Cycle)
-BuildRequires:  perl(Test::More) >= 0.94
-BuildRequires:  perl(Test::NoTabs)
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(HTML::Entities)
 Requires:   perl(HTML::Parser) >= 3.47
+Requires:   perl(List::Util) >= 1.33
 %{perl_requires}
 
 %description
@@ -54,18 +53,20 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-./Build test
+make test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ HTML-Scrubbe

commit perl-HTML-Scrubber for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Scrubber for 
openSUSE:Factory checked in at 2015-10-19 22:49:48

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


Package is "perl-HTML-Scrubber"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Scrubber/perl-HTML-Scrubber.changes
2015-04-18 10:39:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Scrubber.new/perl-HTML-Scrubber.changes   
2015-10-20 00:04:02.0 +0200
@@ -1,0 +2,11 @@
+Sun Oct 11 08:53:48 UTC 2015 - co...@suse.com
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-HTML-Scrubber/Changes
+
+  0.15  2015-10-10 15:01:31+01:00 Europe/London
+  - Minor spelling check avoidance tweaks
+  - Enforce comments to be well formed, to resolve potential security issue
+described in JVN53973084
+
+---

Old:

  HTML-Scrubber-0.14.tar.gz

New:

  HTML-Scrubber-0.15.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-HTML-Scrubber.spec ++
--- /var/tmp/diff_new_pack.mESH8R/_old  2015-10-20 00:04:03.0 +0200
+++ /var/tmp/diff_new_pack.mESH8R/_new  2015-10-20 00:04:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-Scrubber
-Version:0.14
+Version:0.15
 Release:0
 %define cpan_name HTML-Scrubber
 Summary:Perl extension for scrubbing/sanitizing html
@@ -25,6 +25,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-Scrubber/
 Source0:
http://www.cpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ HTML-Scrubber-0.14.tar.gz -> HTML-Scrubber-0.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Scrubber-0.14/Build.PL 
new/HTML-Scrubber-0.15/Build.PL
--- old/HTML-Scrubber-0.14/Build.PL 2015-04-02 18:20:45.0 +0200
+++ new/HTML-Scrubber-0.15/Build.PL 2015-10-10 16:01:34.0 +0200
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v5.033.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v5.039.
 use strict;
 use warnings;
 
@@ -23,10 +23,9 @@
 "D. H. "
   ],
   "dist_name" => "HTML-Scrubber",
-  "dist_version" => "0.14",
+  "dist_version" => "0.15",
   "license" => "perl",
   "module_name" => "HTML::Scrubber",
-  "recommends" => {},
   "recursive_test_files" => 1,
   "requires" => {
 "HTML::Entities" => 0,
@@ -36,7 +35,6 @@
 "strict" => 0,
 "warnings" => 0
   },
-  "script_files" => [],
   "test_requires" => {
 "Carp" => 0,
 "File::Spec" => 0,
@@ -46,6 +44,7 @@
 "Test" => 0,
 "Test::Memory::Cycle" => 0,
 "Test::More" => "0.94",
+"blib" => "1.01",
 "utf8" => 0
   }
 );
@@ -64,6 +63,7 @@
   "Test::Memory::Cycle" => 0,
   "Test::More" => "0.94",
   "Test::NoTabs" => 0,
+  "blib" => "1.01",
   "utf8" => 0
 );
 
@@ -75,4 +75,5 @@
 
 my $build = Module::Build->new(%module_build_args);
 
+
 $build->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Scrubber-0.14/Changes 
new/HTML-Scrubber-0.15/Changes
--- old/HTML-Scrubber-0.14/Changes  2015-04-02 18:20:45.0 +0200
+++ new/HTML-Scrubber-0.15/Changes  2015-10-10 16:01:34.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl extension HTML::Scrubber.
 
+0.15  2015-10-10 15:01:31+01:00 Europe/London
+- Minor spelling check avoidance tweaks
+- Enforce comments to be well formed, to resolve potential security issue
+  described in JVN53973084
+
 0.14  2015-04-02 17:20:41+01:00 Europe/London
 - Travis integration  (thanks to mrcaron)
 - Fix some packaging/dist-zilla issues (thanks to mrcaron)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTML-Scrubber-0.14/MANIFEST 
new/HTML-Scrubber-0.15/MANIFEST
--- old/HTML-Scrubber-0.14/MANIFEST 2015-04-02 18:20:45.0 +0200
+++ new/HTML-Scrubber-0.15/MANIFEST 2015-10-10 16:01:34.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.033.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.039.
 Build.PL
 Changes
 INSTALL
@@ -24,6 +24,7 @@
 t/author-eol.t
 t/author-no-tabs.t
 t/author-pod-spell.t
+t/jvn53973084.t
 t/release-dist-manifest.t
 t/release-distmeta.t
 t/release-has-version.t
diff -urN '--exclude=CVS' '-

commit perl-HTML-Scrubber for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Scrubber for 
openSUSE:Factory checked in at 2015-04-18 10:39:50

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


Package is "perl-HTML-Scrubber"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Scrubber/perl-HTML-Scrubber.changes
2013-12-03 10:31:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Scrubber.new/perl-HTML-Scrubber.changes   
2015-04-18 10:39:51.0 +0200
@@ -1,0 +2,16 @@
+Tue Apr 14 20:36:49 UTC 2015 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-HTML-Scrubber/Changes
+
+  0.14  2015-04-02 17:20:41+01:00 Europe/London
+  - Travis integration  (thanks to mrcaron)
+  - Fix some packaging/dist-zilla issues (thanks to mrcaron)
+  - check for definedness before calling ->parse (github #3 leejo)
+  - Removed the link to HTML::Sanitizer  (github #4 avereha)
+  - Removed circular reference (github #5 avereha)
+  - Fixed up dependancies from dzil bundles
+  - Enforced minimum perl version of 5.8
+- remove unmaintained perl-HTML-Scrubber-test_more-version.patch
+
+---

Old:

  HTML-Scrubber-0.11.tar.gz
  perl-HTML-Scrubber-test_more-version.patch

New:

  HTML-Scrubber-0.14.tar.gz



Other differences:
--
++ perl-HTML-Scrubber.spec ++
--- /var/tmp/diff_new_pack.P6yf5R/_old  2015-04-18 10:39:51.0 +0200
+++ /var/tmp/diff_new_pack.P6yf5R/_new  2015-04-18 10:39:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Scrubber
 #
-# 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
@@ -17,26 +17,26 @@
 
 
 Name:   perl-HTML-Scrubber
-Version:0.11
+Version:0.14
 Release:0
 %define cpan_name HTML-Scrubber
 Summary:Perl extension for scrubbing/sanitizing html
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/HTML-Scrubber/
-Source: 
http://www.cpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(HTML::Entities)
 BuildRequires:  perl(HTML::Parser) >= 3.47
-BuildRequires:  perl(Module::Build) >= 0.3601
+BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(Test::CPAN::Meta)
+BuildRequires:  perl(Test::EOL)
+BuildRequires:  perl(Test::Memory::Cycle)
 BuildRequires:  perl(Test::More) >= 0.94
-#BuildRequires: perl(HTML::Scrubber)
-#BuildRequires: perl(Pod::Wordlist)
-#BuildRequires: perl(Test::NoTabs)
-#BuildRequires: perl(Test::Spelling) >= 0.12
+BuildRequires:  perl(Test::NoTabs)
 Requires:   perl(HTML::Entities)
 Requires:   perl(HTML::Parser) >= 3.47
 %{perl_requires}

++ HTML-Scrubber-0.11.tar.gz -> HTML-Scrubber-0.14.tar.gz ++
 3158 lines of diff (skipped)




commit perl-HTML-Scrubber for openSUSE:Factory

2013-12-03 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Scrubber for 
openSUSE:Factory checked in at 2013-12-03 10:31:33

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


Package is "perl-HTML-Scrubber"

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Scrubber/perl-HTML-Scrubber.changes
2011-09-23 12:37:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-Scrubber.new/perl-HTML-Scrubber.changes   
2013-12-03 10:31:35.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 26 07:35:19 UTC 2013 - co...@suse.com
+
+- updated to 0.11
+- RT3008 Changed examples to be XSS free
+- RT19063, RT25477 fixed handling of self closing tags,
+  for example ''
+- * attribute rule can be a regexp
+- callbacks in rules to check or adjust attributes with
+  custom code (RT15747)
+
+---

Old:

  HTML-Scrubber-0.09.tar.gz

New:

  HTML-Scrubber-0.11.tar.gz



Other differences:
--
++ perl-HTML-Scrubber.spec ++
--- /var/tmp/diff_new_pack.OcfChP/_old  2013-12-03 10:31:35.0 +0100
+++ /var/tmp/diff_new_pack.OcfChP/_new  2013-12-03 10:31:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Scrubber
 #
-# 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
@@ -16,40 +16,33 @@
 #
 
 
-
 Name:   perl-HTML-Scrubber
-Version:0.09
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Version:0.11
+Release:0
 %define cpan_name HTML-Scrubber
 Summary:Perl extension for scrubbing/sanitizing html
-Url:http://search.cpan.org/dist/HTML-Scrubber/
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/N/NI/NIGELM/HTML-Scrubber-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
-%if 0%{?suse_version} <= 1120
-Patch1: perl-HTML-Scrubber-test_more-version.patch
-%endif
+Url:http://search.cpan.org/dist/HTML-Scrubber/
+Source: 
http://www.cpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(HTML::Entities)
-BuildRequires:  perl(HTML::Parser)
-BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(vars)
-Buildrequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(HTML::Parser) >= 3.47
+BuildRequires:  perl(Module::Build) >= 0.3601
+BuildRequires:  perl(Test::More) >= 0.94
+#BuildRequires: perl(HTML::Scrubber)
+#BuildRequires: perl(Pod::Wordlist)
+#BuildRequires: perl(Test::NoTabs)
+#BuildRequires: perl(Test::Spelling) >= 0.12
 Requires:   perl(HTML::Entities)
-Requires:   perl(HTML::Parser)
-Requires:   perl(vars)
+Requires:   perl(HTML::Parser) >= 3.47
 %{perl_requires}
 
 %description
-If you wanna "scrub" or "sanitize" html input in a reliable and flexible
+If you want to "scrub" or "sanitize" html input in a reliable and flexible
 fashion, then this module is for you.
 
 I wasn't satisfied with HTML::Sanitizer because it is based on
@@ -58,28 +51,20 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version} <= 1120
-%patch1 -p1
-sed -i "s|__vendorperl__|%{perl_vendorlib}|g" t/*
-%endif
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README
 
 %changelog

++ HTML-Scrubber-0.09.tar.gz -> HTML-Scrubber-0.11.tar.gz ++
 1877 lines of diff (skipped)

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



commit perl-HTML-Scrubber for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


Package is "perl-HTML-Scrubber", Maintainer is ""

Changes:




Other differences:
--
++ perl-HTML-Scrubber.spec ++
--- /var/tmp/diff_new_pack.8whMgD/_old  2011-12-06 19:10:26.0 +0100
+++ /var/tmp/diff_new_pack.8whMgD/_new  2011-12-06 19:10:26.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-HTML-Scrubber
 Version:0.09
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name HTML-Scrubber
 Summary:Perl extension for scrubbing/sanitizing html
 Url:http://search.cpan.org/dist/HTML-Scrubber/

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



commit perl-HTML-Scrubber for openSUSE:Factory

2011-04-04 Thread h_root

Hello community,

here is the log from the commit of package perl-HTML-Scrubber for 
openSUSE:Factory
checked in at Mon Apr 4 13:00:34 CEST 2011.




--- perl-HTML-Scrubber/perl-HTML-Scrubber.changes   2011-02-05 
00:16:23.0 +0100
+++ /mounts/work_src_done/STABLE/perl-HTML-Scrubber/perl-HTML-Scrubber.changes  
2011-04-02 21:34:07.0 +0200
@@ -1,0 +2,12 @@
+Sat Apr  2 19:32:11 UTC 2011 - co...@novell.com
+
+- update to 0.09
+  - Basic conversion to Dist::Zilla/git
+  - Tidies to keep Perl::Critic happier
+  - Removed use of naked filehandles
+  - Reworked tests to not use predicable temp file name
+  - Collapsed duplicate code to a single version
+  - Various documentation tweaks
+  - Change of maintainer as PODMASTER cannot be contacted
+
+---

calling whatdependson for head-i586


Old:

  HTML-Scrubber-0.08.tar.bz2

New:

  HTML-Scrubber-0.09.tar.gz



Other differences:
--
++ perl-HTML-Scrubber.spec ++
--- /var/tmp/diff_new_pack.2ydGiP/_old  2011-04-04 12:59:28.0 +0200
+++ /var/tmp/diff_new_pack.2ydGiP/_new  2011-04-04 12:59:28.0 +0200
@@ -18,26 +18,34 @@
 
 
 Name:   perl-HTML-Scrubber
+Version:0.09
+Release:1
+License:GPL+ or Artistic
 %define cpan_name HTML-Scrubber
-Summary:HTML::Scrubber Perl module
-Version:0.08
-Release:2
-License:Distributable, see LICENSE
-Group:  Development/Libraries/Perl
+Summary:Perl extension for scrubbing/sanitizing html
 Url:http://search.cpan.org/dist/HTML-Scrubber/
-#Source: 
http://www.cpan.org/authors/id/P/PO/PODMASTER/HTML-Scrubber-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Group:  Development/Libraries/Perl
+#Source: 
http://www.cpan.org/authors/id/N/NI/NIGELM/HTML-Scrubber-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(HTML::Parser) >= 3
-Requires:   perl(HTML::Parser) >= 3
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(HTML::Entities)
+BuildRequires:  perl(HTML::Parser)
+BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(vars)
+Requires:   perl(HTML::Entities)
+Requires:   perl(HTML::Parser)
+Requires:   perl(vars)
 %{perl_requires}
 
 %description
-If you wanna "scrub" or "sanitize" html input in a reliable an flexible
+If you wanna "scrub" or "sanitize" html input in a reliable and flexible
 fashion, then this module is for you.
 
 I wasn't satisfied with HTML::Sanitizer because it is based on
@@ -46,9 +54,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-### rpmlint
-# wrong-file-end-of-line-encoding
-%{__perl} -pi -e 's|\r\n|\n|' Changes LICENSE README
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor






Remember to have fun...

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