This commit is contained in:
Fedora Release Engineering 2017-02-10 07:32:53 +00:00
parent 0b2ece30d8
commit dda98096c5
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: clang
Version: 3.9.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A C language family front-end for LLVM
License: NCSA
@ -138,6 +138,9 @@ rm -vf %{buildroot}%{_datadir}/clang/clang-format-diff.py*
%{_mandir}/man1/scan-build.1.*
%changelog
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Nov 14 2016 Nathaniel McCallum <npmccallum@redhat.com> - 3.9.0-3
- Add Requires: compiler-rt to clang-libs.
- Without this, compiling with certain CFLAGS breaks.