forked from pool/gnome-bluetooth
This commit is contained in:
parent
0be72c40ad
commit
403d13c4c6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:939c8a8f819b8c39e4e355a764b2a47c6959d57029c5134a51a282d7cccd60c5
|
||||
size 473441
|
3
gnome-bluetooth-2.27.4.tar.bz2
Normal file
3
gnome-bluetooth-2.27.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:250fede462d5ec0576c0ab9c7f965fb56dc5de6e1180405da8cf0e867a2eca3a
|
||||
size 639406
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 18:46:42 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.27.4:
|
||||
+ Fix display of labels on the passkey page, and of the passkey
|
||||
on the passkey options dialogue
|
||||
+ More use of GtkBuilder in the wizard
|
||||
+ First pass at user-targetted documentation
|
||||
+ Fix a few memory leaks
|
||||
+ Fix crash when running properties installed
|
||||
- Changes from version 2.27.3:
|
||||
+ Fix schema installation
|
||||
+ Make sure the applet works even without the schema being
|
||||
installed properly
|
||||
+ Fix display of devices with underscores in their name in the
|
||||
applet
|
||||
+ Fix some devices with no real audio support (AVCRP phones for
|
||||
example) showing up in the applet
|
||||
- Add gnome-doc-utils-devel BuildRequires.
|
||||
- Pass --disable-scrollkeeper to configure.
|
||||
- Package documentation too.
|
||||
- Use fdupes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 01:09:33 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.27.2:
|
||||
+ General:
|
||||
- Use our own "paired" icon, to avoid confusion in some themes
|
||||
- Remove "Trust" from the UI, it's an implementation detail
|
||||
- Group input and audio device-types under the same heading in
|
||||
the chooser
|
||||
+ Applet:
|
||||
- Use new "disabled" icons
|
||||
- Add a status label for the killswitch menu item
|
||||
- Add the ability to connect/disconnect from devices directly
|
||||
from the applet's menu
|
||||
+ Properties:
|
||||
- Only show the default adapter, and simplify the UI
|
||||
- Show a way to turn off the killswitch when there's no
|
||||
Bluetooth adapters in the machine
|
||||
+ Wizard:
|
||||
- Don't show "Enter passkey" when we know the passkey of the
|
||||
device already
|
||||
- Remove special-casing of mice, and PS3 BD remote from the
|
||||
code and into the database
|
||||
- Move passkey options button back into the content area, from
|
||||
the action area
|
||||
- Simplify passkey options dialogue
|
||||
- Connect to input and audio devices when setup finishes
|
||||
- Mark all the newly paired devices as trusted
|
||||
- Fix the wizard not allowing to get past the search page when
|
||||
the device selected didn't have a name at first
|
||||
- Port quirks database to XML
|
||||
- Add quirk for the Bluemax Bluetooth GPS Receiver GPS-009
|
||||
- Add quirk for the Nintendo Wiimote
|
||||
- Add quirk for iBT-GPS, and another GPS
|
||||
+ Sendto:
|
||||
- Fix obex-data-server support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 16 14:46:16 CET 2009 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-bluetooth (Version 2.27.1)
|
||||
# spec file for package gnome-bluetooth (Version 2.27.4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,9 @@
|
||||
|
||||
|
||||
Name: gnome-bluetooth
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gconf2-devel
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: hal-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libnotify-devel
|
||||
@ -28,8 +30,8 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
License: GPL v2 or later
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.27.1
|
||||
Release: 2
|
||||
Version: 2.27.4
|
||||
Release: 1
|
||||
Summary: GNOME Bluetooth graphical utilities
|
||||
Url: http://usefulinc.com/software/gnome-bluetooth/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -127,6 +129,7 @@ translation-update-upstream
|
||||
%build
|
||||
%configure --disable-schemas-install \
|
||||
--disable-icon-update \
|
||||
--disable-scrollkeeper \
|
||||
--disable-desktop-update
|
||||
%__make %{?jobs:-j%jobs}
|
||||
|
||||
@ -136,7 +139,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/libgnome-bluetooth.la
|
||||
%suse_update_desktop_file bluetooth-properties -G "Configure Bluetooth settings" -N "Bluetooth Properties"
|
||||
%suse_update_desktop_file bluetooth-applet -G "Bluetooth Manager applet"
|
||||
%find_lang %{name}2
|
||||
%find_lang %{name} %{name}2.lang
|
||||
%find_gconf_schemas
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -157,7 +162,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
|
||||
%{_datadir}/applications/bluetooth-properties.desktop
|
||||
%{_datadir}/gnome-bluetooth
|
||||
%{_datadir}/icons/hicolor/*/apps/bluetooth*
|
||||
%{_datadir}/icons/hicolor/*/*/bluetooth*
|
||||
%{_mandir}/man1/bluetooth-*
|
||||
|
||||
%files lang -f %{name}2.lang
|
||||
@ -174,6 +179,60 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gtk-doc/html/gnome-bluetooth
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2009 vuntz@novell.com
|
||||
- Update to version 2.27.4:
|
||||
+ Fix display of labels on the passkey page, and of the passkey
|
||||
on the passkey options dialogue
|
||||
+ More use of GtkBuilder in the wizard
|
||||
+ First pass at user-targetted documentation
|
||||
+ Fix a few memory leaks
|
||||
+ Fix crash when running properties installed
|
||||
- Changes from version 2.27.3:
|
||||
+ Fix schema installation
|
||||
+ Make sure the applet works even without the schema being
|
||||
installed properly
|
||||
+ Fix display of devices with underscores in their name in the
|
||||
applet
|
||||
+ Fix some devices with no real audio support (AVCRP phones for
|
||||
example) showing up in the applet
|
||||
- Add gnome-doc-utils-devel BuildRequires.
|
||||
- Pass --disable-scrollkeeper to configure.
|
||||
- Package documentation too.
|
||||
- Use fdupes.
|
||||
* Thu Apr 09 2009 vuntz@novell.com
|
||||
- Update to version 2.27.2:
|
||||
+ General:
|
||||
- Use our own "paired" icon, to avoid confusion in some themes
|
||||
- Remove "Trust" from the UI, it's an implementation detail
|
||||
- Group input and audio device-types under the same heading in
|
||||
the chooser
|
||||
+ Applet:
|
||||
- Use new "disabled" icons
|
||||
- Add a status label for the killswitch menu item
|
||||
- Add the ability to connect/disconnect from devices directly
|
||||
from the applet's menu
|
||||
+ Properties:
|
||||
- Only show the default adapter, and simplify the UI
|
||||
- Show a way to turn off the killswitch when there's no
|
||||
Bluetooth adapters in the machine
|
||||
+ Wizard:
|
||||
- Don't show "Enter passkey" when we know the passkey of the
|
||||
device already
|
||||
- Remove special-casing of mice, and PS3 BD remote from the
|
||||
code and into the database
|
||||
- Move passkey options button back into the content area, from
|
||||
the action area
|
||||
- Simplify passkey options dialogue
|
||||
- Connect to input and audio devices when setup finishes
|
||||
- Mark all the newly paired devices as trusted
|
||||
- Fix the wizard not allowing to get past the search page when
|
||||
the device selected didn't have a name at first
|
||||
- Port quirks database to XML
|
||||
- Add quirk for the Bluemax Bluetooth GPS Receiver GPS-009
|
||||
- Add quirk for the Nintendo Wiimote
|
||||
- Add quirk for iBT-GPS, and another GPS
|
||||
+ Sendto:
|
||||
- Fix obex-data-server support
|
||||
* Mon Mar 16 2009 sbrabec@suse.cz
|
||||
- Added support for translation-update-upstream (FATE#301344).
|
||||
* Sun Mar 15 2009 vuntz@novell.com
|
||||
|
Loading…
Reference in New Issue
Block a user