From 1e578710e41651aaab06bfbfa7c8ead04895f512 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 22 May 2023 18:49:11 +0800 Subject: [PATCH] Modify buildrequires rust version to 1.60 --- firefox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/firefox.spec b/firefox.spec index ce08622..cd0ee53 100644 --- a/firefox.spec +++ b/firefox.spec @@ -60,7 +60,7 @@ %endif %endif %global dts_version 10 -%global rust_version 1.57 +%global rust_version 1.60 %global wayland_backend_default 0 %if 0%{?flatpak} %global wayland_backend_default 0 @@ -148,7 +148,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 102.11.0 -Release: 2 +Release: 3 URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -1126,6 +1126,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Mon May 22 2023 wangkai <13474090681@163.com> - 102.11.0-3 +- Modify buildrequires rust version to 1.60 + * Tue May 16 2023 xu_ping <707078654@qq.com> - 102.11.0-2 - Modify error source1 -- Gitee