Hello community,

here is the log from the commit of package pommed for openSUSE:Factory checked 
in at 2020-09-22 21:11:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pommed (Old)
 and      /work/SRC/openSUSE:Factory/.pommed.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pommed"

Tue Sep 22 21:11:16 2020 rev:31 rq:835948 version:1.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/pommed/pommed.changes    2016-07-12 
23:50:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pommed.new.4249/pommed.changes  2020-09-22 
21:11:41.803956447 +0200
@@ -1,0 +2,7 @@
+Tue Sep 22 01:15:46 CEST 2020 - r...@suse.de
+
+- add patch pommed-1.39-multiple-def-lcd_bck_info.patch
+  to fix link issues in factory. struct is already declared in
+  sysfs_backlight
+
+-------------------------------------------------------------------

New:
----
  pommed-1.39-multiple-def-lcd_bck_info.patch

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

Other differences:
------------------
++++++ pommed.spec ++++++
--- /var/tmp/diff_new_pack.rFLfE8/_old  2020-09-22 21:11:43.243957707 +0200
+++ /var/tmp/diff_new_pack.rFLfE8/_new  2020-09-22 21:11:43.247957709 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pommed
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        1.39
 Release:        0
 Summary:        Apple laptops hotkeys event handler
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Hardware/Mobile
-Url:            https://launchpad.net/pommed
+URL:            https://launchpad.net/pommed
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        pommed.service
 Source2:        gpomme.desktop
@@ -36,6 +36,7 @@
 Patch3:         pommed-1.38-hardcoded-libpci.patch
 # PATCH-FIX-UPSTREAM pommed-dbus_policy.patch r...@novell.com -- bnc#469771
 Patch4:         pommed-dbus_policy.patch
+Patch5:         pommed-1.39-multiple-def-lcd_bck_info.patch
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa)
@@ -100,6 +101,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4
+%patch5 -p1
 
 %build
 make %{?_smp_mflags}

++++++ pommed-1.39-multiple-def-lcd_bck_info.patch ++++++
--- pommed-1.39/pommed/mactel/x1600_backlight.c 2020/09/21 23:14:08     1.1
+++ pommed-1.39/pommed/mactel/x1600_backlight.c 2020/09/21 23:14:26
@@ -45,7 +45,7 @@
 #include "../dbus.h"
 
 
-struct _lcd_bck_info lcd_bck_info;
+extern struct _lcd_bck_info lcd_bck_info;
 
 static int fd = -1;
 static char *memory = NULL;
--- pommed-1.39/pommed/mactel/nv8600mgt_backlight.c     2020/09/21 23:14:47     
1.1
+++ pommed-1.39/pommed/mactel/nv8600mgt_backlight.c     2020/09/21 23:14:56
@@ -48,7 +48,7 @@
 #include "../dbus.h"
 
 
-struct _lcd_bck_info lcd_bck_info;
+extern struct _lcd_bck_info lcd_bck_info;
 
 
 static int nv8600mgt_inited = 0;

Reply via email to