llvm-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. %bcond_with test
  2. %ifarch %ix86
  3. %bcond_with lto_build
  4. %else
  5. %bcond_without lto_build
  6. %endif
  7. %if %{without lto_build}
  8. %global _lto_cflags %{nil}
  9. %endif
  10. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  11. %define ver_suffix %(echo "%{version}" | cut -d . -f 1)
  12. %define _unpackaged_files_terminate_build 1
  13. # Build options:
  14. # Components skipped by default:
  15. %bcond_with doxygen
  16. # Documentation install path
  17. %global llvmdocdir() %{_docdir}/%1-%{version}
  18. %global llvm_triple %{_target_platform}
  19. %define _unpackaged_files_terminate_build 1
  20. # build order of LLVM family.
  21. # llvm
  22. # clang
  23. # lld
  24. # compiler-rt
  25. # lldb
  26. # libomp
  27. # libclc
  28. Summary: The Low Level Virtual Machine
  29. Summary(ja): LLVM - 低レベルバーチャルマシン
  30. Name: llvm
  31. Version: 20.1.4
  32. Release: 1%{?_dist_release}
  33. Group: programming
  34. Vendor: Project Vine
  35. Distribution: Vine Linux
  36. License: NCSA
  37. URL: https://llvm.org/
  38. Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/llvm-%{version}.src.tar.xz
  39. Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/cmake-%{version}.src.tar.xz
  40. Source2: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/third-party-%{version}.src.tar.xz
  41. # multilib fixes
  42. Source10: llvm-config.h
  43. Patch1: 0001-cmake-Resolve-symlink-when-finding-install-prefix.patch
  44. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  45. BuildRequires: binutils-devel
  46. BuildRequires: cmake
  47. BuildRequires: libedit-devel
  48. BuildRequires: libffi-devel
  49. BuildRequires: ncurses-devel
  50. BuildRequires: ninja
  51. BuildRequires: python3-devel
  52. BuildRequires: python3-rpm-macros
  53. BuildRequires: valgrind-devel
  54. BuildRequires: pkgconfig(zlib)
  55. BuildRequires: libzstd-devel
  56. Requires: llvm-libs-extras = %{version}-%{release}
  57. %description
  58. LLVM is a compiler infrastructure designed for compile-time,
  59. link-time, runtime, and idle-time optimization of programs from
  60. arbitrary programming languages. The compiler infrastructure includes
  61. mirror sets of programming tools as well as libraries with equivalent
  62. functionality.
  63. %package devel
  64. Summary: Libraries and header files for LLVM
  65. Summary(ja): LLVM のライブラリおよびヘッダファイル
  66. Group: programming
  67. Requires: %{name} = %{version}-%{release}
  68. Requires: llvm-libs-extras = %{version}-%{release}
  69. Requires: libedit-devel
  70. %description devel
  71. This package contains library and header files needed to develop new
  72. native programs that use the LLVM infrastructure.
  73. %package doc
  74. Summary: Documentation for LLVM
  75. Summary(ja): LLVM のドキュメント
  76. Group: documentation
  77. BuildArch: noarch
  78. Requires: %{name} = %{version}-%{release}
  79. # might seem redundant, but needed to kill off the old arch-ed -doc subpackage
  80. Obsoletes: %{name}-doc < %{version}-%{release}
  81. %description doc
  82. Documentation for the LLVM compiler infrastructure.
  83. %package -n llvm%{ver_suffix}-libs
  84. Summary: LLVM shared libraries
  85. Summary(ja): LLVM 共有ライブラリ
  86. Group: system
  87. Obsoletes: llvm-libs < 15.0.0
  88. Obsoletes: llvm19-libs < 20.0.0
  89. Obsoletes: llvm18-libs < 19.0.0
  90. Obsoletes: llvm17-libs < 18.0.0
  91. Obsoletes: llvm16-libs < 17.0.0
  92. Obsoletes: llvm15-libs < 16.0.0
  93. Obsoletes: llvm14-libs < 15.0.0
  94. Obsoletes: llvm13-libs < 14.0.0
  95. Obsoletes: llvm12-libs < 13.0.0
  96. Obsoletes: llvm-libs-extras < 18.0.0
  97. Provides: llvm-libs-extras = %{version}-%{release}
  98. %description -n llvm%{ver_suffix}-libs
  99. Shared libraries for the LLVM compiler infrastructure.
  100. %description -n llvm%{ver_suffix}-libs -l ja
  101. LLVM コンパイラ基盤の共有ライブラリです.
  102. %package static
  103. Summary: LLVM static libraries
  104. Summary(ja): LLVM 静的ライブラリ
  105. Group: programming
  106. Requires: llvm-devel = %{version}-%{release}
  107. %description static
  108. Static libraries for the LLVM compiler infrastructure.
  109. %description static -l ja
  110. LLVM コンパイラ基盤の静的ライブラリです.
  111. # compat32'
  112. %package -n compat32-%{name}%{ver_suffix}-libs
  113. Summary: LLVM shared libraries
  114. Summary(ja): LLVM 共有ライブラリ
  115. Group: system
  116. Provides: compat32-llvm-libs = %{version}-%{release}
  117. Requires: %{name}%{ver_suffix}-libs = %{version}-%{release}
  118. %description -n compat32-%{name}%{ver_suffix}-libs
  119. Shared libraries for the LLVM compiler infrastructure.
  120. %debug_package
  121. %prep
  122. %setup -q -T -b 1 -n cmake-%{version}.src
  123. cd ..
  124. rm -rf cmake
  125. mv -f cmake-%{version}.src cmake
  126. %setup -q -T -b 2 -n third-party-%{version}.src
  127. cd ..
  128. rm -rf third-party
  129. mv -f third-party-%{version}.src third-party
  130. %setup -q -T -b 0 -n llvm-%{version}.src
  131. pushd ..
  132. %autopatch -p1
  133. popd
  134. pathfix%{python3_version}.py -i %{__python3} -pn \
  135. test/BugPoint/compile-custom.ll.py \
  136. tools/opt-viewer/*.py \
  137. utils/update_cc_test_checks.py
  138. %build
  139. %ifarch s390 s390x %{arm} %ix86 x86_64
  140. # Decrease debuginfo verbosity to reduce memory consumption during final library linking
  141. %global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
  142. %endif
  143. # Copy CFLAGS into ASMFLAGS, so -fcf-protection is used when compiling assembly files.
  144. export ASMFLAGS="%{build_cflags}"
  145. %cmake \
  146. -GNinja \
  147. -DBUILD_SHARED_LIBS:BOOL=OFF \
  148. -DLLVM_PARALLEL_LINK_JOBS=1 \
  149. -DCMAKE_BUILD_TYPE=RelWithDebInfo \
  150. -DCMAKE_SKIP_RPATH:BOOL=ON \
  151. %ifarch %ix86 x86_64
  152. -DCMAKE_C_FLAGS_RELWITHDEBINFO="%{optflags} -DNDEBUG" \
  153. -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="%{optflags} -DNDEBUG" \
  154. %endif
  155. %if 0%{?__isa_bits} == 64
  156. -DLLVM_LIBDIR_SUFFIX=64 \
  157. %else
  158. -DLLVM_LIBDIR_SUFFIX= \
  159. %endif
  160. \
  161. -DLLVM_TARGETS_TO_BUILD=all \
  162. -DLLVM_ENABLE_LIBCXX:BOOL=OFF \
  163. -DLLVM_ENABLE_ZLIB:BOOL=FORCE_ON \
  164. -DLLVM_ENABLE_ZSTD:BOOL=FORCE_ON \
  165. -DLLVM_ENABLE_EH=ON \
  166. -DLLVM_ENABLE_FFI:BOOL=ON \
  167. -DLLVM_ENABLE_RTTI:BOOL=ON \
  168. -DLLVM_USE_PERF:BOOL=ON \
  169. -DLLVM_BINUTILS_INCDIR=%{_includedir} \
  170. \
  171. -DLLVM_BUILD_RUNTIME:BOOL=ON \
  172. \
  173. -DLLVM_INCLUDE_TOOLS:BOOL=ON \
  174. -DLLVM_BUILD_TOOLS:BOOL=ON \
  175. \
  176. -DLLVM_INCLUDE_TESTS:BOOL=OFF \
  177. -DLLVM_BUILD_TESTS:BOOL=OFF \
  178. -DLLVM_LIT_ARGS=-v \
  179. \
  180. -DLLVM_INCLUDE_EXAMPLES:BOOL=OFF \
  181. -DLLVM_BUILD_EXAMPLES:BOOL=OFF \
  182. \
  183. -DLLVM_INCLUDE_UTILS:BOOL=ON \
  184. -DLLVM_INSTALL_UTILS:BOOL=ON \
  185. -DLLVM_UTILS_INSTALL_DIR:PATH=bin \
  186. -DLLVM_TOOLS_INSTALL_DIR:PATH=bin \
  187. \
  188. -DLLVM_INCLUDE_DOCS:BOOL=ON \
  189. -DLLVM_ENABLE_SPHINX:BOOL=OFF \
  190. %if %{with doxygen}
  191. -DLLVM_ENABLE_DOXYGEN:BOOL=ON \
  192. %else
  193. -DLLVM_ENABLE_DOXYGEN:BOOL=OFF \
  194. %endif
  195. -DLLVM_UNREACHABLE_OPTIMIZE:BOOL=OFF \
  196. -DLLVM_BUILD_LLVM_DYLIB:BOOL=ON \
  197. -DLLVM_DYLIB_EXPORT_ALL:BOOL=ON \
  198. -DLLVM_LINK_LLVM_DYLIB:BOOL=ON \
  199. -DLLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=ON \
  200. -DLLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=OFF \
  201. -DLLVM_DEFAULT_TARGET_TRIPLE=%{llvm_triple} \
  202. \
  203. -DLLVM_OPTIMIZED_TABLEGEN:BOOL=ON \
  204. \
  205. -DLLVM_INCLUDE_BENCHMARKS=OFF \
  206. %if %{with lto_build}
  207. -DLLVM_UNITTEST_LINK_FLAGS="-fno-lto" \
  208. %endif
  209. %ifarch x86_64
  210. -DCMAKE_SHARED_LINKER_FLAGS="$LDFLAGS -Wl,-z,cet-report=error"
  211. %endif
  212. # Build libLLVM.so first. This ensures that when libLLVM.so is linking, there
  213. # are no other compile jobs running. This will help reduce OOM errors on the
  214. # builders without having to artificially limit the number of concurrent jobs.
  215. %cmake_build --target LLVM
  216. %cmake_build
  217. %install
  218. %cmake_install
  219. pushd %{_vpath_builddir}
  220. #install -m755 ./bin/lli-child-target %{buildroot}%{_bindir}/lli-child-target
  221. # fix multi-lib
  222. mv -v %{buildroot}%{_bindir}/llvm-config{,-%{__isa_bits}}
  223. ln -sf llvm-config-%{__isa_bits} %{buildroot}%{_bindir}/llvm-config
  224. mv -v %{buildroot}%{_includedir}/llvm/Config/llvm-config{,-%{__isa_bits}}.h
  225. install -m 0644 %{SOURCE10} %{buildroot}%{_includedir}/llvm/Config/llvm-config.h
  226. # Add symlink to lto plugin in the binutils plugin directory.
  227. %{__mkdir_p} %{buildroot}%{_libdir}/bfd-plugins/
  228. ln -s ../LLVMgold.so %{buildroot}%{_libdir}/bfd-plugins/LLVMgold.so
  229. popd
  230. mkdir -p %{buildroot}%{_datadir}/llvm/cmake
  231. cp -Rv ../cmake/* %{buildroot}%{_datadir}/llvm/cmake/
  232. %if %{with test}
  233. %check
  234. ninja -C build check
  235. %endif
  236. %posttrans devel
  237. # link llvm-config to the platform-specific file;
  238. # use ISA bits as priority so that 64-bit is preferred
  239. # over 32-bit if both are installed
  240. alternatives \
  241. --install \
  242. %{_bindir}/llvm-config \
  243. llvm-config \
  244. %{_bindir}/llvm-config-%{__isa_bits} \
  245. %{__isa_bits}
  246. %postun devel
  247. if [ $1 -eq 0 ]; then
  248. alternatives --remove llvm-config \
  249. %{_bindir}/llvm-config-%{__isa_bits}
  250. fi
  251. exit 0
  252. %files
  253. %license LICENSE.TXT
  254. %doc CREDITS.TXT README.txt
  255. %{_bindir}/*
  256. %exclude %{_bindir}/llvm-config
  257. %exclude %{_bindir}/llvm-config-%{__isa_bits}
  258. #doc %{_mandir}/man1/*
  259. %{_datadir}/opt-viewer
  260. %files -n llvm%{ver_suffix}-libs
  261. %license LICENSE.TXT
  262. %{_libdir}/libLLVM.so.*
  263. %{_libdir}/libLLVM-*.so
  264. %{_libdir}/libLTO.so.*
  265. %{_libdir}/libRemarks.so.*
  266. %files devel
  267. %{_bindir}/llvm-config
  268. %{_bindir}/llvm-config-%{__isa_bits}
  269. %{_includedir}/%{name}
  270. %{_includedir}/%{name}-c
  271. %{_libdir}/libLLVM.so
  272. %{_libdir}/libLTO.so
  273. %{_libdir}/libRemarks.so
  274. %{_libdir}/LLVMgold.so
  275. %{_libdir}/bfd-plugins/LLVMgold.so
  276. %{_libdir}/cmake/llvm
  277. %dir %{_datadir}/llvm
  278. %{_datadir}/llvm/cmake
  279. %files static
  280. %{_libdir}/*.a
  281. %files doc
  282. %doc docs/*
  283. %if %{build_compat32}
  284. %files -n compat32-%{name}%{ver_suffix}-libs
  285. %license LICENSE.TXT
  286. %{_libdir}/libLLVM.so.*
  287. %{_libdir}/libLLVM-*.so
  288. %{_libdir}/libRemarks.so.*
  289. %endif
  290. %changelog
  291. * Wed May 7 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.1.4-1
  292. - new upstream release.
  293. * Sat Apr 5 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.1.2-1
  294. - new upstream release.
  295. * Thu Nov 14 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 19.1.3-1
  296. - new upstream release.
  297. * Sat May 04 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 18.1.5-1
  298. - new upstream release.
  299. * Fri Oct 06 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.0.2-1
  300. - new upstream release.
  301. * Sat Sep 30 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 17.0.1-1
  302. - new upstream release.
  303. * Sun May 28 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.0.4-1
  304. - new upstream release.
  305. * Fri Dec 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0.6-1
  306. - new upstream release.
  307. * Wed Oct 05 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0.2-1
  308. - new upstream release.
  309. * Wed Sep 07 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.0.0-1
  310. - new upstream release.
  311. * Wed Jun 15 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.0.5-1
  312. - new upstream release.
  313. * Thu Feb 03 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.0.1-1
  314. - new upstream release.
  315. * Fri Oct 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.0.0-1
  316. - new upstream release.
  317. - dropped Patch0.
  318. * Wed Aug 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0.1-1
  319. - new upstream release.
  320. * Sat Apr 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.0.0-1
  321. - new upstream release.
  322. - separated into some packages.
  323. * Fri Oct 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-2
  324. - enabled to build utils.
  325. * Thu Oct 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.0.0-1
  326. - new upstream release.
  327. * Mon Aug 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.1-1
  328. - new upstream release.
  329. * Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-2
  330. - rebuilt with libffi-3.3.
  331. * Fri Mar 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.0.0-1
  332. - new upstream release.
  333. * Sun Dec 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1-1
  334. - new upstream release.
  335. * Sun Sep 22 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-2
  336. - dropped all patches.
  337. - switched build-system to ninja.
  338. - switched python to python3.
  339. * Fri Sep 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0-1
  340. - new upstream release.
  341. - added OpenMP.
  342. * Sun Dec 16 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.1-1
  343. - fixed %%files.
  344. * Wed Dec 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.0-1
  345. - new upstream release.
  346. - dropped Patch0, 4, 5, 100 and 200.
  347. - imported Patch3, 7, 12, 15, 100, 101, 102 and 400 from rawhide.
  348. - renamed a subpackage "llvm-libs".
  349. - added a subpackage "lld".
  350. * Tue Jan 02 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-2
  351. - added subpackages "llvm-static", "python-lldb" and "python-clang".
  352. * Mon Jan 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.0.1-1
  353. - new upstream release.
  354. - dropped Patch1 and 2: fixed in upstream.
  355. - imported Patch0, 3-5, 100 and 200 from rawhide.
  356. - disabled Patch1002: no longer needed?
  357. * Fri Aug 5 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.1-1
  358. - new upstream release.
  359. - switched to cmake.
  360. - disable ocaml binding as default.
  361. - updated Patch1000 and 1002.
  362. - disabled Patch1000 as default.
  363. - cleanup patches.
  364. * Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-2
  365. - rebuild with gcc-5.4.0
  366. * Sat Sep 5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.2-1
  367. - new upstream release
  368. - added BR: ocaml-ctypes
  369. * Thu Jun 4 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.6.1-1
  370. - new upstream release
  371. - dropt Patch 1, 201 and 1001
  372. - updated Patch 1000
  373. * Tue Mar 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.5.1-1
  374. - updated to 3.5.1
  375. - added Patch1, 2, 100, 101, 200, 201 and 202 from Fedora
  376. - added clang-libs, lldb, lldb-devel and compat32-llvm-libs subpackage
  377. - obsoleted clang-doc
  378. - built with ocaml 4.02.1
  379. * Sat Nov 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-2
  380. - fix <BTS:2832>
  381. - fix configure option "--with-c-include-dirs"
  382. - update Patch1000: clang-3.5.0-driver-ld.gold.patch
  383. - update Patch1001: clang-3.5.0-driver-lib64.patch
  384. - update Patch1002: clang-3.5.0-driver-vine.patch
  385. * Tue Oct 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.0-1
  386. - update to 3.5.0
  387. - remove Patch11 (clang-hardfloat-hack.patch)
  388. * Sun Jul 06 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3-2
  389. - rebuild with libffi-3.0.13
  390. * Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-1
  391. - update to 3.3
  392. * Mon Dec 03 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-2
  393. - ld.gold (patch1000,1001)
  394. - add /%{_lib} to ld search path
  395. - add support *-vine-linux gcc (patch1002)
  396. * Fri Nov 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-1
  397. - update to 3.1
  398. * Tue Jan 24 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 3.0-1
  399. - updated to 3.0 release
  400. * Sun Jan 15 2012 NAKAMURA Kenta <kenta@vinelinux.org> - 2.9-3
  401. - added patch 2-4 to support -O4 link-time optimization
  402. * Fri Sep 9 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.9-2
  403. - disable -fno-var-tracking-assignments on ppc
  404. (seems like gcc-4.4.5 still doesn't support this)
  405. * Thu Aug 25 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
  406. - new upstream release
  407. - add BR: libffi-devel
  408. - add R: libffi-devel to -devel
  409. * Sun May 23 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
  410. - initial build for Vine Linux
  411. * Sun May 2 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-1
  412. - Update to final 2.7 release
  413. * Sun Mar 28 2010 Michel Salim <salimma@fedoraproject.org> - 2.7-0.1.pre1
  414. - Update to first 2.7 pre-release
  415. * Fri Sep 18 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.6.pre2
  416. - Update to 2.6 pre-release2
  417. - -devel subpackage now virtually provides -static
  418. * Wed Sep 9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.5.pre1
  419. - Disable var tracking assignments on PPC
  420. * Wed Sep 9 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.4.pre1
  421. - Don't adjust clang include dir; files there are noarch (bz#521893)
  422. - Enable clang unit tests
  423. - clang and clang-analyzer renamed; no longer depend on llvm at runtime
  424. * Mon Sep 7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.3.pre1
  425. - Package Clang's static analyzer tools
  426. * Mon Sep 7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.2.pre1
  427. - PIC is now enabled by default; explicitly disable on %%{ix86}
  428. * Mon Sep 7 2009 Michel Salim <salimma@fedoraproject.org> - 2.6-0.1.pre1
  429. - First 2.6 prerelease
  430. - Enable Clang front-end
  431. - Enable debuginfo generation
  432. * Sat Sep 5 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-6
  433. - Disable assertions (needed by OpenGTL, bz#521261)
  434. - Align spec file with upstream build instructions
  435. - Enable unit tests
  436. * Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-5
  437. - Only disable PIC on %%ix86; ppc actually needs it
  438. * Sat Aug 22 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-4
  439. - Disable use of position-independent code on 32-bit platforms
  440. (buggy in LLVM <= 2.5)
  441. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
  442. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  443. * Wed Mar 4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-2
  444. - Remove build scripts; they require the build directory to work
  445. * Wed Mar 4 2009 Michel Salim <salimma@fedoraproject.org> - 2.5-1
  446. - Update to 2.5
  447. - Package build scripts (bug #457881)
  448. * Tue Dec 2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-2
  449. - Patched build process for the OCaml binding
  450. * Tue Dec 2 2008 Michel Salim <salimma@fedoraproject.org> - 2.4-1
  451. - Update to 2.4
  452. - Package Ocaml binding
  453. * Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-2
  454. - Add dependency on groff
  455. * Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.3-1
  456. - LLVM 2.3
  457. * Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-4
  458. - fix license tags
  459. * Wed Mar 5 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.2-3
  460. - Fix compilation problems with gcc 4.3
  461. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-2
  462. - Autorebuild for GCC 4.3
  463. * Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-2
  464. - Fix review comments
  465. * Sun Jan 20 2008 Bryan O'Sullivan <bos@serpentine.com> - 2.1-1
  466. - Initial version