Compare commits
No commits in common. "rawhide" and "f35" have entirely different histories.
2 changed files with 35 additions and 117 deletions
|
|
@ -1,20 +0,0 @@
|
|||
diff -up v8-3.14.5.10/SConstruct.no-error v8-3.14.5.10/SConstruct
|
||||
--- v8-3.14.5.10/SConstruct.no-error 2024-02-10 07:02:57.426704910 -0500
|
||||
+++ v8-3.14.5.10/SConstruct 2024-02-10 07:03:16.481987300 -0500
|
||||
@@ -307,7 +307,6 @@ V8_EXTRA_FLAGS = {
|
||||
'gcc': {
|
||||
'all': {
|
||||
'WARNINGFLAGS': ['-Wall',
|
||||
- '-Werror',
|
||||
'-W',
|
||||
'-Wno-unused-parameter',
|
||||
'-Woverloaded-virtual',
|
||||
@@ -410,7 +409,7 @@ MKSNAPSHOT_EXTRA_FLAGS = {
|
||||
DTOA_EXTRA_FLAGS = {
|
||||
'gcc': {
|
||||
'all': {
|
||||
- 'WARNINGFLAGS': ['-Werror', '-Wno-uninitialized'],
|
||||
+ 'WARNINGFLAGS': ['-Wno-uninitialized'],
|
||||
'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
|
||||
}
|
||||
},
|
||||
132
v8-314.spec
132
v8-314.spec
|
|
@ -10,9 +10,6 @@
|
|||
# All copyrightable work in these spec files and patches is Copyright 2011
|
||||
# Tom Callaway <spot@fedoraproject.org>
|
||||
|
||||
# This package is like a horrible time capsule. If you're reading this, it
|
||||
# is never too late to turn back.
|
||||
|
||||
# For the 1.2 branch, we use 0s here
|
||||
# For 1.3+, we use the three digit versions
|
||||
# Hey, now there are four digits. What do they mean? Popsicle.
|
||||
|
|
@ -28,9 +25,9 @@
|
|||
|
||||
Name: %{truename}-314
|
||||
Version: %{somajor}.%{sominor}.%{sobuild}.%{sotiny}
|
||||
Release: 44%{?dist}
|
||||
Release: 26%{?dist}
|
||||
Summary: JavaScript Engine
|
||||
License: BSD-3-Clause
|
||||
License: BSD
|
||||
URL: https://developers.google.com/v8/
|
||||
# Once found at http://commondatastorage.googleapis.com/chromium-browser-official/
|
||||
# Now, we're the canonical source for the tarball. :/
|
||||
|
|
@ -166,9 +163,6 @@ Patch31: v8-314-python3.patch
|
|||
# gcc-11 diagnostics
|
||||
Patch32: v8-314-gcc11.patch
|
||||
|
||||
# Disable -Werror
|
||||
Patch33: v8-3.14.5.10-no-Werror.patch
|
||||
|
||||
%description
|
||||
V8 is Google's open source JavaScript engine. V8 is written in C++ and is used
|
||||
in Google Chrome, the open source browser from Google. V8 implements ECMAScript
|
||||
|
|
@ -193,39 +187,38 @@ Python libraries from v8.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{truename}-%{version}
|
||||
%patch -P1 -p1
|
||||
%patch -P2 -p1
|
||||
%patch -P3 -p1
|
||||
%patch -P4 -p1
|
||||
%patch -P5 -p1
|
||||
%patch -P6 -p1
|
||||
%patch -P7 -p1
|
||||
%patch -P8 -p1
|
||||
%patch -P9 -p1
|
||||
%patch -P10 -p1
|
||||
%patch -P11 -p1
|
||||
%patch -P12 -p1
|
||||
%patch -P13 -p1
|
||||
%patch -P14 -p1 -b .system-valgrind
|
||||
%patch -P15 -p1 -b .abort-uncaught-exception
|
||||
%patch -P16 -p1 -b .unhandled-ReferenceError
|
||||
%patch -P17 -p1 -b .busy-loop
|
||||
%patch -P18 -p1 -b .profiler-log
|
||||
%patch -P19 -p1 -b .cve20143152
|
||||
%patch -P20 -p1 -b .riu
|
||||
%patch -P21 -p1 -b .mips
|
||||
%patch -P22 -p1 -b .r15102
|
||||
%patch -P23 -p1 -b .r19121
|
||||
%patch -P24 -p1 -b .loongson
|
||||
%patch -P25 -p1 -b .ppc
|
||||
%patch -P26 -p1 -b .CVE-2016-1669
|
||||
%patch -P27 -p1 -b .builtinname
|
||||
%patch -P28 -p1 -b .gcc7
|
||||
%patch -P29 -p1 -b .ppc-harder
|
||||
%patch -P30 -p1 -b .gcc8
|
||||
%patch -P31 -p1 -b .python3
|
||||
%patch -P32 -p1 -b .gcc11
|
||||
%patch -P33 -p1 -b .no-error
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
%patch14 -p1 -b .system-valgrind
|
||||
%patch15 -p1 -b .abort-uncaught-exception
|
||||
%patch16 -p1 -b .unhandled-ReferenceError
|
||||
%patch17 -p1 -b .busy-loop
|
||||
%patch18 -p1 -b .profiler-log
|
||||
%patch19 -p1 -b .cve20143152
|
||||
%patch20 -p1 -b .riu
|
||||
%patch21 -p1 -b .mips
|
||||
%patch22 -p1 -b .r15102
|
||||
%patch23 -p1 -b .r19121
|
||||
%patch24 -p1 -b .loongson
|
||||
%patch25 -p1 -b .ppc
|
||||
%patch26 -p1 -b .CVE-2016-1669
|
||||
%patch27 -p1 -b .builtinname
|
||||
%patch28 -p1 -b .gcc7
|
||||
%patch29 -p1 -b .ppc-harder
|
||||
%patch30 -p1 -b .gcc8
|
||||
%patch31 -p1 -b .python3
|
||||
%patch32 -p1 -b .gcc11
|
||||
|
||||
# Do not need this lying about.
|
||||
rm -rf src/third_party/valgrind
|
||||
|
|
@ -238,7 +231,7 @@ rm -rf src/third_party/valgrind
|
|||
%endif
|
||||
|
||||
# -fno-strict-aliasing is needed with gcc 4.4 to get past some ugly code
|
||||
PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS %{lrt} -fPIC -fno-strict-aliasing -Wno-unused-parameter -Wno-error=strict-overflow -Wno-unused-but-set-variable -Wno-error=cast-function-type -Wno-error=class-memaccess -Wno-error=stringop-overflow= -Wno-error=array-bounds -Wno-error=dangling-pointer= -Wno-error=use-after-free -fno-delete-null-pointer-checks\'| sed "s/ /',/g" | sed "s/',/', '/g"`
|
||||
PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS %{lrt} -fPIC -fno-strict-aliasing -Wno-unused-parameter -Wno-error=strict-overflow -Wno-unused-but-set-variable -Wno-error=cast-function-type -Wno-error=class-memaccess -Wno-error=stringop-overflow= -Wno-error=array-bounds -fno-delete-null-pointer-checks\'| sed "s/ /',/g" | sed "s/',/', '/g"`
|
||||
sed -i "s|'-O3',|$PARSED_OPT_FLAGS,|g" SConstruct
|
||||
|
||||
# clear spurious executable bits
|
||||
|
|
@ -413,61 +406,6 @@ chmod -R -x %{buildroot}%{python_sitelib}/*.py*
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-44
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Mon Jun 08 2026 František Zatloukal <fzatlouk@redhat.com> - 3.14.5.10-43
|
||||
- Rebuilt for icu 78.3
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-42
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Aug 06 2025 František Zatloukal <fzatlouk@redhat.com> - 3.14.5.10-41
|
||||
- Rebuilt for icu 77.1
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sun Dec 08 2024 Pete Walter <pwalter@fedoraproject.org> - 3.14.5.10-38
|
||||
- Rebuild for ICU 76
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-37
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Feb 10 2024 Tom Callaway <spot@fedoraproject.org> - 3.14.5.10-36
|
||||
- disable -Werror. This package is filled with worms, we know it.
|
||||
- fix license tag
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-35
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 3.14.5.10-33
|
||||
- Rebuilt for ICU 73.2
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 3.14.5.10-31
|
||||
- Rebuild for ICU 72
|
||||
|
||||
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 3.14.5.10-30
|
||||
- Rebuilt for ICU 71.1
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-29
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 27 2022 Tom Callaway <spot@fedoraproject.org> - 3.14.5.10-28
|
||||
- "fix" FTBFS
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.5.10-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue