Unverified Commit 21d424e2 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

librewolf-unwrapped: 149.0-1 -> 149.0.2-2 (#508051)

parents 50bf6747 c74b0195
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ rec {
    cp ${source}/assets/search-config.json services/settings/dumps/main/search-config.json
    sed -i '/MOZ_SERVICES_HEALTHREPORT/ s/True/False/' browser/moz.configure

    sed -i '/# This must remain last./i gkrust_features += ["glean_disable_upload"]\'$'\n' toolkit/library/rust/gkrust-features.mozbuild

    cp ${source}/patches/pref-pane/category-librewolf.svg browser/themes/shared/preferences
    cp ${source}/patches/pref-pane/librewolf.css browser/themes/shared/preferences
    cp ${source}/patches/pref-pane/librewolf.inc.xhtml browser/components/preferences
+5 −1
Original line number Diff line number Diff line
@@ -48,5 +48,9 @@ in
}).override
  {
    crashreporterSupport = false;
    enableOfficialBranding = false;
    # This will set `MOZILLA_OFFICIAL=1`, which is set by the mozconfig upstream, but has to
    # be set manually in our case.
    # This will not override the branding as `branding` is already set to the official
    # Librewolf branding.
    enableOfficialBranding = true;
  }
+5 −5
Original line number Diff line number Diff line
{
  "packageVersion": "149.0-1",
  "packageVersion": "149.0.2-2",
  "source": {
    "rev": "149.0-1",
    "hash": "sha256-lf9psaFT9PMk8CozjvUqBb6hxHct2kdzcVbQDbID+0U="
    "rev": "149.0.2-2",
    "hash": "sha256-rnDL98f3vwpcRmWfNuTcp2SDk6CKiOPEZFYnNsVDUa0="
  },
  "firefox": {
    "version": "149.0",
    "hash": "sha512-zdhxp3OPtw2FpwPonEh00b9EGEtMmyiQGQKty/olwZlnXnRjBrtZ1mgh5uzRfgfJm2akjYJ/OazKbDsBK5U3Gg=="
    "version": "149.0.2",
    "hash": "sha512-hEpG7gaOzcZrcifQiaBXrT9JRRFP6iyygNXio4PQoCL8ZiitV8Bo6jTPFZRy9jxQ6n7RKLwRoLJ/Frt7Z9fzzw=="
  }
}