diff --git a/awesome-vicious.changes b/awesome-vicious.changes index b3a778b..eaf7d08 100644 --- a/awesome-vicious.changes +++ b/awesome-vicious.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed May 26 00:17:57 UTC 2021 - Ferdinand Thiessen + +- 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. + ------------------------------------------------------------------- Wed Apr 28 15:07:50 UTC 2021 - Ferdinand Thiessen diff --git a/awesome-vicious.spec b/awesome-vicious.spec index a79d098..679aa31 100644 --- a/awesome-vicious.spec +++ b/awesome-vicious.spec @@ -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 @@ -65,9 +65,10 @@ are used instead, where available: %{__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} -m 644 -D 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 diff --git a/vicious-2.3.3.tar.gz b/vicious-2.3.3.tar.gz deleted file mode 100644 index aebb292..0000000 --- a/vicious-2.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:062f0e8c802a07b58d094fcc66aba7a7de242726733d31ee607a483c20c4957c -size 50564 diff --git a/vicious-2.5.0.tar.gz b/vicious-2.5.0.tar.gz new file mode 100644 index 0000000..26b28e5 --- /dev/null +++ b/vicious-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c25ce6e7e7539a5b62ff63ff2cc783b4f723cc1e3bcab1871804abc098d8fd96 +size 67557