Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2018-12-04 20:55:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openQA (Old)
 and      /work/SRC/openSUSE:Factory/.openQA.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openQA"

Tue Dec  4 20:55:37 2018 rev:37 rq:653606 version:4.6.1543830229.359b5dd9

Changes:
--------
--- /work/SRC/openSUSE:Factory/openQA/openQA-test.changes       2018-11-29 
23:00:20.803510387 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.19453/openQA-test.changes    
2018-12-04 20:56:03.872736939 +0100
@@ -1,0 +2,15 @@
+Mon Dec 03 10:10:38 UTC 2018 - co...@suse.com
+
+- Update to version 4.6.1543830229.359b5dd9:
+  * Add Perl::Critic::Freenode to openQA.spec
+  * Use Perl::Critic::Freenode to determine good coding style
+  * Make all modules pass Perl::Critic::Freenode with severity level 4 (stern)
+  * Activate strict and warnings consistently for all modules
+  * Fix network dependency for cache service
+  * Remove DEBUG and LOGDIR environment variables and change cache services to 
use the test mode
+  * Test skipping timeout in developer fullstack test
+  * devel fullstack test: Don't fail if renamed needles already there
+  * devel mode: Allow to skip assert/check_screen timeout
+  * Remove srand workaround that does nothing anymore since Mojolicious 5.76 
(2015)
+
+-------------------------------------------------------------------
openQA.changes: same change

Old:
----
  openQA-4.6.1543400978.50e006bc.obscpio

New:
----
  openQA-4.6.1543830229.359b5dd9.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openQA-test.spec ++++++
--- /var/tmp/diff_new_pack.pCGrOe/_old  2018-12-04 20:56:05.120735549 +0100
+++ /var/tmp/diff_new_pack.pCGrOe/_new  2018-12-04 20:56:05.124735544 +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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %define         short_name openQA
 Name:           %{short_name}-test
-Version:        4.6.1543400978.50e006bc
+Version:        4.6.1543830229.359b5dd9
 Release:        0
 Summary:        Test package for openQA
-License:        GPL-2.0-or-later
+License:        GPL-2.0+
 BuildRequires:  %{short_name} == %{version}
 BuildRequires:  openQA-local-db
 ExcludeArch:    i586

++++++ openQA.spec ++++++
--- /var/tmp/diff_new_pack.pCGrOe/_old  2018-12-04 20:56:05.144735522 +0100
+++ /var/tmp/diff_new_pack.pCGrOe/_new  2018-12-04 20:56:05.144735522 +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 https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://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)
+%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)
 Name:           openQA
-Version:        4.6.1543400978.50e006bc
+Version:        4.6.1543830229.359b5dd9
 Release:        0
 Summary:        The openQA web-frontend, scheduler and tools
 License:        GPL-2.0-or-later
@@ -171,7 +171,6 @@
 Requires:       perl(Data::Dump)
 Requires:       perl(Getopt::Long)
 Requires:       perl(IO::Socket::SSL) >= 2.009
-Requires:       perl(JSON)
 Requires:       perl(LWP::UserAgent)
 Requires:       perl(Mojolicious)
 Requires:       perl(Try::Tiny)


++++++ openQA-4.6.1543400978.50e006bc.obscpio -> 
openQA-4.6.1543830229.359b5dd9.obscpio ++++++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1543400978.50e006bc.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.19453/openQA-4.6.1543830229.359b5dd9.obscpio
 differ: char 48, line 1

++++++ openQA.obsinfo ++++++
--- /var/tmp/diff_new_pack.pCGrOe/_old  2018-12-04 20:56:05.224735433 +0100
+++ /var/tmp/diff_new_pack.pCGrOe/_new  2018-12-04 20:56:05.224735433 +0100
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1543400978.50e006bc
-mtime: 1543400978
-commit: 50e006bc300aca6aeaaad7bd8f2418abf0265b68
+version: 4.6.1543830229.359b5dd9
+mtime: 1543830229
+commit: 359b5dd90592e5a7a19d32c985758909cfc31a26
 


Reply via email to