Update to 102.9.0

This commit is contained in:
wk333 2023-03-31 11:47:09 +08:00
parent 7bf2bccb17
commit 97a1aba12f
7 changed files with 15 additions and 14 deletions

4
.gitattributes vendored
View File

@ -1,2 +1,2 @@
firefox-langpacks-102.8.0esr-20230214.tar.xz filter=lfs diff=lfs merge=lfs -text firefox-102.9.0esr.b2.processed-source.tar.xz filter=lfs diff=lfs merge=lfs -text
firefox-102.8.0esr.b2.processed-source.tar.xz filter=lfs diff=lfs merge=lfs -text firefox-langpacks-102.9.0esr-20230310.tar.xz filter=lfs diff=lfs merge=lfs -text

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d86efb1ebc211623acf3b6dde92501b76dd953eeb5188af3aaeda28db07f1652
size 486552868

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab2ee90fbd7390b4bedf7ebb6b5cd8f283a1c4aec4ebdaa0d298b8a7014a0423
size 486656020

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64a9e52006911abf90d919b0e715fd64fde275bd0ecff75b5571eb76fa09f706
size 44675456

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3157cf08fa12cd57dd4fca01e356133fdddf7001a44d4f463c874a22fb21bf4b
size 44678300

View File

@ -191,8 +191,8 @@ fi
# When Firefox is not running, restore SELinux labels for profile files # When Firefox is not running, restore SELinux labels for profile files
if [ $MOZILLA_DOWN -ne 0 ]; then if [ $MOZILLA_DOWN -ne 0 ]; then
if [ -x $GETENFORCE_FILE ] && [ `getenforce` != "Disabled" ]; then if [ -x $GETENFORCE_FILE ] && [ `$GETENFORCE_FILE` != "Disabled" ]; then
(restorecon -vr ~/.mozilla/firefox/* &) (/usr/sbin/restorecon -vr ~/.mozilla/firefox/* &)
fi fi
fi fi

View File

@ -147,7 +147,7 @@
Summary: Mozilla Firefox Web browser Summary: Mozilla Firefox Web browser
Name: firefox Name: firefox
Version: 102.8.0 Version: 102.9.0
Release: 1 Release: 1
URL: https://www.mozilla.org/firefox/ URL: https://www.mozilla.org/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+ License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -164,7 +164,7 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
# Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz # Link to original tarball: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz
Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz Source0: firefox-%{version}%{?pre_version}%{?buildnum}.processed-source.tar.xz
%if %{with langpacks} %if %{with langpacks}
Source1: firefox-langpacks-%{version}%{?pre_version}-20230214.tar.xz Source1: firefox-langpacks-%{version}%{?pre_version}-20230310.tar.xz
%endif %endif
Source2: cbindgen-vendor.tar.xz Source2: cbindgen-vendor.tar.xz
Source3: process-official-tarball Source3: process-official-tarball
@ -222,7 +222,6 @@ Patch219: rhbz-1173156.patch
Patch224: mozilla-1170092.patch Patch224: mozilla-1170092.patch
#ARM run-time patch #ARM run-time patch
Patch226: rhbz-1354671.patch Patch226: rhbz-1354671.patch
Patch228: disable-openh264-download.patch
Patch229: firefox-nss-addon-hack.patch Patch229: firefox-nss-addon-hack.patch
Patch230: D110204-fscreen.patch Patch230: D110204-fscreen.patch
Patch231: webrtc-nss-fix.patch Patch231: webrtc-nss-fix.patch
@ -518,7 +517,6 @@ to run Firefox explicitly on X11.
%ifarch aarch64 %ifarch aarch64
%patch226 -p1 -b .1354671 %patch226 -p1 -b .1354671
%endif %endif
%patch228 -p1 -b .disable-openh264-download
%patch229 -p1 -b .firefox-nss-addon-hack %patch229 -p1 -b .firefox-nss-addon-hack
%patch230 -p1 -b .D110204-fscreen.diff %patch230 -p1 -b .D110204-fscreen.diff
%patch231 -p1 -b .webrtc-nss-fix %patch231 -p1 -b .webrtc-nss-fix
@ -1129,6 +1127,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%endif %endif
%changelog %changelog
* Fri Mar 31 2023 wangkai <wangkai385@h-partners.com> - 102.9.0-1
- Update to 102.9.0
* Fri Mar 03 2023 wangkai <wangkai385@h-partners.com> - 102.8.0-1 * Fri Mar 03 2023 wangkai <wangkai385@h-partners.com> - 102.8.0-1
- Update to 102.8.0 - Update to 102.8.0