Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2020-11-15 15:26:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and      /work/SRC/openSUSE:Factory/.os-autoinst.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Sun Nov 15 15:26:40 2020 rev:172 rq:848482 version:4.6.1605202386.73d96736

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2020-11-12 
22:46:06.646562625 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.24930/os-autoinst.changes       
2020-11-15 15:27:43.867537481 +0100
@@ -1,0 +2,6 @@
+Sat Nov 14 07:59:05 UTC 2020 - ok...@suse.com
+
+- Update to version 4.6.1605202386.73d96736:
+  * Remove GNU Autotools-based build system
+
+-------------------------------------------------------------------

Old:
----
  os-autoinst-4.6.1604927825.7fa9c1d2.obscpio

New:
----
  os-autoinst-4.6.1605202386.73d96736.obscpio

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

Other differences:
------------------
++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.X1KaTH/_old  2020-11-15 15:27:44.519538179 +0100
+++ /var/tmp/diff_new_pack.X1KaTH/_new  2020-11-15 15:27:44.519538179 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        4.6.1604927825.7fa9c1d2
+Version:        4.6.1605202386.73d96736
 Release:        0
 Summary:        test package for os-autoinst
 #BuildRequires:  %{short_name} == %{version}

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.X1KaTH/_old  2020-11-15 15:27:44.539538200 +0100
+++ /var/tmp/diff_new_pack.X1KaTH/_new  2020-11-15 15:27:44.539538200 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           os-autoinst
-Version:        4.6.1604927825.7fa9c1d2
+Version:        4.6.1605202386.73d96736
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later
@@ -34,8 +34,6 @@
 # The following line is generated from dependencies.yaml
 %define build_base_requires %opencv_require gcc-c++ perl(Pod::Html) pkg-config 
pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc)
 # The following line is generated from dependencies.yaml
-%define build_legacy_requires %build_base_requires autoconf automake libtool 
make perl(ExtUtils::Embed) perl(ExtUtils::MakeMaker) >= 6.66 
perl(Module::CPANfile)
-# The following line is generated from dependencies.yaml
 %define build_requires %build_base_requires cmake ninja
 # The following line is generated from dependencies.yaml
 %define main_requires git-core perl(B::Deparse) perl(Carp) perl(Carp::Always) 
perl(Class::Accessor::Fast) perl(Config) perl(Cpanel::JSON::XS) 
perl(Crypt::DES) perl(Cwd) perl(Data::Dumper) perl(Digest::MD5) 
perl(DynaLoader) perl(English) perl(Errno) perl(Exception::Class) 
perl(Exporter) perl(ExtUtils::testlib) perl(Fcntl) perl(File::Basename) 
perl(File::Find) perl(File::Path) perl(File::Spec) perl(File::Temp) 
perl(File::Touch) perl(File::Which) perl(IO::Handle) perl(IO::Scalar) 
perl(IO::Select) perl(IO::Socket) perl(IO::Socket::INET) perl(IO::Socket::UNIX) 
perl(IPC::Open3) perl(IPC::Run::Debug) perl(IPC::System::Simple) 
perl(List::MoreUtils) perl(List::Util) perl(Mojo::IOLoop::ReadWriteProcess) >= 
0.26 perl(Mojo::JSON) perl(Mojo::Log) perl(Mojo::URL) perl(Mojo::UserAgent) 
perl(Mojolicious) >= 8.42 perl(Mojolicious::Lite) perl(Net::DBus) perl(Net::IP) 
perl(Net::SNMP) perl(Net::SSH2) perl(POSIX) perl(Scalar::Util) perl(Socket) 
perl(Socket::MsgHdr) perl(Term::ANSIColor) perl(Thread::Queue) 
perl(Time::HiRes) perl(Try::Tiny) perl(XML::LibXML) perl(XML::SemanticDiff) 
perl(autodie) perl(base) perl(constant) perl(integer) perl(strict) 
perl(version) perl(warnings) perl-base
@@ -50,10 +48,8 @@
 %if %{with spellcheck}
 # The following line is generated from dependencies.yaml
 %define spellcheck_requires aspell-en aspell-spell perl(Pod::Spell)
