Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2018-12-07 14:40:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Fri Dec 7 14:40:02 2018 rev:38 rq:655987 version:4.6.1544166689.47296c23 Changes: -------- --- /work/SRC/openSUSE:Factory/openQA/openQA-test.changes 2018-12-04 20:56:03.872736939 +0100 +++ /work/SRC/openSUSE:Factory/.openQA.new.19453/openQA-test.changes 2018-12-07 14:40:09.138717918 +0100 @@ -1,0 +2,24 @@ +Fri Dec 07 09:40:53 UTC 2018 - co...@suse.com + +- Update to version 4.6.1544166689.47296c23: + * Disable INSTALL_FROM_CPAN by default (#1863) + * Don't leave a limit_assets task hanging after 14-grutasks.t (#1882) + * Do not require perlcritic on sle-12 (#1910) + * When detecting asset keys, don't use the _URL form for ASSET (#1907) + * Add Perl::Critic::Freenode to the test container (#1906) + * Fix devel fullstack mode test + * Make devel fullstack test more verbose + * openQA.spec: Add missing runtime requirement for client (#1905) + * doc: Mention select_serial_terminal() in serial terminal doc + * Test rendering external table + * Don't show categories in table for external results + * Add filter for external results table + * Use circle to display results in external table + * Add separate table for external results from parser + * Move logic for test detail steps from view into controller + * Fedmsg: use Python 3 logger command + * Extend documentation on the developer mode panel + * Add WORKER_HOSTNAME to workers.ini template + * Document re-needling workflow + +------------------------------------------------------------------- openQA.changes: same change Old: ---- openQA-4.6.1543830229.359b5dd9.obscpio New: ---- openQA-4.6.1544166689.47296c23.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.JBDad5/_old 2018-12-07 14:40:11.466715036 +0100 +++ /var/tmp/diff_new_pack.JBDad5/_new 2018-12-07 14:40:11.466715036 +0100 @@ -12,16 +12,16 @@ # 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 short_name openQA Name: %{short_name}-test -Version: 4.6.1543830229.359b5dd9 +Version: 4.6.1544166689.47296c23 Release: 0 Summary: Test package for openQA -License: GPL-2.0+ +License: GPL-2.0-or-later BuildRequires: %{short_name} == %{version} BuildRequires: openQA-local-db ExcludeArch: i586 ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.JBDad5/_old 2018-12-07 14:40:11.502714990 +0100 +++ /var/tmp/diff_new_pack.JBDad5/_new 2018-12-07 14:40:11.502714990 +0100 @@ -12,7 +12,7 @@ # 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/ # @@ -34,9 +34,9 @@ %bcond_with tests %endif # runtime requirements that also the testsuite needs -%define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) perl(Mojo::SQLite) perl(Minion::Backend::SQLite) perl(Perl::Critic::Freenode) +%define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) perl(Mojo::SQLite) perl(Minion::Backend::SQLite) Name: openQA -Version: 4.6.1543830229.359b5dd9 +Version: 4.6.1544166689.47296c23 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -55,6 +55,7 @@ # critical bug fix BuildRequires: perl(DBIx::Class) >= 0.082801 BuildRequires: perl(Minion) >= 9.02 +BuildRequires: perl(Mojo::RabbitMQ::Client) >= 0.2 BuildRequires: perl(Mojolicious) >= 7.92 BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36 BuildRequires: rubygem(sass) @@ -97,8 +98,8 @@ BuildRequires: perl-App-cpanminus BuildRequires: rsync BuildRequires: perl(DBD::SQLite) -BuildRequires: perl(Mojo::RabbitMQ::Client) >= 0.2 BuildRequires: perl(Perl::Critic) +BuildRequires: perl(Perl::Critic::Freenode) BuildRequires: perl(Perl::Tidy) BuildRequires: perl(Selenium::Remote::Driver) >= 1.20 BuildRequires: perl(Test::Compile) @@ -173,6 +174,7 @@ Requires: perl(IO::Socket::SSL) >= 2.009 Requires: perl(LWP::UserAgent) Requires: perl(Mojolicious) +Requires: perl(Regexp::Common) Requires: perl(Try::Tiny) %description client ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.JBDad5/_old 2018-12-07 14:40:11.542714941 +0100 +++ /var/tmp/diff_new_pack.JBDad5/_new 2018-12-07 14:40:11.542714941 +0100 @@ -95,6 +95,7 @@ 'perl(Net::SNMP)' \ 'perl(Net::SSH2)' \ 'perl(Perl::Critic)' \ + 'perl(Perl::Critic::Freenode)' \ 'perl(Perl::Tidy)' \ 'perl(Pod::POM)' \ 'perl(Pod::Coverage)' \ ++++++ openQA-4.6.1543830229.359b5dd9.obscpio -> openQA-4.6.1544166689.47296c23.obscpio ++++++ /work/SRC/openSUSE:Factory/openQA/openQA-4.6.1543830229.359b5dd9.obscpio /work/SRC/openSUSE:Factory/.openQA.new.19453/openQA-4.6.1544166689.47296c23.obscpio differ: char 50, line 1 ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.JBDad5/_old 2018-12-07 14:40:11.602714867 +0100 +++ /var/tmp/diff_new_pack.JBDad5/_new 2018-12-07 14:40:11.602714867 +0100 @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1543830229.359b5dd9 -mtime: 1543830229 -commit: 359b5dd90592e5a7a19d32c985758909cfc31a26 +version: 4.6.1544166689.47296c23 +mtime: 1544166689 +commit: 47296c2341c0853f6088ccd446343f362c2b787a