|
@@ -14,7 +14,7 @@
|
|
|
%define _unpackaged_files_terminate_build 1
|
|
|
|
|
|
Name: nodejs
|
|
|
-Version: 18.12.0
|
|
|
+Version: 18.12.1
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: JavaScript runtime
|
|
|
Summary(ja): JavaScript ランタイム
|
|
@@ -31,6 +31,7 @@ Source3: nodejs.prov
|
|
|
Source4: nodejs.req
|
|
|
Source5: nodejs-symlink-deps
|
|
|
Source6: nodejs-fixdep
|
|
|
+Patch1: python311.patch
|
|
|
|
|
|
# Exclusive archs must match v8
|
|
|
ExclusiveArch: %{ix86} x86_64 %{arm}
|
|
@@ -134,6 +135,7 @@ The API documentation for the Node.js JavaScript runtime.
|
|
|
|
|
|
%prep
|
|
|
%setup -q -n node-v%{version}
|
|
|
+%autopatch -p1
|
|
|
|
|
|
# Make sure nothing gets included from bundled deps:
|
|
|
# We only delete the source and header files, because
|
|
@@ -299,6 +301,9 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Nov 08 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 18.12.1-1
|
|
|
+- updated to 18.12.1.
|
|
|
+
|
|
|
* Thu Oct 27 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 18.12.0-1
|
|
|
- updated to 18.12.0.
|
|
|
|