SHA256
1
0
forked from pool/llvm

- Update to version 16.0.3.

* This release contains bug-fixes for the LLVM 16.0.0 release.
    This release is API and ABI compatible with 16.0.0.
- Drop ExcludeArch: we shouldn't need this, package will simply
  stay unresolvable if the actual package isn't being built.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=588
This commit is contained in:
Aaron Puchert
2023-05-10 16:46:46 +00:00
committed by Git OBS Bridge
parent 2e9065fcb8
commit 78598c390d
2 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 7 18:34:15 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 16.0.3.
* This release contains bug-fixes for the LLVM 16.0.0 release.
This release is API and ABI compatible with 16.0.0.
- Drop ExcludeArch: we shouldn't need this, package will simply
stay unresolvable if the actual package isn't being built.
-------------------------------------------------------------------
Fri Apr 21 21:07:38 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>