(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 17 Aug 2019 12:57:28 +0000 (14:57 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 17 Aug 2019 12:57:28 +0000 (14:57 +0200)
lldb-experimental.spec

index 3f6f45a..04917c0 100644 (file)
@@ -12,7 +12,7 @@
 %endif
 Name: lldb-experimental
 Version: 10.0.0
 %endif
 Name: lldb-experimental
 Version: 10.0.0
-Release: 0.20190817snap2%{?dist}
+Release: 0.20190817snap3%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
 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
 
 %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
 %if %{use_jankratochvil_dwz} || %{use_jankratochvil_rust}
 git remote remove jankratochvil || :
 git remote add jankratochvil git://git.jankratochvil.net/lldb