Hello community,

here is the log from the commit of package openQA for openSUSE:Factory checked 
in at 2019-02-02 21:49:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openQA (Old)
 and      /work/SRC/openSUSE:Factory/.openQA.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openQA"

Sat Feb  2 21:49:37 2019 rev:48 rq:670475 version:4.6.1548936964.47070d70

Changes:
--------
--- /work/SRC/openSUSE:Factory/openQA/openQA-test.changes       2019-01-28 
20:49:24.621844073 +0100
+++ /work/SRC/openSUSE:Factory/.openQA.new.28833/openQA-test.changes    
2019-02-02 21:49:44.591955146 +0100
@@ -1,0 +2,19 @@
+Thu Jan 31 12:36:58 UTC 2019 - [email protected]
+
+- Update to version 4.6.1548936964.47070d70:
+  * spec: Fix missing mention of 'openqa-clone-custom-git-refspec' in script/
+  * Add test check for scenario within error reporting
+  * docs: Add documentation for triggering jobs based on any git refspec
+  * Add script 'openqa-clone-custom-git-refspec'
+  * Consider parent group comments for important builds
+  * Cache result of function call
+  * Add scenario description to infopanel of test
+  * Fix typo in reference to DeveloperSessions
+  * Fix another regression from c9735699 when no sync is needed
+  * apparmor: Fix access to git templates
+  * Switch to four spaces as requested, modify error ignoring
+  * Fix flaky test regarding needle update
+  * Improve error handling in worker cache /status route
+  * openqa-bootstrap-container: do more error checking, fix a hang
+
+-------------------------------------------------------------------
openQA.changes: same change

Old:
----
  openQA-4.6.1548420629.e8e80a4b.obscpio

New:
----
  openQA-4.6.1548936964.47070d70.obscpio

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

Other differences:
------------------
++++++ openQA-test.spec ++++++
--- /var/tmp/diff_new_pack.dgZkgS/_old  2019-02-02 21:49:46.563953438 +0100
+++ /var/tmp/diff_new_pack.dgZkgS/_new  2019-02-02 21:49:46.567953434 +0100
@@ -18,7 +18,7 @@
 
 %define         short_name openQA
 Name:           %{short_name}-test
-Version:        4.6.1548420629.e8e80a4b
+Version:        4.6.1548936964.47070d70
 Release:        0
 Summary:        Test package for openQA
 License:        GPL-2.0-or-later

++++++ openQA.spec ++++++
--- /var/tmp/diff_new_pack.dgZkgS/_old  2019-02-02 21:49:46.587953417 +0100
+++ /var/tmp/diff_new_pack.dgZkgS/_new  2019-02-02 21:49:46.591953413 +0100
@@ -36,7 +36,7 @@
 # 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)
 Name:           openQA
-Version:        4.6.1548420629.e8e80a4b
+Version:        4.6.1548936964.47070d70
 Release:        0
 Summary:        The openQA web-frontend, scheduler and tools
 License:        GPL-2.0-or-later
@@ -176,6 +176,7 @@
 Requires:       perl(Mojolicious)
 Requires:       perl(Regexp::Common)
 Requires:       perl(Try::Tiny)
+Recommends:     jq
 
 %description client
 Tools and support files for openQA client script. Client script is
@@ -247,6 +248,7 @@
 ln -s %{_datadir}/openqa/script/clone_job.pl 
%{buildroot}%{_bindir}/openqa-clone-job
 ln -s %{_datadir}/openqa/script/dump_templates 
%{buildroot}%{_bindir}/openqa-dump-templates
 ln -s %{_datadir}/openqa/script/load_templates 
%{buildroot}%{_bindir}/openqa-load-templates
+ln -s %{_datadir}/openqa/script/openqa-clone-custom-git-refspec 
%{buildroot}%{_bindir}/openqa-clone-custom-git-refspec
 
 cd %{buildroot}
 grep -rl %{_bindir}/env . | while read file; do
@@ -473,6 +475,7 @@
 %{_datadir}/openqa/script/clone_job.pl
 %{_datadir}/openqa/script/dump_templates
 %{_datadir}/openqa/script/load_templates
+%{_datadir}/openqa/script/openqa-clone-custom-git-refspec
 %dir %{_datadir}/openqa/lib
 %{_datadir}/openqa/lib/OpenQA/Client.pm
 %{_datadir}/openqa/lib/OpenQA/Client
@@ -481,6 +484,7 @@
 %{_bindir}/openqa-clone-job
 %{_bindir}/openqa-dump-templates
 %{_bindir}/openqa-load-templates
+%{_bindir}/openqa-clone-custom-git-refspec
 
 %files doc
 %doc docs/*


++++++ openQA-4.6.1548420629.e8e80a4b.obscpio -> 
openQA-4.6.1548936964.47070d70.obscpio ++++++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1548420629.e8e80a4b.obscpio 
/work/SRC/openSUSE:Factory/.openQA.new.28833/openQA-4.6.1548936964.47070d70.obscpio
 differ: char 49, line 1

++++++ openQA.obsinfo ++++++
--- /var/tmp/diff_new_pack.dgZkgS/_old  2019-02-02 21:49:46.663953351 +0100
+++ /var/tmp/diff_new_pack.dgZkgS/_new  2019-02-02 21:49:46.663953351 +0100
@@ -1,5 +1,5 @@
 name: openQA
-version: 4.6.1548420629.e8e80a4b
-mtime: 1548420629
-commit: e8e80a4b1152bab244098821c679e6a91dcdcdc6
+version: 4.6.1548936964.47070d70
+mtime: 1548936964
+commit: 47070d7040c068e93bb4b1aa0fcf7e14579003f8
 


Reply via email to