Hello community,

here is the log from the commit of package ledmon for openSUSE:Factory checked 
in at 2016-07-01 10:00:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ledmon (Old)
 and      /work/SRC/openSUSE:Factory/.ledmon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ledmon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ledmon/ledmon.changes    2015-08-01 
11:35:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ledmon.new/ledmon.changes       2016-07-01 
10:00:51.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun  7 15:54:17 UTC 2016 - [email protected]
+
+- update Makefile-error-dependency.patch to avoid transient error
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ledmon.spec ++++++
--- /var/tmp/diff_new_pack.lD3VK9/_old  2016-07-01 10:00:51.000000000 +0200
+++ /var/tmp/diff_new_pack.lD3VK9/_new  2016-07-01 10:00:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ledmon
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ Makefile-error-dependency.patch ++++++
--- /var/tmp/diff_new_pack.lD3VK9/_old  2016-07-01 10:00:52.000000000 +0200
+++ /var/tmp/diff_new_pack.lD3VK9/_new  2016-07-01 10:00:52.000000000 +0200
@@ -1,3 +1,8 @@
+---
+ Makefile     |   11 +++--------
+ src/Makefile |    6 +++---
+ 2 files changed, 6 insertions(+), 11 deletions(-)
+
 Index: ledmon-0.79/src/Makefile
 ===================================================================
 --- ledmon-0.79.orig/src/Makefile
@@ -24,3 +29,31 @@
  
  $(OUTDIR)/%.o: %.c
        $(CC) $(CFLAGS) $(DEFFLAGS) $(INCFLAGS) -c $< -o $@
+Index: ledmon-0.79/Makefile
+===================================================================
+--- ledmon-0.79.orig/Makefile
++++ ledmon-0.79/Makefile
+@@ -19,20 +19,15 @@
+ # Installation directory
+ DESTDIR?=
+ 
+-.PHONY: ledmon ledctl man all
++.PHONY: man all
+ 
+ default: all
+ 
+-ledmon: 
+-      $(MAKE) -C src ledmon
+-
+-ledctl:
+-      $(MAKE) -C src ledctl
+-
+ man:
+       $(MAKE) -C doc all
+ 
+-all: ledmon ledctl man
++all:
++      $(MAKE) -C src all
+ 
+ install: all
+       $(MAKE) -C src DESTDIR=$(DESTDIR) install


Reply via email to