From d04c1c444aefb26fa715479d26d5c6520156a708 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sep 20 2019 01:03:04 +0000 Subject: 9.0.0 Release --- diff --git a/.gitignore b/.gitignore index d0ca7b8..707d1c8 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,5 @@ /clang-tools-extra-9.0.0rc2.src.tar.xz /cfe-9.0.0rc3.src.tar.xz /clang-tools-extra-9.0.0rc3.src.tar.xz +/cfe-9.0.0.src.tar.xz +/clang-tools-extra-9.0.0.src.tar.xz diff --git a/clang.spec b/clang.spec index 124b1a2..acd083c 100644 --- a/clang.spec +++ b/clang.spec @@ -3,8 +3,8 @@ %global maj_ver 9 %global min_ver 0 %global patch_ver 0 -%global rc_ver 3 -%global baserelease 0.2 +#%%global rc_ver 3 +%global baserelease 1 %global clang_tools_binaries \ %{_bindir}/clangd \ @@ -441,6 +441,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ninja check-all -C _build || \ %endif %changelog +* Thu Sep 19 2019 Tom Stellard - 9.0.0-1 +- 9.0.0 Release + * Wed Sep 11 2019 Tom Stellard - 9.0.0-0.2.rc3 - Reduce debug info verbosity on ppc64le to avoid OOM errors in koji diff --git a/sources b/sources index cb02107..72efbb6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (cfe-9.0.0rc3.src.tar.xz) = cc217c6dd9ad9b0ba07dcfc0548c28c40ce68104b7d998cd783f76d0e39d356ff4fb6ec139e776965f7c461ccddcddf589d4a42ca433da62c5955244493926f6 -SHA512 (clang-tools-extra-9.0.0rc3.src.tar.xz) = f5d288ab07f19dfb0014134a40c5c615a5f160973b8410900828e20116bd01702a041adfd600dcffee5ad2a3679f72ef5410cde20e5611925aaa39fbfc9e2094 +SHA512 (cfe-9.0.0.src.tar.xz) = 83fcca5499102b375e620cdac97d75e6111ebed4ef10240859ddd8a88bc5b022703739d2eae0d8693c91892ad11fc6b531c0dbee62fbce68d3be595b94f0b1fe +SHA512 (clang-tools-extra-9.0.0.src.tar.xz) = 70fd5cdeb8d371e5bbc369bdea3b94a1e3f450e1fdc109a2328d75b30a09c56fbed31678e211172e0a1fc1ff82c9ab4dfea4238be2cc0b82598f71ce9b7ab7d3 diff --git a/tests/testspocl.yml b/tests/testspocl.yml new file mode 100644 index 0000000..01bcd5b --- /dev/null +++ b/tests/testspocl.yml @@ -0,0 +1,28 @@ +# This is separate from tests.yml because we want to run the tests without +# clang installed. +# FIXME: Is there some way we can put this yaml definition in the tests/pocl +# repo? Right now we need to copy and paste this everywhere the test is run. +- hosts: localhost + pre_tasks: + # Programs linked against pocl should be able to run without clang installed, + # so when we run the test we want to make sure clang is not installed to + # verify we haven't introduced an implicit dependency on clang. + - name: Uninstall clang + package: + name: clang + state: absent + tags: classic + roles: + - role: standard-test-basic + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/tests/pocl.git" + dest: "pocl" + required_packages: + - ocl-icd-devel + - pocl + - gcc + tests: + # rhbz#1582884 + - pocl/simple-opencl-no-clang: