diff --git a/gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch b/gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch new file mode 100644 index 0000000..319be57 --- /dev/null +++ b/gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch @@ -0,0 +1,24 @@ +From 907fd7542c8c9d2b4cc2e3d78127c56bf4f3218b Mon Sep 17 00:00:00 2001 +From: Phil Housley +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 @@ + + + ++ + + + +-- +2.18.1 + diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index a7ff83a..4c5f409 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 30 00:40:17 UTC 2018 - bjorn.lie@gmail.com + +- Add gnome-bluetooth-Add-Sculpt-Comfort-Mouse.patch: lib: Add + another oui for "Microsoft Sculpt Comfort Mouse". + ------------------------------------------------------------------- Wed Aug 1 18:41:08 UTC 2018 - bjorn.lie@gmail.com diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index d1609cd..3b32da9 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -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 @@ License: GPL-2.0-or-later AND LGPL-2.1-or-later 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 @@ This package provides the necessary files for development with GNOME Bluetooth. %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