From 27f19e2ddce586aa09224c0fc37e51a86ef53560 Mon Sep 17 00:00:00 2001 From: Date: Sat, 6 Jul 2019 19:23:56 +0000 Subject: [PATCH 1/3] MassBuild#1715: Increase release tag --- lld.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld.spec b/lld.spec index 8ff8743..ad334d2 100644 --- a/lld.spec +++ b/lld.spec @@ -5,7 +5,7 @@ Summary: The LLVM Linker Name: lld Version: 8.0.0 -Release: 1 +Release: 2 Group: Development/Other License: NCSA Url: http://llvm.org From 00405397428c5b1276fe9e3aadfe1b974d623c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Mon, 12 Aug 2019 17:35:35 +0300 Subject: [PATCH 2/3] Updated to 8.0.1 --- .abf.yml | 3 +-- lld.spec | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.abf.yml b/.abf.yml index 69dc7f0..3c25a3a 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1 @@ -sources: - lld-8.0.0.src.tar.xz: b9062249ef61316e3450fc26e7238432673036bb +sources: {} diff --git a/lld.spec b/lld.spec index ad334d2..3fb378e 100644 --- a/lld.spec +++ b/lld.spec @@ -4,8 +4,8 @@ Summary: The LLVM Linker Name: lld -Version: 8.0.0 -Release: 2 +Version: 8.0.1 +Release: 1 Group: Development/Other License: NCSA Url: http://llvm.org From 98ac2de03f897f07b3000dd8c93f376b2ae28f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Mon, 12 Aug 2019 17:37:47 +0300 Subject: [PATCH 3/3] Updated to 8.0.1 --- .abf.yml | 3 ++- lld.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.abf.yml b/.abf.yml index 3c25a3a..766b64a 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1 +1,2 @@ -sources: {} +sources: + lld-8.0.1.src.tar.xz: 67d84c054c8b858d29389aa8ad47a25f632e4a3a diff --git a/lld.spec b/lld.spec index 3fb378e..f9b93a2 100644 --- a/lld.spec +++ b/lld.spec @@ -9,7 +9,7 @@ Release: 1 Group: Development/Other License: NCSA Url: http://llvm.org -Source0: http://releases.llvm.org/%{version}/%{name}-%{version}.src.tar.xz +Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{name}-%{version}.src.tar.xz BuildRequires: cmake BuildRequires: llvm-devel = %{version} BuildRequires: ncurses-devel