-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from essentialkaos/develop
Version 1.2.2
- Loading branch information
Showing
3 changed files
with
8 additions
and
7 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 |
---|---|---|
|
@@ -3,8 +3,6 @@ sudo: required | |
language: go | ||
|
||
go: | ||
- 1.8.x | ||
- 1.9.x | ||
- 1.10.x | ||
- 1.11.x | ||
- tip | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
Summary: Tiny Redis client for monitor command output top | ||
Name: redis-monitor-top | ||
Version: 1.2.1 | ||
Version: 1.2.2 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: EKOL | ||
|
@@ -20,7 +20,7 @@ Source0: https://source.kaos.io/%{name}/%{name}-%{version}.tar.bz2 | |
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
BuildRequires: golang >= 1.8 | ||
BuildRequires: golang >= 1.11 | ||
|
||
Provides: %{name} = %{version}-%{release} | ||
|
||
|
@@ -57,6 +57,9 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Sat Oct 20 2018 Anton Novojilov <[email protected]> - 1.2.2-0 | ||
- Show usage info if '-h' passed without any value | ||
|
||
* Wed Sep 19 2018 Anton Novojilov <[email protected]> - 1.2.1-0 | ||
- Code refactoring | ||
|
||
|
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