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

sysprof: update to 3.36.0. #20667

Merged
merged 1 commit into from
Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions srcpkgs/sysprof/patches/allocs-by-size-gsize-format.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -rauN src/tests/allocs-by-size.c src/tests/allocs-by-size.c
--- src/tests/allocs-by-size.c 2020-03-22 20:00:12.677048822 +0100
+++ src/tests/allocs-by-size.c 2020-03-22 20:01:07.000418361 +0100
@@ -109,7 +109,7 @@
{
const Item *item = &g_array_index (ar, Item, i);

- g_print ("%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT"\n",
+ g_print ("%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT"\n",
item->size, item->cmp, item->count);
}
}
4 changes: 2 additions & 2 deletions srcpkgs/sysprof/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'sysprof'
pkgname=sysprof
version=3.34.1
version=3.36.0
revision=1
build_style=meson
configure_args="-Denable_gtk=true -Dsystemdunitdir=deleteme"
Expand All @@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later, GPL-3.0-or-later"
homepage="http://sysprof.com/"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=844bbb8d8b65071b3bca96f8e921319ceef81f2d2c51fcc9da63a4b355c893d0
checksum=8670db4dacf7b219d30c575c465b17c8ed6724dbade347f2cde9548bff039108

# for ITS rules
if [ "$CROSS_BUILD" ]; then
Expand Down