Accepting request 980175 from Base:System
OBS-URL: https://build.opensuse.org/request/show/980175 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btop?expand=0&rev=19
This commit is contained in:
commit
bcb4df21de
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/aristocratos/btop</param>
|
||||
<param name="changesrevision">a7384483a4e9bc99009cfbf1f2898394ad4222ac</param></service></servicedata>
|
||||
<param name="changesrevision">c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a95137536f8a94873beee115d4431c65636392fbd5d5acc5731640598ef59cd
|
||||
size 980441
|
3
btop-1.2.7+git20220528.c3eb02f.tar.gz
Normal file
3
btop-1.2.7+git20220528.c3eb02f.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b0075e8b0b051966c03a84b2e4ab954656250042dcb863d385873f2208ab73a
|
||||
size 983108
|
23
btop.changes
23
btop.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 20:35:04 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Swapping out '%{_datarootdir}' for '%{_datadir}'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 16:32:03 UTC 2022 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 1.2.7+git20220528.c3eb02f:
|
||||
* v1.2.7 Bug fixes & new features
|
||||
* Fixed: Net sync scale bug
|
||||
* Added tokyo-night & tokyo-storm theme
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 23 00:52:43 UTC 2022 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 1.2.6+git20220516.c257938:
|
||||
* Fix makefile to install to /usr/local instead of /usr
|
||||
* Update makefile to install/remove icons and desktop entry
|
||||
* Add desktop icon svg and png
|
||||
* Add btop.desktop
|
||||
* Added: Case insensitive process filtering
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 05 18:56:57 UTC 2022 - scott.bradnick@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: btop
|
||||
version: 1.2.6+git20220505.841941a
|
||||
mtime: 1651765741
|
||||
commit: 841941afbac20e9379375b300d54b0039d715cec
|
||||
version: 1.2.7+git20220528.c3eb02f
|
||||
mtime: 1653764910
|
||||
commit: c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8
|
||||
|
18
btop.spec
18
btop.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: btop
|
||||
Version: 1.2.6+git20220505.841941a
|
||||
Version: 1.2.7+git20220528.c3eb02f
|
||||
Release: 0
|
||||
Summary: Usage and stats for processor, memory, disks, network and processes
|
||||
License: Apache-2.0
|
||||
@ -48,10 +48,18 @@ Resource monitor that shows usage and stats for processor, memory, disks, networ
|
||||
|
||||
%files
|
||||
/usr/bin/btop
|
||||
%dir /usr/share/btop
|
||||
%dir /usr/share/btop/themes
|
||||
/usr/share/btop/README.md
|
||||
/usr/share/btop/themes/*.theme
|
||||
%dir %{_datadir}/%{name}
|
||||
%dir %{_datadir}/%{name}/themes
|
||||
%dir %{_datadir}/icons/hicolor
|
||||
%dir %{_datadir}/icons/hicolor/48x48
|
||||
%dir %{_datadir}/icons/hicolor/48x48/apps
|
||||
%dir %{_datadir}/icons/hicolor/scalable
|
||||
%dir %{_datadir}/icons/hicolor/scalable/apps
|
||||
%{_datadir}/%{name}/README.md
|
||||
%{_datadir}/%{name}/themes/*.theme
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%license LICENSE
|
||||
%doc CHANGELOG.md
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user