forked from pool/awesome-vicious
Accepting request 889063 from home:susnux:branches:X11:windowmanagers
Update to version 2.3.3 OBS-URL: https://build.opensuse.org/request/show/889063 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/awesome-vicious?expand=0&rev=9
This commit is contained in:
parent
b8fb16d057
commit
0d2bfcfb17
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 28 15:07:50 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 2.3.3
|
||||||
|
* LUA 5.3 compatibility
|
||||||
|
* Support stacked graphs
|
||||||
|
* hwmontemp_linux: Provide name-based access to hwmon sensors
|
||||||
|
via sysfs
|
||||||
|
* mpd_all: Expose more informations and format time in [hh:]mm:ss
|
||||||
|
* Improve defaults and mechanism for data caching
|
||||||
|
* Escape XML entities in results by default
|
||||||
|
* weather_all: Update NOAA link and use Awesome asynchronous API
|
||||||
|
* mem_linux: Use MemAvailable to calculate free amount
|
||||||
|
* mem_freebsd: Correct calculation and switch to swapinfo for swap
|
||||||
|
* bat_freebsd: Add critical charging state
|
||||||
|
* fs_all: Fix shell quoting of option arguments
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 18 18:47:56 UTC 2018 - okurz@suse.com
|
Mon Jun 18 18:47:56 UTC 2018 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package awesome-vicious
|
# spec file for package awesome-vicious
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,20 +12,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define packname vicious
|
%define packname vicious
|
||||||
|
|
||||||
Name: awesome-vicious
|
Name: awesome-vicious
|
||||||
Version: 2.3.1
|
Version: 2.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vicious plugins for awesome
|
Summary: Vicious plugins for awesome
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
Source: https://github.com/Mic92/vicious/archive/v%{version}.tar.gz#/%packname-%{version}.tar.gz
|
URL: https://github.com/vicious-widgets/vicious
|
||||||
Url: https://github.com/Mic92/%{packname}
|
Source: %{URL}/archive/v%{version}.tar.gz#/%{packname}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: awesome >= 3.4.4
|
Requires: awesome >= 3.4.4
|
||||||
Recommends: awesome-freedesktop
|
Recommends: awesome-freedesktop
|
||||||
@ -54,7 +54,7 @@ are used instead, where available:
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %packname-%{version}
|
%setup -q -n %{packname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -67,7 +67,6 @@ are used instead, where available:
|
|||||||
%{__install} -m 644 -D helpers.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
%{__install} -m 644 -D helpers.lua %{buildroot}/%{_datadir}/awesome/lib/vicious
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README.md Changes.md TODO
|
%doc README.md Changes.md TODO
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%dir %{_datadir}/awesome
|
%dir %{_datadir}/awesome
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:101e8ec6a71f7c8da7c653f4fa0f276db20227e2ad98b2d31702ce6735607d95
|
|
||||||
size 47484
|
|
3
vicious-2.3.3.tar.gz
Normal file
3
vicious-2.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:062f0e8c802a07b58d094fcc66aba7a7de242726733d31ee607a483c20c4957c
|
||||||
|
size 50564
|
Loading…
Reference in New Issue
Block a user