commit perl-HTML-Format for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package perl-HTML-Format for 
openSUSE:Factory checked in at 2018-09-26 15:59:10

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


Package is "perl-HTML-Format"

Wed Sep 26 15:59:10 2018 rev:28 rq:635487 version:2.12

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Format/perl-HTML-Format.changes
2015-05-06 11:19:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTML-Format.new/perl-HTML-Format.changes   
2018-09-26 15:59:14.204721623 +0200
@@ -1,0 +2,14 @@
+Wed Sep 12 13:03:08 UTC 2018 - pmonrealgonza...@suse.com
+
+- updated to 2.12
+   see /usr/share/doc/packages/perl-HTML-Format/Changes
+
+  2.12  2015-10-10 17:49:45+01:00 Europe/London
+- Minor test related fixes
+- Transition to using File::Slurper in place of File::Slurp
+  Thanks to Karen Etheridge for the patch
+- Add Travis CI integration
+
+- Cleaned with spec-cleaner
+
+---

Old:

  HTML-Format-2.11.tar.gz

New:

  HTML-Format-2.12.tar.gz



Other differences:
--
++ perl-HTML-Format.spec ++
--- /var/tmp/diff_new_pack.ngtnMK/_old  2018-09-26 15:59:14.640720865 +0200
+++ /var/tmp/diff_new_pack.ngtnMK/_new  2018-09-26 15:59:14.640720865 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Format
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,21 +16,20 @@
 #
 
 
+%define cpan_name HTML-Format
 Name:   perl-HTML-Format
-Version:2.11
+Version:2.12
 Release:0
-%define cpan_name HTML-Format
 Summary:Base class for HTML formatters
-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-Format/
 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
 BuildRequires:  perl-macros
 BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(File::Slurper)
 BuildRequires:  perl(Font::Metrics::Courier)
 BuildRequires:  perl(Font::Metrics::CourierBold)
 BuildRequires:  perl(Font::Metrics::CourierBoldOblique)
@@ -46,7 +45,10 @@
 BuildRequires:  perl(HTML::Element) >= 3.15
 BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(Module::Build) >= 0.360100
+BuildRequires:  perl(Test::CPAN::Meta)
+BuildRequires:  perl(Test::EOL)
 BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Test::NoTabs)
 BuildRequires:  perl(parent)
 Requires:   perl(Font::Metrics::Courier)
 Requires:   perl(Font::Metrics::CourierBold)
@@ -63,6 +65,7 @@
 Requires:   perl(HTML::Element) >= 3.15
 Requires:   perl(HTML::TreeBuilder)
 Requires:   perl(parent)
+BuildArch:  noarch
 %{perl_requires}
 
 %description
@@ -72,7 +75,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -84,6 +87,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 
 %changelog

++ HTML-Format-2.11.tar.gz -> HTML-Format-2.12.tar.gz ++
 2474 lines of diff (skipped)




commit perl-HTML-Format for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-Format for 
openSUSE:Factory checked in at 2015-05-06 11:19:15

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


Package is perl-HTML-Format

Changes:

--- /work/SRC/openSUSE:Factory/perl-HTML-Format/perl-HTML-Format.changes
2011-09-23 12:37:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTML-Format.new/perl-HTML-Format.changes   
2015-05-06 11:19:16.0 +0200
@@ -1,0 +2,12 @@
+Sat May  2 09:23:58 UTC 2015 - co...@suse.com
+
+- updated to 2.11
+   see /usr/share/doc/packages/perl-HTML-Format/Changes
+
+  2.11  2013-10-27 20:57:23 Europe/London
+  - Typo fixes from dsteinbrunner
+https://github.com/nigelm/html-format/pull/2
+  - Markdown support from mrallen1
+https://github.com/nigelm/html-format/pull/1
+
+---

Old:

  HTML-Format-2.10.tar.gz

New:

  HTML-Format-2.11.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-HTML-Format.spec ++
--- /var/tmp/diff_new_pack.R0NiGg/_old  2015-05-06 11:19:17.0 +0200
+++ /var/tmp/diff_new_pack.R0NiGg/_new  2015-05-06 11:19:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Format
 #
-# Copyright (c) 2011 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
@@ -15,55 +15,75 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-HTML-Format
+Version:2.11
+Release:0
 %define cpan_name HTML-Format
-BuildRequires:  perl-File-Slurp perl-Font-AFM perl-HTML-Tree
-BuildRequires:  perl(Test::More) = 0.96 perl-macros
-License:GPL-2.0+ or Artistic-1.0
+Summary:Base class for HTML formatters
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Requires:   perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
-AutoReqProv:on
-Summary:Perl Modules to Format HTML into Plain Text, PostScript, or RTF
-Version:2.10
-Release:1
-Source: %{cpan_name}-%{version}.tar.gz
-Url:http://cpan.org/authors/id/S/SB/SBURKE
+Url:http://search.cpan.org/dist/HTML-Format/
+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
+BuildRequires:  perl-macros
+BuildRequires:  perl(File::Slurp)
+BuildRequires:  perl(Font::Metrics::Courier)
+BuildRequires:  perl(Font::Metrics::CourierBold)
+BuildRequires:  perl(Font::Metrics::CourierBoldOblique)
+BuildRequires:  perl(Font::Metrics::CourierOblique)
+BuildRequires:  perl(Font::Metrics::Helvetica)
+BuildRequires:  perl(Font::Metrics::HelveticaBold)
+BuildRequires:  perl(Font::Metrics::HelveticaBoldOblique)
+BuildRequires:  perl(Font::Metrics::HelveticaOblique)
+BuildRequires:  perl(Font::Metrics::TimesBold)
+BuildRequires:  perl(Font::Metrics::TimesBoldItalic)
+BuildRequires:  perl(Font::Metrics::TimesItalic)
+BuildRequires:  perl(Font::Metrics::TimesRoman)
+BuildRequires:  perl(HTML::Element) = 3.15
+BuildRequires:  perl(HTML::TreeBuilder)
+BuildRequires:  perl(Module::Build) = 0.360100
+BuildRequires:  perl(Test::More) = 0.96
+BuildRequires:  perl(parent)
+Requires:   perl(Font::Metrics::Courier)
+Requires:   perl(Font::Metrics::CourierBold)
+Requires:   perl(Font::Metrics::CourierBoldOblique)
+Requires:   perl(Font::Metrics::CourierOblique)
+Requires:   perl(Font::Metrics::Helvetica)
+Requires:   perl(Font::Metrics::HelveticaBold)
+Requires:   perl(Font::Metrics::HelveticaBoldOblique)
+Requires:   perl(Font::Metrics::HelveticaOblique)
+Requires:   perl(Font::Metrics::TimesBold)
+Requires:   perl(Font::Metrics::TimesBoldItalic)
+Requires:   perl(Font::Metrics::TimesItalic)
+Requires:   perl(Font::Metrics::TimesRoman)
+Requires:   perl(HTML::Element) = 3.15
+Requires:   perl(HTML::TreeBuilder)
+Requires:   perl(parent)
 %{perl_requires}
 
 %description
-This is a collection of modules that format HTML as plain text,
-PostScript, or RTF.
-
-
+Base class for HTML formatters
 
 %prep
-%setup -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL
-./Build
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 

commit perl-HTML-Format for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

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

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


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

Changes:




Other differences:
--
++ perl-HTML-Format.spec ++
--- /var/tmp/diff_new_pack.EJo5CT/_old  2011-12-06 19:10:16.0 +0100
+++ /var/tmp/diff_new_pack.EJo5CT/_new  2011-12-06 19:10:16.0 +0100
@@ -22,7 +22,7 @@
 %define cpan_name HTML-Format
 BuildRequires:  perl-File-Slurp perl-Font-AFM perl-HTML-Tree
 BuildRequires:  perl(Test::More) = 0.96 perl-macros
-License:GPLv2+ or Artistic
+License:GPL-2.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Requires:   perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
 AutoReqProv:on

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



commit perl-HTML-Format for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package perl-HTML-Format for openSUSE:Factory
checked in at Mon Jul 25 13:04:44 CEST 2011.




--- perl-HTML-Format/perl-HTML-Format.changes   2011-04-22 14:52:05.0 
+0200
+++ /mounts/work_src_done/STABLE/perl-HTML-Format/perl-HTML-Format.changes  
2011-07-25 12:06:33.0 +0200
@@ -1,0 +2,14 @@
+Mon Jul 25 09:50:44 UTC 2011 - vci...@novell.com
+
+- update to 2.10
+- Tests reworked to not use subtests.  Development versions
+  of Test::More do not support subtests, and the smokers
+  that are running with these dev versions then send me
+  confusing test failures.  This is a pain.
+- Reworking of HTML quote issue in FormatPS
+- Now remap all double quotes to  in FormatPS (which is not
+  really right, but the best I can do with latin1 output)
+- RT#69426 - issues with HTML quotes
+- UTF8 handling requires perl 5.8, so minimum requirement bumped
+
+---

calling whatdependson for head-i586


Old:

  HTML-Format-2.07.tar.bz2

New:

  HTML-Format-2.10.tar.gz



Other differences:
--
++ perl-HTML-Format.spec ++
--- /var/tmp/diff_new_pack.ZZ8cOH/_old  2011-07-25 13:04:29.0 +0200
+++ /var/tmp/diff_new_pack.ZZ8cOH/_new  2011-07-25 13:04:29.0 +0200
@@ -27,9 +27,9 @@
 Requires:   perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
 AutoReqProv:on
 Summary:Perl Modules to Format HTML into Plain Text, PostScript, or RTF
-Version:2.07
+Version:2.10
 Release:1
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 Url:http://cpan.org/authors/id/S/SB/SBURKE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}






Remember to have fun...

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



commit perl-HTML-Format for openSUSE:Factory

2011-04-29 Thread h_root

Hello community,

here is the log from the commit of package perl-HTML-Format for openSUSE:Factory
checked in at Fri Apr 29 12:40:40 CEST 2011.




