Accepting request 1112085 from home:mantarimay:apps
- Update to version 2.0.5: - Removed config.conf to fix build OBS-URL: https://build.opensuse.org/request/show/1112085 OBS-URL: https://build.opensuse.org/package/show/utilities/fastfetch?expand=0&rev=22
This commit is contained in:
parent
1bba6a174f
commit
7b5aeba84e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b42ed1d08c3caeb14610094f45492b293bb886893b85cbb7fe25e370dffdd9b9
|
|
||||||
size 770261
|
|
3
fastfetch-2.0.5.tar.gz
Normal file
3
fastfetch-2.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8046eb856fd95d9896220238c966125fb05e451e65d8cfc7eb25483767612235
|
||||||
|
size 772840
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 18 21:26:47 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
- Update to version 2.0.5:
|
||||||
|
* Bugfixes:
|
||||||
|
- Fix segfault when using libxrandr (#544, Display, Linux)
|
||||||
|
- Don't print 0px (#544, Cursor)
|
||||||
|
* Features:
|
||||||
|
- Add option --disk-use-available (#543)
|
||||||
|
- Add option --disk-show-readonly
|
||||||
|
- Removed config.conf to fix build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 22 02:50:15 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Tue Aug 22 02:50:15 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: fastfetch
|
Name: fastfetch
|
||||||
Version: 2.0.1
|
Version: 2.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Neofetch-like tool written in C
|
Summary: Neofetch-like tool written in C
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -75,23 +75,10 @@ sed -i "s|\#\!\/usr\/bin\/env bash||g" completions/bash
|
|||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md CHANGELOG.md
|
%doc README.md CHANGELOG.md
|
||||||
|
|
||||||
%{_bindir}/flashfetch
|
%{_bindir}/flashfetch
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
|
|
||||||
%dir %_distconfdir/%{name}
|
|
||||||
%_distconfdir/%{name}/config.conf
|
|
||||||
|
|
||||||
%else
|
|
||||||
|
|
||||||
%dir %{_sysconfdir}/%{name}
|
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/config.conf
|
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_datadir}/bash-completion/
|
%{_datadir}/bash-completion/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user