Bump build number

This commit is contained in:
sergesanspaille 2019-03-10 07:35:10 +00:00
parent 4fdd308673
commit 358169aac7
1 changed files with 5 additions and 2 deletions

View File

@ -58,7 +58,7 @@
Name: %pkg_name
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 5%{?rc_ver:.rc%{rc_ver}}%{?dist}
Release: 6%{?rc_ver:.rc%{rc_ver}}%{?dist}
Summary: A C language family front-end for LLVM
License: NCSA
@ -116,7 +116,7 @@ BuildRequires: libatomic
# We need python3-devel for pathfix.py.
BuildRequires: python3-devel
# We still need python2-devel for python2-clang
BuildRequires: python2-devel
BuildRequires: python2-devel
# Needed for %%multilib_fix_c_header
BuildRequires: multilib-rpm-config
@ -424,6 +424,9 @@ false
%endif
%changelog
* Sun Mar 10 2019 sguelton@redhat.com - 7.0.1-6
- Rebuild with forgotten patch
* Tue Feb 26 2019 sguelton@redhat.com - 7.0.1-5
- Fix for rhbz#1472437