-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jamie Curnow
committed
May 9, 2021
1 parent
7554c87
commit 347e234
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
|
||
%global gh_user wtfutil | ||
%global gh_name wtf | ||
%global gh_commit 4d2027d9832d1d79d973849c9eee60dd5f559855 | ||
%global gh_commit 91942b68f203aa95e43dfa637165f0136a9343da | ||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) | ||
|
||
Name: wtfutil | ||
Version: 0.36.0 | ||
Version: 0.37.0 | ||
Release: 1%{?dist} | ||
Summary: A personal terminal-based dashboard utility, designed for displaying infrequently-needed, but very important, daily data. | ||
Group: Applications/System | ||
|
@@ -45,6 +45,9 @@ install -Dm0755 %{_builddir}/src/github.com/%{gh_user}/%{gh_name}/bin/%{name} %{ | |
%{_bindir}/%{name} | ||
|
||
%changelog | ||
* Mon May 10 2021 Jamie Curnow <[email protected]> 0.37.0-1 | ||
- v0.37.0 | ||
|
||
* Wed Mar 24 2021 Jamie Curnow <[email protected]> 0.36.0-1 | ||
- v0.36.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
"publish": { | ||
"PACKAGE": "wtf", | ||
"GH_USER": "jc21-rpm", | ||
"VERSION": "0.36.0" | ||
"VERSION": "0.37.0" | ||
} | ||
} |