diff --git a/files/0001-Don-t-include-external-ldflags.-It-doesn-t-like-them.patch b/files/0001-Don-t-include-external-ldflags.-It-doesn-t-like-them.patch --- a/files/0001-Don-t-include-external-ldflags.-It-doesn-t-like-them.patch +++ b/files/0001-Don-t-include-external-ldflags.-It-doesn-t-like-them.patch @@ -1,25 +1,25 @@ -From 486097bbb4083b83a1fdbde6d2c1b71827091e72 Mon Sep 17 00:00:00 2001 -From: Joshua Strobl -Date: Thu, 26 Oct 2017 06:59:01 +0300 -Subject: [PATCH 1/1] Don't include external ldflags. It doesn't like them. +From cb273ff4e0a622b5149ef48c04ed131840c2c111 Mon Sep 17 00:00:00 2001 +From: James Lee +Date: Sat, 27 Oct 2018 14:56:39 +0100 +Subject: [PATCH] Don't include external ldflags. It doesn't like them. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 5c15f69..993108b 100644 +index 8ca872f..b707b37 100644 --- a/Makefile +++ b/Makefile -@@ -21,7 +21,7 @@ GLIDE_LOCK := glide.lock - SOURCES := $(wildcard *.go src/*.go src/*/*.go) $(SRC_LINK) $(VENDOR_LINK) $(GLIDE_LOCK) $(MAKEFILE) +@@ -14,7 +14,7 @@ GLIDE_LOCK := glide.lock + SOURCES := $(wildcard *.go src/*.go src/*/*.go) $(SRC_LINK) $(VENDOR_LINK) $(GLIDE_LOCK) $(MAKEFILE) - REVISION := $(shell git log -n 1 --pretty=format:%h -- $(SOURCES)) --BUILD_FLAGS := -a -ldflags "-X main.revision=$(REVISION) -w -extldflags=$(LDFLAGS)" -tags "$(TAGS)" -+BUILD_FLAGS := -a -ldflags "-X main.revision=$(REVISION) -w" -tags "$(TAGS)" + REVISION := $(shell git log -n 1 --pretty=format:%h -- $(SOURCES)) +-BUILD_FLAGS := -a -ldflags "-X main.revision=$(REVISION) -w -extldflags=$(LDFLAGS)" -tags "$(TAGS)" ++BUILD_FLAGS := -a -ldflags "-X main.revision=$(REVISION) -w" -tags "$(TAGS)" - BINARY32 := fzf-$(GOOS)_386 - BINARY64 := fzf-$(GOOS)_amd64 + BINARY32 := fzf-$(GOOS)_386 + BINARY64 := fzf-$(GOOS)_amd64 -- -2.14.3 +2.19.1 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : fzf -version : 0.17.4 -release : 4 +version : 0.17.5 +release : 5 source : - - https://github.com/junegunn/fzf/archive/0.17.4.tar.gz : a4b009638266b116f422d159cd1e09df64112e6ae3490964db2cd46636981ff0 + - https://github.com/junegunn/fzf/archive/0.17.5.tar.gz : de3b39758e01b19bbc04ee0d5107e14052d3a32ce8f40d4a63d0ed311394f7ee license : MIT component : system.utils summary : fzf is a general-purpose command-line fuzzy finder diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ fzf - Sönke Behrendt - thesoenke@outlook.com + James Lee + jamesl33info@gmail.com MIT system.utils @@ -27,12 +27,12 @@ - - 2018-07-07 - 0.17.4 + + 2018-10-27 + 0.17.5 Packaging update - Sönke Behrendt - thesoenke@outlook.com + James Lee + jamesl33info@gmail.com \ No newline at end of file