diff --git a/_servicedata b/_servicedata index 05b4c5c..d664c7b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/aristocratos/btop - a7384483a4e9bc99009cfbf1f2898394ad4222ac \ No newline at end of file + c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8 \ No newline at end of file diff --git a/btop-1.2.6+git20220505.841941a.tar.gz b/btop-1.2.6+git20220505.841941a.tar.gz deleted file mode 100644 index 15cfb74..0000000 --- a/btop-1.2.6+git20220505.841941a.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a95137536f8a94873beee115d4431c65636392fbd5d5acc5731640598ef59cd -size 980441 diff --git a/btop-1.2.7+git20220528.c3eb02f.tar.gz b/btop-1.2.7+git20220528.c3eb02f.tar.gz new file mode 100644 index 0000000..39b5e95 --- /dev/null +++ b/btop-1.2.7+git20220528.c3eb02f.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0075e8b0b051966c03a84b2e4ab954656250042dcb863d385873f2208ab73a +size 983108 diff --git a/btop.changes b/btop.changes index 5cc59b9..75afbf6 100644 --- a/btop.changes +++ b/btop.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue May 31 20:35:04 UTC 2022 - Scott Bradnick + +- 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 diff --git a/btop.obsinfo b/btop.obsinfo index f8d92fe..6c77d42 100644 --- a/btop.obsinfo +++ b/btop.obsinfo @@ -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 diff --git a/btop.spec b/btop.spec index 03e0bbc..327b84b 100644 --- a/btop.spec +++ b/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