From 6ee6015b22611bb3c0a35f4cbdebd7c1e9d1f2ac Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 1 Feb 2023 09:48:24 +0800 Subject: [PATCH] rebuild: rebuild for Anolis OS Signed-off-by: Zhao Hang --- firefox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index 65f13c3..ace0a64 100644 --- a/firefox.spec +++ b/firefox.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 %global disable_toolsets 0 # Produce a build suitable for release, i.e. use PGO/LTO. You can turn it off # when building locally to reduce build time. @@ -1448,6 +1448,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Wed Feb 01 2023 Zhao Hang - 102.7.0-1.0.2 +- Rebuild for Anolis OS + * Tue Jan 24 2023 Liwei Ge - 102.7.0-1.0.1 - Add firefox-anolis-default-prefs.js - Remove bookmarks -- Gitee