cbdddd3
Name:		gnome-bluetooth
Bastien Nocera d2564e8
Epoch:		1
1a79ebe
Version:	3.16.0
Richard Hughes 4d7b503
Release:	1%{?dist}
cbdddd3
Summary:	Bluetooth graphical utilities
cbdddd3
cbdddd3
Group:		Applications/Communications
cbdddd3
License:	GPLv2+
cbdddd3
URL:		http://live.gnome.org/GnomeBluetooth
1a79ebe
Source0:	http://download.gnome.org/sources/gnome-bluetooth/3.16/gnome-bluetooth-%{version}.tar.xz
c91d47d
Source1:	61-gnome-bluetooth-rfkill.rules
cbdddd3
01eb9c7
%if 0%{?rhel}
Bastien Nocera d7913ae
ExcludeArch:	s390 s390x
01eb9c7
%endif
Bastien Nocera d7913ae
69c7e07
BuildRequires:	gtk3-devel >= 3.0
cbdddd3
BuildRequires:	dbus-glib-devel
cbdddd3
cad1f82
BuildRequires:	intltool desktop-file-utils gettext gtk-doc
c3aa190
BuildRequires:	itstool
Richard Hughes d26573a
BuildRequires:	systemd-devel
cbdddd3
47c179a
BuildRequires:	gobject-introspection-devel
47c179a
cbdddd3
Obsoletes:	bluez-pin
cbdddd3
Provides:	dbus-bluez-pin-helper
5f2f1d4
Conflicts:	bluez-gnome <= 1.8
5f2f1d4
Obsoletes:	bluez-gnome <= 1.8
cbdddd3
f05e77e
# Otherwise we might end up with mismatching version
Bastien Nocera 54ee489
Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
b3751f7
Requires:	bluez >= 5.0
01eb9c7
%ifnarch s390 s390x
8b01685
Requires:	pulseaudio-module-bluetooth
01eb9c7
%endif
cbdddd3
55cb2cf
Requires(post):		desktop-file-utils
55cb2cf
Requires(postun):	desktop-file-utils
55cb2cf
cvsdist 6e0c721
%description
cbdddd3
The gnome-bluetooth package contains graphical utilities to setup,
cbdddd3
monitor and use Bluetooth devices.
cvsdist 6e0c721
2408fa3
%package libs
cbdddd3
Summary:	GTK+ Bluetooth device selection widgets
cbdddd3
Group:		System Environment/Libraries
cbdddd3
License:	LGPLv2+
76eeca8
Requires:	gobject-introspection
2408fa3
858ccc3
%if 0%{?fedora}
858ccc3
# From rhughes-f20-gnome-3-12 copr
858ccc3
Obsoletes:	compat-gnome-bluetooth310-libs < 3.12
858ccc3
%endif
858ccc3
2408fa3
%description libs
cbdddd3
This package contains libraries needed for applications that
cbdddd3
want to display a Bluetooth device selection widget.
2408fa3
cbdddd3
%package libs-devel
cbdddd3
Summary:	Development files for %{name}-libs
cbdddd3
Group:		Development/Libraries
cbdddd3
License:	LGPLv2+
Bastien Nocera 54ee489
Requires:	%{name}-libs = %{epoch}:%{version}-%{release}
ae93cea
Requires:	%{name} = %{epoch}:%{version}-%{release}
bf85f05
Requires:	gobject-introspection-devel
55a365a
Obsoletes:	gnome-bluetooth-devel < 2.27.1-4
55a365a
Provides:	gnome-bluetooth-devel = %{version}
2408fa3
cbdddd3
%description libs-devel
26ea68e
This package contains the libraries and header files that are needed
cbdddd3
for writing applications that require a Bluetooth device selection widget.
2408fa3
cvsdist 6e0c721
%prep
6ff181f
%setup -q
cvsdist 94905cc
cvsdist 6e0c721
%build
194fd04
%configure --disable-desktop-update --disable-icon-update --disable-schemas-compile --disable-compile-warnings
08defa4
make %{?_smp_mflags}
cbdddd3
cvsdist 6e0c721
%install
cbdddd3
make install DESTDIR=$RPM_BUILD_ROOT
cbdddd3
93e17d3
rm -f 	   $RPM_BUILD_ROOT/%{_libdir}/gnome-bluetooth/plugins/*.la \
88a76f2
	   $RPM_BUILD_ROOT/%{_libdir}/nautilus-sendto/plugins/*.la
93e17d3
#	   $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.la \
cbdddd3
53e5eb6
install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
c91d47d
0e6bdae
# gnome-bluetooth2 is the name for the gettext domain,
0e6bdae
# gnome-bluetooth is the name in the docs
cbdddd3
%find_lang gnome-bluetooth2
0e6bdae
%find_lang %{name} --with-gnome
0e6bdae
cat %{name}.lang >> gnome-bluetooth2.lang
0e6bdae
cbdddd3
%post
089f510
update-desktop-database &>/dev/null || :
df62bd7
df62bd7
%posttrans
089f510
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
fdf5cf4
cbdddd3
%postun
089f510
update-desktop-database &>/dev/null || :
089f510
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
cbdddd3
9d677f1
%post libs
9d677f1
/sbin/ldconfig
9d677f1
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
cbdddd3
9d677f1
%posttrans libs
9d677f1
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
9d677f1
9d677f1
%postun libs
9d677f1
/sbin/ldconfig
9d677f1
if [ $1 -eq 0 ] ; then
9d677f1
	touch --no-create %{_datadir}/icons/hicolor &>/dev/null
9d677f1
	gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
9d677f1
fi
cbdddd3
08defa4
%files
cbdddd3
%doc README NEWS COPYING
08defa4
%{_bindir}/bluetooth-sendto
cbdddd3
%{_datadir}/applications/*.desktop
42d71f7
%{_datadir}/gnome-bluetooth/
cbdddd3
%{_mandir}/man1/*
53e5eb6
/usr/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules
2408fa3
08defa4
%files -f gnome-bluetooth2.lang libs
cbdddd3
%doc COPYING.LIB
cbdddd3
%{_libdir}/libgnome-bluetooth.so.*
76eeca8
%{_libdir}/girepository-1.0/GnomeBluetooth-1.0.typelib
9d677f1
%{_datadir}/icons/hicolor/*/apps/*
9d677f1
%{_datadir}/icons/hicolor/*/status/*
cbdddd3
cbdddd3
%files libs-devel
5f2f1d4
%{_includedir}/gnome-bluetooth/
cbdddd3
%{_libdir}/libgnome-bluetooth.so
93e17d3
%{_libdir}/libgnome-bluetooth.la
cbdddd3
%{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc
76eeca8
%{_datadir}/gir-1.0/GnomeBluetooth-1.0.gir
bf85f05
%{_datadir}/gtk-doc
cvsdist eea13fd
cvsdist eea13fd
%changelog
1a79ebe
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.0-1
1a79ebe
- Update to 3.16.0
1a79ebe
Richard Hughes 4d7b503
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 1:3.15.4-1
Richard Hughes 4d7b503
- Update to 3.15.4
Richard Hughes 4d7b503
858ccc3
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-3
858ccc3
- Move compat-gnome-bluetooth310-libs obsoletes to -libs subpackage
858ccc3
858ccc3
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-2
b83a310
- Obsolete compat-gnome-bluetooth310-libs from rhughes-f20-gnome-3-12 copr
b83a310
d91d393
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-1
d91d393
- Update to 3.14.0
d91d393
8d841ca
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.90-1
8d841ca
- Update to 3.13.90
8d841ca
6cfc8c7
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.12.0-4
6cfc8c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6cfc8c7
61c9154
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.12.0-3
61c9154
- Rebuilt for gobject-introspection 1.41.4
61c9154
01831c7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.12.0-2
01831c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
01831c7
Richard Hughes 0e70594
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 1:3.12.0-1
Richard Hughes 0e70594
- Update to 3.12.0
Richard Hughes 0e70594
Richard Hughes 59e808f
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.91-1
Richard Hughes 59e808f
- Update to 3.11.91
Richard Hughes 59e808f
Richard Hughes a70461a
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 1:3.11.3-1
Richard Hughes a70461a
- Update to 3.11.3
Richard Hughes a70461a
a480b09
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.10.0-1
a480b09
- Update to 3.10.0
a480b09
518c989
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.91-2
518c989
- Drop the dep on gvfs-obexftp
518c989
6465b67
* Tue Sep 10 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.91-1
6465b67
- Update to 3.9.91
6465b67
da405d1
* Sun Aug 18 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.3-4
da405d1
- Drop an obsolete dep on obexd
da405d1
b3751f7
* Wed Aug 14 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.3-3
b3751f7
- Require bluez >= 5.0
b3751f7
58fa664
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.9.3-2
58fa664
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
58fa664
07ca35f
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.3-1
07ca35f
- Update to 3.9.3
07ca35f
c8a1715
* Mon Jun 03 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.1-1
c8a1715
- Update to 3.8.1
c8a1715
703fd1f
* Fri May 10 2013 Adam Williamson <awilliam@redhat.com>
703fd1f
- no reason to update icon cache in %postun of main package *and* libs
703fd1f
006029f
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-1
006029f
- Update to 3.8.0
006029f
Richard Hughes b19942d
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.92-1
Richard Hughes b19942d
- Update to 3.7.92
Richard Hughes b19942d
7740b72
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.4-4
7740b72
- Drop the runtime dep on control-center
7740b72
53e5eb6
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.7.4-3
53e5eb6
- Install the udev rule in /usr/lib
53e5eb6
7c33dda
* Sat Jan 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.4-2
7c33dda
- Spec file cleanup
488b8d4
- Drop the desktop-notification-daemon requires now that the applet is gone
194fd04
- Fix the build with gcc 4.8
ae93cea
- Move the libgnome-bluetooth-applet.so symlink to the -devel package
7c33dda
Richard Hughes 4e58e19
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.4-1
Richard Hughes 4e58e19
- Update to 3.7.4
Richard Hughes 4e58e19
01eb9c7
* Thu Nov 29 2012 Dan Horák <dan[at]danny.cz> - 1:3.6.1-2
01eb9c7
- revive on Fedora/s390x, but drop Requires there - it's needed to fulfil compose dependencies
01eb9c7
996a4c8
* Thu Nov 15 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
996a4c8
- Update to 3.6.1
996a4c8
Richard Hughes 99fb72b
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 1:3.6.0-1
Richard Hughes 99fb72b
- Update to 3.6.0
Richard Hughes 99fb72b
Richard Hughes 1f028fd
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.92-1
Richard Hughes 1f028fd
- Update to 3.5.92
Richard Hughes 1f028fd
9d936d7
* Tue Aug 14 2012 Debarshi Ray <rishi@fedoraproject.org> - 1:3.5.5-1
9d936d7
- Update to 3.5.5
9d936d7
8ae580f
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.4-2
8ae580f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8ae580f
Richard Hughes 2b17187
* Fri Jul 20 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.4-1
Richard Hughes 2b17187
- Update to 3.5.4
Richard Hughes 2b17187
Richard Hughes 70fd68e
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.2-1
Richard Hughes 70fd68e
- Update to 3.4.2
Richard Hughes 70fd68e
Bastien Nocera 017e1d4
* Tue Jun 12 2012 Bastien Nocera <bnocera@redhat.com> 3.4.1-1
Bastien Nocera 017e1d4
- Update to 3.4.1
Bastien Nocera 017e1d4
Bastien Nocera d7913ae
* Tue May 08 2012 Bastien Nocera <bnocera@redhat.com> 3.4.0-3
Bastien Nocera d7913ae
- Don't build on s390
Bastien Nocera d7913ae
089f510
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.0-2
089f510
- Silence rpm scriptlet output
089f510
Richard Hughes c59c17c
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.0-1
Richard Hughes c59c17c
- Update to 3.4.0
Richard Hughes c59c17c
5b9fa1f
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> 3.3.92-1
5b9fa1f
- Update to 3.3.92
5b9fa1f
Bastien Nocera e480e17
* Wed Jan 18 2012 Bastien Nocera <bnocera@redhat.com> 3.3.4-1
Bastien Nocera e480e17
- Update to 3.3.4
Bastien Nocera e480e17
- Moblin code is goner
Bastien Nocera e480e17
8fa119a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.3-2
8fa119a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8fa119a
69c7e07
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
69c7e07
- Update to 3.3.3
69c7e07
93e17d3
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> -3.3.2-2
93e17d3
- Temporarily add libtool archive to devel package as gnome-shell needs is (for g-i bindings?)
93e17d3
ea0259d
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
ea0259d
- Update to 3.3.2
ac7701d
231cc17
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
231cc17
- Rebuilt for glibc bug#747377
231cc17
Bastien Nocera a739c97
* Mon Oct 17 2011 Bastien Nocera <bnocera@redhat.com> 3.2.1-1
Bastien Nocera a739c97
- Update to 3.2.1
Bastien Nocera a739c97
Bastien Nocera b66acbb
* Mon Sep 26 2011 Bastien Nocera <bnocera@redhat.com> 3.2.0-1
Bastien Nocera b66acbb
- Update to 3.2.0
Bastien Nocera b66acbb
Bastien Nocera 2b1d290
* Tue Sep 20 2011 Bastien Nocera <bnocera@redhat.com> 3.1.92-1
Bastien Nocera 2b1d290
- Update to 3.1.92
Bastien Nocera 2b1d290
Bastien Nocera 58c1425
* Thu Sep 08 2011 Bastien Nocera <bnocera@redhat.com> 3.1.4-3
Bastien Nocera 58c1425
- Update to 3.1.4
Bastien Nocera 58c1425
- Update udev rule again (#733326)
Bastien Nocera 58c1425
Bastien Nocera aa81ebd
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
Bastien Nocera aa81ebd
- Update to 3.1.3
Bastien Nocera aa81ebd
Bastien Nocera 6425e1a
* Fri May 27 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-1
Bastien Nocera 6425e1a
- Update to 3.0.1
Bastien Nocera 6425e1a
Bastien Nocera 41d2500
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
Bastien Nocera 41d2500
- Update to 3.0.0
Bastien Nocera 41d2500
92e932c
* Sat Mar 26 2011 Dan Horák <dan[at]danny.cz> 2.91.92-2
92e932c
- update BRs when the moblin subpackage is disabled
92e932c
Bastien Nocera 52806c9
* Mon Mar 21 2011 Bastien Nocera <bnocera@redhat.com> 2.91.92-1
Bastien Nocera 52806c9
- Update to 2.91.92
Bastien Nocera 52806c9
Bastien Nocera 6390331
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
Bastien Nocera 6390331
- Update to 2.91.91
Bastien Nocera 6390331
b8b3055
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-6
b8b3055
- Rebuild against newer gtk
b8b3055
4875375
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.5-5
4875375
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4875375
Bastien Nocera 9a84bdc
* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 2.91.5-4
Bastien Nocera 9a84bdc
- Rebuild against newer control-center
Bastien Nocera 9a84bdc
5aa5db8
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-3
5aa5db8
- Rebuild against newer gtk
5aa5db8
cca2e15
* Thu Jan 20 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-2
cca2e15
- Drop unneeded requires
cca2e15
Bastien Nocera 0b44bd9
* Mon Jan 17 2011 Bastien Nocera <bnocera@redhat.com> 2.91.5-1
Bastien Nocera 0b44bd9
- Update to 2.91.5
Bastien Nocera 0b44bd9
0b0f375
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.2-3
0b0f375
- Rebuild against new gtk
0b0f375
5b891cb
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-2
5b891cb
- Rebuild against new gtk
5b891cb
Bastien Nocera ba39e06
* Thu Nov 11 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2-1
Bastien Nocera ba39e06
- Update to 2.91.2
Bastien Nocera ba39e06
fa10c2a
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> 1:2.90.0-10
fa10c2a
- Rebuild against libnotify 0.7.0
fa10c2a
Jesse Keating a41e0a3
* Wed Sep 29 2010 jkeating - 1:2.90.0-9
Jesse Keating a41e0a3
- Rebuilt for gcc bug 634757
Jesse Keating a41e0a3
af364b6
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-8
af364b6
- Fix the build against newer gtk
af364b6
922fdc9
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-7
922fdc9
- Rebuild against newer gobject-introspection
922fdc9
bf85f05
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-6
bf85f05
- Co-own /usr/share/gtk-doc
bf85f05
Bastien Nocera 54ee489
* Thu Aug 05 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-5
Bastien Nocera 54ee489
- Fix requires for new epoch
Bastien Nocera 54ee489
Bastien Nocera d2564e8
* Wed Aug 04 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-4
Bastien Nocera d2564e8
- Up the epoch due to F-14 changes
Bastien Nocera d2564e8
9aa7218
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.90.0-4
9aa7218
- Rebuild with new gobject-introspection
9aa7218
ec33fc6
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.90.0-3
ec33fc6
- Rebuild against new gobject-introspection
ec33fc6
93e17d3
* Mon Jul  5 2010 Peter Robinson <pbrobinson@fedoraproject.org> 2.90.0-2
a3c91c5
- Rebuild for new libmx
a3c91c5
df62bd7
* Wed Jun 30 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-1
df62bd7
- Update to 2.90.0
df62bd7
76d9597
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-3
76d9597
- Fix moblin package description
76d9597
8aa056a
* Thu Jun 03 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-2
8aa056a
- Fix /dev/rfkill permissions when using newer udev >= 154 (#588660)
8aa056a
  (with thanks to Sven Arvidsson and Debian)
8aa056a
eae8669
* Mon Mar 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
eae8669
- Update to 2.30.0
eae8669
f05e77e
* Wed Feb 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.91-2
f05e77e
- Require -libs of the same version to avoid conflicts
f05e77e
26ea68e
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 2.29.91-1
26ea68e
- Update to 2.29.91
26ea68e
ccb3113
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> 2.29.3-5
ccb3113
- Add missing libs
ccb3113
55a365a
* Thu Jan 28 2010 Bastien Nocera <bnocera@redhat.com> 2.29.3-4
55a365a
- Fix a few rpmlint warnings
55a365a
f8a306d
* Tue Dec 15 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
f8a306d
- Enable introspection
f8a306d
77e9234
* Mon Dec 14 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-2
77e9234
- Add patch to fix possible crasher in bluetooth-sendto (#544881)
77e9234
4090209
* Mon Nov 30 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
4090209
- Update to 2.29.3
4090209
08defa4
* Tue Nov 17 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
08defa4
- Update to 2.29.2
08defa4
- Add moblin subpackage
08defa4
193cb26
* Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.3-1
193cb26
- Update to 2.28.3
193cb26
4168230
* Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.2-1
4168230
- Update to 2.28.2
4168230
60eea85
* Tue Sep 29 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-1
60eea85
- Update to 2.28.1
60eea85
d2b6e20
* Sat Sep 19 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-1
d2b6e20
- Update to 2.28.0
d2b6e20
e1f8e3d
* Fri Sep 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-3
e1f8e3d
- Fix possible pairing failure
e1f8e3d
2138f9b
* Thu Sep 03 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-2
2138f9b
- Fix connecting to audio devices not working when disconnected
2138f9b
  at start
2138f9b
37d31f2
* Wed Sep 02 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-1
37d31f2
- Update to 2.27.90
37d31f2
0df829d
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-5
0df829d
- Fix the friendly name not being editable (#516801)
0df829d
c91d47d
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-4
c91d47d
- Add udev rules to access /dev/rfkill (#514798)
c91d47d
1c609b4
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-3
1c609b4
- Don't crash when exiting the wizard
1c609b4
9d677f1
* Thu Aug 06 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-2
9d677f1
- Remove requirement on the main package from -libs, and move
9d677f1
  the icons from the main package to the -libs sub-package (#515845)
9d677f1
1839e60
* Tue Aug 04 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-1
1839e60
- Update to 2.27.9
1839e60
3267f27
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.8-2
3267f27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3267f27
9997180
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 2.27.8-1
9997180
- Update to 2.27.8
9997180
82aec7c
* Thu Jun 25 2009 Bastien Nocera <bnocera@redhat.com> 2.27.7.1-1
82aec7c
- Update to 2.27.7.1
82aec7c
82aec7c
* Thu Jun 25 2009 Bastien Nocera <bnocera@redhat.com> 2.27.7-1
82aec7c
- Update to 2.27.7
82aec7c
423f445
* Wed Jun 17 2009 Bastien Nocera <bnocera@redhat.com> 2.27.6-1
423f445
- Update to 2.27.6
423f445
- Require newer BlueZ for SSP support
423f445
cad1f82
* Sat May 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.5-2
cad1f82
- Require the virtual provides for notification daemon (#500585)
cad1f82
aa050e9
* Wed May 06 2009 Bastien Nocera <bnocera@redhat.com> 2.27.5-1
aa050e9
- Update to 2.27.5
aa050e9
7969ce9
* Fri May 01 2009 Bastien Nocera <bnocera@redhat.com> 2.27.4-4
7969ce9
- Use the scriplets on the wiki for the icon update
7969ce9
5fed15a
* Fri May 01 2009 Bastien Nocera <bnocera@redhat.com> 2.27.4-3
5fed15a
- Touch the icon theme directory, should fix the icon not appearing
5fed15a
  properly on new installs
5fed15a
8b01685
* Thu Apr 16 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.4-2
8b01685
- Require the PA Bluetooth plugins
8b01685
25f6c11
* Tue Apr 14 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.4-1
25f6c11
- Update to 2.27.4
25f6c11
e018ce0
* Thu Apr 09 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.3-1
e018ce0
- Update to 2.27.3
e018ce0
35c3a5b
* Wed Apr 08 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.2-2
35c3a5b
- Fix schema installation
35c3a5b
945bf3d
* Wed Apr 08 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.2-1
945bf3d
- Upgrade to 2.27.2
945bf3d
3212403
* Tue Mar 10 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-4
3212403
- Make the -libs-devel obsolete and provide the -devel package, so
3212403
  we can actually upgrade...
3212403
55cb2cf
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-3
55cb2cf
- Add patch to fix sendto
55cb2cf
cbdddd3
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-2
cbdddd3
- Update to 2.27.1
5f2f1d4
- Loads of fixes mentioned by Bill Nottingham in bug #488498
cbdddd3
6dcaf69
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-2
6dcaf69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6dcaf69
769e30b
* Thu Feb 19 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.0-1
769e30b
- Update to 0.12.0
769e30b
a373288
* Thu Dec  4 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.0-8
a373288
- Rebuild for Python 2.6
a373288
362b06b
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.11.0-7
362b06b
- Rebuild for Python 2.6
362b06b
fd09b32
* Fri Oct 31 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-6
fd09b32
- Remove a few more .la files
fd09b32
f4d3a7a
* Thu Sep 11 2008 Matthias Clasen  <mclasen@redhat.com> - 0.11.0-5
f4d3a7a
- Rebuild against new bluez-libs
f4d3a7a
fcd5a43
* Wed May 14 2008 - Ondrej Vasik <ovasik@redhat.com> - 0.11.0-4
fcd5a43
- Changed name of icon file(#444811)
fcd5a43
36f3885
* Wed Feb 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-3
36f3885
- Remove gnome-obex-server, we should use gnome-user-share now
36f3885
b32bae1
* Mon Feb 11 2008 - Ondrej Vasik <ovasik@redhat.com> - 0.11.0-1
b32bae1
- gcc43 rebuild
b32bae1
8d2ea31
* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0
8d2ea31
- Update to 0.11.0
8d2ea31
19670d5
* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.0
19670d5
- Update to 0.10.0
19670d5
5a8a7a0
* Mon Oct 22 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.1-4
5a8a7a0
- marked gnome-obex-server.schemas as config file
5a8a7a0
- changed upstream URL
5a8a7a0
f22f8a1
* Tue Sep 18 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.1-3
f22f8a1
- fixed wrong source URL
f22f8a1
2a29c47
* Thu Aug 23 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.1-2
2a29c47
- rebuilt for F8
2a29c47
- changed license tag to GPLv2 and LGPLv2+
2a29c47
389bfb9
* Mon Jul 23 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.1-1
389bfb9
- Upgrade to 0.9.1 to fix a crasher in the server
389bfb9
f43a103
* Thu Jul 12 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-1
f43a103
- Update for 0.9.0
fdf5cf4
- Fix installation of the python bindings
f43a103
6c07cb0
* Mon Apr  2 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-4
6c07cb0
- Remove unncessary gconfd killing from scripts (#224561)
6c07cb0
e746b43
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 0.8.0-3%{?dist}
ce30584
- corrected BuildRoot
e746b43
- smp flags added
e746b43
- specfile cleanup
e746b43
- fixed desktop file
ce30584
a59a56c
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.8.0-2
a59a56c
- rebuild for python 2.5
a59a56c
a59a56c
* Mon Nov 13 2006 Harald Hoyer <harald@redhat.com> - 0.8.0-1
a823b0b
- version 0.8.0
a823b0b
190f69e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-10.1
190f69e
- rebuild
190f69e
7c9c80d
* Wed Jun 14 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-10
7c9c80d
- bump for new openobex
7c9c80d
1827dff
* Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-9
1827dff
- Missing automake, libtool, gettext BR
b4031cf
6b80474
* Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-6
6b80474
- Bump for new libbluetooth
6b80474
7c9c80d
* Wed May 31 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-6
7c9c80d
- add dependency on bluez-utils, cosmetic tweaks (bug #190280)
7c9c80d
8d9388e
* Tue May 30 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-5
8d9388e
- install schemata correctly (bug #193518)
8d9388e
497ba93
* Mon May 29 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-3
497ba93
- more build requires (bug #193374)
497ba93
9ad1ad6
* Mon Feb 27 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-2
9ad1ad6
- pydir fixes for lib64
9ad1ad6
7838c73
* Thu Feb 16 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-1
7838c73
- version 0.7.0
7838c73
4135555
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2.1
4135555
- bump again for double-long bug on ppc(64)
4135555
64aed23
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2
64aed23
- rebuilt for new gcc4.1 snapshot and glibc changes
64aed23
ec08e66
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ec08e66
- rebuilt
ec08e66
b09b18d
* Fri Oct 07 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-2
b09b18d
- Fix relative path for the icons in desktop files which no longer works
b09b18d
  with the icon cache.
b09b18d
ee97222
* Wed Sep 28 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-1
ee97222
- new version 0.6.0
ee97222
5d92594
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> 0.5.1-14
5d92594
- rebuild for new cairo
5d92594
42d71f7
* Thu Jul  7 2005 Matthias Saou <http://freshrpms.net/> 0.5.1-13
42d71f7
- Minor spec file cleanups.
42d71f7
- Fix relative path for the icons in desktop files which no longer works
42d71f7
  with the icon cache.
42d71f7
- Remove useless zero epochs.
42d71f7
- Remove explicit python abi requirement, it's automatic for FC4 and up.
42d71f7
276f8ed
* Thu Mar 31 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-12
276f8ed
- removed base requirement from libs
276f8ed
758a42b
* Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 0.5.1-11
758a42b
- devel req glib2-devel libbtctl-devel for pkgconfig (#152488)
758a42b
8fcffdb
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com> 
8fcffdb
- rebuilt
8fcffdb
0e93886
* Mon Feb 21 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-9
0e93886
- added gnome hbox patch for bug rh#149215
0e93886
42dbaf9
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-8
42dbaf9
- added requires for python-abi
42dbaf9
2408fa3
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-7
2408fa3
- split package into app, libs and devel
2408fa3
c3030b5
* Mon Oct 25 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-6
c3030b5
- fixed again gnome-bluetooth-manager script for 64bit (bug 134864)
c3030b5
4b7828c
* Fri Oct 08 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-5
4b7828c
- buildrequire pygtk2-devel (bug 135032)
4b7828c
- fixed gnome-bluetooth-manager script for 64bit (bug 134864)
4b7828c
- fixed segfault on file receive (bug 133041)
4b7828c
9661410
* Mon Sep 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-4
21ec6dd
- buildrequire libbtctl-devel
21ec6dd
- buildrequire openobex-devel >= 1.0.1
9661410
- pythondir -> pyexecdir
21ec6dd
cvsdist 62d3182
* Wed Jul 28 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-3
cvsdist 62d3182
- added build dependency for librsvg2-devel
cvsdist 62d3182
cvsdist eea13fd
* Tue Jul 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-2
cvsdist eea13fd
- added pydir patch
cvsdist eea13fd
cvsdist eea13fd
* Thu Jul 22 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-1
cvsdist eea13fd
- version 0.5.1
cvsdist eea13fd
cvsdist eea13fd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist eea13fd
- rebuilt
cvsdist eea13fd
cvsdist eea13fd
* Tue May 25 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-8
cvsdist eea13fd
- corrected BuildRequires
cvsdist eea13fd
cvsdist eea13fd
* Wed Mar 10 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-7
cvsdist eea13fd
- added EggToolBar patch for gcc34
cvsdist eea13fd
cvsdist eea13fd
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist eea13fd
- rebuilt
cvsdist eea13fd
cvsdist eea13fd
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist eea13fd
- rebuilt
cvsdist eea13fd
cvsdist eea13fd
* Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 0.4.1-4
cvsdist eea13fd
- added autofoo patch
cvsdist eea13fd
cvsdist eea13fd
* Thu Aug 28 2003 Harald Hoyer <harald@redhat.de> 0.4.1-3
cvsdist eea13fd
- add .so to gnome-vfs module, if libtool does not!
cvsdist eea13fd
cvsdist eea13fd
* Thu Aug 07 2003 Harald Hoyer <harald@redhat.de> 0.4.1-2
cvsdist eea13fd
- call libtool finish
cvsdist eea13fd
cvsdist eea13fd
* Wed Aug  6 2003 Harald Hoyer <harald@redhat.de> 0.4.1-1
cvsdist eea13fd
- new version 0.4.1
cvsdist eea13fd
cvsdist eea13fd
* Wed Jun  5 2003 Harald Hoyer <harald@redhat.de> 0.4-1
cvsdist eea13fd
- initial RPM
cvsdist eea13fd
cvsdist 6e0c721