diff --git a/.gitignore b/.gitignore index da3445f..98472c8 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,5 @@ /libcxx-11.0.0rc6.src.tar.xz.sig /libcxx-11.0.0.src.tar.xz /libcxx-11.0.0.src.tar.xz.sig +/libcxx-11.0.1rc1.src.tar.xz +/libcxx-11.0.1rc1.src.tar.xz.sig diff --git a/libcxx.spec b/libcxx.spec index c198c59..8d6f436 100644 --- a/libcxx.spec +++ b/libcxx.spec @@ -1,20 +1,20 @@ # If you need to bootstrap this, turn this on. # Otherwise, you have a loop with libcxxabi %global bootstrap 0 -#%%global rc_ver 6 +%global rc_ver 1 %global baserelease 1 %global libcxx_srcdir libcxx-%{version}%{?rc_ver:rc%{rc_ver}}.src Name: libcxx -Version: 11.0.0 +Version: 11.0.1 Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist} Summary: C++ standard library targeting C++11 License: MIT or NCSA URL: http://libcxx.llvm.org/ Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{libcxx_srcdir}.tar.xz Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}%{?rc_ver:-rc%{rc_ver}}/%{libcxx_srcdir}.tar.xz.sig -Source2: https://prereleases.llvm.org/%{version}/hans-gpg-key.asc +Source2: tstellar-gpg-key.asc Patch0: 0001-libcxx-Remove-monorepo-requirement.patch @@ -104,6 +104,9 @@ pathfix.py -i %{__python3} -pn \ %changelog +* Tue Dec 01 2020 sguelton@redhat.com - 11.0.1-1.rc1 +- llvm 11.0.1-rc1 + * Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1 - Fix NVR diff --git a/sources b/sources index 34dcba9..50865e6 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (libcxx-11.0.0.src.tar.xz) = c4360c330c27caa940b6881775e37f4801152ef9f12fe5ba754aa5d38214e588e975d760a79866d1eb26f9fba9ce9082c4248f0ac2e7d635d976b9456cc1a4aa -SHA512 (libcxx-11.0.0.src.tar.xz.sig) = ed9223ee4c17ce580226a946609c9cab596b405e7f774c30e8fc3f07d2698d17b5ce12925cb67547348d2a09ebbceb43cb9a2f006afc5935c80568dadf43996d +SHA512 (libcxx-11.0.1rc1.src.tar.xz) = 56230ae0e4c007942ebc358dc710300bed317bc3af7241daa95ef85dc70881274e142e4eddfd11d91dccb11b19e186adbefa71955754a7b3e5a4864681c4dd44 +SHA512 (libcxx-11.0.1rc1.src.tar.xz.sig) = ed5b5cd2909ecc23d50ff829cab6643f33783d132baddfb97dd6a2d6a24f6317a460080c10fe010224f610303a9317be57c921eb815610863129bf5923c5eb07 diff --git a/tstellar-gpg-key.asc b/tstellar-gpg-key.asc new file mode 100644 index 0000000..eba625c Binary files /dev/null and b/tstellar-gpg-key.asc differ