Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Curnow committed Nov 17, 2019
1 parent 2975b76 commit fd97092
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions SPECS/lazydocker.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%define debug_package %{nil}

%global gh_user jesseduffield
%global gh_commit 945ad95baef908a3fbe90806817d379fabb8de21
%global gh_commit 450d16304087f16da0f9ce15b54640599cb163d6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_version 0.7.5
%global gh_version 0.7.6

# see https://fedoraproject.org/wiki/PackagingDrafts/Go#Build_ID
%global _dwz_low_mem_die_limit 0
Expand All @@ -12,7 +12,7 @@
%endif

Name: lazydocker
Version: 0.7.5
Version: 0.7.6
Release: 1%{?dist}
Summary: A simple terminal UI for both docker and docker-compose, written in Go with the gocui library.
Group: Applications/System
Expand Down Expand Up @@ -50,6 +50,9 @@ install -Dm0755 %{_builddir}/bin/%{name} %{buildroot}%{_bindir}/%{name}
%doc %{name}-%{gh_version}/LICENSE %{name}-%{gh_version}/*.md %{name}-%{gh_version}/docs/*.md

%changelog
* Mon Nov 18 2019 Jamie Curnow <jc@jc21.com> 0.7.6-1
- v0.7.6

* Tue Nov 12 2019 Jamie Curnow <jc@jc21.com> 0.7.5-1
- v0.7.5

Expand Down
2 changes: 1 addition & 1 deletion rpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"publish": {
"PACKAGE": "lazydocker",
"GH_USER": "jc21-rpm",
"VERSION": "0.7.5"
"VERSION": "0.7.6"
}
}

0 comments on commit fd97092

Please sign in to comment.