-%define spellcheck_make_args_for_autotools %{nil}
 %else
 %define spellcheck_requires %{nil}
-%define spellcheck_make_args_for_autotools CHECK_DOC=0
 %endif
 %if 0%{?sle_version} < 150200 && !0%{?is_opensuse}
 %bcond_without yamllint
@@ -71,18 +67,11 @@
 # The following line is generated from dependencies.yaml
 %define test_version_only_requires perl(Mojo::IOLoop::ReadWriteProcess) >= 0.28
 # The following line is generated from dependencies.yaml
-%define test_legacy_requires %build_legacy_requires %test_base_requires
-# The following line is generated from dependencies.yaml
 %define test_requires %build_requires %spellcheck_requires %test_base_requires 
%yamllint_requires perl(YAML::PP)
 # The following line is generated from dependencies.yaml
 %define devel_requires %test_requires perl(Devel::Cover) 
perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
-%if 0%{?suse_version} == 1315
-BuildRequires:  %test_legacy_requires
-BuildRequires:  %test_version_only_requires
-%else
 BuildRequires:  %test_requires
 BuildRequires:  %test_version_only_requires
-%endif
 Requires:       %main_requires
 Recommends:     tesseract-ocr
 Recommends:     /usr/bin/xkbcomp /usr/bin/Xvnc dumponlyconsole
@@ -134,25 +123,12 @@
 done
 
 %build
-%if 0%{?suse_version} == 1315
-autoreconf -f -i
-%configure --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} INSTALLDIRS=vendor
-%else
 %define __builder ninja
 %cmake -DOS_AUTOINST_DOC_DIR:STRING="%{_docdir}/%{name}" 
-DSYSTEMD_SERVICE_DIR:STRING="%{_unitdir}"
 %cmake_build
-%endif
 
 %install
-%if 0%{?suse_version} == 1315
-%make_install INSTALLDIRS=vendor
-# remove internal tools
-rm -r %{buildroot}/usr/lib/os-autoinst/tools/
-rm -r %{buildroot}/usr/lib/os-autoinst/external/
-%else
 %cmake_install install-openvswitch
-%endif
 
 ls -lR %buildroot
 find %{buildroot} -type f -name .packlist -print0 | xargs -0 --no-run-if-empty 
rm -f
@@ -168,17 +144,8 @@
 
 %check
 export CI=1
-%if 0%{?suse_version} == 1315
-sed '/perlcritic/d' -i Makefile
-sed '/tidy/d' -i Makefile
-sed '/Perl::Critic/d' -i cpanfile
-rm -r t/27-make-update-deps.t tools/update-deps
-printf '#!/bin/sh\necho YAML syntax check disabled' > tools/check-yaml-syntax
-make check test VERBOSE=1 %{spellcheck_make_args_for_autotools}
-%else
 cd %{__builddir}
 %cmake_build check-pkg-build
-%endif
 
 %pre openvswitch
 %service_add_pre os-autoinst-openvswitch.service

++++++ os-autoinst-4.6.1604927825.7fa9c1d2.obscpio -> 
os-autoinst-4.6.1605202386.73d96736.obscpio ++++++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1604927825.7fa9c1d2.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.24930/os-autoinst-4.6.1605202386.73d96736.obscpio
 differ: char 50, line 1

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.X1KaTH/_old  2020-11-15 15:27:44.591538256 +0100
+++ /var/tmp/diff_new_pack.X1KaTH/_new  2020-11-15 15:27:44.591538256 +0100
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1604927825.7fa9c1d2
-mtime: 1604927825
-commit: 7fa9c1d2f6e71cf42287c45ef27e081d7dc82191
+version: 4.6.1605202386.73d96736
+mtime: 1605202386
+commit: 73d9673622a6ee4db36e61325f15dde15c554dba
 
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to