New upstream release.
This commit is contained in:
parent
31425e0268
commit
dddb06082e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/git-lfs-2.2.1.tar.gz
|
||||
/git-lfs-2.3.4.tar.gz
|
||||
|
11
git-lfs.spec
11
git-lfs.spec
@ -23,12 +23,12 @@
|
||||
# https://github.com/git-lfs/git-lfs
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit 621d1f821f73efcedc829dda43fd9c1fcf07c6ab
|
||||
%global commit 9757f3f7d17e80fe1362f48c0b26eeb102af3817
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: git-lfs
|
||||
Version: 2.2.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Git extension for versioning large files
|
||||
|
||||
License: MIT
|
||||
@ -39,9 +39,7 @@ ExclusiveArch: %{go_arches}
|
||||
BuildRequires: compiler(go-compiler)
|
||||
|
||||
BuildRequires: golang(github.com/bgentry/go-netrc/netrc)
|
||||
BuildRequires: golang(github.com/kr/pretty)
|
||||
BuildRequires: golang(github.com/kr/pty)
|
||||
BuildRequires: golang(github.com/kr/text)
|
||||
BuildRequires: golang(github.com/inconshreveable/mousetrap)
|
||||
BuildRequires: golang(github.com/olekukonko/ts)
|
||||
BuildRequires: golang(github.com/rubyist/tracerx)
|
||||
@ -200,6 +198,9 @@ export GOPATH=%{buildroot}%{gopath}:$(pwd):%{gopath}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 03 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.3.4-1
|
||||
- Update to latest release.
|
||||
|
||||
* Fri Sep 01 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.2.1-3
|
||||
- Remove redundant doc tag on manpages.
|
||||
- Use path macros in %%post/%%postun.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (git-lfs-2.2.1.tar.gz) = 8e1edd588916e6a09c0fe84bdcd80b8773f3874554f941c65819bbb29cdce4846de6408dbb34b33e420d9bc768f6cd07c2dbb0979d243c98f25a32d4fc69dea4
|
||||
SHA512 (git-lfs-2.3.4.tar.gz) = 97174dc9346979777c3951baa86cfc07c85e2df04f13a50114e016facbb3fd5fde08d38825493d4e7ff149a13c87ae44e9e40350cd4950f27fe309ef62b6724a
|
||||
|
Loading…
Reference in New Issue
Block a user