Accepting request 180479 from home:dimstar:branches:GNOME:Factory
Update to 3.9.3 OBS-URL: https://build.opensuse.org/request/show/180479 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=122
This commit is contained in:
parent
027193d9a7
commit
7687201481
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:70f275922f10ac9f40eb7d57f89193502ee490894b5b721d0f6273432fc97f82
|
|
||||||
size 1330524
|
|
3
gnome-bluetooth-3.9.3.tar.xz
Normal file
3
gnome-bluetooth-3.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c6e495f7d20dc0563fa7c386afb73f35437b86df9caca4f7d5475b69d2a4d277
|
||||||
|
size 1349652
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 21 15:50:50 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.3:
|
||||||
|
+ Fix possible assertion with newer kernels on some hardware.
|
||||||
|
+ Port to BlueZ 5.
|
||||||
|
+ API documentation fixes.
|
||||||
|
+ Send-To:
|
||||||
|
- Fix "Retry" button.
|
||||||
|
- Set the From label as soon as we create the window.
|
||||||
|
- Clear the progress bar text when there's an error.
|
||||||
|
- Remove duplicate header label.
|
||||||
|
- Show when all the transfers have completed.
|
||||||
|
+ Wizard:
|
||||||
|
- Fix buttons when "retry" is clicked.
|
||||||
|
- Only enable "PIN options" button if device is selected.
|
||||||
|
- Hide PIN options dialogue if the selected device changes.
|
||||||
|
- Rename libgnome-bluetooth11 subpackage to libgnome-bluetooth12,
|
||||||
|
following upstreams soname change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 26 10:30:23 UTC 2013 - dimstar@opensuse.org
|
Tue Mar 26 10:30:23 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Version: 3.8.0
|
Version: 3.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://live.gnome.org/GnomeBluetooth
|
Url: http://live.gnome.org/GnomeBluetooth
|
||||||
Source: http://download.gnome.org/sources/gnome-bluetooth/3.8/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-bluetooth/3.9/%{name}-%{version}.tar.xz
|
||||||
Source1: 61-gnome-bluetooth-rfkill.rules
|
Source1: 61-gnome-bluetooth-rfkill.rules
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -64,12 +64,12 @@ Provides: libgnomebt-devel = 0.12
|
|||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
The gnome-bluetooth package contains graphical utilities to setup,
|
||||||
monitor and use Bluetooth devices.
|
monitor and use Bluetooth devices.
|
||||||
|
|
||||||
%package -n libgnome-bluetooth11
|
%package -n libgnome-bluetooth12
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: libgnomebt1 <= 0.12
|
Obsoletes: libgnomebt1 <= 0.12
|
||||||
|
|
||||||
%description -n libgnome-bluetooth11
|
%description -n libgnome-bluetooth12
|
||||||
The gnome-bluetooth package contains graphical utilities to setup,
|
The gnome-bluetooth package contains graphical utilities to setup,
|
||||||
monitor and use Bluetooth devices.
|
monitor and use Bluetooth devices.
|
||||||
|
|
||||||
@ -131,9 +131,9 @@ rm -rf %{buildroot}
|
|||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
|
||||||
%post -n libgnome-bluetooth11 -p /sbin/ldconfig
|
%post -n libgnome-bluetooth12 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgnome-bluetooth11 -p /sbin/ldconfig
|
%postun -n libgnome-bluetooth12 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -156,7 +156,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files lang -f %{name}2.lang
|
%files lang -f %{name}2.lang
|
||||||
|
|
||||||
%files -n libgnome-bluetooth11
|
%files -n libgnome-bluetooth12
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libgnome-bluetooth.so.*
|
%{_libdir}/libgnome-bluetooth.so.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user