Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sysprof: update to 3.36.0.
@ 2020-04-05  8:21 mnabid
  2020-04-05 10:25 ` [PR PATCH] [Updated] " mnabid
  2020-04-06 13:27 ` [PR PATCH] [Merged]: " xtraeme
  0 siblings, 2 replies; 3+ messages in thread
From: mnabid @ 2020-04-05  8:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is a new pull request by mnabid against master on the void-packages repository

https://github.com/mnabid/void-packages sysprof
https://github.com/void-linux/void-packages/pull/20667

sysprof: update to 3.36.0.


A patch file from https://github.com/void-linux/void-packages/pull/20667.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sysprof-20667.patch --]
[-- Type: text/x-diff, Size: 1055 bytes --]

From b1342ea5ae8527a782e2abf8c4f9ff4b62dcd4d9 Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Sun, 5 Apr 2020 14:16:26 +0600
Subject: [PATCH] sysprof: update to 3.36.0.

---
 srcpkgs/sysprof/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sysprof/template b/srcpkgs/sysprof/template
index 679a994c245..68bca602553 100644
--- a/srcpkgs/sysprof/template
+++ b/srcpkgs/sysprof/template
@@ -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"
@@ -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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] sysprof: update to 3.36.0.
  2020-04-05  8:21 [PR PATCH] sysprof: update to 3.36.0 mnabid
@ 2020-04-05 10:25 ` mnabid
  2020-04-06 13:27 ` [PR PATCH] [Merged]: " xtraeme
  1 sibling, 0 replies; 3+ messages in thread
From: mnabid @ 2020-04-05 10:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is an updated pull request by mnabid against master on the void-packages repository

https://github.com/mnabid/void-packages sysprof
https://github.com/void-linux/void-packages/pull/20667

sysprof: update to 3.36.0.


A patch file from https://github.com/void-linux/void-packages/pull/20667.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sysprof-20667.patch --]
[-- Type: text/x-diff, Size: 2029 bytes --]

From 982916aaa4f189f0db03f03f3449d587e4fc4ae7 Mon Sep 17 00:00:00 2001
From: Nafis <mnabid.25@outlook.com>
Date: Sun, 5 Apr 2020 14:16:26 +0600
Subject: [PATCH] sysprof: update to 3.36.0.

---
 .../patches/allocs-by-size-gsize-format.patch        | 12 ++++++++++++
 srcpkgs/sysprof/template                             |  4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/sysprof/patches/allocs-by-size-gsize-format.patch

diff --git a/srcpkgs/sysprof/patches/allocs-by-size-gsize-format.patch b/srcpkgs/sysprof/patches/allocs-by-size-gsize-format.patch
new file mode 100644
index 00000000000..afee07ebbc2
--- /dev/null
+++ b/srcpkgs/sysprof/patches/allocs-by-size-gsize-format.patch
@@ -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);
+     }
+ }
diff --git a/srcpkgs/sysprof/template b/srcpkgs/sysprof/template
index 679a994c245..68bca602553 100644
--- a/srcpkgs/sysprof/template
+++ b/srcpkgs/sysprof/template
@@ -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"
@@ -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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: sysprof: update to 3.36.0.
  2020-04-05  8:21 [PR PATCH] sysprof: update to 3.36.0 mnabid
  2020-04-05 10:25 ` [PR PATCH] [Updated] " mnabid
@ 2020-04-06 13:27 ` xtraeme
  1 sibling, 0 replies; 3+ messages in thread
From: xtraeme @ 2020-04-06 13:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

There's a merged pull request on the void-packages repository

sysprof: update to 3.36.0.
https://github.com/void-linux/void-packages/pull/20667

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-06 13:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-05  8:21 [PR PATCH] sysprof: update to 3.36.0 mnabid
2020-04-05 10:25 ` [PR PATCH] [Updated] " mnabid
2020-04-06 13:27 ` [PR PATCH] [Merged]: " xtraeme

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).