Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Tulio Magno Quites Machado Filho
64642ea932 Rebuild for LLVM 16.0.0 update 2023-03-27 11:37:52 -03:00

View file

@ -74,7 +74,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
Release: 3%{?dist}
Release: 4%{?dist}
Summary: The Low Level Virtual Machine
License: Apache-2.0 WITH LLVM-exception OR NCSA
@ -567,6 +567,9 @@ fi
%endif
%changelog
* Mon Mar 27 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-4
- Rebuild for LLVM 16.0.0 update
* Thu Jan 19 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 15.0.7-3
- Update license to SPDX identifiers.
- Include the Apache license adopted in 2019.