Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GNOME staging updates 2024-12-31 #369753

Merged
merged 3 commits into from
Jan 5, 2025
Merged

Conversation

jtojnar
Copy link
Member

@jtojnar jtojnar commented Dec 31, 2024

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Copy link
Member Author

@jtojnar jtojnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Ran sysprof
  • Reviewed upstream changelogs.
  • Successfully built each commit based on nixos-unstable with:
--- a/pkgs/development/tools/profiling/sysprof/capture.nix
+++ b/pkgs/development/tools/profiling/sysprof/capture.nix
@@ -1,6 +1,7 @@
 {
   stdenv,
   lib,
+  fetchurl,
   meson,
   ninja,
   sysprof,
@@ -8,8 +9,12 @@
 
 stdenv.mkDerivation {
   pname = "libsysprof-capture";
+  version = "47.0";
 
-  inherit (sysprof) src version;
+  src = fetchurl {
+    url = "mirror://gnome/sources/sysprof/47/sysprof-47.0.tar.xz";
+    hash = "sha256-dCTGKUNGYGVCiMBCSJmMNX0c6H7hVZ/UTfGYCZLvXfU=";
+  };
 
   nativeBuildInputs = [
     meson

@jtojnar jtojnar marked this pull request as ready for review December 31, 2024 20:57
@jtojnar jtojnar requested a review from bobby285271 December 31, 2024 20:58
@bobby285271
Copy link
Member

bobby285271 commented Jan 2, 2025

GNOME/[email protected] doesn't sound like "no changes" for me and the commit 1.55.5 tagged on is only on a branch "ci-test-release-3", did upstream clarify this release is actually a release? 😂

@jtojnar
Copy link
Member Author

jtojnar commented Jan 2, 2025

I assumed it was meant to test the new tarball deployment process. Either way, the individual commits still look fine to me.

@jtojnar jtojnar merged commit a1ce675 into NixOS:staging Jan 5, 2025
23 of 24 checks passed
@jtojnar jtojnar deleted the gnome-staging-bump branch January 5, 2025 19:31
@jtojnar jtojnar added the backport staging-24.11 Backport PR automatically label Jan 10, 2025
@nixpkgs-ci
Copy link
Contributor

nixpkgs-ci bot commented Jan 10, 2025

Successfully created backport PR for staging-24.11:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants