Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-HTML-FillInForm for openSUSE:Factory checked in at 2021-10-08 00:06:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTML-FillInForm (Old) and /work/SRC/openSUSE:Factory/.perl-HTML-FillInForm.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-FillInForm" Fri Oct 8 00:06:30 2021 rev:25 rq:924059 version:2.22 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTML-FillInForm/perl-HTML-FillInForm.changes 2015-08-29 20:04:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-HTML-FillInForm.new.2443/perl-HTML-FillInForm.changes 2021-10-08 00:07:30.201901102 +0200 @@ -1,0 +2,13 @@ +Thu Oct 7 17:04:52 UTC 2021 - Pedro Monreal <pmonr...@suse.com> + +- Remove patch rt-100926.patch merged upstream + +------------------------------------------------------------------- +Sun Sep 26 03:07:06 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 2.22 + see /usr/share/doc/packages/perl-HTML-FillInForm/Changes + + Revision history for HTML-FillInForm + +------------------------------------------------------------------- Old: ---- HTML-FillInForm-2.21.tar.gz rt-100926.patch New: ---- HTML-FillInForm-2.22.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTML-FillInForm.spec ++++++ --- /var/tmp/diff_new_pack.e8Zfj4/_old 2021-10-08 00:07:30.641901848 +0200 +++ /var/tmp/diff_new_pack.e8Zfj4/_new 2021-10-08 00:07:30.645901855 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-FillInForm # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,32 +12,26 @@ # 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/ # +%define cpan_name HTML-FillInForm Name: perl-HTML-FillInForm -Version: 2.21 +Version: 2.22 Release: 0 -#Upstream: CHECK(GPL-1.0+ or Artistic-1.0) -%define cpan_name HTML-FillInForm +#Upstream: Artistic-1.0 or GPL-1.0-or-later Summary: Populates HTML Forms with data -License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/HTML-FillInForm/ -Source0: http://www.cpan.org/authors/id/M/MA/MARKSTOS/%{cpan_name}-%{version}.tar.gz +License: Artistic-1.0 OR GPL-1.0-or-later +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -Patch0: rt-100926.patch BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(CGI) -BuildRequires: perl(HTML::Parser) >= 3.26 -BuildRequires: perl(HTML::TokeParser) >= 3.26 -Requires: perl(CGI) -Requires: perl(HTML::Parser) >= 3.26 -Requires: perl(HTML::TokeParser) >= 3.26 +BuildRequires: perl(HTML::TokeParser) +BuildRequires: perl(Test::More) >= 0.96 %{perl_requires} %description @@ -54,14 +48,14 @@ in an HTML form. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -69,7 +63,7 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes README +%doc Changes CONTRIBUTORS README README.md +%license LICENSE %changelog ++++++ HTML-FillInForm-2.21.tar.gz -> HTML-FillInForm-2.22.tar.gz ++++++ ++++ 3531 lines of diff (skipped)