llvm 12.0.0 rc1
This commit is contained in:
parent
7ccf5b532e
commit
2f76470e1c
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,3 +15,5 @@
|
|||||||
/lit-0.11.0.post1.tar.gz
|
/lit-0.11.0.post1.tar.gz
|
||||||
/lit-0.11.1rc1.tar.gz
|
/lit-0.11.1rc1.tar.gz
|
||||||
/lit-0.11.1rc2.tar.gz
|
/lit-0.11.1rc2.tar.gz
|
||||||
|
/lit-0.11.1.tar.gz
|
||||||
|
/lit-12.0.0rc1.tar.gz
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
%global with_python2 1
|
%global with_python2 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global rc_ver 2
|
%global rc_ver 1
|
||||||
#%%global post_ver 1
|
#%%global post_ver 1
|
||||||
%global baserelease 3
|
%global baserelease 1
|
||||||
|
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
@ -17,8 +17,8 @@
|
|||||||
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
|
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.11.1
|
Version: 12.0.0
|
||||||
Release: %{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
Release: %{?rc_ver:0.}%{baserelease}%{?rc_ver:.rc%{rc_ver}}%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -107,6 +107,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python2_sitelib}/%{srcna
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 03 2021 sguelton@redhat.com - 12.0.0-0.1.rc1
|
||||||
|
- 12.0.0 rc1 Release
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-3.rc2
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-3.rc2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (lit-0.11.1rc2.tar.gz) = 7d5210cb10b0c85b3bdba77a4d38d2bf113d29417eafdc97f8f8bcd23b2cb39fc29f9d82eba20023a22888c0c42222a9f98d4932972c7b501c11e6508473b0cc
|
SHA512 (lit-12.0.0rc1.tar.gz) = 672204d09109cefe117414c86e3eb4639d4a61d5904d75b1ee096abd76fefd596e68470abad74fbab07836950d6b1edbade351799570f8609982780facfc6968
|
||||||
|
Loading…
Reference in New Issue
Block a user