From ad6c584c980a62f66afa1bd491140aba0883d8eb Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:28:08 +0100 Subject: [PATCH] rebuilt with llvm 3.8.0 [release 9.1-2mamba;Tue Jun 14 2016] --- codelite.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/codelite.spec b/codelite.spec index 1d647f0..63650c3 100644 --- a/codelite.spec +++ b/codelite.spec @@ -1,6 +1,6 @@ Name: codelite Version: 9.1 -Release: 1mamba +Release: 2mamba Summary: An IDE for the C/C++/PHP/Node.js programming languages Group: Applications/Development Vendor: openmamba @@ -28,6 +28,7 @@ BuildRequires: libwx_baseu-devel BuildRequires: libwx_gtk3u-devel ## AUTOBUILDREQ-END BuildRequires: cmake +BuildRequires: libllvm-devel >= 3.8 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -74,5 +75,8 @@ sed -i 's|"lib"|"lib64"|' CMakeLists.txt %doc AUTHORS COPYING LICENSE %changelog +* Tue Jun 14 2016 Silvan Calarco 9.1-2mamba +- rebuilt with llvm 3.8.0 + * Tue Feb 02 2016 Silvan Calarco 9.1-1mamba - package created using the webbuild interface