Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package bumblebee-status for
openSUSE:Factory checked in at 2021-05-01 00:47:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bumblebee-status (Old)
and /work/SRC/openSUSE:Factory/.bumblebee-status.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bumblebee-status"
Sat May 1 00:47:04 2021 rev:14 rq:889577 version:2.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/bumblebee-status/bumblebee-status.changes
2021-04-12 12:39:47.337538373 +0200
+++
/work/SRC/openSUSE:Factory/.bumblebee-status.new.1947/bumblebee-status.changes
2021-05-01 00:47:08.827332149 +0200
@@ -1,0 +2,9 @@
+Fri Apr 30 15:02:56 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Drop the hddtemp plugin: hddtemp is no longer maintained and has
+ been failing to build for a while. Time has come to let go of it.
+- Set pythons to python3: only depend on the primary python3
+ version. There are no python modules built here, thus it is
+ useless to pull in all python3.x versions.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bumblebee-status.spec ++++++
--- /var/tmp/diff_new_pack.7DlgDq/_old 2021-05-01 00:47:09.371329726 +0200
+++ /var/tmp/diff_new_pack.7DlgDq/_new 2021-05-01 00:47:09.375329708 +0200
@@ -16,7 +16,7 @@
#
-%define skip_python2 1
+%define pythons python3
Name: bumblebee-status
Version: 2.1.4
Release: 0
@@ -120,7 +120,6 @@
Suggests: bumblebee-status-module-docker-ps = %{version}
Suggests: bumblebee-status-module-duns = %{version}
Suggests: bumblebee-status-module-git = %{version}
-Suggests: bumblebee-status-module-hddtemp = %{version}
Suggests: bumblebee-status-module-layout-xkbswitch = %{version}
Suggests: bumblebee-status-module-libvirt = %{version}
Suggests: bumblebee-status-module-mocp = %{version}
@@ -298,17 +297,6 @@
%description module-git
Displays information about the git repository.
-%package module-hddtemp
-Summary: Widget to show hard drive temeperature
-Group: System/Monitoring
-Requires: %{name} = %{version}
-Requires: hddtemp
-Supplements: (%{name} and hddtemp)
-BuildArch: noarch
-
-%description module-hddtemp
-Fetch hard drive temeperature data from a hddtemp daemon.
-
%package module-indicator
Summary: Widget to show indicator status, for numlock, scrolllock and
capslock
Group: System/Monitoring
@@ -687,8 +675,9 @@
# * apt (debian)
# * arch-update and pacman (only usable on arch linux)
# * gpmdp (needs Google Play music player)
-rm
bumblebee_status/modules/contrib/{apt,arch_update,arch-update,gpmdp,pacman,portage_status}.py
-rm tests/modules/contrib/test_{apt,arch-update,gpmdp,pacman,portage_status}.py
+# * hddtemp (no longer maintained)
+rm
bumblebee_status/modules/contrib/{apt,arch_update,arch-update,gpmdp,hddtemp,pacman,portage_status}.py
+rm
tests/modules/contrib/test_{apt,arch-update,gpmdp,hddtemp,pacman,portage_status}.py
# 3. copy files from source
cp -a --parents %{name} themes/{,icons/}*.json %{buildroot}%{_datadir}/%{name}
@@ -832,9 +821,6 @@
%files module-git
%{_datadir}/%{name}/bumblebee/modules/core/git.py
-%files module-hddtemp
-%{_datadir}/%{name}/bumblebee/modules/contrib/hddtemp.py
-
%files module-indicator
%{_datadir}/%{name}/bumblebee/modules/contrib/indicator.py