Hello community,

here is the log from the commit of package mrsh for openSUSE:Factory checked in 
at 2017-07-08 12:35:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mrsh (Old)
 and      /work/SRC/openSUSE:Factory/.mrsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mrsh"

Sat Jul  8 12:35:32 2017 rev:5 rq:508892 version:2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/mrsh/mrsh.changes        2017-04-24 
09:49:51.378855703 +0200
+++ /work/SRC/openSUSE:Factory/.mrsh.new/mrsh.changes   2017-07-08 
12:36:00.476841180 +0200
@@ -1,0 +2,7 @@
+Tue Jun 27 18:25:24 UTC 2017 - e...@suse.com
+
+- Include-grp.h.patch:
+  Fix build failure due to an imlicit declaration: Include grp.h
+  in mrlogind/auth.c.
+
+-------------------------------------------------------------------

New:
----
  Include-grp.h.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mrsh.spec ++++++
--- /var/tmp/diff_new_pack.iMrXX0/_old  2017-07-08 12:36:00.984769537 +0200
+++ /var/tmp/diff_new_pack.iMrXX0/_new  2017-07-08 12:36:00.988768973 +0200
@@ -31,6 +31,7 @@
 Patch1:         
services-Do-not-require-non-standard-entries-in-etc-services.patch
 Patch2:         mrlogin-Don-t-use-union-wait.patch
 Patch3:         autogen.sh-Add-force-to-libtoolize.patch
+Patch4:                Include-grp.h.patch
 BuildRequires:  munge-devel >= 0.1-0
 BuildRequires:  ncurses-devel
 BuildRequires:  pam-devel
@@ -87,6 +88,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 ./autogen.sh

++++++ Include-grp.h.patch ++++++
From: Egbert Eich <e...@suse.com>
Date: Tue Jun 27 20:18:53 2017 +0200
Subject: Include grp.h
Patch-mainline: Not yet
Git-repo: https://github.com/chaos/mrsh
Git-commit: db3761b4977a2d9cfb43de1b5868424d8e8101ee
References: 

This gets rid of an implicit declaration warning in mrlogind/auth.c.

Signed-off-by: Egbert Eich <e...@suse.com>
Signed-off-by: Egbert Eich <e...@suse.de>
---
 mrlogind/auth.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/mrlogind/auth.c b/mrlogind/auth.c
index 30f2dd3..827968e 100644
--- a/mrlogind/auth.c
+++ b/mrlogind/auth.c
@@ -66,6 +66,7 @@
 
 #include <sys/types.h>
 #include <pwd.h>
+#include <grp.h>
 
 #include "mrlogind.h"
 

Reply via email to