Release 4.4.0
This commit is contained in:
parent
c29b7cf581
commit
0ccc224c98
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,3 +32,5 @@
|
||||
/scons-doc-4.2.0.tar.gz
|
||||
/scons-4.3.0.tar.gz
|
||||
/scons-doc-4.3.0.tar.gz
|
||||
/scons-4.4.0.tar.gz
|
||||
/scons-doc-4.4.0.tar.gz
|
||||
|
||||
15
scons.spec
15
scons.spec
@ -18,7 +18,7 @@
|
||||
%endif
|
||||
|
||||
# Install prebuilt documentation
|
||||
%if 0%{?el9}
|
||||
%if 0%{?el9} || 0%{?fedora} > 36
|
||||
%bcond_without prebuilt_doc
|
||||
%else
|
||||
%bcond_with prebuilt_doc
|
||||
@ -28,8 +28,8 @@
|
||||
%bcond_with python3_other
|
||||
|
||||
Name: scons
|
||||
Version: 4.3.0
|
||||
Release: 5%{?dist}
|
||||
Version: 4.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An Open Source software construction tool
|
||||
License: MIT
|
||||
URL: http://www.scons.org
|
||||
@ -58,7 +58,7 @@ defined Builder and/or Scanner objects.
|
||||
Summary: An Open Source software construction tool
|
||||
BuildArch: noarch
|
||||
%if 0%{without prebuilt_doc}
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-sphinx >= 5.1.1
|
||||
BuildRequires: python3-sphinx_rtd_theme
|
||||
BuildRequires: rst2pdf, fop, ghostscript
|
||||
BuildRequires: python3dist(readme-renderer)
|
||||
@ -74,12 +74,16 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-psutil
|
||||
BuildRequires: python3-psutil-tests
|
||||
BuildRequires: lynx
|
||||
%else
|
||||
BuildRequires: python38-devel
|
||||
BuildRequires: python38-lxml
|
||||
BuildRequires: python38-wheel
|
||||
BuildRequires: python38-setuptools
|
||||
BuildRequires: python38-psutil
|
||||
BuildRequires: python38-psutil-tests
|
||||
BuildRequires: lynx
|
||||
Provides: scons-python38 = 0:%{version}-%{release}
|
||||
Provides: python38-scons = 0:%{version}-%{release}
|
||||
@ -307,6 +311,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 03 2022 Antonio Trande <sagitter@fedoraproject.org> - 4.4.0-1
|
||||
- Release 4.4.0
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (scons-4.3.0.tar.gz) = 2d91cf3045797c888d24db38d5b44576e56b271a2c4e9d28d7e16026451865f713990ff9e57fa3e0a1c19603c2d6adbbd1ba36d297c9dcce4db4139fcc51cd62
|
||||
SHA512 (scons-doc-4.3.0.tar.gz) = b82dc29d4891778a25155db38d09eccc433c146141edc8d7f482bbddd45e5f1b1baf603009b44060797f8530beadcfeb7a251d6bb503e2ffc73595e92e33e405
|
||||
SHA512 (scons-4.4.0.tar.gz) = 01fcd40bf818ca22a278973af1cda3024efb74cf877f15d46607fda860448fbd577fc96ba33fef2bed3d145e662a0371f55e8c927e7ac44feea7f3081791ce11
|
||||
SHA512 (scons-doc-4.4.0.tar.gz) = bea91bce38bd577d93f99051f74e37875cd8c9f08ece9be44db4fa84a40c422f0b9311f1aa6b58b9cbf6b676734f72ab36be6ce2bce0a802e76e987983a181ae
|
||||
|
||||
Loading…
Reference in New Issue
Block a user