Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package switcheroo-control for openSUSE:Factory checked in at 2021-01-18 15:21:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/switcheroo-control (Old) and /work/SRC/openSUSE:Factory/.switcheroo-control.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "switcheroo-control" Mon Jan 18 15:21:57 2021 rev:9 rq:864068 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/switcheroo-control/switcheroo-control.changes 2020-07-18 21:03:39.587653840 +0200 +++ /work/SRC/openSUSE:Factory/.switcheroo-control.new.28504/switcheroo-control.changes 2021-01-18 15:22:02.102319144 +0100 @@ -1,0 +2,11 @@ +Tue Jan 5 14:22:48 UTC 2021 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 2.4: + * Fix the cleaned-up name of some video cards not being picked + up. + * Add a test suite. +- BuildRequires: pkgconfig(umockdev), python-dbus-python, and + python-rpm-macros for unit test run as part of %check. +- meson >= 0.50 is required; update BuildRequires accordingly. + +------------------------------------------------------------------- Old: ---- switcheroo-control-2.3.tar.gz New: ---- switcheroo-control-2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ switcheroo-control.spec ++++++ --- /var/tmp/diff_new_pack.h2IWBd/_old 2021-01-18 15:22:02.874325318 +0100 +++ /var/tmp/diff_new_pack.h2IWBd/_new 2021-01-18 15:22:02.878325350 +0100 @@ -1,7 +1,7 @@ # # spec file for package switcheroo-control # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: switcheroo-control -Version: 2.3 +Version: 2.4 Release: 0 Summary: D-Bus service to check the availability of dual-GPU License: GPL-3.0-only @@ -26,13 +26,18 @@ Source0: https://gitlab.freedesktop.org/hadess/switcheroo-control/-/archive/%{version}/%{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc BuildRequires: gtk-doc -BuildRequires: meson +BuildRequires: meson >= 0.50 BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gudev-1.0) >= 232 BuildRequires: pkgconfig(udev) %{?systemd_requires} +# SECTION For tests +BuildRequires: %{python_module dbus-python} +BuildRequires: python-rpm-macros +BuildRequires: pkgconfig(umockdev-1.0) +# /SECTION %description switcheroo-control is a D-Bus service to check the availability of dual-GPU. @@ -59,6 +64,9 @@ %install %meson_install +%check +%meson_test + %pre %service_add_pre switcheroo-control.service @@ -74,7 +82,6 @@ %udev_hwdb_update %files -%defattr(-,root,root) %license COPYING %doc NEWS README.md %{_bindir}/switcherooctl @@ -88,7 +95,6 @@ %config %{_sysconfdir}/dbus-1/system.d/net.hadess.SwitcherooControl.conf %files doc -%defattr(-,root,root) %doc %{_datadir}/gtk-doc/html/%{name}/ %changelog ++++++ switcheroo-control-2.3.tar.gz -> switcheroo-control-2.4.tar.gz ++++++ ++++ 2314 lines of diff (skipped)