|
|
d642fe |
Name: gnome-bluetooth
|
|
|
d642fe |
Epoch: 1
|
|
|
d642fe |
Version: 3.28.2
|
|
|
d642fe |
Release: 1%{?dist}
|
|
|
d642fe |
Summary: Bluetooth graphical utilities
|
|
|
d642fe |
|
|
|
d642fe |
License: GPLv2+
|
|
|
d642fe |
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
|
|
d642fe |
Source0: https://download.gnome.org/sources/gnome-bluetooth/3.28/gnome-bluetooth-%{version}.tar.xz
|
|
|
d642fe |
Source1: 61-gnome-bluetooth-rfkill.rules
|
|
|
d642fe |
# Fix the build with Python 2
|
|
|
d642fe |
Patch0: gnome-bluetooth-python3.patch
|
|
|
d642fe |
|
|
|
d642fe |
%if 0%{?rhel}
|
|
|
d642fe |
ExcludeArch: s390 s390x
|
|
|
d642fe |
%endif
|
|
|
d642fe |
|
|
|
d642fe |
BuildRequires: dbus-glib-devel
|
|
|
d642fe |
BuildRequires: desktop-file-utils
|
|
|
d642fe |
BuildRequires: gettext
|
|
|
d642fe |
BuildRequires: gobject-introspection-devel
|
|
|
d642fe |
BuildRequires: gtk3-devel
|
|
|
d642fe |
BuildRequires: gtk-doc
|
|
|
d642fe |
BuildRequires: itstool
|
|
|
d642fe |
BuildRequires: meson
|
|
|
d642fe |
BuildRequires: pkgconfig(libcanberra-gtk3)
|
|
|
d642fe |
BuildRequires: pkgconfig(libnotify)
|
|
|
d642fe |
BuildRequires: systemd-devel
|
|
|
d642fe |
|
|
|
d642fe |
Provides: dbus-bluez-pin-helper
|
|
|
d642fe |
|
|
|
d642fe |
# Otherwise we might end up with mismatching version
|
|
|
d642fe |
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
d642fe |
Requires: bluez >= 5.0
|
|
|
d642fe |
%if 0%{?fedora}
|
|
|
d642fe |
Requires: bluez-obexd
|
|
|
d642fe |
%endif
|
|
|
d642fe |
%ifnarch s390 s390x
|
|
|
d642fe |
Requires: pulseaudio-module-bluetooth
|
|
|
d642fe |
%endif
|
|
|
d642fe |
|
|
|
d642fe |
Requires(post): desktop-file-utils
|
|
|
d642fe |
Requires(postun): desktop-file-utils
|
|
|
d642fe |
|
|
|
d642fe |
%description
|
|
|
d642fe |
The gnome-bluetooth package contains graphical utilities to setup,
|
|
|
d642fe |
monitor and use Bluetooth devices.
|
|
|
d642fe |
|
|
|
d642fe |
%package libs
|
|
|
d642fe |
Summary: GTK+ Bluetooth device selection widgets
|
|
|
d642fe |
License: LGPLv2+
|
|
|
d642fe |
|
|
|
d642fe |
%description libs
|
|
|
d642fe |
This package contains libraries needed for applications that
|
|
|
d642fe |
want to display a Bluetooth device selection widget.
|
|
|
d642fe |
|
|
|
d642fe |
%package libs-devel
|
|
|
d642fe |
Summary: Development files for %{name}-libs
|
|
|
d642fe |
License: LGPLv2+
|
|
|
d642fe |
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
d642fe |
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
d642fe |
|
|
|
d642fe |
%description libs-devel
|
|
|
d642fe |
This package contains the libraries and header files that are needed
|
|
|
d642fe |
for writing applications that require a Bluetooth device selection widget.
|
|
|
d642fe |
|
|
|
d642fe |
%prep
|
|
|
d642fe |
%autosetup -p1
|
|
|
d642fe |
|
|
|
d642fe |
%build
|
|
|
d642fe |
%meson -Dgtk_doc=true
|
|
|
d642fe |
%meson_build
|
|
|
d642fe |
|
|
|
d642fe |
%install
|
|
|
d642fe |
%meson_install
|
|
|
d642fe |
|
|
|
d642fe |
install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
|
|
d642fe |
|
|
|
d642fe |
%find_lang gnome-bluetooth2
|
|
|
d642fe |
|
|
|
d642fe |
%post
|
|
|
d642fe |
update-desktop-database &>/dev/null || :
|
|
|
d642fe |
|
|
|
d642fe |
%posttrans
|
|
|
d642fe |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
d642fe |
|
|
|
d642fe |
%postun
|
|
|
d642fe |
update-desktop-database &>/dev/null || :
|
|
|
d642fe |
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
|
|
d642fe |
|
|
|
d642fe |
%post libs
|
|
|
d642fe |
/sbin/ldconfig
|
|
|
d642fe |
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
d642fe |
|
|
|
d642fe |
%posttrans libs
|
|
|
d642fe |
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
d642fe |
|
|
|
d642fe |
%postun libs
|
|
|
d642fe |
/sbin/ldconfig
|
|
|
d642fe |
if [ $1 -eq 0 ] ; then
|
|
|
d642fe |
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
d642fe |
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
d642fe |
fi
|
|
|
d642fe |
|
|
|
d642fe |
%files
|
|
|
d642fe |
%license COPYING
|
|
|
d642fe |
%doc README NEWS
|
|
|
d642fe |
%{_bindir}/bluetooth-sendto
|
|
|
d642fe |
%{_datadir}/applications/*.desktop
|
|
|
d642fe |
%{_datadir}/gnome-bluetooth/
|
|
|
d642fe |
%{_mandir}/man1/*
|
|
|
d642fe |
/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
|
|
|
d642fe |
|
|
|
d642fe |
%files -f gnome-bluetooth2.lang libs
|
|
|
d642fe |
%license COPYING.LIB
|
|
|
d642fe |
%{_libdir}/libgnome-bluetooth.so.*
|
|
|
d642fe |
%dir %{_libdir}/girepository-1.0
|
|
|
d642fe |
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
|
|
|
d642fe |
%{_datadir}/icons/hicolor/*/apps/*
|
|
|
d642fe |
%{_datadir}/icons/hicolor/*/status/*
|
|
|
d642fe |
|
|
|
d642fe |
%files libs-devel
|
|
|
d642fe |
%{_includedir}/gnome-bluetooth/
|
|
|
d642fe |
%{_libdir}/libgnome-bluetooth.so
|
|
|
d642fe |
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
|
|
|
d642fe |
%dir %{_datadir}/gir-1.0
|
|
|
d642fe |
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
|
|
|
d642fe |
%{_datadir}/gtk-doc
|
|
|
d642fe |
|
|
|
d642fe |
%changelog
|
|
|
d642fe |
* Wed Aug 01 2018 Kalev Lember <klember@redhat.com> - 1:3.28.2-1
|
|
|
d642fe |
- Update to 3.28.2
|
|
|
d642fe |
- Resolves: #1567381
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jul 19 2018 Bastien Nocera <bnocera@redhat.com> - 1:3.28.1-1
|
|
|
d642fe |
+ gnome-bluetooth-3.28.1-1
|
|
|
d642fe |
- Work-around bluez bug that would leave adapters on Discoverable
|
|
|
d642fe |
when exiting
|
|
|
d642fe |
- Resolves: #1567381
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 1:3.28.0-1
|
|
|
d642fe |
- Update to 3.28.0
|
|
|
d642fe |
- Resolves: #1567381
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 1:3.20.1-1
|
|
|
d642fe |
- Update to 3.20.1
|
|
|
d642fe |
- Resolves: #1386878
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Oct 17 2016 Kalev Lember <klember@redhat.com> - 1:3.20.0-1
|
|
|
d642fe |
- Update to 3.20.0
|
|
|
d642fe |
- Resolves: #1386878
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Apr 30 2015 Bastien Nocera <bnocera@redhat.com> 3.14.1-1
|
|
|
d642fe |
- Update to 3.14.1
|
|
|
d642fe |
Resolves: #1174547
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:3.8.2.1-3
|
|
|
d642fe |
- Mass rebuild 2013-12-27
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Nov 22 2013 Bastien Nocera <bnocera@redhat.com> 3.8.2.1-2
|
|
|
d642fe |
- Fix crasher when disconnecting from a Bluetooth device
|
|
|
d642fe |
Resolves: #1028078
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Oct 31 2013 Bastien Nocera <bnocera@redhat.com> 3.8.2.1-1
|
|
|
d642fe |
- Update to 3.8.2.1
|
|
|
d642fe |
Resolves: #886464
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Oct 23 2013 Bastien Nocera <bnocera@redhat.com> 3.8.1-2
|
|
|
d642fe |
- Remove gvfs-obexftp requires
|
|
|
d642fe |
Resolves: #1022633
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jun 03 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.1-1
|
|
|
d642fe |
- Update to 3.8.1
|
|
|
d642fe |
|
|
|
d642fe |
* Fri May 10 2013 Adam Williamson <awilliam@redhat.com>
|
|
|
d642fe |
- no reason to update icon cache in %postun of main package *and* libs
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-1
|
|
|
d642fe |
- Update to 3.8.0
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.92-1
|
|
|
d642fe |
- Update to 3.7.92
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.4-4
|
|
|
d642fe |
- Drop the runtime dep on control-center
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.7.4-3
|
|
|
d642fe |
- Install the udev rule in /usr/lib
|
|
|
d642fe |
|
|
|
d642fe |
* Sat Jan 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.4-2
|
|
|
d642fe |
- Spec file cleanup
|
|
|
d642fe |
- Drop the desktop-notification-daemon requires now that the applet is gone
|
|
|
d642fe |
- Fix the build with gcc 4.8
|
|
|
d642fe |
- Move the libgnome-bluetooth-applet.so symlink to the -devel package
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.4-1
|
|
|
d642fe |
- Update to 3.7.4
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Nov 29 2012 Dan Horák <dan[at]danny.cz> - 1:3.6.1-2
|
|
|
d642fe |
- revive on Fedora/s390x, but drop Requires there - it's needed to fulfil compose dependencies
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Nov 15 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
|
|
|
d642fe |
- Update to 3.6.1
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 1:3.6.0-1
|
|
|
d642fe |
- Update to 3.6.0
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.92-1
|
|
|
d642fe |
- Update to 3.5.92
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Aug 14 2012 Debarshi Ray <rishi@fedoraproject.org> - 1:3.5.5-1
|
|
|
d642fe |
- Update to 3.5.5
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.4-2
|
|
|
d642fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Jul 20 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.4-1
|
|
|
d642fe |
- Update to 3.5.4
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.2-1
|
|
|
d642fe |
- Update to 3.4.2
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Jun 12 2012 Bastien Nocera <bnocera@redhat.com> 3.4.1-1
|
|
|
d642fe |
- Update to 3.4.1
|
|
|
d642fe |
|
|
|
d642fe |
* Tue May 08 2012 Bastien Nocera <bnocera@redhat.com> 3.4.0-3
|
|
|
d642fe |
- Don't build on s390
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.0-2
|
|
|
d642fe |
- Silence rpm scriptlet output
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.0-1
|
|
|
d642fe |
- Update to 3.4.0
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> 3.3.92-1
|
|
|
d642fe |
- Update to 3.3.92
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Jan 18 2012 Bastien Nocera <bnocera@redhat.com> 3.3.4-1
|
|
|
d642fe |
- Update to 3.3.4
|
|
|
d642fe |
- Moblin code is goner
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.3-2
|
|
|
d642fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
|
d642fe |
- Update to 3.3.3
|
|
|
d642fe |
|
|
|
d642fe |
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> -3.3.2-2
|
|
|
d642fe |
- Temporarily add libtool archive to devel package as gnome-shell needs is (for g-i bindings?)
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
|
|
|
d642fe |
- Update to 3.3.2
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
|
|
|
d642fe |
- Rebuilt for glibc bug#747377
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Oct 17 2011 Bastien Nocera <bnocera@redhat.com> 3.2.1-1
|
|
|
d642fe |
- Update to 3.2.1
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Sep 26 2011 Bastien Nocera <bnocera@redhat.com> 3.2.0-1
|
|
|
d642fe |
- Update to 3.2.0
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Sep 20 2011 Bastien Nocera <bnocera@redhat.com> 3.1.92-1
|
|
|
d642fe |
- Update to 3.1.92
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Sep 08 2011 Bastien Nocera <bnocera@redhat.com> 3.1.4-3
|
|
|
d642fe |
- Update to 3.1.4
|
|
|
d642fe |
- Update udev rule again (#733326)
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
|
|
|
d642fe |
- Update to 3.1.3
|
|
|
d642fe |
|
|
|
d642fe |
* Fri May 27 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-1
|
|
|
d642fe |
- Update to 3.0.1
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
|
|
|
d642fe |
- Update to 3.0.0
|
|
|
d642fe |
|
|
|
d642fe |
* Sat Mar 26 2011 Dan Horák <dan[at]danny.cz> 2.91.92-2
|
|
|
d642fe |
- update BRs when the moblin subpackage is disabled
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Mar 21 2011 Bastien Nocera <bnocera@redhat.com> 2.91.92-1
|
|
|
d642fe |
- Update to 2.91.92
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
|
|
|
d642fe |
- Update to 2.91.91
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-6
|
|
|
d642fe |
- Rebuild against newer gtk
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.5-5
|
|
|
d642fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 2.91.5-4
|
|
|
d642fe |
- Rebuild against newer control-center
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-3
|
|
|
d642fe |
- Rebuild against newer gtk
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jan 20 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-2
|
|
|
d642fe |
- Drop unneeded requires
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jan 17 2011 Bastien Nocera <bnocera@redhat.com> 2.91.5-1
|
|
|
d642fe |
- Update to 2.91.5
|
|
|
d642fe |
|
|
|
d642fe |
* Sat Jan 8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.2-3
|
|
|
d642fe |
- Rebuild against new gtk
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-2
|
|
|
d642fe |
- Rebuild against new gtk
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Nov 11 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2-1
|
|
|
d642fe |
- Update to 2.91.2
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Nov 3 2010 Matthias Clasen <mclasen@redhat.com> 1:2.90.0-10
|
|
|
d642fe |
- Rebuild against libnotify 0.7.0
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Sep 29 2010 jkeating - 1:2.90.0-9
|
|
|
d642fe |
- Rebuilt for gcc bug 634757
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-8
|
|
|
d642fe |
- Fix the build against newer gtk
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-7
|
|
|
d642fe |
- Rebuild against newer gobject-introspection
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-6
|
|
|
d642fe |
- Co-own /usr/share/gtk-doc
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Aug 05 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-5
|
|
|
d642fe |
- Fix requires for new epoch
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Aug 04 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-4
|
|
|
d642fe |
- Up the epoch due to F-14 changes
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.90.0-4
|
|
|
d642fe |
- Rebuild with new gobject-introspection
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.90.0-3
|
|
|
d642fe |
- Rebuild against new gobject-introspection
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jul 5 2010 Peter Robinson <pbrobinson@fedoraproject.org> 2.90.0-2
|
|
|
d642fe |
- Rebuild for new libmx
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Jun 30 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-1
|
|
|
d642fe |
- Update to 2.90.0
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-3
|
|
|
d642fe |
- Fix moblin package description
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jun 03 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-2
|
|
|
d642fe |
- Fix /dev/rfkill permissions when using newer udev >= 154 (#588660)
|
|
|
d642fe |
(with thanks to Sven Arvidsson and Debian)
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Mar 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
|
|
|
d642fe |
- Update to 2.30.0
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Feb 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.91-2
|
|
|
d642fe |
- Require -libs of the same version to avoid conflicts
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 2.29.91-1
|
|
|
d642fe |
- Update to 2.29.91
|
|
|
d642fe |
|
|
|
d642fe |
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> 2.29.3-5
|
|
|
d642fe |
- Add missing libs
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jan 28 2010 Bastien Nocera <bnocera@redhat.com> 2.29.3-4
|
|
|
d642fe |
- Fix a few rpmlint warnings
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Dec 15 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
|
|
|
d642fe |
- Enable introspection
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Dec 14 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-2
|
|
|
d642fe |
- Add patch to fix possible crasher in bluetooth-sendto (#544881)
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Nov 30 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
|
|
|
d642fe |
- Update to 2.29.3
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Nov 17 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
|
|
|
d642fe |
- Update to 2.29.2
|
|
|
d642fe |
- Add moblin subpackage
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.3-1
|
|
|
d642fe |
- Update to 2.28.3
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.2-1
|
|
|
d642fe |
- Update to 2.28.2
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Sep 29 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-1
|
|
|
d642fe |
- Update to 2.28.1
|
|
|
d642fe |
|
|
|
d642fe |
* Sat Sep 19 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-1
|
|
|
d642fe |
- Update to 2.28.0
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Sep 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-3
|
|
|
d642fe |
- Fix possible pairing failure
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Sep 03 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-2
|
|
|
d642fe |
- Fix connecting to audio devices not working when disconnected
|
|
|
d642fe |
at start
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Sep 02 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-1
|
|
|
d642fe |
- Update to 2.27.90
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-5
|
|
|
d642fe |
- Fix the friendly name not being editable (#516801)
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-4
|
|
|
d642fe |
- Add udev rules to access /dev/rfkill (#514798)
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-3
|
|
|
d642fe |
- Don't crash when exiting the wizard
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Aug 06 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-2
|
|
|
d642fe |
- Remove requirement on the main package from -libs, and move
|
|
|
d642fe |
the icons from the main package to the -libs sub-package (#515845)
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Aug 04 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-1
|
|
|
d642fe |
- Update to 2.27.9
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.8-2
|
|
|
d642fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 2.27.8-1
|
|
|
d642fe |
- Update to 2.27.8
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jun 25 2009 Bastien Nocera <bnocera@redhat.com> 2.27.7.1-1
|
|
|
d642fe |
- Update to 2.27.7.1
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jun 25 2009 Bastien Nocera <bnocera@redhat.com> 2.27.7-1
|
|
|
d642fe |
- Update to 2.27.7
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Jun 17 2009 Bastien Nocera <bnocera@redhat.com> 2.27.6-1
|
|
|
d642fe |
- Update to 2.27.6
|
|
|
d642fe |
- Require newer BlueZ for SSP support
|
|
|
d642fe |
|
|
|
d642fe |
* Sat May 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.5-2
|
|
|
d642fe |
- Require the virtual provides for notification daemon (#500585)
|
|
|
d642fe |
|
|
|
d642fe |
* Wed May 06 2009 Bastien Nocera <bnocera@redhat.com> 2.27.5-1
|
|
|
d642fe |
- Update to 2.27.5
|
|
|
d642fe |
|
|
|
d642fe |
* Fri May 01 2009 Bastien Nocera <bnocera@redhat.com> 2.27.4-4
|
|
|
d642fe |
- Use the scriplets on the wiki for the icon update
|
|
|
d642fe |
|
|
|
d642fe |
* Fri May 01 2009 Bastien Nocera <bnocera@redhat.com> 2.27.4-3
|
|
|
d642fe |
- Touch the icon theme directory, should fix the icon not appearing
|
|
|
d642fe |
properly on new installs
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Apr 16 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.4-2
|
|
|
d642fe |
- Require the PA Bluetooth plugins
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Apr 14 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.4-1
|
|
|
d642fe |
- Update to 2.27.4
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Apr 09 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.3-1
|
|
|
d642fe |
- Update to 2.27.3
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Apr 08 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.2-2
|
|
|
d642fe |
- Fix schema installation
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Apr 08 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.2-1
|
|
|
d642fe |
- Upgrade to 2.27.2
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Mar 10 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-4
|
|
|
d642fe |
- Make the -libs-devel obsolete and provide the -devel package, so
|
|
|
d642fe |
we can actually upgrade...
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-3
|
|
|
d642fe |
- Add patch to fix sendto
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-2
|
|
|
d642fe |
- Update to 2.27.1
|
|
|
d642fe |
- Loads of fixes mentioned by Bill Nottingham in bug #488498
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-2
|
|
|
d642fe |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Feb 19 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.0-1
|
|
|
d642fe |
- Update to 0.12.0
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Dec 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.0-8
|
|
|
d642fe |
- Rebuild for Python 2.6
|
|
|
d642fe |
|
|
|
d642fe |
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.11.0-7
|
|
|
d642fe |
- Rebuild for Python 2.6
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Oct 31 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-6
|
|
|
d642fe |
- Remove a few more .la files
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Sep 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.0-5
|
|
|
d642fe |
- Rebuild against new bluez-libs
|
|
|
d642fe |
|
|
|
d642fe |
* Wed May 14 2008 - Ondrej Vasik <ovasik@redhat.com> - 0.11.0-4
|
|
|
d642fe |
- Changed name of icon file(#444811)
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Feb 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-3
|
|
|
d642fe |
- Remove gnome-obex-server, we should use gnome-user-share now
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Feb 11 2008 - Ondrej Vasik <ovasik@redhat.com> - 0.11.0-1
|
|
|
d642fe |
- gcc43 rebuild
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0
|
|
|
d642fe |
- Update to 0.11.0
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.0
|
|
|
d642fe |
- Update to 0.10.0
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Oct 22 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.1-4
|
|
|
d642fe |
- marked gnome-obex-server.schemas as config file
|
|
|
d642fe |
- changed upstream URL
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Sep 18 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.1-3
|
|
|
d642fe |
- fixed wrong source URL
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Aug 23 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.1-2
|
|
|
d642fe |
- rebuilt for F8
|
|
|
d642fe |
- changed license tag to GPLv2 and LGPLv2+
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jul 23 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.1-1
|
|
|
d642fe |
- Upgrade to 0.9.1 to fix a crasher in the server
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jul 12 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-1
|
|
|
d642fe |
- Update for 0.9.0
|
|
|
d642fe |
- Fix installation of the python bindings
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Apr 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-4
|
|
|
d642fe |
- Remove unncessary gconfd killing from scripts (#224561)
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 0.8.0-3%{?dist}
|
|
|
d642fe |
- corrected BuildRoot
|
|
|
d642fe |
- smp flags added
|
|
|
d642fe |
- specfile cleanup
|
|
|
d642fe |
- fixed desktop file
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.8.0-2
|
|
|
d642fe |
- rebuild for python 2.5
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Nov 13 2006 Harald Hoyer <harald@redhat.com> - 0.8.0-1
|
|
|
d642fe |
- version 0.8.0
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-10.1
|
|
|
d642fe |
- rebuild
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Jun 14 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-10
|
|
|
d642fe |
- bump for new openobex
|
|
|
d642fe |
|
|
|
d642fe |
* Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-9
|
|
|
d642fe |
- Missing automake, libtool, gettext BR
|
|
|
d642fe |
|
|
|
d642fe |
* Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-6
|
|
|
d642fe |
- Bump for new libbluetooth
|
|
|
d642fe |
|
|
|
d642fe |
* Wed May 31 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-6
|
|
|
d642fe |
- add dependency on bluez-utils, cosmetic tweaks (bug #190280)
|
|
|
d642fe |
|
|
|
d642fe |
* Tue May 30 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-5
|
|
|
d642fe |
- install schemata correctly (bug #193518)
|
|
|
d642fe |
|
|
|
d642fe |
* Mon May 29 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-3
|
|
|
d642fe |
- more build requires (bug #193374)
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Feb 27 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-2
|
|
|
d642fe |
- pydir fixes for lib64
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Feb 16 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-1
|
|
|
d642fe |
- version 0.7.0
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2.1
|
|
|
d642fe |
- bump again for double-long bug on ppc(64)
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2
|
|
|
d642fe |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
d642fe |
- rebuilt
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Oct 07 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-2
|
|
|
d642fe |
- Fix relative path for the icons in desktop files which no longer works
|
|
|
d642fe |
with the icon cache.
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Sep 28 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-1
|
|
|
d642fe |
- new version 0.6.0
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> 0.5.1-14
|
|
|
d642fe |
- rebuild for new cairo
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jul 7 2005 Matthias Saou <http://freshrpms.net/> 0.5.1-13
|
|
|
d642fe |
- Minor spec file cleanups.
|
|
|
d642fe |
- Fix relative path for the icons in desktop files which no longer works
|
|
|
d642fe |
with the icon cache.
|
|
|
d642fe |
- Remove useless zero epochs.
|
|
|
d642fe |
- Remove explicit python abi requirement, it's automatic for FC4 and up.
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Mar 31 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-12
|
|
|
d642fe |
- removed base requirement from libs
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 0.5.1-11
|
|
|
d642fe |
- devel req glib2-devel libbtctl-devel for pkgconfig (#152488)
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
|
|
|
d642fe |
- rebuilt
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Feb 21 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-9
|
|
|
d642fe |
- added gnome hbox patch for bug rh#149215
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-8
|
|
|
d642fe |
- added requires for python-abi
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-7
|
|
|
d642fe |
- split package into app, libs and devel
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Oct 25 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-6
|
|
|
d642fe |
- fixed again gnome-bluetooth-manager script for 64bit (bug 134864)
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Oct 08 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-5
|
|
|
d642fe |
- buildrequire pygtk2-devel (bug 135032)
|
|
|
d642fe |
- fixed gnome-bluetooth-manager script for 64bit (bug 134864)
|
|
|
d642fe |
- fixed segfault on file receive (bug 133041)
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Sep 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-4
|
|
|
d642fe |
- buildrequire libbtctl-devel
|
|
|
d642fe |
- buildrequire openobex-devel >= 1.0.1
|
|
|
d642fe |
- pythondir -> pyexecdir
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Jul 28 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-3
|
|
|
d642fe |
- added build dependency for librsvg2-devel
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Jul 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-2
|
|
|
d642fe |
- added pydir patch
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Jul 22 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-1
|
|
|
d642fe |
- version 0.5.1
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
d642fe |
- rebuilt
|
|
|
d642fe |
|
|
|
d642fe |
* Tue May 25 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-8
|
|
|
d642fe |
- corrected BuildRequires
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Mar 10 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-7
|
|
|
d642fe |
- added EggToolBar patch for gcc34
|
|
|
d642fe |
|
|
|
d642fe |
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
d642fe |
- rebuilt
|
|
|
d642fe |
|
|
|
d642fe |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
d642fe |
- rebuilt
|
|
|
d642fe |
|
|
|
d642fe |
* Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 0.4.1-4
|
|
|
d642fe |
- added autofoo patch
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Aug 28 2003 Harald Hoyer <harald@redhat.de> 0.4.1-3
|
|
|
d642fe |
- add .so to gnome-vfs module, if libtool does not!
|
|
|
d642fe |
|
|
|
d642fe |
* Thu Aug 07 2003 Harald Hoyer <harald@redhat.de> 0.4.1-2
|
|
|
d642fe |
- call libtool finish
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Aug 6 2003 Harald Hoyer <harald@redhat.de> 0.4.1-1
|
|
|
d642fe |
- new version 0.4.1
|
|
|
d642fe |
|
|
|
d642fe |
* Wed Jun 5 2003 Harald Hoyer <harald@redhat.de> 0.4-1
|
|
|
d642fe |
- initial RPM
|
|
|
d642fe |
|
|
|
d642fe |
|