|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
Summary: GTK+ Web content engine library
|
|
Summary: GTK+ Web content engine library
|
|
Name: webkitgtk4
|
|
Name: webkitgtk4
|
|
-Version: 2.34.3
|
|
+Version: 2.36.7
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -171,8 +171,10 @@ export LD=ld.lld
|
|
-DUSE_SOUP2=ON \
|
|
-DUSE_SOUP2=ON \
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
-DUSE_SYSTEMD=ON \
|
|
-DUSE_SYSTEMD=ON \
|
|
|
|
+ -DENABLE_JOURNALD_LOG=ON \
|
|
%else
|
|
%else
|
|
-DUSE_SYSTEMD=OFF \
|
|
-DUSE_SYSTEMD=OFF \
|
|
|
|
+ -DENABLE_JOURNALD_LOG=OFF \
|
|
%endif
|
|
%endif
|
|
|
|
|
|
# Show the build time in the status
|
|
# Show the build time in the status
|
|
@@ -188,7 +190,6 @@ export NINJA_STATUS="[%f/%t][%e] "
|
|
# Finally, copy over and rename various files for %%license inclusion
|
|
# Finally, copy over and rename various files for %%license inclusion
|
|
%add_to_license_files Source/JavaScriptCore/COPYING.LIB
|
|
%add_to_license_files Source/JavaScriptCore/COPYING.LIB
|
|
%add_to_license_files Source/ThirdParty/ANGLE/LICENSE
|
|
%add_to_license_files Source/ThirdParty/ANGLE/LICENSE
|
|
-%add_to_license_files Source/ThirdParty/ANGLE/src/third_party/compiler/LICENSE
|
|
|
|
%add_to_license_files Source/WebCore/LICENSE-APPLE
|
|
%add_to_license_files Source/WebCore/LICENSE-APPLE
|
|
%add_to_license_files Source/WebCore/LICENSE-LGPL-2
|
|
%add_to_license_files Source/WebCore/LICENSE-LGPL-2
|
|
%add_to_license_files Source/WebCore/LICENSE-LGPL-2.1
|
|
%add_to_license_files Source/WebCore/LICENSE-LGPL-2.1
|
|
@@ -234,6 +235,12 @@ export NINJA_STATUS="[%f/%t][%e] "
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Aug 30 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.36.7-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
|
|
+* Thu Aug 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.36.6-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri Dec 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.34.3-1
|
|
* Fri Dec 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.34.3-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|