Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package awesome-vicious for openSUSE:Factory
checked in at 2021-06-01 10:37:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/awesome-vicious (Old)
and /work/SRC/openSUSE:Factory/.awesome-vicious.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "awesome-vicious"
Tue Jun 1 10:37:14 2021 rev:8 rq:895785 version:2.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/awesome-vicious/awesome-vicious.changes
2021-04-29 22:53:20.521908060 +0200
+++
/work/SRC/openSUSE:Factory/.awesome-vicious.new.1898/awesome-vicious.changes
2021-06-01 10:38:16.340895850 +0200
@@ -1,0 +2,30 @@
+Thu May 27 08:22:00 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update old RPM macros/constructs.
+
+-------------------------------------------------------------------
+Wed May 26 00:17:57 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 2.5.0
+ * Added vicious.call_async asynchronous analogous to vicious.call
+ * Feature: [hwmontemp] Bring back sysfs path cache
+ * Fixed fallback the number of lines before packages listing to 0
+ * Remove trailing semicolon at the end of command.
+ * volume now uses other emojis to show mute state.
+ This BREAKS backward compatibility if users substitute custom
+ symbols from these default.
+ * Added notmuch_all, cpu_freebsd widget types
+ * [cmus_all] Promote to widgets/.
+ * [wifiiw_linux] Expose BSSID.
+ * [wifi_linux] Expose frequency and transmission power.
+ * spawn as a fallback for awful.spawn in case Vicious is used as a
+ stand-alone library.
+ * Added helpers.setasyncall to avoid writing redundant workers for
+ asynchronous widget types.
+ * Added helpers.setcall for registering functions as widget types.
+ * Deprecate the use of io.popen
+ * [pkg,weather,contrib/btc] Allow function call without Awesome
+ * Removed: helpers.sysctl and helpers.sysctl_table were removed
+ in favour of helpers.sysctl_async.
+
+-------------------------------------------------------------------
Old:
----
vicious-2.3.3.tar.gz
New:
----
vicious-2.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ awesome-vicious.spec ++++++
--- /var/tmp/diff_new_pack.7zFai3/_old 2021-06-01 10:38:16.812896653 +0200
+++ /var/tmp/diff_new_pack.7zFai3/_new 2021-06-01 10:38:16.816896660 +0200
@@ -19,13 +19,13 @@
%define packname vicious
Name: awesome-vicious
-Version: 2.3.3
+Version: 2.5.0
Release: 0
Summary: Vicious plugins for awesome
License: GPL-2.0-or-later
Group: System/GUI/Other
URL: https://github.com/vicious-widgets/vicious
-Source:
%{URL}/archive/v%{version}.tar.gz#/%{packname}-%{version}.tar.gz
+Source:
%{url}/archive/v%{version}.tar.gz#/%{packname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: awesome >= 3.4.4
Recommends: awesome-freedesktop
@@ -52,22 +52,22 @@
- wireless_tools for the Wireless widget type
- curl for widget types accessing network resources
-
%prep
-%setup -q -n %{packname}-%{version}
+%autosetup -n %{packname}-%{version}
%build
%install
-%{__install} -d %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
-%{__install} -d %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
-%{__install} -m 644 -D contrib/*
%{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
-%{__install} -m 644 -D widgets/*
%{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
-%{__install} -m 644 -D init.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
-%{__install} -m 644 -D helpers.lua
%{buildroot}/%{_datadir}/awesome/lib/vicious
+install -d %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
+install -d %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
+install -Dm 644 contrib/* %{buildroot}/%{_datadir}/awesome/lib/vicious/contrib
+install -Dm 644 widgets/* %{buildroot}/%{_datadir}/awesome/lib/vicious/widgets
+install -Dm 644 init.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
+install -Dm 644 helpers.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
+install -Dm 644 spawn.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
%files
-%doc README.md Changes.md TODO
+%doc README.md CHANGELOG.rst TODO
%license LICENSE
%dir %{_datadir}/awesome
%dir %{_datadir}/awesome/lib
++++++ vicious-2.3.3.tar.gz -> vicious-2.5.0.tar.gz ++++++
++++ 8523 lines of diff (skipped)