From 23442ecc510cd3bb249b369f92f1a5fe7eea97d8262f7a02b7512997b28a3f0d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 2 Dec 2016 08:49:53 +0000 Subject: [PATCH] Accepting request 443118 from home:TheBlackCat:branches:devel:tools:compiler Update to version 3.9.0 OBS-URL: https://build.opensuse.org/request/show/443118 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=486 --- llvm.changes | 34 ++++++++++++++++++++++++++++++++++ llvm.spec | 4 ++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/llvm.changes b/llvm.changes index acc7655..e736d52 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Dec 2 03:25:34 UTC 2016 - toddrme2178@gmail.com + +- Update to version 3.9.0 + * See: + + http://llvm.org/releases/3.9.0/docs/ReleaseNotes.html + + http://llvm.org/releases/3.9.0/tools/clang/docs/ReleaseNotes.html + + http://llvm.org/releases/3.9.0/tools/clang/tools/extra/docs/ReleaseNotes.html + * Fix the following patches: + + arm_suse_support.diff + + assume-opensuse.patch + + clang-resourcedirs.patch + + default-to-i586.patch + + glibc-2.23-libcxx.patch + + glibc-2.24-libcxx.patch + + lldb-add-pthread-dl-libs.patch + + lldb-cmake.patch + + llvm-fix-find-gcc5-install.patch + + llvm-remove-clang-only-flags.patch + + revert-cmake-soname.patch + + set-revision.patch + * Remove upstream-included patch: + + llvm-nonvoid-return.patch + * Remove patch for removed files: + + glibc-2.23-libcxx.patch +- Backport upstream patches: + * clang-fix-substitutions-abi_tag.patch + * clang-incomplete-field-types.patch + * llvm-install-CheckAtomic.patch +- Add clang%{_sonum}-include-fixer subpackage and associated + libfindAllSymbols%{_sonum} and libfindAllSymbols%{_sonum}-devel + subpackages. +- Add sanstats to llvm binary list. + ------------------------------------------------------------------- Fri Oct 7 20:33:10 UTC 2016 - toddrme2178@gmail.com diff --git a/llvm.spec b/llvm.spec index 0412fda..ae3b919 100644 --- a/llvm.spec +++ b/llvm.spec @@ -16,9 +16,9 @@ # -%define _sonum 3_8 +%define _sonum 3_9 Name: llvm -Version: 3.8.1 +Version: 3.9.0 Release: 0 Summary: Low Level Virtual Machine License: NCSA