forked from pool/neofetch
- Update to 6.0.0:
* Breaking change: Removed get_line_break() from config
* Added support for arbitrary shell commands for ASCII art
* Added plain text output for individual functions that can be
used in scripts
* Color Blocks now have padding built-in
* Public IP: Added configurable timeout to requests
* Fixed numerous "Song" issues
* Complete changelog can be found at https://github.com/dylanaraps/neofetch/releases/tag/6.0.0
- Drop remove-non-linux.patch, maintenance cost is high and not
enough space is saved to justify it
OBS-URL: https://build.opensuse.org/package/show/utilities/neofetch?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 9 12:47:28 UTC 2019 - Alexander Graul <agraul@suse.com>
|
||||
|
||||
- Update to 6.0.0:
|
||||
* Breaking change: Removed get_line_break() from config
|
||||
* Added support for arbitrary shell commands for ASCII art
|
||||
* Added plain text output for individual functions that can be
|
||||
used in scripts
|
||||
* Color Blocks now have padding built-in
|
||||
* Public IP: Added configurable timeout to requests
|
||||
* Fixed numerous "Song" issues
|
||||
* Complete changelog can be found at https://github.com/dylanaraps/neofetch/releases/tag/6.0.0
|
||||
- Drop remove-non-linux.patch, maintenance cost is high and not
|
||||
enough space is saved to justify it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 13:25:57 UTC 2018 - idonmez@suse.com
|
||||
|
||||
|
||||
+4
-7
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package neofetch
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -13,22 +13,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
Name: neofetch
|
||||
Version: 5.0.0
|
||||
Version: 6.0.0
|
||||
Release: 0
|
||||
Summary: CLI system information tool written in BASH
|
||||
License: MIT
|
||||
Group: Productivity/Text/Utilities
|
||||
Url: https://github.com/dylanaraps/neofetch
|
||||
Source0: https://github.com/dylanaraps/%{name}/archive/%{version}.tar.gz
|
||||
# PATCH-FIX-SUSE Strips useless blocks of non-linux code from the script
|
||||
Patch0: remove-non-linux.patch
|
||||
# PATCH-FIX-SUSE Fix E: env-script-interpreter
|
||||
Patch1: fix-shebang.patch
|
||||
Patch0: fix-shebang.patch
|
||||
Recommends: maim
|
||||
Recommends: w3m-inline-image
|
||||
BuildArch: noarch
|
||||
@@ -46,7 +44,6 @@ function and friends which let you add your own custom info.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
# Placeholder, no build required.
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a4f4853bf83b88a037994dbc53a90c8bd5708f5eeb3392f56d4e49c49d995b3
|
||||
size 110526
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:264a7689561bb498f97f10231959bdd8f7c873671bac2ffb660de9a5863b1c76
|
||||
size 115538
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user