X-Git-Url: https://git.jankratochvil.net/?p=lldb-experimental.git;a=blobdiff_plain;f=lldb-experimental.spec;h=3efbe9a8457c06a704b154c08ca481d3847938fa;hp=3f6f45ae050fc978b486c10e09abc690a103b0d5;hb=4a04562e0e1845e91e5a33f128427f061d4cf980;hpb=bc872c5d156be6d2544e3eae736c100e688a1bb1 diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 3f6f45a..3efbe9a 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -12,7 +12,7 @@ %endif Name: lldb-experimental Version: 10.0.0 -Release: 0.20190817snap2%{?dist} +Release: 0.20190817snap4%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ @@ -59,7 +59,8 @@ The package contains header files for %{name}. %prep %setup -q -c -T -git clone --depth 1 --no-tags --single-branch --reference-if-able reference https://github.com/llvm/llvm-project.git . +# 2500 = 1 month in 2019 +git clone --depth 10000 --no-tags --single-branch --reference-if-able reference https://github.com/llvm/llvm-project.git . %if %{use_jankratochvil_dwz} || %{use_jankratochvil_rust} git remote remove jankratochvil || : git remote add jankratochvil git://git.jankratochvil.net/lldb