Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Leap:15.2 
checked in at 2020-05-18 11:01:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/os-autoinst (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.os-autoinst.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Mon May 18 11:01:05 2020 rev:120 rq:806290 version:4.6.1589560350.f30cc856

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/os-autoinst/os-autoinst.changes        
2020-05-14 16:58:23.770773924 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.os-autoinst.new.2738/os-autoinst.changes      
2020-05-18 11:01:05.862847985 +0200
@@ -1,0 +2,27 @@
+Sun May 17 03:24:42 UTC 2020 - [email protected]
+
+- Update to version 4.6.1589560350.f30cc856:
+  * t: Import stderr_from
+  * Use colors in all log calls if colors are available
+  * t: Simplify 15-logging.t with Test::Output
+  * Reduce code duplication in bmwqemu::init_logger
+  * Simplify logger init in bmwqemu
+  * Slightly simplify backends ipmi+svirt
+  * t: Delete obsolete comment in 20-openqa-benchmark-stopwatch-utils.t
+  * Delete unused imports
+  * Fix sporadic failures in t/17-basetest.t
+  * Fix sporadic failures in t/17-basetest.t
+  * Write backend termination message to base_state.json
+  * Move Dockerfile for CI testing from openQA repo
+  * Add retries for 'qemu-img create' commands which fail sometimes for 
unknown reason
+
+-------------------------------------------------------------------
+Thu May 14 12:33:35 UTC 2020 - [email protected]
+
+- Update to version 4.6.1589459603.638a25e2:
+  * Remove status API call
+  * spec: Remove tools/docker_run_ci from installed tools
+  * Sort imports in t/14-isotovideo.t
+  * Define travis CI command in simple helper script
+
+-------------------------------------------------------------------

Old:
----
  os-autoinst-4.6.1588950686.b8a0ab33.obscpio

New:
----
  os-autoinst-4.6.1589560350.f30cc856.obscpio

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

Other differences:
------------------
++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.WqaRRK/_old  2020-05-18 11:01:06.566849443 +0200
+++ /var/tmp/diff_new_pack.WqaRRK/_new  2020-05-18 11:01:06.570849451 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        4.6.1588950686.b8a0ab33
+Version:        4.6.1589560350.f30cc856
 Release:        0
 Summary:        test package for os-autoinst
 #BuildRequires:  %{short_name} == %{version}

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.WqaRRK/_old  2020-05-18 11:01:06.586849484 +0200
+++ /var/tmp/diff_new_pack.WqaRRK/_new  2020-05-18 11:01:06.590849492 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           os-autoinst
-Version:        4.6.1588950686.b8a0ab33
+Version:        4.6.1589560350.f30cc856
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later
@@ -32,7 +32,7 @@
 %define opencv_require pkgconfig(opencv)
 %endif
 %define build_requires %opencv_require autoconf automake gcc-c++ libtool make 
perl(Module::CPANfile) pkg-config pkgconfig(fftw3) pkgconfig(libpng) 
pkgconfig(sndfile) pkgconfig(theoraenc)
-%define requires perl(B::Deparse) perl(Carp::Always) 
perl(Class::Accessor::Fast) perl(Cpanel::JSON::XS) perl(Crypt::DES) 
perl(Data::Dumper) perl(Exception::Class) perl(File::Touch) perl(File::Which) 
perl(IO::Scalar) perl(IO::Socket::INET) perl(IPC::Run::Debug) 
perl(IPC::System::Simple) perl(List::MoreUtils) perl(Mojolicious) >= 7.92 
perl(Mojo::IOLoop::ReadWriteProcess) >= 0.23 perl(Net::DBus) perl(Net::IP) 
perl(Net::SNMP) perl(Net::SSH2) perl(Socket::MsgHdr) perl(Try::Tiny) 
perl(XML::LibXML) perl(XML::SemanticDiff) perl(autodie) perl-base
+%define requires perl(B::Deparse) perl(Carp::Always) 
perl(Class::Accessor::Fast) perl(Cpanel::JSON::XS) perl(Crypt::DES) 
perl(Data::Dumper) perl(Exception::Class) perl(File::Touch) perl(File::Which) 
perl(IO::Scalar) perl(IO::Socket::INET) perl(IPC::Run::Debug) 
perl(IPC::System::Simple) perl(List::MoreUtils) perl(Mojolicious) >= 7.92 
perl(Mojo::IOLoop::ReadWriteProcess) >= 0.23 perl(Net::DBus) perl(Net::IP) 
perl(Net::SNMP) perl(Net::SSH2) perl(Socket::MsgHdr) perl(Term::ANSIColor) 
perl(Try::Tiny) perl(XML::LibXML) perl(XML::SemanticDiff) perl(autodie) 
perl-base
 %define requires_not_needed_in_tests git-core
 # all requirements needed by the tests, do not require on this in the package
 # itself or any sub-packages
@@ -113,7 +113,7 @@
 %install
 %make_install INSTALLDIRS=vendor
 # only internal stuff
-rm %{buildroot}/usr/lib/os-autoinst/tools/{tidy,check_coverage,absolutize}
+rm 
%{buildroot}/usr/lib/os-autoinst/tools/{tidy,check_coverage,absolutize,docker_run_ci}
 rm -r %{buildroot}/usr/lib/os-autoinst/tools/lib/perlcritic
 #
 ls -lR %buildroot

++++++ os-autoinst-4.6.1588950686.b8a0ab33.obscpio -> 
os-autoinst-4.6.1589560350.f30cc856.obscpio ++++++
/work/SRC/openSUSE:Leap:15.2/os-autoinst/os-autoinst-4.6.1588950686.b8a0ab33.obscpio
 
/work/SRC/openSUSE:Leap:15.2/.os-autoinst.new.2738/os-autoinst-4.6.1589560350.f30cc856.obscpio
 differ: char 50, line 1

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.WqaRRK/_old  2020-05-18 11:01:06.646849608 +0200
+++ /var/tmp/diff_new_pack.WqaRRK/_new  2020-05-18 11:01:06.646849608 +0200
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1588950686.b8a0ab33
-mtime: 1588950686
-commit: b8a0ab33b805eabbbd59128331a12d7242bfe7e0
+version: 4.6.1589560350.f30cc856
+mtime: 1589560350
+commit: f30cc8564bc7885843741a25778fe24525d98fd9
 


Reply via email to