diff --git a/.gitignore b/.gitignore index decab5b..de198c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/hans-gpg-key.asc -SOURCES/openmp-11.0.0.src.tar.xz +SOURCES/openmp-11.0.1.src.tar.xz diff --git a/.libomp.metadata b/.libomp.metadata index 118114c..cb13a3e 100644 --- a/.libomp.metadata +++ b/.libomp.metadata @@ -1,2 +1 @@ -32fa4b0193960f05064f2ab31b5a89c7cf48a0b9 SOURCES/hans-gpg-key.asc -fb5502f1cd73bd5c5fdf2544b263fdb2a00791d9 SOURCES/openmp-11.0.0.src.tar.xz +fd4bf315e7d866812cdc319267e970148d9ea518 SOURCES/openmp-11.0.1.src.tar.xz diff --git a/SOURCES/openmp-11.0.0.src.tar.xz.sig b/SOURCES/openmp-11.0.0.src.tar.xz.sig deleted file mode 100644 index fc851f4..0000000 Binary files a/SOURCES/openmp-11.0.0.src.tar.xz.sig and /dev/null differ diff --git a/SOURCES/openmp-11.0.1.src.tar.xz.sig b/SOURCES/openmp-11.0.1.src.tar.xz.sig new file mode 100644 index 0000000..c6ed5b1 Binary files /dev/null and b/SOURCES/openmp-11.0.1.src.tar.xz.sig differ diff --git a/SPECS/libomp.spec b/SPECS/libomp.spec index 4995803..f6d3979 100644 --- a/SPECS/libomp.spec +++ b/SPECS/libomp.spec @@ -10,7 +10,7 @@ %endif Name: libomp -Version: 11.0.0 +Version: 11.0.1 Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist} Summary: OpenMP runtime for clang @@ -18,7 +18,6 @@ License: NCSA URL: http://openmp.llvm.org Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{libomp_srcdir}.tar.xz Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{libomp_srcdir}.tar.xz.sig -Source2: https://prereleases.llvm.org/%{version}/hans-gpg-key.asc Source3: run-lit-tests Source4: lit.fedora.cfg.py @@ -140,6 +139,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a %{_libexecdir}/tests/libomp/ %changelog +* Thu Sep 02 2021 Tom Stellard - 11.0.1-1 +- 11.0.1 Release + * Thu Oct 29 2020 sguelton@redhat.com - 11.0.0-1 - 11.0.0 final release