[PATCH] wmlongrun: Update for modern kernels, *really* release version 0.3.1.

2016-12-23 Thread Doug Torrance
Patch by Robert Jacobs . From: https://bugs.debian.org/306536 --- wmlongrun/ChangeLog | 1 + wmlongrun/src/longrun_linux.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wmlongrun/ChangeLog b/wmlongrun/ChangeLog index eda37c6..a06fa39

[PATCH] more wmlongrun

2016-12-23 Thread Doug Torrance
Forgot this important patch. Carlos, could you tag *this* wmlongrun-0.3.1 instead? Thanks! Doug Torrance (1): wmlongrun: Update for modern kernels, *really* release version 0.3.1. wmlongrun/ChangeLog | 1 + wmlongrun/src/longrun_linux.c | 5 +++-- 2 files changed, 4 insertions(+),

[PATCH 4/9] wmlongrun: Add template to AC_DEFINE to avoid autoheader warning.

2016-12-23 Thread Doug Torrance
--- wmlongrun/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmlongrun/configure.ac b/wmlongrun/configure.ac index 3b48676..ce483a8 100644 --- a/wmlongrun/configure.ac +++ b/wmlongrun/configure.ac @@ -86,7 +86,7 @@ case ${host_os} in linux*) SETUID_FLAGS="-m

[PATCH 6/9] wmlongrun: Replace INCLUDES and CPPFLAGS with AM_CPPFLAGS to fix warnings.

2016-12-23 Thread Doug Torrance
--- wmlongrun/src/Makefile.am | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/wmlongrun/src/Makefile.am b/wmlongrun/src/Makefile.am index bd1c647..0aada2a 100644 --- a/wmlongrun/src/Makefile.am +++ b/wmlongrun/src/Makefile.am @@ -16,11 +16,9 @@ EXTRA_wmlongrun_SOURCES =

[PATCH 8/9] wmlongrun: Update README with new contact info and url.

2016-12-23 Thread Doug Torrance
--- wmlongrun/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wmlongrun/README b/wmlongrun/README index e159556..f2d760e 100644 --- a/wmlongrun/README +++ b/wmlongrun/README @@ -60,10 +60,9 @@ For Enlightenment users Bug reports === -Please send e-mail

[PATCH 5/9] wmlongrun: Modernize AM_INIT_AUTOMAKE call.

2016-12-23 Thread Doug Torrance
--- wmlongrun/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmlongrun/configure.ac b/wmlongrun/configure.ac index ce483a8..3e43a40 100644 --- a/wmlongrun/configure.ac +++ b/wmlongrun/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to

[PATCH 9/9] wmlongrun: Bump to version 0.3.1.

2016-12-23 Thread Doug Torrance
--- wmlongrun/ChangeLog| 11 +++ wmlongrun/configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/wmlongrun/ChangeLog b/wmlongrun/ChangeLog index d615618..eda37c6 100644 --- a/wmlongrun/ChangeLog +++ b/wmlongrun/ChangeLog @@ -1,3 +1,14 @@ +2016 December

[PATCH 7/9] wmlongrun: Detect GNU/kFreeBSD during build.

2016-12-23 Thread Doug Torrance
Patch from Debian by Robert Millan , based on a patch by Cyril Brulebois . From: https://bugs.debian.org/415592 --- wmlongrun/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmlongrun/configure.ac

[PATCH 2/9] wmlongrun: Rename configure.in to configure.ac.

2016-12-23 Thread Doug Torrance
--- wmlongrun/configure.ac | 129 + wmlongrun/configure.in | 129 - 2 files changed, 129 insertions(+), 129 deletions(-) create mode 100644 wmlongrun/configure.ac delete mode 100644