4.0.1 Release.
This commit is contained in:
parent
b836ed81d2
commit
521bee158f
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,3 +9,6 @@
|
|||||||
/cfe-4.0.0.src.tar.xz
|
/cfe-4.0.0.src.tar.xz
|
||||||
/clang-tools-extra-4.0.0.src.tar.xz
|
/clang-tools-extra-4.0.0.src.tar.xz
|
||||||
/test-suite-4.0.0.src.tar.xz
|
/test-suite-4.0.0.src.tar.xz
|
||||||
|
/cfe-4.0.1.src.tar.xz
|
||||||
|
/test-suite-4.0.1.src.tar.xz
|
||||||
|
/clang-tools-extra-4.0.1.src.tar.xz
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: clang
|
Name: clang
|
||||||
Version: 4.0.0
|
Version: 4.0.1
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A C language family front-end for LLVM
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -38,7 +38,6 @@ Source2: http://llvm.org/releases/%{version}/test-suite-%{version}.src.tar.xz
|
|||||||
|
|
||||||
Source100: clang-config.h
|
Source100: clang-config.h
|
||||||
|
|
||||||
Patch0: 0001-CMake-Fix-pthread-handling-for-out-of-tree-builds.patch
|
|
||||||
# This patch is required when the test suite is using python-lit 0.5.0.
|
# This patch is required when the test suite is using python-lit 0.5.0.
|
||||||
Patch1: 0001-litsupport-Add-compatibility-cludge-so-it-still-work.patch
|
Patch1: 0001-litsupport-Add-compatibility-cludge-so-it-still-work.patch
|
||||||
Patch2: 0001-docs-Fix-Sphinx-detection-with-out-of-tree-builds.patch
|
Patch2: 0001-docs-Fix-Sphinx-detection-with-out-of-tree-builds.patch
|
||||||
@ -124,7 +123,6 @@ A set of extra tools built using Clang's tooling API.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -T -q -b 1 -n clang-tools-extra-%{version}.src
|
%setup -T -q -b 1 -n clang-tools-extra-%{version}.src
|
||||||
%patch0 -p1 -b .pthread-fix
|
|
||||||
%patch3 -p1 -b .lit-dep-fix
|
%patch3 -p1 -b .lit-dep-fix
|
||||||
|
|
||||||
%setup -T -q -b 2 -n test-suite-%{version}.src
|
%setup -T -q -b 2 -n test-suite-%{version}.src
|
||||||
@ -240,6 +238,9 @@ make %{?_smp_mflags} check || :
|
|||||||
%{_bindir}/modularize
|
%{_bindir}/modularize
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 23 2017 Tom Stellard <tstellar@redhat.com> - 4.0.1-1
|
||||||
|
- 4.0.1 Release.
|
||||||
|
|
||||||
* Fri Jun 16 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-8
|
* Fri Jun 16 2017 Tom Stellard <tstellar@redhat.com> - 4.0.0-8
|
||||||
- Enable make check-clang
|
- Enable make check-clang
|
||||||
|
|
||||||
|
5
sources
5
sources
@ -1,3 +1,8 @@
|
|||||||
SHA512 (cfe-4.0.0.src.tar.xz) = a0d9972ec337a5c105fcbe7abc4076ba1e580f28908a3318f43bbfe59143f446ed5b78dad210f624145d7e5a3d56c15bfead78826c068422b60120fa1cfa482a
|
SHA512 (cfe-4.0.0.src.tar.xz) = a0d9972ec337a5c105fcbe7abc4076ba1e580f28908a3318f43bbfe59143f446ed5b78dad210f624145d7e5a3d56c15bfead78826c068422b60120fa1cfa482a
|
||||||
SHA512 (clang-tools-extra-4.0.0.src.tar.xz) = 2f9aed5ff7e175b730802961f9ce0aa6376ce78d905839e60536b6d166f68dc31d4420a668ed1e08f3601a5fefa8f7514172daaf77eb325fecd00e55f56e5af4
|
SHA512 (clang-tools-extra-4.0.0.src.tar.xz) = 2f9aed5ff7e175b730802961f9ce0aa6376ce78d905839e60536b6d166f68dc31d4420a668ed1e08f3601a5fefa8f7514172daaf77eb325fecd00e55f56e5af4
|
||||||
SHA512 (test-suite-4.0.0.src.tar.xz) = 1ec2bc3307d8047ffe877e86ebac69f8f1f3ac062d789c2e341b4d4be4b1973d02ab398879cd42faf3346b8952991f00f4f77e4e63604718241cc5f5abb822b3
|
SHA512 (test-suite-4.0.0.src.tar.xz) = 1ec2bc3307d8047ffe877e86ebac69f8f1f3ac062d789c2e341b4d4be4b1973d02ab398879cd42faf3346b8952991f00f4f77e4e63604718241cc5f5abb822b3
|
||||||
|
SHA512 (cfe-4.0.1.src.tar.xz) = 936c9e1626b27e63a4fb11f3c0cb998eeaf9a520ad6e2bcd67cb4352e59e7781ecc700df79794f3fd70473d90b7e2ba418a39038eb0146b68e843f0705c1f964
|
||||||
|
SHA512 (test-suite-4.0.1.src.tar.xz) = 936c9e1626b27e63a4fb11f3c0cb998eeaf9a520ad6e2bcd67cb4352e59e7781ecc700df79794f3fd70473d90b7e2ba418a39038eb0146b68e843f0705c1f964
|
||||||
|
SHA512 (clang-tools-extra-4.0.1.src.tar.xz) = 936c9e1626b27e63a4fb11f3c0cb998eeaf9a520ad6e2bcd67cb4352e59e7781ecc700df79794f3fd70473d90b7e2ba418a39038eb0146b68e843f0705c1f964
|
||||||
|
SHA512 (test-suite-4.0.1.src.tar.xz) = 4a7184568fb805f299d7723622f87e1c7755701a2344b1a554ed657952caa25855ec637c889a15ad23994e4850822571b008c4fc95bee833aa05d564b9ff11c6
|
||||||
|
SHA512 (clang-tools-extra-4.0.1.src.tar.xz) = ea26d926f428e62e76cf8a073e63ffe05645f6592e05d7717d5c257908870ae9217727d3e1578227b14eda5937085872463f1a8e99970256179c68b8a92e69e0
|
||||||
|
Loading…
Reference in New Issue
Block a user