Hello community,
here is the log from the commit of package perl-WWW-Mechanize for
openSUSE:Factory checked in at 2015-11-26 17:03:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
and /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-WWW-Mechanize"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2015-09-30 05:50:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes
2015-11-26 17:03:26.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Nov 18 20:58:49 UTC 2015 - [email protected]
+
+- Change build requires from perl(CGI) to perl-CGI to fix
+ failing builds.
+- Add preamble perl-CGI in cpanspec.yml.
+- Add more verbose description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-WWW-Mechanize.spec ++++++
--- /var/tmp/diff_new_pack.6jiQHI/_old 2015-11-26 17:03:27.000000000 +0100
+++ /var/tmp/diff_new_pack.6jiQHI/_new 2015-11-26 17:03:27.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-WWW-Mechanize
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -29,8 +29,8 @@
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
+BuildRequires: perl-CGI >= 4.08
BuildRequires: perl-macros
-BuildRequires: perl(CGI) >= 4.08
BuildRequires: perl(HTML::Form) >= 6
BuildRequires: perl(HTML::HeadParser)
BuildRequires: perl(HTML::Parser) >= 3.33
@@ -67,7 +67,7 @@
%{perl_requires}
%description
-Handy web browsing in a Perl object
+Perl module for stateful programmatic web browsing, used for automating
interaction with websites.
%prep
%setup -q -n %{cpan_name}-%{version}
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.6jiQHI/_old 2015-11-26 17:03:27.000000000 +0100
+++ /var/tmp/diff_new_pack.6jiQHI/_new 2015-11-26 17:03:27.000000000 +0100
@@ -7,7 +7,7 @@
#patches:
# foo.patch: -p1
# bar.patch:
-#preamble: |-
+preamble: Perl-CGI >= 4.08
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`