SHA256
1
0
forked from pool/llvm

Accepting request 447473 from devel:tools:compiler

- Update to version 3.9.1
  * See:
    + http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html
    + http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html
    + http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html

- 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

OBS-URL: https://build.opensuse.org/request/show/447473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=90
This commit is contained in:
Dominique Leuenberger 2017-01-11 10:54:44 +00:00 committed by Git OBS Bridge
commit 9b46fd1c20
2 changed files with 45 additions and 5 deletions

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Dec 21 09:23:27 UTC 2016 - idonmez@suse.com
- Update to version 3.9.1
* See:
+ http://llvm.org/releases/3.9.1/docs/ReleaseNotes.html
+ http://llvm.org/releases/3.9.1/tools/clang/docs/ReleaseNotes.html
+ http://llvm.org/releases/3.9.1/tools/clang/tools/extra/docs/ReleaseNotes.html
-------------------------------------------------------------------
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

View File

@ -16,9 +16,9 @@
#
%define _sonum 3_8
%define _sonum 3_9
Name: llvm
Version: 3.8.1
Version: 3.9.1
Release: 0
Summary: Low Level Virtual Machine
License: NCSA
@ -37,9 +37,6 @@ BuildRequires: llvm%{_sonum}-devel = %{version}
BuildRequires: llvm%{_sonum}-emacs-plugins = %{version}
BuildRequires: llvm%{_sonum}-gold = %{version}
BuildRequires: llvm%{_sonum}-vim-plugins = %{version}
# Avoid cycles
#!BuildIgnore: emacs
#!BuildIgnore: vim
%ifarch arm x86_64
BuildRequires: lldb%{_sonum} = %{version}
BuildRequires: lldb%{_sonum}-devel = %{version}