Hello community,
here is the log from the commit of package perl-WWW-Mechanize for
openSUSE:Factory checked in at 2015-09-30 05:50:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-15 16:25:04.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes
2015-09-30 05:50:16.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Aug 28 10:27:04 UTC 2015 - [email protected]
+
+- updated to 1.75
+ see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+ 1.75
+ ========================================
+ [OTHER CHANGES]
+
+ - WWW::Mechanize::Image and WWW::Mechanize::Link now have a defined $VERSION
+ - fixed warning about the use of the encoding pragma (new in 5.22) (RT#91971)
+ - fixed warning about the use of CGI::param in list context (RT#103096)
+
+-------------------------------------------------------------------
Old:
----
WWW-Mechanize-1.74.tar.gz
New:
----
WWW-Mechanize-1.75.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-WWW-Mechanize.spec ++++++
--- /var/tmp/diff_new_pack.bKVgGI/_old 2015-09-30 05:50:17.000000000 +0200
+++ /var/tmp/diff_new_pack.bKVgGI/_new 2015-09-30 05:50:17.000000000 +0200
@@ -17,18 +17,20 @@
Name: perl-WWW-Mechanize
-Version: 1.74
+Version: 1.75
Release: 0
%define cpan_name WWW-Mechanize
Summary: Handy web browsing in a Perl object
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/WWW-Mechanize/
-Source:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(CGI) >= 4.08
BuildRequires: perl(HTML::Form) >= 6
BuildRequires: perl(HTML::HeadParser)
BuildRequires: perl(HTML::Parser) >= 3.33
@@ -45,6 +47,7 @@
BuildRequires: perl(URI) >= 1.36
BuildRequires: perl(URI::URL)
BuildRequires: perl(URI::file)
+Requires: perl(CGI) >= 4.08
Requires: perl(HTML::Form) >= 6
Requires: perl(HTML::HeadParser)
Requires: perl(HTML::Parser) >= 3.33
@@ -68,7 +71,6 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -84,6 +86,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes Makefile.old
+%doc Changes
%changelog
++++++ WWW-Mechanize-1.74.tar.gz -> WWW-Mechanize-1.75.tar.gz ++++++
++++ 1888 lines of diff (skipped)
++++++ 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: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module