[mate-notification-daemon] 01/02: debian/patches: Drop 0001_fix_high_cpu_usage_with_large_timeouts.patch. Applied upstream.
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Thu Oct 26 22:04:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch parrot/3.7
in repository mate-notification-daemon.
commit e6510fa78643838b27c0a0f7cf73e6fc6a945541
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Fri Oct 27 01:01:27 2017 +0300
debian/patches: Drop 0001_fix_high_cpu_usage_with_large_timeouts.patch. Applied upstream.
---
.../0001_fix_high_cpu_usage_with_large_timeouts.patch | 16 ----------------
debian/patches/series | 2 +-
2 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/debian/patches/0001_fix_high_cpu_usage_with_large_timeouts.patch b/debian/patches/0001_fix_high_cpu_usage_with_large_timeouts.patch
deleted file mode 100644
index 8d85fba..0000000
--- a/debian/patches/0001_fix_high_cpu_usage_with_large_timeouts.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Author: Jury Verrigni <jury.verrigni at gmail.com>
-Description: Fixes high cpu usage with large timeouts
-
-diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
-index 72b94a4..4b81c3c 100644
---- a/src/daemon/daemon.c
-+++ b/src/daemon/daemon.c
-@@ -743,7 +743,7 @@ static void _calculate_timeout(NotifyDaemon* daemon, NotifyTimeout* nt, int time
-
- theme_set_notification_timeout(nt->nw, timeout);
-
-- glong usec = timeout * 1000; /* convert from msec to usec */
-+ glong usec = timeout * 1000L; /* convert from msec to usec */
-
- /*
- * If it's less than 0, wrap around back to MAXLONG.
diff --git a/debian/patches/series b/debian/patches/series
index c18cddb..8b13789 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-0001_fix_high_cpu_usage_with_large_timeouts.patch
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-notification-daemon.git
More information about the pkg-mate-commits
mailing list