Accepting request 586337 from GNOME:Factory
can't really mix "the" with a "'s". (forwarded request 586293 from jengelh) OBS-URL: https://build.opensuse.org/request/show/586337 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-bluetooth?expand=0&rev=88
This commit is contained in:
commit
c08466c1ab
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d2c7b94fc76a833dad0d4d91344e9a5a7b4aad740c5a90944bd25c5be7e784f
|
|
||||||
size 350500
|
|
3
gnome-bluetooth-3.28.0.tar.xz
Normal file
3
gnome-bluetooth-3.28.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:771472f6df7bf16bdcb2266f4e52b7aa8c5e723509481d734ad22b9ae9fcfe60
|
||||||
|
size 349312
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 13 09:18:19 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update summaries.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 12 16:07:37 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.28.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 19:25:53 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.27.92:
|
||||||
|
+ Avoid crash when Bluetooth panel is switched away from quickly.
|
||||||
|
+ Fix connection button state becoming out of sync after
|
||||||
|
disconnect.
|
||||||
|
+ Make sure to remove all the devices when bluetoothd crashes.
|
||||||
|
+ Stop spinner when it becomes invisible.
|
||||||
|
+ Fix compile-time warning.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 16:27:14 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Modernize spec-file by calling spec-cleaner
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 15 22:18:00 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.27.90:
|
||||||
|
+ Simplify and make BluetoothClient more efficient.
|
||||||
|
+ Fix problems when Bluetooth adapters come and go.
|
||||||
|
+ Remove quirks already handled by autopair plugin.
|
||||||
|
- Update Url tag to https://wiki.gnome.org/Projects/GnomeBluetooth,
|
||||||
|
current GNOME Bluetooth's web page.
|
||||||
|
- Rename enable-gtk-doc meson option to gtk_doc following upstream
|
||||||
|
change.
|
||||||
|
- Add LGPL-2.1+ to the License tag for compliance with the
|
||||||
|
libraries' copyrights.
|
||||||
|
- Update summaries and descriptions to express more accurately each
|
||||||
|
subpackage's content.
|
||||||
|
- Drop update-desktop-files BuildRequires and its macro: it is no
|
||||||
|
longer needed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 15 22:31:03 UTC 2017 - luc14n0@linuxmail.org
|
Fri Sep 15 22:31:03 UTC 2017 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-bluetooth
|
# spec file for package gnome-bluetooth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,18 +18,18 @@
|
|||||||
|
|
||||||
%define _udevdir %(pkg-config --variable udevdir udev)
|
%define _udevdir %(pkg-config --variable udevdir udev)
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 3.26.1
|
Version: 3.28.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://live.gnome.org/GnomeBluetooth
|
Url: https://wiki.gnome.org/Projects/GnomeBluetooth
|
||||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.26/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-bluetooth/3.28/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||||
@ -44,37 +44,42 @@ BuildRequires: translation-update-upstream
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
A set of graphical utilities to setup, monitor and use Bluetooth devices.
|
||||||
monitor and use Bluetooth devices.
|
|
||||||
|
This package provides the utilities, data files and manuals for GNOME Bluetooth.
|
||||||
|
|
||||||
|
%package -n libgnome-bluetooth13
|
||||||
|
Summary: GNOME Bluetooth's Shared Libraries
|
||||||
|
License: LGPL-2.1-or-later
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n libgnome-bluetooth13
|
||||||
|
A set of graphical utilities to setup, monitor and use Bluetooth devices.
|
||||||
|
|
||||||
|
This package provides the GNOME Bluetooth's shared library.
|
||||||
|
|
||||||
|
%package -n typelib-1_0-GnomeBluetooth-1_0
|
||||||
|
Summary: Introspection bindings for the GNOME Bluetooth libraries
|
||||||
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
|
%description -n typelib-1_0-GnomeBluetooth-1_0
|
||||||
|
A set of graphical utilities to setup, monitor and use Bluetooth devices.
|
||||||
|
|
||||||
|
This package provides the GObject Introspection bindings for the GNOME Bluetooth's
|
||||||
|
libraries.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the GNOME Bluetooth graphical utilities
|
Summary: Development files for the GNOME Bluetooth libraries
|
||||||
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: typelib-1_0-GnomeBluetooth-1_0 = %{version}
|
Requires: typelib-1_0-GnomeBluetooth-1_0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
A set of graphical utilities to setup, monitor and use Bluetooth devices.
|
||||||
monitor and use Bluetooth devices.
|
|
||||||
|
|
||||||
%package -n libgnome-bluetooth13
|
This package provides the necessary files for development with GNOME Bluetooth.
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n libgnome-bluetooth13
|
|
||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
|
||||||
monitor and use Bluetooth devices.
|
|
||||||
|
|
||||||
%package -n typelib-1_0-GnomeBluetooth-1_0
|
|
||||||
Summary: Introspection bindings for the gnome-bluetooth library
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n typelib-1_0-GnomeBluetooth-1_0
|
|
||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
|
||||||
monitor and use Bluetooth devices.
|
|
||||||
|
|
||||||
This package provides the GObject Introspection bindings for the
|
|
||||||
gnome-bluetooth library.
|
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
@ -86,44 +91,41 @@ translation-update-upstream
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-D enable-gtk-doc=true
|
-D gtk_doc=true
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%suse_update_desktop_file bluetooth-sendto
|
|
||||||
%find_lang %{name}2 %{?no_lang_C}
|
%find_lang %{name}2 %{?no_lang_C}
|
||||||
%fdupes %{buildroot}/%{_prefix}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%post -n libgnome-bluetooth13 -p /sbin/ldconfig
|
%post -n libgnome-bluetooth13 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgnome-bluetooth13 -p /sbin/ldconfig
|
%postun -n libgnome-bluetooth13 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc NEWS README
|
||||||
%{_bindir}/bluetooth-*
|
%{_bindir}/bluetooth-*
|
||||||
%{_datadir}/applications/bluetooth-sendto.desktop
|
%{_datadir}/applications/bluetooth-sendto.desktop
|
||||||
%{_datadir}/gnome-bluetooth/
|
%{_datadir}/gnome-bluetooth/
|
||||||
%{_datadir}/icons/hicolor/*/*/*bluetooth*
|
%{_datadir}/icons/hicolor/*/*/*bluetooth*
|
||||||
%{_mandir}/man1/bluetooth-*
|
%{_mandir}/man1/bluetooth-*
|
||||||
|
|
||||||
%files lang -f %{name}2.lang
|
|
||||||
|
|
||||||
%files -n libgnome-bluetooth13
|
%files -n libgnome-bluetooth13
|
||||||
%defattr(-,root,root,-)
|
%license COPYING.LIB
|
||||||
%{_libdir}/libgnome-bluetooth.so.*
|
%{_libdir}/libgnome-bluetooth.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-GnomeBluetooth-1_0
|
%files -n typelib-1_0-GnomeBluetooth-1_0
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
|
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%doc AUTHORS ChangeLog.README MAINTAINERS
|
||||||
|
%doc %{_datadir}/gtk-doc/html/gnome-bluetooth
|
||||||
%{_includedir}/gnome-bluetooth
|
%{_includedir}/gnome-bluetooth
|
||||||
%{_libdir}/libgnome-bluetooth.so
|
%{_libdir}/libgnome-bluetooth.so
|
||||||
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
%{_datadir}/gtk-doc/html/gnome-bluetooth
|
|
||||||
|
%files lang -f %{name}2.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user