Hello community,
here is the log from the commit of package perl-HTML-FillInForm for
openSUSE:Factory checked in at 2015-04-16 14:13:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-FillInForm (Old)
and /work/SRC/openSUSE:Factory/.perl-HTML-FillInForm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-FillInForm"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-HTML-FillInForm/perl-HTML-FillInForm.changes
2014-02-22 18:11:59.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-HTML-FillInForm.new/perl-HTML-FillInForm.changes
2015-04-16 14:13:56.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 19:51:24 UTC 2015 - [email protected]
+
+- updated to 2.21
+ see /usr/share/doc/packages/perl-HTML-FillInForm/Changes
+
+ 2.21 - August 14th, 2014
+
+ - Declare CGI.pm as a testing dependency (RT #98012, thanks to Martin
McGrath)
+
+-------------------------------------------------------------------
Old:
----
HTML-FillInForm-2.20.tar.gz
New:
----
HTML-FillInForm-2.21.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTML-FillInForm.spec ++++++
--- /var/tmp/diff_new_pack.vpKBo7/_old 2015-04-16 14:13:56.000000000 +0200
+++ /var/tmp/diff_new_pack.vpKBo7/_new 2015-04-16 14:13:57.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-FillInForm
#
-# Copyright (c) 2014 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,21 +17,22 @@
Name: perl-HTML-FillInForm
-Version: 2.20
+Version: 2.21
Release: 0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
%define cpan_name HTML-FillInForm
-Summary: Populates HTML Forms with data.
+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/
-Source:
http://www.cpan.org/authors/id/M/MA/MARKSTOS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MA/MARKSTOS/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::Parser) >= 3.26
BuildRequires: perl(HTML::TokeParser) >= 3.26
-#BuildRequires: perl(HTML::FillInForm)
Requires: perl(HTML::Parser) >= 3.26
Requires: perl(HTML::TokeParser) >= 3.26
%{perl_requires}
++++++ HTML-FillInForm-2.20.tar.gz -> HTML-FillInForm-2.21.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-FillInForm-2.20/Changes
new/HTML-FillInForm-2.21/Changes
--- old/HTML-FillInForm-2.20/Changes 2013-08-10 15:15:41.000000000 +0200
+++ new/HTML-FillInForm-2.21/Changes 2014-08-14 17:21:37.000000000 +0200
@@ -1,4 +1,8 @@
+2.21 - August 14th, 2014
+
+ - Declare CGI.pm as a testing dependency (RT #98012, thanks to Martin
McGrath)
+
2.20 - August 10th, 2013
- Updated to support HTML5 (RT #75933, thanks to charsbar)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-FillInForm-2.20/MANIFEST
new/HTML-FillInForm-2.21/MANIFEST
--- old/HTML-FillInForm-2.20/MANIFEST 2013-08-10 15:14:26.000000000 +0200
+++ new/HTML-FillInForm-2.21/MANIFEST 2014-08-14 17:22:19.000000000 +0200
@@ -32,3 +32,4 @@
t/25_select_absent_checkboxes.t
t/26_invalid_fields.t
t/data/form1.html
+META.json Module JSON meta-data (added by
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-FillInForm-2.20/META.json
new/HTML-FillInForm-2.21/META.json
--- old/HTML-FillInForm-2.20/META.json 1970-01-01 01:00:00.000000000 +0100
+++ new/HTML-FillInForm-2.21/META.json 2014-08-14 17:22:19.000000000 +0200
@@ -0,0 +1,31 @@
+{
+ "abstract" : "unknown",
+ "author" : [
+ "unknown"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter
version 2.120921",
+ "license" : [
+ "unknown"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "HTML-FillInForm",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/markstos/HTML-FillInForm.git",
+ "web" : "https://github.com/markstos/HTML-FillInForm"
+ }
+ },
+ "version" : "2.21"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-FillInForm-2.20/META.yml
new/HTML-FillInForm-2.21/META.yml
--- old/HTML-FillInForm-2.20/META.yml 2013-08-10 15:18:59.000000000 +0200
+++ new/HTML-FillInForm-2.21/META.yml 2014-08-14 17:22:19.000000000 +0200
@@ -1,23 +1,19 @@
---- #YAML:1.0
-name: HTML-FillInForm
-version: 2.20
-abstract: ~
-author: []
-license: unknown
-distribution_type: module
-configure_requires:
- ExtUtils::MakeMaker: 0
-build_requires:
- ExtUtils::MakeMaker: 0
-requires:
- HTML::Parser: 3.26
- HTML::TokeParser: 3.26
- warnings: 0
-no_index:
- directory:
- - t
- - inc
-generated_by: ExtUtils::MakeMaker version 6.57_05
+---
+abstract: unknown
+author:
+ - unknown
+build_requires: {}
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version
2.120921'
+license: unknown
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: HTML-FillInForm
+no_index:
+ directory:
+ - t
+ - inc
+resources:
+ repository: https://github.com/markstos/HTML-FillInForm.git
+version: 2.21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-FillInForm-2.20/Makefile.PL
new/HTML-FillInForm-2.21/Makefile.PL
--- old/HTML-FillInForm-2.20/Makefile.PL 2013-08-10 15:14:26.000000000
+0200
+++ new/HTML-FillInForm-2.21/Makefile.PL 2014-08-14 17:20:29.000000000
+0200
@@ -8,5 +8,18 @@
HTML::Parser => 3.26,
HTML::TokeParser => 3.26,
warnings => 0
- },
+ },
+ TEST_REQUIRES => {
+ CGI => 0
+ },
+ META_MERGE => {
+ 'meta-spec' => { version => 2 },
+ resources => {
+ repository => {
+ type => 'git',
+ url => 'https://github.com/markstos/HTML-FillInForm.git',
+ web => 'https://github.com/markstos/HTML-FillInForm',
+ },
+ },
+ },
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-FillInForm-2.20/lib/HTML/FillInForm.pm
new/HTML-FillInForm-2.21/lib/HTML/FillInForm.pm
--- old/HTML-FillInForm-2.20/lib/HTML/FillInForm.pm 2013-08-10
15:15:54.000000000 +0200
+++ new/HTML-FillInForm-2.21/lib/HTML/FillInForm.pm 2014-08-14
17:21:43.000000000 +0200
@@ -10,7 +10,7 @@
require 5.005;
use vars qw($VERSION @ISA);
-$VERSION = '2.20';
+$VERSION = '2.21';
sub new {
@@ -348,7 +348,7 @@
if ( $attr->{'value'} eq __escapeHTML($value->[0])){
shift @$value if ref($value) eq 'ARRAY';
$attr->{selected} = 'selected';
- $self->{selectSelected} = 1; # remeber that an option tag is
selected for this select tag
+ $self->{selectSelected} = 1; # remember that an option tag is
selected for this select tag
}
}
}
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
license: GPL-1.0+ or Artistic-1.0
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag