llvm-vl.spec 17 KB

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