Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2019-07-17 13:20:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and      /work/SRC/openSUSE:Factory/.os-autoinst.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Wed Jul 17 13:20:14 2019 rev:70 rq:715609 version:4.5.1563188951.f6f7c6b3

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-test.changes     
2019-07-08 16:33:58.244350404 +0200
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1887/os-autoinst-test.changes   
2019-07-17 13:21:06.919612037 +0200
@@ -1,0 +2,7 @@
+Mon Jul 15 11:09:23 UTC 2019 - [email protected]
+
+- Update to version 4.5.1563188951.f6f7c6b3:
+  * spec: Provide a "devel" subpackage pulling in all build+test dependencies
+  * spec: Fix warning about missing explicit perl-base
+
+-------------------------------------------------------------------
os-autoinst.changes: same change

Old:
----
  os-autoinst-4.5.1562413838.c3d5e8ac.obscpio

New:
----
  os-autoinst-4.5.1563188951.f6f7c6b3.obscpio

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

Other differences:
------------------
++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.Af7toa/_old  2019-07-17 13:21:07.827611520 +0200
+++ /var/tmp/diff_new_pack.Af7toa/_new  2019-07-17 13:21:07.831611518 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        4.5.1562413838.c3d5e8ac
+Version:        4.5.1563188951.f6f7c6b3
 Release:        0
 Summary:        test package for os-autoinst
 #BuildRequires:  %{short_name} == %{version}

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.Af7toa/_old  2019-07-17 13:21:07.847611508 +0200
+++ /var/tmp/diff_new_pack.Af7toa/_new  2019-07-17 13:21:07.851611507 +0200
@@ -17,32 +17,22 @@
 
 
 Name:           os-autoinst
-Version:        4.5.1562413838.c3d5e8ac
+Version:        4.5.1563188951.f6f7c6b3
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Other
 Url:            https://github.com/os-autoinst/os-autoinst
 Source0:        %{name}-%{version}.tar.xz
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-BuildRequires:  opencv-devel > 3.0
-BuildRequires:  pkg-config
-BuildRequires:  perl(Module::CPANfile)
-BuildRequires:  perl(Perl::Tidy)
-BuildRequires:  perl(Test::Compile)
-BuildRequires:  pkgconfig(fftw3)
-BuildRequires:  pkgconfig(libpng)
-BuildRequires:  pkgconfig(sndfile)
-BuildRequires:  pkgconfig(theoraenc)
+%define         build_requires autoconf automake gcc-c++ libtool opencv-devel 
> 3.0, pkg-config perl(Module::CPANfile) perl(Perl::Tidy) perl(Test::Compile) 
pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc) make
+BuildRequires:  %build_requires
 # just for the test suite
 BuildRequires:  qemu-tools
 Requires:       /usr/bin/qemu-img
 Requires:       git-core
 Requires:       optipng
 %{perl_requires}
+Requires:       perl-base
 Requires:       qemu >= 2.0.0
 Recommends:     tesseract-ocr
 %define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) 
perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) 
perl(File::Touch) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) 
perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) 
perl(XML::LibXML) perl(XML::SemanticDiff) perl(Test::Exception) 
perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) 
perl(Test::Pod) perl(Test::MockModule) perl(Devel::Cover) perl(JSON::XS) 
perl(List::MoreUtils) perl(Mojo::IOLoop::ReadWriteProcess) 
perl(Test::Mock::Time) perl(Socket::MsgHdr) perl(Cpanel::JSON::XS) 
perl(IO::Scalar)
@@ -55,6 +45,7 @@
 # and the JSON modules have subtle differences and we only test against XS in 
production
 Requires:       perl(JSON::XS)
 Recommends:     /usr/bin/xkbcomp /usr/bin/Xvnc dumponlyconsole
+%define         devel_requires %build_requires %t_requires
 Requires(pre):  %{_bindir}/getent
 Requires(pre):  %{_sbindir}/useradd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -68,6 +59,14 @@
 to test firefox and openoffice operation on top of a newly
 installed OS.
 
+%package devel
+Summary:        Development package pulling in all build+test dependencies
+Group:          Development/Tools/Other
+Requires:       %devel_requires
+
+%description devel
+Development package pulling in all build+test dependencies.
+
 %package openvswitch
 Summary:        Openvswitch support for os-autoinst
 Group:          Development/Tools/Other
@@ -170,4 +169,6 @@
 %config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf
 %{_sbindir}/rcos-autoinst-openvswitch
 
+%files devel
+
 %changelog

++++++ os-autoinst-4.5.1562413838.c3d5e8ac.obscpio -> 
os-autoinst-4.5.1563188951.f6f7c6b3.obscpio ++++++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.5.1562413838.c3d5e8ac.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.1887/os-autoinst-4.5.1563188951.f6f7c6b3.obscpio
 differ: char 50, line 1

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.Af7toa/_old  2019-07-17 13:21:07.895611482 +0200
+++ /var/tmp/diff_new_pack.Af7toa/_new  2019-07-17 13:21:07.895611482 +0200
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.5.1562413838.c3d5e8ac
-mtime: 1562413838
-commit: c3d5e8ac168f5976ca488559d489bbcfa737422a
+version: 4.5.1563188951.f6f7c6b3
+mtime: 1563188951
+commit: f6f7c6b39af40968aa1150b3a59dedab6dbdb18c
 


Reply via email to