[Pkg-wmaker-commits] [wmload] 53/58: wmload: Bump to version 0.9.7.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:36:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmload.

commit 7be04bdbb24e40c5bda9f812c72422c0d45c8d9d
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Aug 23 23:28:01 2015 -0400

    wmload: Bump to version 0.9.7.
---
 ChangeLog | 18 ++++++++++++++++++
 wmload.c  |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 24872a2..c2e455f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+VERSION: 0.9.7
+RELEASE DATE: 23 August 2015
+	-Bump _POSIX_C_SOURCE to 200112L.  Otherwise, we get the following
+	 warning during build.
+	  wmload.c: In function ‘GetLoad’:
+	  wmload.c:523:10: warning: incompatible implicit declaration of
+	    built-in function ‘rint’
+	      *usr = rint(Maximum * (float)(*usr)   /total);
+		     ^
+	 Obtained from the Debian package [1].
+	-Fix -Wunused-result compiler warning.	Obtained from the Debian
+	 package [2].
+
+	[1] https://sources.debian.net/src/wmload/0.9.6-1/debian/patches/
+	    bump_POSIX_C_SOURCE.patch/
+	[2] https://sources.debian.net/src/wmload/0.9.6-1/debian/patches/
+	    fix_unused_result.patch/
+
 VERSION: 0.9.6
 RELEASE DATE: 15 April 2015
 	-Clarify copyright information.
diff --git a/wmload.c b/wmload.c
index eeab18b..b3c2427 100644
--- a/wmload.c
+++ b/wmload.c
@@ -42,7 +42,7 @@
 
 #define major_VER 0
 #define minor_VER 9
-#define patch_VER 6
+#define patch_VER 7
 #define MW_EVENTS   (ExposureMask | ButtonPressMask | StructureNotifyMask)
 #define FALSE 0
 #define Shape(num) (ONLYSHAPE ? num-5 : num)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmload.git



More information about the Pkg-wmaker-commits mailing list