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