--- perl-HTML-Format/perl-HTML-Format.changes   2011-02-21 15:49:10.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-HTML-Format/perl-HTML-Format.changes  
2011-04-22 14:52:05.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 22 12:06:04 UTC 2011 - vci...@novell.com
+
+- update to 2.07
+- Code gardening - no functionality modifications
+- removed authors from spec
+
+---

calling whatdependson for head-i586


Old:

  HTML-Format-2.05.tar.bz2

New:

  HTML-Format-2.07.tar.bz2



Other differences:
--
++ perl-HTML-Format.spec ++
--- /var/tmp/diff_new_pack.7d3g7R/_old  2011-04-29 12:39:40.0 +0200
+++ /var/tmp/diff_new_pack.7d3g7R/_new  2011-04-29 12:39:40.0 +0200
@@ -22,12 +22,12 @@
 %define cpan_name HTML-Format
 BuildRequires:  perl-File-Slurp perl-Font-AFM perl-HTML-Tree
 BuildRequires:  perl(Test::More) = 0.96 perl-macros
-License:Artistic ; GPLv2+
+License:GPLv2+ or Artistic
 Group:  Development/Libraries/Perl
 Requires:   perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
 AutoReqProv:on
 Summary:Perl Modules to Format HTML into Plain Text, PostScript, or RTF
-Version:2.05
+Version:2.07
 Release:1
 Source: %{cpan_name}-%{version}.tar.bz2
 Url:http://cpan.org/authors/id/S/SB/SBURKE
@@ -40,25 +40,21 @@
 
 
 
-Authors:
-
-Gisle Aas gi...@aas.no
-Sean M. Burke sbu...@cpan.org
-
 %prep
 %setup -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Build.PL
+./Build
 
 %check
-make test
+./Build test
 
 %install
 [ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ]  rm -rf 
$RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+./Build install destdir=$RPM_BUILD_ROOT installdirs=vendor
 %perl_process_packlist
+%perl_gen_filelist
 
 %clean
 [ $RPM_BUILD_ROOT != / ]  [ -d $RPM_BUILD_ROOT ]  rm -rf 
$RPM_BUILD_ROOT

++ HTML-Format-2.05.tar.bz2 - HTML-Format-2.07.tar.bz2 ++
 4315 lines of diff (skipped)






Remember to have fun...

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



commit perl-HTML-Format for openSUSE:Factory

2011-02-22 Thread h_root

Hello community,

here is the log from the commit of package perl-HTML-Format for openSUSE:Factory
checked in at Tue Feb 22 14:25:04 CET 2011.




--- perl-HTML-Format/perl-HTML-Format.changes   2011-02-02 14:50:51.0 
+0100
+++ /mounts/work_src_done/STABLE/perl-HTML-Format/perl-HTML-Format.changes  
2011-02-21 15:49:10.0 +0100
@@ -1,0 +2,16 @@
+Mon Feb 21 14:43:20 UTC 2011 - vci...@novell.com
+
+- update to 2.05
+- Smoke tests on windows showed needed make PS tests less strict
+- Changed the github location to be all lowercase
+- Releasing this as a stop gap - will do further work now
+  incompatibilities dealt with
+- Added dependancies for font metrics files
+- Documentation tidy up - but needs further work
+- RT#54636 - UNIVERSAL::Can deprecated
+- RT#56278 - RTF formatting parameters ignored by new
+- Git conversion
+- Dist::Zilla conversion
+ - removed universal-can.patch (merged in upstream)
+
+---

calling whatdependson for head-i586


Old:

  HTML-Format-2.04.tar.bz2
  universal-can.patch

New:

  HTML-Format-2.05.tar.bz2



Other differences:
--
++ perl-HTML-Format.spec ++
--- /var/tmp/diff_new_pack.R4I647/_old  2011-02-22 14:23:27.0 +0100
+++ /var/tmp/diff_new_pack.R4I647/_new  2011-02-22 14:23:27.0 +0100
@@ -20,17 +20,16 @@
 
 Name:   perl-HTML-Format
 %define cpan_name HTML-Format
-BuildRequires:  perl-Font-AFM perl-HTML-Tree
-BuildRequires:  perl-macros
+BuildRequires:  perl-File-Slurp perl-Font-AFM perl-HTML-Tree
+BuildRequires:  perl(Test::More) = 0.96 perl-macros
 License:Artistic ; GPLv2+
 Group:  Development/Libraries/Perl
 Requires:   perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
 AutoReqProv:on
 Summary:Perl Modules to Format HTML into Plain Text, PostScript, or RTF
-Version:2.04
-Release:150
+Version:2.05
+Release:1
 Source: %{cpan_name}-%{version}.tar.bz2
-Patch1: universal-can.patch
 Url:http://cpan.org/authors/id/S/SB/SBURKE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
@@ -49,12 +48,11 @@
 %prep
 %setup -n %{cpan_name}-%{version}
 
-## universal-can.patch
-%patch1 -p1
-
 %build
 perl Makefile.PL
 make %{?_smp_mflags}
+
+%check
 make test
 
 %install

++ HTML-Format-2.04.tar.bz2 - HTML-Format-2.05.tar.bz2 ++
 5366 lines of diff (skipped)






Remember to have fun...

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