Closed github-actions[bot] closed 2 months ago
Reported changes between the current stable and the new candidate
--- cache/firefox-4955/snap/manifest.yaml 2024-09-16 10:48:41.000000000 +0000 +++ cache/firefox-5014/snap/manifest.yaml 2024-09-24 21:11:57.000000000 +0000 @@ -1,11 +1,12 @@ -snapcraft-version: 8.3.4 -snapcraft-started-at: '2024-09-16T07:25:16.099317Z' +snapcraft-version: 8.4.1 +snapcraft-started-at: '2024-09-24T17:39:38.832457Z' snapcraft-os-release-id: ubuntu snapcraft-os-release-version-id: '22.04' name: firefox -version: 130.0.1-1 +version: 131.0-1 summary: Mozilla Firefox web browser -description: Firefox is a powerful, extensible web browser with support for modern web application technologies. +description: Firefox is a powerful, extensible web browser with support for modern + web application technologies. base: core22 grade: stable confinement: strict @@ -448,6 +449,7 @@ export LD_LIBRARY_PATH="$CRAFT_PART_BUILD/obj-$TARGET_TRIPLET/instrumented/dist/bin${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" fi MACH="/usr/bin/python3 ./mach" + $MACH repackage desktop-file --output $CRAFT_PART_INSTALL/firefox.desktop --flavor snap --release-product "firefox" --release-type release if [ amd64 = "amd64" ]; then # xvfb is only needed when doing a PGO-enabled build xvfb-run '--server-args=-screen 0 1920x1080x24' $MACH build -j4 @@ -458,12 +460,10 @@ DUMP_SYMS=/build/firefox/stage/usr/bin/dump_syms $MACH buildsymbols fi $MACH install - cp obj-*/dist/bin/geckodriver $CRAFT_PART_INSTALL/usr/lib/firefox/ + cp obj-*/dist/host/bin/geckodriver $CRAFT_PART_INSTALL/usr/lib/firefox/ DISTRIBUTION=$CRAFT_PART_INSTALL/usr/lib/firefox/distribution mkdir -p $DISTRIBUTION/extensions - cp taskcluster/docker/firefox-snap/firefox.desktop $CRAFT_PART_INSTALL/ cp browser/branding/official/default256.png $CRAFT_PART_INSTALL/ - sed -i 's/\(^Icon=\).*$/\1\/default256.png/' $CRAFT_PART_INSTALL/firefox.desktop if [ $BUILD_DBGSYMS = "true" ]; then cp obj-*/dist/firefox-*.crashreporter-symbols.zip /build/firefox/stage/debug-symbols/ fi @@ -483,7 +483,7 @@ - libavahi-common-data=0.8-5ubuntu5.2 - libavahi-common3=0.8-5ubuntu5.2 - libcanberra0=0.30-10ubuntu1.22.04.1 - - libcurl4=7.81.0-1ubuntu1.17 + - libcurl4=7.81.0-1ubuntu1.18 - libdrm-amdgpu1=2.4.113-2~ubuntu0.22.04.1 - libflac8=1.3.3-2ubuntu0.2 - libice6=2:1.0.10-1build2 @@ -842,7 +842,7 @@ stage: [] prime: [] gnome/sdk: - source: /snap/snapcraft/12563/share/snapcraft/extensions/desktop/command-chain + source: /snap/snapcraft/12607/share/snapcraft/extensions/desktop/command-chain plugin: make build-snaps: - gnome-42-2204-sdk @@ -853,9 +853,9 @@ architectures: - amd64 image-info: - build-request-id: lp-92175887 - build-request-timestamp: '2024-09-16T07:15:12Z' - build_url: https://launchpad.net/~mozilla-snaps/firefox/+snap/firefox-snap-stable/+build/2598514 + build-request-id: lp-92394617 + build-request-timestamp: '2024-09-24T17:30:12Z' + build_url: https://launchpad.net/~mozilla-snaps/firefox/+snap/firefox-snap-stable/+build/2606992 build-packages: [] build-snaps: [] primed-stage-packages: @@ -864,7 +864,7 @@ - libavcodec58=7:4.4.2-0ubuntu0.22.04.1 - libavutil56=7:4.4.2-0ubuntu0.22.04.1 - libcodec2-1.0=1.0.1-3 -- libcurl4=7.81.0-1ubuntu1.17 +- libcurl4=7.81.0-1ubuntu1.18 - libdav1d5=0.9.2-1 - libgsm1=1.0.19-1 - libmfx1=22.3.0-1 Downloading firefox amd64 from channel latest/stable (r4955) to cache directory Unpackaging Downloading firefox amd64 from channel latest/candidate (r5014) to cache directory Unpackaging Changes to the snap manifest Size of the old snap: 271.4 MiB Size of the new snap: 271.6 MiB Number of files changed (use -d to have the details) 132 No file removed No file added
Closing the bug since the revision isn't in the candidate channel anymore
Reported changes between the current stable and the new candidate