Hello community,
here is the log from the commit of package gnome-bluetooth for openSUSE:Factory
checked in at 2019-01-05 14:39:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-bluetooth (Old)
and /work/SRC/openSUSE:Factory/.gnome-bluetooth.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-bluetooth"
Sat Jan 5 14:39:10 2019 rev:92 rq:662633 version:3.28.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes
2018-08-07 09:41:25.533137362 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-bluetooth.new.28833/gnome-bluetooth.changes
2019-01-05 14:39:12.496641867 +0100
@@ -1,0 +2,6 @@
+Sun Dec 30 00:40:17 UTC 2018 - [email protected]
+
+- Add gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch: lib: Add
+ another oui for "Microsoft Sculpt Comfort Mouse".
+
+-------------------------------------------------------------------
New:
----
gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-bluetooth.spec ++++++
--- /var/tmp/diff_new_pack.FOUHzc/_old 2019-01-05 14:39:13.320641145 +0100
+++ /var/tmp/diff_new_pack.FOUHzc/_new 2019-01-05 14:39:13.324641141 +0100
@@ -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/
#
@@ -25,6 +25,9 @@
Group: System/GUI/GNOME
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
Source:
http://download.gnome.org/sources/gnome-bluetooth/3.28/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch -- lib:
Add another oui for "Microsoft Sculpt Comfort Mouse"
+Patch0: gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch
+
BuildRequires: fdupes
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
@@ -83,12 +86,13 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
translation-update-upstream po gnome-bluetooth2
%build
%meson \
- -D gtk_doc=true
+ -D gtk_doc=true \
+ %{nil}
%meson_build
%install
++++++ gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch ++++++
>From 907fd7542c8c9d2b4cc2e3d78127c56bf4f3218b Mon Sep 17 00:00:00 2001
From: Phil Housley <[email protected]>
Date: Wed, 29 Aug 2018 12:09:53 +0000
Subject: [PATCH] lib: Add another oui for "Microsoft Sculpt Comfort Mouse"
---
lib/pin-code-database.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/pin-code-database.xml b/lib/pin-code-database.xml
index 350cc240..3d9b5697 100644
--- a/lib/pin-code-database.xml
+++ b/lib/pin-code-database.xml
@@ -76,6 +76,7 @@
<device oui="00:1D:D8:" type="mouse" name="Microsoft Wireless Notebook
Presenter Mouse 8000" pin="0000"/>
<device oui="28:18:78:" type="mouse" name="Microsoft Sculpt Comfort
Mouse" pin="0000"/>
<device oui="30:59:B7:" type="mouse" name="Microsoft Sculpt Comfort
Mouse" pin="0000"/>
+ <device oui="C0:33:5E:" type="mouse" name="Microsoft Sculpt Comfort
Mouse" pin="0000"/>
<!-- BT-GPS8 JENTRO, GPS mouse -->
<device oui="00:0D:B5:" name="BT-GPS8 JENTRO" pin="0000"/>
--
2.18.1