From 7c8c287457915e66010079762b66fef8aa5a7ef7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 30 2018 05:15:35 +0000 Subject: import gnome-bluetooth-3.28.2-1.el7 --- diff --git a/.gitignore b/.gitignore index 9be7f6d..4690253 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gnome-bluetooth-3.20.1.tar.xz +SOURCES/gnome-bluetooth-3.28.2.tar.xz diff --git a/.gnome-bluetooth.metadata b/.gnome-bluetooth.metadata index 79d1b96..351acd0 100644 --- a/.gnome-bluetooth.metadata +++ b/.gnome-bluetooth.metadata @@ -1 +1 @@ -4c742088efe2a2121254689038db98132c0a8758 SOURCES/gnome-bluetooth-3.20.1.tar.xz +43721092a3856ec5b77d836006b600010a7532a8 SOURCES/gnome-bluetooth-3.28.2.tar.xz diff --git a/SOURCES/gnome-bluetooth-python3.patch b/SOURCES/gnome-bluetooth-python3.patch new file mode 100644 index 0000000..aad6c2e --- /dev/null +++ b/SOURCES/gnome-bluetooth-python3.patch @@ -0,0 +1,8 @@ +--- gnome-bluetooth-3.28.0/meson_post_install.py.python3 2018-03-12 16:00:35.000000000 +0100 ++++ gnome-bluetooth-3.28.0/meson_post_install.py 2018-05-17 14:48:43.745149038 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python3 ++#!/usr/bin/env python + + import os + import subprocess diff --git a/SPECS/gnome-bluetooth.spec b/SPECS/gnome-bluetooth.spec index fad9744..ace9583 100644 --- a/SPECS/gnome-bluetooth.spec +++ b/SPECS/gnome-bluetooth.spec @@ -1,29 +1,32 @@ Name: gnome-bluetooth Epoch: 1 -Version: 3.20.1 +Version: 3.28.2 Release: 1%{?dist} Summary: Bluetooth graphical utilities License: GPLv2+ URL: https://wiki.gnome.org/Projects/GnomeBluetooth -Source0: https://download.gnome.org/sources/gnome-bluetooth/3.20/gnome-bluetooth-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-bluetooth/3.28/gnome-bluetooth-%{version}.tar.xz Source1: 61-gnome-bluetooth-rfkill.rules +# Fix the build with Python 2 +Patch0: gnome-bluetooth-python3.patch %if 0%{?rhel} ExcludeArch: s390 s390x %endif -BuildRequires: gtk3-devel >= 3.0 BuildRequires: dbus-glib-devel - -BuildRequires: intltool desktop-file-utils gettext gtk-doc +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: gobject-introspection-devel +BuildRequires: gtk3-devel +BuildRequires: gtk-doc BuildRequires: itstool -BuildRequires: pkgconfig(libnotify) +BuildRequires: meson BuildRequires: pkgconfig(libcanberra-gtk3) +BuildRequires: pkgconfig(libnotify) BuildRequires: systemd-devel -BuildRequires: gobject-introspection-devel - Provides: dbus-bluez-pin-helper # Otherwise we might end up with mismatching version @@ -62,16 +65,14 @@ This package contains the libraries and header files that are needed for writing applications that require a Bluetooth device selection widget. %prep -%setup -q +%autosetup -p1 %build -%configure --disable-desktop-update --disable-icon-update --disable-schemas-compile --disable-compile-warnings -make %{?_smp_mflags} +%meson -Dgtk_doc=true +%meson_build %install -%make_install - -find $RPM_BUILD_ROOT -name '*.la' -delete +%meson_install install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules @@ -127,6 +128,20 @@ fi %{_datadir}/gtk-doc %changelog +* Wed Aug 01 2018 Kalev Lember - 1:3.28.2-1 +- Update to 3.28.2 +- Resolves: #1567381 + +* Thu Jul 19 2018 Bastien Nocera - 1:3.28.1-1 ++ gnome-bluetooth-3.28.1-1 +- Work-around bluez bug that would leave adapters on Discoverable + when exiting +- Resolves: #1567381 + +* Mon Mar 12 2018 Kalev Lember - 1:3.28.0-1 +- Update to 3.28.0 +- Resolves: #1567381 + * Mon Feb 13 2017 Kalev Lember - 1:3.20.1-1 - Update to 3.20.1 - Resolves: #1386878