Bump version to 7.0.1
This commit is contained in:
parent
8fc4f00334
commit
8eccc650c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
|||||||
/llvm-7.0.0rc2.src.tar.xz
|
/llvm-7.0.0rc2.src.tar.xz
|
||||||
/llvm-7.0.0rc3.src.tar.xz
|
/llvm-7.0.0rc3.src.tar.xz
|
||||||
/llvm-7.0.0.src.tar.xz
|
/llvm-7.0.0.src.tar.xz
|
||||||
|
/llvm-7.0.1.src.tar.xz
|
||||||
|
15
llvm.spec
15
llvm.spec
@ -12,7 +12,8 @@
|
|||||||
%global build_llvm_bindir %{buildroot}%{llvm_bindir}
|
%global build_llvm_bindir %{buildroot}%{llvm_bindir}
|
||||||
%global maj_ver 7
|
%global maj_ver 7
|
||||||
%global min_ver 0
|
%global min_ver 0
|
||||||
%global patch_ver 0
|
%global patch_ver 1
|
||||||
|
#%%global rc_ver 3
|
||||||
|
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
%global llvm_targets SystemZ;BPF
|
%global llvm_targets SystemZ;BPF
|
||||||
@ -54,7 +55,7 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
|
||||||
Release: 5%{?dist}
|
Release: 1%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -81,6 +82,7 @@ BuildRequires: libffi-devel
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
BuildRequires: multilib-rpm-config
|
BuildRequires: multilib-rpm-config
|
||||||
|
BuildRequires: chrpath
|
||||||
%if %{with gold}
|
%if %{with gold}
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
%endif
|
%endif
|
||||||
@ -110,7 +112,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
# libedit-devel is available.
|
# libedit-devel is available.
|
||||||
Requires: libedit-devel
|
Requires: libedit-devel
|
||||||
Requires(post): %{_sbindir}/alternatives
|
Requires(post): %{_sbindir}/alternatives
|
||||||
Requires(postun): %{_sbindir}/alternatives
|
Requires(postun): %{_sbindir}/alternatives
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains library and header files needed to develop new native
|
This package contains library and header files needed to develop new native
|
||||||
@ -139,7 +141,7 @@ Static libraries for the LLVM compiler infrastructure.
|
|||||||
%if !0%{?compat_build}
|
%if !0%{?compat_build}
|
||||||
|
|
||||||
%package test
|
%package test
|
||||||
Summary: LLVM regression tests.
|
Summary: LLVM regression tests
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: python3-lit
|
Requires: python3-lit
|
||||||
# The regression tests need gold.
|
# The regression tests need gold.
|
||||||
@ -154,7 +156,7 @@ Requires: findutils
|
|||||||
LLVM regression tests.
|
LLVM regression tests.
|
||||||
|
|
||||||
%package googletest
|
%package googletest
|
||||||
Summary: LLVM's modified googletest sources.
|
Summary: LLVM's modified googletest sources
|
||||||
|
|
||||||
%description googletest
|
%description googletest
|
||||||
LLVM's modified googletest sources.
|
LLVM's modified googletest sources.
|
||||||
@ -445,6 +447,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 17 2018 sguelton@redhat.com - 7.0.1-1
|
||||||
|
- 7.0.1 release
|
||||||
|
|
||||||
* Tue Dec 04 2018 sguelton@redhat.com - 7.0.0-5
|
* Tue Dec 04 2018 sguelton@redhat.com - 7.0.0-5
|
||||||
- Ensure rpmlint passes on specfile
|
- Ensure rpmlint passes on specfile
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (llvm-7.0.0.src.tar.xz) = bdc9b851c158b17e1bbeb7ac5ae49821bfb1251a3826fe8a3932cd1a43f9fb0d620c3de67150c1d9297bf0b86fa917e75978da29c3f751b277866dc90395abec
|
SHA512 (llvm-7.0.1.src.tar.xz) = ac43a3cb71a53deb55e3693653847cf20bf6f5d9056f224e6956c96d63bc59ebee9404f088eec9cabe65337b4607a905ef931354b373cf64e0004c6905a6b5df
|
||||||
|
Loading…
Reference in New Issue
Block a user