2022-02-16 01:08:30 +00:00
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
|
|
|
|
2009-03-04 23:11:19 +00:00
|
|
|
Name: gnome-bluetooth
|
2010-08-04 11:55:26 +00:00
|
|
|
Epoch: 1
|
2024-11-27 22:49:05 +00:00
|
|
|
Version: 47.1
|
|
|
|
Release: 1%{?dist}
|
2009-03-04 23:11:19 +00:00
|
|
|
Summary: Bluetooth graphical utilities
|
|
|
|
|
2023-03-16 19:37:18 +00:00
|
|
|
License: GPL-2.0-or-later
|
2016-09-21 11:41:25 +00:00
|
|
|
URL: https://wiki.gnome.org/Projects/GnomeBluetooth
|
2024-11-28 12:01:27 +00:00
|
|
|
Source0: https://download.gnome.org/sources/gnome-bluetooth/47/gnome-bluetooth-%{tarball_version}.tar.xz
|
2009-03-04 23:11:19 +00:00
|
|
|
|
2012-11-29 14:24:56 +00:00
|
|
|
%if 0%{?rhel}
|
2012-05-08 13:03:01 +00:00
|
|
|
ExcludeArch: s390 s390x
|
2012-11-29 14:24:56 +00:00
|
|
|
%endif
|
2012-05-08 13:03:01 +00:00
|
|
|
|
2017-08-28 21:05:37 +00:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: meson
|
2022-02-16 01:13:39 +00:00
|
|
|
BuildRequires: pkgconfig(gsound)
|
2023-03-16 19:37:18 +00:00
|
|
|
BuildRequires: pkgconfig(gtk4)
|
|
|
|
BuildRequires: pkgconfig(libadwaita-1)
|
2018-07-27 12:39:39 +00:00
|
|
|
BuildRequires: pkgconfig(libnotify)
|
2023-03-16 19:37:18 +00:00
|
|
|
BuildRequires: pkgconfig(libudev)
|
2022-02-16 01:19:04 +00:00
|
|
|
BuildRequires: pkgconfig(upower-glib)
|
2022-02-16 01:08:30 +00:00
|
|
|
BuildRequires: python3-dbusmock >= 0.25.0-1
|
2009-03-04 23:11:19 +00:00
|
|
|
|
|
|
|
Provides: dbus-bluez-pin-helper
|
|
|
|
|
2010-02-24 10:15:19 +00:00
|
|
|
# Otherwise we might end up with mismatching version
|
2015-04-19 10:47:40 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
2013-08-14 20:47:28 +00:00
|
|
|
Requires: bluez >= 5.0
|
2012-11-29 14:24:56 +00:00
|
|
|
%ifnarch s390 s390x
|
2009-04-16 18:08:43 +00:00
|
|
|
Requires: pulseaudio-module-bluetooth
|
2022-11-08 11:39:39 +00:00
|
|
|
Requires: bluez-obexd
|
2012-11-29 14:24:56 +00:00
|
|
|
%endif
|
2009-03-04 23:11:19 +00:00
|
|
|
|
2004-09-09 05:21:53 +00:00
|
|
|
%description
|
2009-03-04 23:11:19 +00:00
|
|
|
The gnome-bluetooth package contains graphical utilities to setup,
|
|
|
|
monitor and use Bluetooth devices.
|
2004-09-09 05:21:53 +00:00
|
|
|
|
2004-12-07 12:57:57 +00:00
|
|
|
%package libs
|
2009-03-04 23:11:19 +00:00
|
|
|
Summary: GTK+ Bluetooth device selection widgets
|
2023-03-16 19:37:18 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2004-12-07 12:57:57 +00:00
|
|
|
|
|
|
|
%description libs
|
2009-03-04 23:11:19 +00:00
|
|
|
This package contains libraries needed for applications that
|
|
|
|
want to display a Bluetooth device selection widget.
|
2004-12-07 12:57:57 +00:00
|
|
|
|
2009-03-04 23:11:19 +00:00
|
|
|
%package libs-devel
|
|
|
|
Summary: Development files for %{name}-libs
|
2023-03-16 19:37:18 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2015-04-19 10:47:40 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
2004-12-07 12:57:57 +00:00
|
|
|
|
2009-03-04 23:11:19 +00:00
|
|
|
%description libs-devel
|
2010-02-15 12:56:01 +00:00
|
|
|
This package contains the libraries and header files that are needed
|
2009-03-04 23:11:19 +00:00
|
|
|
for writing applications that require a Bluetooth device selection widget.
|
2004-12-07 12:57:57 +00:00
|
|
|
|
2004-09-09 05:21:53 +00:00
|
|
|
%prep
|
2022-02-16 01:08:30 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
2004-09-09 05:22:00 +00:00
|
|
|
|
2004-09-09 05:21:53 +00:00
|
|
|
%build
|
2018-03-05 23:06:32 +00:00
|
|
|
%meson -Dgtk_doc=true
|
2017-08-28 21:05:37 +00:00
|
|
|
%meson_build
|
2009-03-04 23:11:19 +00:00
|
|
|
|
2004-09-09 05:21:53 +00:00
|
|
|
%install
|
2017-08-28 21:05:37 +00:00
|
|
|
%meson_install
|
2009-03-04 23:11:19 +00:00
|
|
|
|
2022-02-16 01:08:30 +00:00
|
|
|
%find_lang gnome-bluetooth-3.0
|
2009-04-14 14:14:06 +00:00
|
|
|
|
2009-11-17 15:33:56 +00:00
|
|
|
%files
|
2015-04-19 10:44:01 +00:00
|
|
|
%license COPYING
|
2020-09-23 11:10:28 +00:00
|
|
|
%doc README.md NEWS
|
2009-11-17 15:33:56 +00:00
|
|
|
%{_bindir}/bluetooth-sendto
|
2009-03-04 23:11:19 +00:00
|
|
|
%{_datadir}/applications/*.desktop
|
2022-02-16 01:08:30 +00:00
|
|
|
%{_datadir}/gnome-bluetooth-3.0/
|
2009-03-04 23:11:19 +00:00
|
|
|
%{_mandir}/man1/*
|
2004-12-07 12:57:57 +00:00
|
|
|
|
2022-02-16 01:08:30 +00:00
|
|
|
%files -f gnome-bluetooth-3.0.lang libs
|
2015-04-19 10:44:01 +00:00
|
|
|
%license COPYING.LIB
|
2022-02-16 01:08:30 +00:00
|
|
|
%{_libdir}/libgnome-bluetooth-3.0.so.*
|
|
|
|
%{_libdir}/libgnome-bluetooth-ui-3.0.so.*
|
2016-09-21 11:43:27 +00:00
|
|
|
%dir %{_libdir}/girepository-1.0
|
2022-02-16 01:08:30 +00:00
|
|
|
%{_libdir}/girepository-1.0/GnomeBluetooth-3.0.typelib
|
2009-03-04 23:11:19 +00:00
|
|
|
|
|
|
|
%files libs-devel
|
2022-02-16 01:08:30 +00:00
|
|
|
%{_includedir}/gnome-bluetooth-3.0/
|
|
|
|
%{_libdir}/libgnome-bluetooth-3.0.so
|
|
|
|
%{_libdir}/libgnome-bluetooth-ui-3.0.so
|
|
|
|
%{_libdir}/pkgconfig/gnome-bluetooth-3.0.pc
|
|
|
|
%{_libdir}/pkgconfig/gnome-bluetooth-ui-3.0.pc
|
2016-09-21 11:43:27 +00:00
|
|
|
%dir %{_datadir}/gir-1.0
|
2022-02-16 01:08:30 +00:00
|
|
|
%{_datadir}/gir-1.0/GnomeBluetooth-3.0.gir
|
2010-08-23 19:43:05 +00:00
|
|
|
%{_datadir}/gtk-doc
|
2004-09-09 05:23:20 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-11-27 22:49:05 +00:00
|
|
|
* Wed Nov 27 2024 Jiri Koten <jkoten@redhat.com> - 1:47.1-1
|
|
|
|
- Update to 47.1
|
|
|
|
Resolves: RHEL-62344
|
|
|
|
|
2024-10-29 15:26:29 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:46~beta-3
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 15:43:53 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:46~beta-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-02-10 12:13:42 +00:00
|
|
|
* Sat Feb 10 2024 David King <amigadave@amigadave.com> - 1:46~beta-1
|
|
|
|
- Update to 46.beta
|
|
|
|
|
2024-02-06 11:46:51 +00:00
|
|
|
* Tue Feb 06 2024 David King <amigadave@amigadave.com> - 1:42.8-1
|
|
|
|
- Update to 42.8
|
|
|
|
|
2024-01-24 15:24:20 +00:00
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-19 22:49:50 +00:00
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-11-16 19:41:52 +00:00
|
|
|
* Thu Nov 16 2023 Kalev Lember <klember@redhat.com> - 1:42.7-1
|
|
|
|
- Update to 42.7
|
|
|
|
|
2023-08-14 21:55:32 +00:00
|
|
|
* Mon Aug 14 2023 Kalev Lember <klember@redhat.com> - 1:42.6-1
|
|
|
|
- Update to 42.6
|
|
|
|
|
2023-07-19 23:30:03 +00:00
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-03-16 19:37:18 +00:00
|
|
|
* Thu Mar 16 2023 David King <amigadave@amigadave.com> - 1:42.5-3
|
|
|
|
- Use pkgconfig for BuildRequires
|
|
|
|
|
2023-01-19 05:22:19 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-12-13 13:35:07 +00:00
|
|
|
* Tue Dec 13 2022 Bastien Nocera <bnocera@redhat.com> - 42.5-1
|
|
|
|
- Update to 42.5
|
|
|
|
|
2022-11-08 11:39:39 +00:00
|
|
|
* Tue Nov 08 2022 Bastien Nocera <bnocera@redhat.com> - 42.4-3
|
|
|
|
- Require bluez-obexd (#2090443)
|
|
|
|
|
2022-09-06 16:47:52 +00:00
|
|
|
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 42.4-2
|
|
|
|
- Rebuild to include in GNOME 43.rc mega-update
|
|
|
|
|
2022-09-05 18:15:50 +00:00
|
|
|
* Mon Sep 05 2022 Bastien Nocera <bnocera@redhat.com> - 42.4-1
|
|
|
|
+ gnome-bluetooth-42.4-1
|
|
|
|
- Update to 42.4
|
|
|
|
|
2022-08-24 09:00:24 +00:00
|
|
|
* Wed Aug 24 2022 Bastien Nocera <bnocera@redhat.com> - 42.3-1
|
|
|
|
+ gnome-bluetooth-42.3-1
|
|
|
|
- Update to 42.3
|
|
|
|
|
2022-07-21 06:44:12 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:42.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-07 08:01:57 +00:00
|
|
|
* Thu Jul 07 2022 Bastien Nocera <bnocera@redhat.com> - 42.2-1
|
|
|
|
+ gnome-bluetooth-42.2-1
|
|
|
|
- Update to 42.2
|
|
|
|
|
2022-06-09 16:22:17 +00:00
|
|
|
* Thu Jun 09 2022 Bastien Nocera <bnocera@redhat.com> - 42.1-1
|
|
|
|
+ gnome-bluetooth-42.1-1
|
|
|
|
- Update to 42.1
|
|
|
|
|
2022-03-18 22:57:46 +00:00
|
|
|
* Fri Mar 18 2022 Bastien Nocera <bnocera@redhat.com> - 42.0-1
|
|
|
|
+ gnome-bluetooth-42.0-1
|
|
|
|
- Update to 42.0
|
|
|
|
|
2022-03-10 13:43:57 +00:00
|
|
|
* Thu Mar 10 2022 David King <amigadave@amigadave.com> - 42~rc-1
|
|
|
|
- Update to 42.rc
|
|
|
|
|
2022-02-23 16:33:34 +00:00
|
|
|
* Wed Feb 23 2022 Bastien Nocera <bnocera@redhat.com> - 42~beta.2-1
|
|
|
|
+ gnome-bluetooth-42~beta.2-1
|
|
|
|
- Update to 42.beta.2
|
|
|
|
|
2022-02-16 01:08:30 +00:00
|
|
|
* Wed Feb 16 2022 Bastien Nocera <bnocera@redhat.com> - 42~beta-1
|
|
|
|
+ gnome-bluetooth-42~beta-1
|
|
|
|
- Update to 42.beta
|
|
|
|
|
2022-01-20 06:29:03 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 02:05:19 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-03-23 15:25:00 +00:00
|
|
|
* Tue Mar 23 2021 Bastien Nocera <bnocera@redhat.com> - 3.34.5-1
|
|
|
|
+ gnome-bluetooth-3.34.5-1
|
|
|
|
- Update to 3.34.5
|
|
|
|
|
2021-03-22 16:41:26 +00:00
|
|
|
* Mon Mar 22 2021 Bastien Nocera <bnocera@redhat.com> - 3.34.4-1
|
|
|
|
+ gnome-bluetooth-3.34.4-1
|
|
|
|
- Update to 3.34.4
|
|
|
|
|
2021-01-26 08:31:02 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-10-01 09:21:48 +00:00
|
|
|
* Thu Oct 01 2020 Bastien Nocera <bnocera@redhat.com> - 3.34.3-1
|
|
|
|
+ gnome-bluetooth-3.34.3-1
|
|
|
|
- Update to 3.34.3
|
|
|
|
|
2020-09-23 11:10:28 +00:00
|
|
|
* Wed Sep 23 2020 Bastien Nocera <bnocera@redhat.com> - 3.34.2-1
|
|
|
|
+ gnome-bluetooth-3.34.2-1
|
|
|
|
- Update to 3.34.2
|
|
|
|
|
2020-08-01 02:10:14 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.1-3
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 20:30:25 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-03-09 11:15:11 +00:00
|
|
|
* Mon Mar 09 2020 Bastien Nocera <bnocera@redhat.com> - 3.34.1-1
|
|
|
|
+ gnome-bluetooth-3.34.1-1
|
|
|
|
- Update to 3.34.1
|
|
|
|
|
2020-01-28 22:34:56 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-09-06 10:05:25 +00:00
|
|
|
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 1:3.34.0-1
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
2019-08-12 13:06:22 +00:00
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 1:3.33.90-1
|
|
|
|
- Update to 3.33.90
|
|
|
|
|
2019-07-25 04:04:02 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.32.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-04-16 17:06:31 +00:00
|
|
|
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 1:3.32.1-2
|
|
|
|
- Rebuild with Meson fix for #1699099
|
|
|
|
|
2019-03-29 10:14:28 +00:00
|
|
|
* Fri Mar 29 2019 Kalev Lember <klember@redhat.com> - 1:3.32.1-1
|
|
|
|
- Update to 3.32.1
|
|
|
|
|
2019-03-11 15:13:09 +00:00
|
|
|
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 1:3.32.0-1
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
2019-02-06 19:33:00 +00:00
|
|
|
* Wed Feb 06 2019 Kalev Lember <klember@redhat.com> - 1:3.31.1-1
|
|
|
|
- Update to 3.31.1
|
|
|
|
|
2019-01-31 23:03:50 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.28.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-08-01 12:42:04 +00:00
|
|
|
* Wed Aug 01 2018 Bastien Nocera <bnocera@redhat.com> - 3.28.2-1
|
|
|
|
+ gnome-bluetooth-3.28.2-1
|
|
|
|
- Update to 3.28.2
|
|
|
|
|
2018-07-27 12:32:13 +00:00
|
|
|
* Fri Jul 27 2018 Bastien Nocera <bnocera@redhat.com> - 3.28.1-2
|
|
|
|
+ gnome-bluetooth-3.28.1-2
|
|
|
|
- Remove a number of unused BRs
|
2018-07-27 13:02:09 +00:00
|
|
|
- Remove obexd conditional for RHEL > 7
|
2018-07-27 12:32:13 +00:00
|
|
|
|
2018-07-19 12:43:11 +00:00
|
|
|
* Thu Jul 19 2018 Bastien Nocera <bnocera@redhat.com> - 3.28.1-1
|
|
|
|
+ gnome-bluetooth-3.28.1-1
|
|
|
|
- Work-around bluez bug that would leave adapters on Discoverable
|
|
|
|
when exiting
|
|
|
|
|
2018-07-13 02:49:46 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.28.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-12 15:06:51 +00:00
|
|
|
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 1:3.28.0-1
|
|
|
|
- Update to 3.28.0
|
|
|
|
|
2018-03-05 23:06:32 +00:00
|
|
|
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 1:3.27.92-1
|
|
|
|
- Update to 3.27.92
|
2018-03-05 23:07:52 +00:00
|
|
|
- Drop ldconfig scriptlets
|
2018-03-05 23:06:32 +00:00
|
|
|
|
2018-02-09 08:04:36 +00:00
|
|
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:3.26.1-4
|
|
|
|
- Escape macros in %%changelog
|
|
|
|
|
2018-02-07 13:14:53 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.26.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-05 23:34:47 +00:00
|
|
|
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:3.26.1-2
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
2017-09-15 20:50:46 +00:00
|
|
|
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 1:3.26.1-1
|
|
|
|
- Update to 3.26.1
|
|
|
|
|
2017-09-11 11:14:50 +00:00
|
|
|
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 1:3.26.0-1
|
|
|
|
- Update to 3.26.0
|
|
|
|
|
2017-08-28 21:05:37 +00:00
|
|
|
* Mon Aug 28 2017 Kalev Lember <klember@redhat.com> - 1:3.25.91-1
|
|
|
|
- Update to 3.25.91
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
2017-08-02 21:59:27 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.20.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 10:38:11 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.20.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-13 20:41:00 +00:00
|
|
|
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 1:3.20.1-1
|
|
|
|
- Update to 3.20.1
|
|
|
|
|
2017-02-10 11:19:56 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.20.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-21 11:41:25 +00:00
|
|
|
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1:3.20.0-2
|
|
|
|
- Update project URLs
|
2016-09-21 11:41:42 +00:00
|
|
|
- Don't set group tags
|
2016-09-21 11:43:27 +00:00
|
|
|
- Co-own gir directories
|
2016-09-21 11:44:31 +00:00
|
|
|
- Require bluez-obexd that got split out
|
2016-09-21 11:48:10 +00:00
|
|
|
- Drop old obsoletes
|
2016-09-21 11:41:25 +00:00
|
|
|
|
2016-05-24 10:37:22 +00:00
|
|
|
* Tue May 24 2016 Bastien Nocera <bnocera@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
|
2016-03-22 06:37:42 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1:3.18.3-1
|
|
|
|
- Update to 3.18.3
|
|
|
|
|
2016-02-03 22:20:24 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.18.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-20 19:52:51 +00:00
|
|
|
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 1:3.18.2-1
|
|
|
|
- Update to 3.18.2
|
|
|
|
|
2015-11-10 21:57:48 +00:00
|
|
|
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 1:3.18.1-1
|
|
|
|
- Update to 3.18.1
|
|
|
|
|
2015-09-21 15:23:55 +00:00
|
|
|
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 1:3.18.0-1
|
|
|
|
- Update to 3.18.0
|
|
|
|
|
2015-09-14 17:56:56 +00:00
|
|
|
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 1:3.17.92-1
|
|
|
|
- Update to 3.17.92
|
|
|
|
|
2015-08-18 10:29:58 +00:00
|
|
|
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 1:3.17.90-2
|
|
|
|
- Remove libgnome-bluetooth.la file
|
|
|
|
|
2015-08-17 17:32:20 +00:00
|
|
|
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 1:3.17.90-1
|
|
|
|
- Update to 3.17.90
|
2015-08-17 17:34:12 +00:00
|
|
|
- Use make_install macro
|
2015-08-17 17:32:20 +00:00
|
|
|
|
2015-06-17 08:48:13 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.16.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-19 10:42:36 +00:00
|
|
|
* Sun Apr 19 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.1-1
|
|
|
|
- Update to 3.16.1
|
2015-04-19 10:44:01 +00:00
|
|
|
- Use license macro for COPYING files
|
2015-04-19 10:47:40 +00:00
|
|
|
- Tighten deps with the _isa macro
|
2015-04-19 10:42:36 +00:00
|
|
|
|
2015-03-24 12:24:33 +00:00
|
|
|
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
|
2015-01-20 11:52:52 +00:00
|
|
|
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 1:3.15.4-1
|
|
|
|
- Update to 3.15.4
|
|
|
|
|
2014-11-16 15:57:31 +00:00
|
|
|
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-3
|
|
|
|
- Move compat-gnome-bluetooth310-libs obsoletes to -libs subpackage
|
|
|
|
|
|
|
|
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-2
|
2014-11-16 14:37:18 +00:00
|
|
|
- Obsolete compat-gnome-bluetooth310-libs from rhughes-f20-gnome-3-12 copr
|
|
|
|
|
2014-09-22 18:42:10 +00:00
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-08-18 20:53:43 +00:00
|
|
|
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.90-1
|
|
|
|
- Update to 3.13.90
|
|
|
|
|
2014-08-16 17:34:24 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.12.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-22 16:56:25 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.12.0-3
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-06-07 16:57:01 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.12.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-24 17:15:11 +00:00
|
|
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 1:3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-03-18 15:32:31 +00:00
|
|
|
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.91-1
|
|
|
|
- Update to 3.11.91
|
|
|
|
|
2013-12-17 11:05:50 +00:00
|
|
|
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 1:3.11.3-1
|
|
|
|
- Update to 3.11.3
|
|
|
|
|
2013-09-24 23:10:48 +00:00
|
|
|
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-09-18 15:12:32 +00:00
|
|
|
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.91-2
|
|
|
|
- Drop the dep on gvfs-obexftp
|
|
|
|
|
2013-09-10 21:34:04 +00:00
|
|
|
* Tue Sep 10 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.91-1
|
|
|
|
- Update to 3.9.91
|
|
|
|
|
2013-08-18 08:54:51 +00:00
|
|
|
* Sun Aug 18 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.3-4
|
|
|
|
- Drop an obsolete dep on obexd
|
|
|
|
|
2013-08-14 20:47:28 +00:00
|
|
|
* Wed Aug 14 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.3-3
|
|
|
|
- Require bluez >= 5.0
|
|
|
|
|
2013-08-03 15:18:29 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.9.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-20 22:19:24 +00:00
|
|
|
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.3-1
|
|
|
|
- Update to 3.9.3
|
|
|
|
|
2013-06-03 12:59:00 +00:00
|
|
|
* Mon Jun 03 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.1-1
|
|
|
|
- Update to 3.8.1
|
|
|
|
|
2013-05-10 21:25:39 +00:00
|
|
|
* Fri May 10 2013 Adam Williamson <awilliam@redhat.com>
|
2018-02-09 08:04:36 +00:00
|
|
|
- no reason to update icon cache in %%postun of main package *and* libs
|
2013-05-10 21:25:39 +00:00
|
|
|
|
2013-03-26 12:34:35 +00:00
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-20 16:18:15 +00:00
|
|
|
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.92-1
|
|
|
|
- Update to 3.7.92
|
|
|
|
|
2013-02-20 15:42:03 +00:00
|
|
|
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.4-4
|
|
|
|
- Drop the runtime dep on control-center
|
|
|
|
|
2013-01-28 21:47:09 +00:00
|
|
|
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.7.4-3
|
|
|
|
- Install the udev rule in /usr/lib
|
|
|
|
|
2013-01-26 15:41:49 +00:00
|
|
|
* Sat Jan 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.4-2
|
|
|
|
- Spec file cleanup
|
2013-01-26 15:45:34 +00:00
|
|
|
- Drop the desktop-notification-daemon requires now that the applet is gone
|
2013-01-26 15:47:11 +00:00
|
|
|
- Fix the build with gcc 4.8
|
2013-01-27 19:14:29 +00:00
|
|
|
- Move the libgnome-bluetooth-applet.so symlink to the -devel package
|
2013-01-26 15:41:49 +00:00
|
|
|
|
2013-01-16 12:46:05 +00:00
|
|
|
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.4-1
|
|
|
|
- Update to 3.7.4
|
|
|
|
|
2012-11-29 14:24:56 +00:00
|
|
|
* Thu Nov 29 2012 Dan Horák <dan[at]danny.cz> - 1:3.6.1-2
|
|
|
|
- revive on Fedora/s390x, but drop Requires there - it's needed to fulfil compose dependencies
|
|
|
|
|
2012-11-15 19:16:29 +00:00
|
|
|
* Thu Nov 15 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-09-25 18:56:34 +00:00
|
|
|
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 1:3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
2012-09-19 13:24:44 +00:00
|
|
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.92-1
|
|
|
|
- Update to 3.5.92
|
|
|
|
|
2012-08-14 11:40:40 +00:00
|
|
|
* Tue Aug 14 2012 Debarshi Ray <rishi@fedoraproject.org> - 1:3.5.5-1
|
|
|
|
- Update to 3.5.5
|
|
|
|
|
2012-07-27 05:18:23 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-20 10:06:28 +00:00
|
|
|
* Fri Jul 20 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.4-1
|
|
|
|
- Update to 3.5.4
|
|
|
|
|
2012-07-17 11:49:17 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.2-1
|
|
|
|
- Update to 3.4.2
|
|
|
|
|
2012-06-12 17:37:05 +00:00
|
|
|
* Tue Jun 12 2012 Bastien Nocera <bnocera@redhat.com> 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2012-05-08 13:03:01 +00:00
|
|
|
* Tue May 08 2012 Bastien Nocera <bnocera@redhat.com> 3.4.0-3
|
|
|
|
- Don't build on s390
|
|
|
|
|
2012-04-24 14:47:33 +00:00
|
|
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.0-2
|
|
|
|
- Silence rpm scriptlet output
|
|
|
|
|
2012-03-27 15:22:01 +00:00
|
|
|
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2012-03-20 21:57:29 +00:00
|
|
|
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> 3.3.92-1
|
|
|
|
- Update to 3.3.92
|
|
|
|
|
2012-01-18 17:00:00 +00:00
|
|
|
* Wed Jan 18 2012 Bastien Nocera <bnocera@redhat.com> 3.3.4-1
|
|
|
|
- Update to 3.3.4
|
|
|
|
- Moblin code is goner
|
|
|
|
|
2012-01-13 03:46:05 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-22 16:56:44 +00:00
|
|
|
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
|
|
- Update to 3.3.3
|
|
|
|
|
2011-11-27 15:39:36 +00:00
|
|
|
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> -3.3.2-2
|
|
|
|
- Temporarily add libtool archive to devel package as gnome-shell needs is (for g-i bindings?)
|
|
|
|
|
2011-11-24 01:38:32 +00:00
|
|
|
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
|
|
|
|
- Update to 3.3.2
|
2011-11-21 22:59:18 +00:00
|
|
|
|
2011-10-26 23:52:05 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-17 15:02:45 +00:00
|
|
|
* Mon Oct 17 2011 Bastien Nocera <bnocera@redhat.com> 3.2.1-1
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
2011-09-26 09:53:35 +00:00
|
|
|
* Mon Sep 26 2011 Bastien Nocera <bnocera@redhat.com> 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-09-20 14:39:38 +00:00
|
|
|
* Tue Sep 20 2011 Bastien Nocera <bnocera@redhat.com> 3.1.92-1
|
|
|
|
- Update to 3.1.92
|
|
|
|
|
2011-09-08 15:00:10 +00:00
|
|
|
* Thu Sep 08 2011 Bastien Nocera <bnocera@redhat.com> 3.1.4-3
|
|
|
|
- Update to 3.1.4
|
|
|
|
- Update udev rule again (#733326)
|
|
|
|
|
2011-07-04 10:12:41 +00:00
|
|
|
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
|
|
|
|
- Update to 3.1.3
|
|
|
|
|
2011-05-27 17:07:24 +00:00
|
|
|
* Fri May 27 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-1
|
|
|
|
- Update to 3.0.1
|
|
|
|
|
2011-04-04 14:21:15 +00:00
|
|
|
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2011-03-29 10:44:26 +00:00
|
|
|
* Sat Mar 26 2011 Dan Horák <dan[at]danny.cz> 2.91.92-2
|
|
|
|
- update BRs when the moblin subpackage is disabled
|
|
|
|
|
2011-03-21 15:36:58 +00:00
|
|
|
* Mon Mar 21 2011 Bastien Nocera <bnocera@redhat.com> 2.91.92-1
|
|
|
|
- Update to 2.91.92
|
|
|
|
|
2011-03-08 08:43:52 +00:00
|
|
|
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
|
|
|
|
- Update to 2.91.91
|
|
|
|
|
2011-02-11 04:52:30 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-6
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-09 03:50:53 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-04 00:41:25 +00:00
|
|
|
* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 2.91.5-4
|
|
|
|
- Rebuild against newer control-center
|
|
|
|
|
2011-02-02 16:50:45 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-01-20 12:26:48 +00:00
|
|
|
* Thu Jan 20 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-2
|
|
|
|
- Drop unneeded requires
|
|
|
|
|
2011-01-17 13:22:54 +00:00
|
|
|
* Mon Jan 17 2011 Bastien Nocera <bnocera@redhat.com> 2.91.5-1
|
|
|
|
- Update to 2.91.5
|
|
|
|
|
2011-01-08 22:20:36 +00:00
|
|
|
* Sat Jan 8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.2-3
|
|
|
|
- Rebuild against new gtk
|
|
|
|
|
2010-12-03 16:23:25 +00:00
|
|
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-2
|
|
|
|
- Rebuild against new gtk
|
|
|
|
|
2010-11-11 20:51:10 +00:00
|
|
|
* Thu Nov 11 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2-1
|
|
|
|
- Update to 2.91.2
|
|
|
|
|
2010-11-03 16:18:38 +00:00
|
|
|
* Wed Nov 3 2010 Matthias Clasen <mclasen@redhat.com> 1:2.90.0-10
|
|
|
|
- Rebuild against libnotify 0.7.0
|
|
|
|
|
2010-09-29 21:18:10 +00:00
|
|
|
* Wed Sep 29 2010 jkeating - 1:2.90.0-9
|
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-23 03:11:04 +00:00
|
|
|
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-8
|
|
|
|
- Fix the build against newer gtk
|
|
|
|
|
2010-09-22 02:12:19 +00:00
|
|
|
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-7
|
|
|
|
- Rebuild against newer gobject-introspection
|
|
|
|
|
2010-08-23 19:43:05 +00:00
|
|
|
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> 2.90.0-6
|
|
|
|
- Co-own /usr/share/gtk-doc
|
|
|
|
|
2010-08-05 12:53:10 +00:00
|
|
|
* Thu Aug 05 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-5
|
|
|
|
- Fix requires for new epoch
|
|
|
|
|
2010-08-04 11:55:26 +00:00
|
|
|
* Wed Aug 04 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-4
|
|
|
|
- Up the epoch due to F-14 changes
|
|
|
|
|
2010-07-15 18:52:54 +00:00
|
|
|
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.90.0-4
|
|
|
|
- Rebuild with new gobject-introspection
|
|
|
|
|
2010-07-12 19:01:58 +00:00
|
|
|
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.90.0-3
|
|
|
|
- Rebuild against new gobject-introspection
|
|
|
|
|
2011-11-27 15:39:36 +00:00
|
|
|
* Mon Jul 5 2010 Peter Robinson <pbrobinson@fedoraproject.org> 2.90.0-2
|
2010-07-05 21:05:00 +00:00
|
|
|
- Rebuild for new libmx
|
|
|
|
|
2010-06-30 10:51:32 +00:00
|
|
|
* Wed Jun 30 2010 Bastien Nocera <bnocera@redhat.com> 2.90.0-1
|
|
|
|
- Update to 2.90.0
|
|
|
|
|
2010-06-28 22:33:08 +00:00
|
|
|
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-3
|
|
|
|
- Fix moblin package description
|
|
|
|
|
2010-06-03 16:24:04 +00:00
|
|
|
* Thu Jun 03 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-2
|
|
|
|
- Fix /dev/rfkill permissions when using newer udev >= 154 (#588660)
|
|
|
|
(with thanks to Sven Arvidsson and Debian)
|
|
|
|
|
2010-03-29 16:40:36 +00:00
|
|
|
* Mon Mar 29 2010 Bastien Nocera <bnocera@redhat.com> 2.30.0-1
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
2010-02-24 10:15:19 +00:00
|
|
|
* Wed Feb 24 2010 Bastien Nocera <bnocera@redhat.com> 2.29.91-2
|
|
|
|
- Require -libs of the same version to avoid conflicts
|
|
|
|
|
2010-02-15 12:56:01 +00:00
|
|
|
* Mon Feb 15 2010 Bastien Nocera <bnocera@redhat.com> 2.29.91-1
|
|
|
|
- Update to 2.29.91
|
|
|
|
|
2010-02-14 19:07:47 +00:00
|
|
|
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> 2.29.3-5
|
|
|
|
- Add missing libs
|
|
|
|
|
2010-01-28 15:04:26 +00:00
|
|
|
* Thu Jan 28 2010 Bastien Nocera <bnocera@redhat.com> 2.29.3-4
|
|
|
|
- Fix a few rpmlint warnings
|
|
|
|
|
2009-12-15 11:27:29 +00:00
|
|
|
* Tue Dec 15 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-3
|
|
|
|
- Enable introspection
|
|
|
|
|
2009-12-14 13:45:20 +00:00
|
|
|
* Mon Dec 14 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-2
|
|
|
|
- Add patch to fix possible crasher in bluetooth-sendto (#544881)
|
|
|
|
|
2009-11-30 18:25:32 +00:00
|
|
|
* Mon Nov 30 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
|
|
|
|
- Update to 2.29.3
|
|
|
|
|
2009-11-17 15:33:56 +00:00
|
|
|
* Tue Nov 17 2009 Bastien Nocera <bnocera@redhat.com> 2.29.2-1
|
|
|
|
- Update to 2.29.2
|
|
|
|
- Add moblin subpackage
|
|
|
|
|
2009-10-20 13:42:16 +00:00
|
|
|
* Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.3-1
|
|
|
|
- Update to 2.28.3
|
|
|
|
|
2009-10-20 12:24:24 +00:00
|
|
|
* Tue Oct 20 2009 Bastien Nocera <bnocera@redhat.com> 2.28.2-1
|
|
|
|
- Update to 2.28.2
|
|
|
|
|
2009-09-29 01:12:22 +00:00
|
|
|
* Tue Sep 29 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-1
|
|
|
|
- Update to 2.28.1
|
|
|
|
|
2009-09-19 14:52:40 +00:00
|
|
|
* Sat Sep 19 2009 Bastien Nocera <bnocera@redhat.com> 2.28.0-1
|
|
|
|
- Update to 2.28.0
|
|
|
|
|
2009-09-11 14:02:59 +00:00
|
|
|
* Fri Sep 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-3
|
|
|
|
- Fix possible pairing failure
|
|
|
|
|
2009-09-03 17:31:32 +00:00
|
|
|
* Thu Sep 03 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-2
|
|
|
|
- Fix connecting to audio devices not working when disconnected
|
|
|
|
at start
|
|
|
|
|
2009-09-02 14:41:08 +00:00
|
|
|
* Wed Sep 02 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-1
|
|
|
|
- Update to 2.27.90
|
|
|
|
|
2009-08-11 15:10:06 +00:00
|
|
|
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-5
|
|
|
|
- Fix the friendly name not being editable (#516801)
|
|
|
|
|
2009-08-11 11:48:56 +00:00
|
|
|
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-4
|
|
|
|
- Add udev rules to access /dev/rfkill (#514798)
|
|
|
|
|
2009-08-11 08:47:39 +00:00
|
|
|
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-3
|
|
|
|
- Don't crash when exiting the wizard
|
|
|
|
|
2009-08-06 09:34:40 +00:00
|
|
|
* Thu Aug 06 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-2
|
|
|
|
- Remove requirement on the main package from -libs, and move
|
|
|
|
the icons from the main package to the -libs sub-package (#515845)
|
|
|
|
|
2009-08-04 18:37:16 +00:00
|
|
|
* Tue Aug 04 2009 Bastien Nocera <bnocera@redhat.com> 2.27.9-1
|
|
|
|
- Update to 2.27.9
|
|
|
|
|
2009-07-25 00:35:24 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-21 16:11:29 +00:00
|
|
|
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 2.27.8-1
|
|
|
|
- Update to 2.27.8
|
|
|
|
|
2009-06-25 17:18:01 +00:00
|
|
|
* Thu Jun 25 2009 Bastien Nocera <bnocera@redhat.com> 2.27.7.1-1
|
|
|
|
- Update to 2.27.7.1
|
|
|
|
|
|
|
|
* Thu Jun 25 2009 Bastien Nocera <bnocera@redhat.com> 2.27.7-1
|
|
|
|
- Update to 2.27.7
|
|
|
|
|
2009-06-17 09:53:55 +00:00
|
|
|
* Wed Jun 17 2009 Bastien Nocera <bnocera@redhat.com> 2.27.6-1
|
|
|
|
- Update to 2.27.6
|
|
|
|
- Require newer BlueZ for SSP support
|
|
|
|
|
2009-05-16 05:29:43 +00:00
|
|
|
* Sat May 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.5-2
|
|
|
|
- Require the virtual provides for notification daemon (#500585)
|
|
|
|
|
2009-05-06 15:19:41 +00:00
|
|
|
* Wed May 06 2009 Bastien Nocera <bnocera@redhat.com> 2.27.5-1
|
|
|
|
- Update to 2.27.5
|
|
|
|
|
2009-05-01 17:55:54 +00:00
|
|
|
* Fri May 01 2009 Bastien Nocera <bnocera@redhat.com> 2.27.4-4
|
|
|
|
- Use the scriplets on the wiki for the icon update
|
|
|
|
|
2009-05-01 17:31:31 +00:00
|
|
|
* Fri May 01 2009 Bastien Nocera <bnocera@redhat.com> 2.27.4-3
|
|
|
|
- Touch the icon theme directory, should fix the icon not appearing
|
|
|
|
properly on new installs
|
|
|
|
|
2009-04-16 18:08:43 +00:00
|
|
|
* Thu Apr 16 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.4-2
|
|
|
|
- Require the PA Bluetooth plugins
|
|
|
|
|
2009-04-14 13:48:31 +00:00
|
|
|
* Tue Apr 14 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.4-1
|
|
|
|
- Update to 2.27.4
|
|
|
|
|
2009-04-09 22:19:06 +00:00
|
|
|
* Thu Apr 09 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.3-1
|
|
|
|
- Update to 2.27.3
|
|
|
|
|
2009-04-08 18:51:20 +00:00
|
|
|
* Wed Apr 08 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.2-2
|
|
|
|
- Fix schema installation
|
|
|
|
|
2009-04-08 17:06:00 +00:00
|
|
|
* Wed Apr 08 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.2-1
|
|
|
|
- Upgrade to 2.27.2
|
|
|
|
|
2009-03-10 11:39:22 +00:00
|
|
|
* Tue Mar 10 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-4
|
|
|
|
- Make the -libs-devel obsolete and provide the -devel package, so
|
|
|
|
we can actually upgrade...
|
|
|
|
|
2009-03-05 00:21:11 +00:00
|
|
|
* Thu Mar 05 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-3
|
|
|
|
- Add patch to fix sendto
|
|
|
|
|
2009-03-04 23:11:19 +00:00
|
|
|
* Wed Mar 04 2009 - Bastien Nocera <bnocera@redhat.com> - 2.27.1-2
|
|
|
|
- Update to 2.27.1
|
2009-03-04 23:18:59 +00:00
|
|
|
- Loads of fixes mentioned by Bill Nottingham in bug #488498
|
2009-03-04 23:11:19 +00:00
|
|
|
|
2009-02-24 22:44:45 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-19 17:10:52 +00:00
|
|
|
* Thu Feb 19 2009 - Bastien Nocera <bnocera@redhat.com> - 0.12.0-1
|
|
|
|
- Update to 0.12.0
|
|
|
|
|
2008-12-05 02:16:25 +00:00
|
|
|
* Thu Dec 4 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.0-8
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-29 16:37:05 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.11.0-7
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-01 00:00:07 +00:00
|
|
|
* Fri Oct 31 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-6
|
|
|
|
- Remove a few more .la files
|
|
|
|
|
2008-09-11 05:25:25 +00:00
|
|
|
* Thu Sep 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.0-5
|
|
|
|
- Rebuild against new bluez-libs
|
|
|
|
|
2008-05-20 07:07:31 +00:00
|
|
|
* Wed May 14 2008 - Ondrej Vasik <ovasik@redhat.com> - 0.11.0-4
|
|
|
|
- Changed name of icon file(#444811)
|
|
|
|
|
2008-02-27 13:39:36 +00:00
|
|
|
* Wed Feb 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0-3
|
|
|
|
- Remove gnome-obex-server, we should use gnome-user-share now
|
|
|
|
|
2008-02-11 11:30:13 +00:00
|
|
|
* Mon Feb 11 2008 - Ondrej Vasik <ovasik@redhat.com> - 0.11.0-1
|
|
|
|
- gcc43 rebuild
|
|
|
|
|
2008-01-21 20:37:52 +00:00
|
|
|
* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.11.0
|
|
|
|
- Update to 0.11.0
|
|
|
|
|
2008-01-21 16:30:26 +00:00
|
|
|
* Mon Jan 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.10.0
|
|
|
|
- Update to 0.10.0
|
|
|
|
|
2007-10-22 12:06:08 +00:00
|
|
|
* Mon Oct 22 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.1-4
|
|
|
|
- marked gnome-obex-server.schemas as config file
|
|
|
|
- changed upstream URL
|
|
|
|
|
2007-09-18 15:13:50 +00:00
|
|
|
* Tue Sep 18 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.1-3
|
|
|
|
- fixed wrong source URL
|
|
|
|
|
2007-08-23 12:29:06 +00:00
|
|
|
* Thu Aug 23 2007 - Ondrej Vasik <ovasik@redhat.com> - 0.9.1-2
|
|
|
|
- rebuilt for F8
|
|
|
|
- changed license tag to GPLv2 and LGPLv2+
|
|
|
|
|
2007-07-23 09:49:15 +00:00
|
|
|
* Mon Jul 23 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.1-1
|
|
|
|
- Upgrade to 0.9.1 to fix a crasher in the server
|
|
|
|
|
2007-07-12 20:57:06 +00:00
|
|
|
* Thu Jul 12 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-1
|
|
|
|
- Update for 0.9.0
|
2007-07-12 21:05:13 +00:00
|
|
|
- Fix installation of the python bindings
|
2007-07-12 20:57:06 +00:00
|
|
|
|
2007-04-02 21:45:40 +00:00
|
|
|
* Mon Apr 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-4
|
|
|
|
- Remove unncessary gconfd killing from scripts (#224561)
|
|
|
|
|
2007-03-09 15:46:15 +00:00
|
|
|
* Tue Feb 27 2007 Harald Hoyer <harald@redhat.com> - 0.8.0-3%{?dist}
|
2007-02-27 13:43:07 +00:00
|
|
|
- corrected BuildRoot
|
2007-03-09 15:46:15 +00:00
|
|
|
- smp flags added
|
|
|
|
- specfile cleanup
|
|
|
|
- fixed desktop file
|
2007-02-27 13:43:07 +00:00
|
|
|
|
2006-12-07 19:35:01 +00:00
|
|
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 0.8.0-2
|
|
|
|
- rebuild for python 2.5
|
|
|
|
|
|
|
|
* Mon Nov 13 2006 Harald Hoyer <harald@redhat.com> - 0.8.0-1
|
2006-11-13 12:58:24 +00:00
|
|
|
- version 0.8.0
|
|
|
|
|
2006-07-12 05:58:54 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-10.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-14 09:59:20 +00:00
|
|
|
* Wed Jun 14 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-10
|
|
|
|
- bump for new openobex
|
|
|
|
|
2006-06-11 17:38:40 +00:00
|
|
|
* Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-9
|
|
|
|
- Missing automake, libtool, gettext BR
|
2006-06-11 17:19:22 +00:00
|
|
|
|
2006-06-11 16:11:29 +00:00
|
|
|
* Sun Jun 11 2006 Jesse Keating <jkeating@redhat.com> - 0.7.0-6
|
|
|
|
- Bump for new libbluetooth
|
|
|
|
|
2006-06-14 09:59:20 +00:00
|
|
|
* Wed May 31 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-6
|
|
|
|
- add dependency on bluez-utils, cosmetic tweaks (bug #190280)
|
|
|
|
|
2006-05-30 10:07:01 +00:00
|
|
|
* Tue May 30 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-5
|
|
|
|
- install schemata correctly (bug #193518)
|
|
|
|
|
2006-05-29 12:16:29 +00:00
|
|
|
* Mon May 29 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-3
|
|
|
|
- more build requires (bug #193374)
|
|
|
|
|
2006-02-27 13:41:44 +00:00
|
|
|
* Mon Feb 27 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-2
|
|
|
|
- pydir fixes for lib64
|
|
|
|
|
2006-02-16 14:22:08 +00:00
|
|
|
* Thu Feb 16 2006 Harald Hoyer <harald@redhat.com> - 0.7.0-1
|
|
|
|
- version 0.7.0
|
|
|
|
|
2006-02-11 03:12:57 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:51:07 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-2.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:36 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-10-07 14:50:50 +00:00
|
|
|
* Fri Oct 07 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-2
|
|
|
|
- Fix relative path for the icons in desktop files which no longer works
|
|
|
|
with the icon cache.
|
|
|
|
|
2005-09-28 10:56:39 +00:00
|
|
|
* Wed Sep 28 2005 Harald Hoyer <harald@redhat.com> - 0.6.0-1
|
|
|
|
- new version 0.6.0
|
|
|
|
|
2005-08-17 06:21:57 +00:00
|
|
|
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> 0.5.1-14
|
|
|
|
- rebuild for new cairo
|
|
|
|
|
2005-07-08 14:11:29 +00:00
|
|
|
* Thu Jul 7 2005 Matthias Saou <http://freshrpms.net/> 0.5.1-13
|
|
|
|
- Minor spec file cleanups.
|
|
|
|
- Fix relative path for the icons in desktop files which no longer works
|
|
|
|
with the icon cache.
|
|
|
|
- Remove useless zero epochs.
|
|
|
|
- Remove explicit python abi requirement, it's automatic for FC4 and up.
|
|
|
|
|
2005-03-31 08:45:17 +00:00
|
|
|
* Thu Mar 31 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-12
|
|
|
|
- removed base requirement from libs
|
|
|
|
|
2005-03-30 09:57:13 +00:00
|
|
|
* Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 0.5.1-11
|
|
|
|
- devel req glib2-devel libbtctl-devel for pkgconfig (#152488)
|
|
|
|
|
2005-03-02 12:34:57 +00:00
|
|
|
* Wed Mar 02 2005 Harald Hoyer <harald@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-02-21 14:03:13 +00:00
|
|
|
* Mon Feb 21 2005 Harald Hoyer <harald@redhat.com> - 0.5.1-9
|
|
|
|
- added gnome hbox patch for bug rh#149215
|
|
|
|
|
2004-12-07 16:25:32 +00:00
|
|
|
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-8
|
|
|
|
- added requires for python-abi
|
|
|
|
|
2004-12-07 12:57:57 +00:00
|
|
|
* Tue Dec 07 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-7
|
|
|
|
- split package into app, libs and devel
|
|
|
|
|
2004-10-25 09:42:58 +00:00
|
|
|
* Mon Oct 25 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-6
|
|
|
|
- fixed again gnome-bluetooth-manager script for 64bit (bug 134864)
|
|
|
|
|
2004-10-08 12:16:41 +00:00
|
|
|
* Fri Oct 08 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-5
|
|
|
|
- buildrequire pygtk2-devel (bug 135032)
|
|
|
|
- fixed gnome-bluetooth-manager script for 64bit (bug 134864)
|
|
|
|
- fixed segfault on file receive (bug 133041)
|
|
|
|
|
2004-09-27 09:11:51 +00:00
|
|
|
* Mon Sep 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-4
|
2004-09-24 10:34:06 +00:00
|
|
|
- buildrequire libbtctl-devel
|
|
|
|
- buildrequire openobex-devel >= 1.0.1
|
2004-09-27 09:11:51 +00:00
|
|
|
- pythondir -> pyexecdir
|
2004-09-24 10:34:06 +00:00
|
|
|
|
2004-09-09 05:23:38 +00:00
|
|
|
* Wed Jul 28 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-3
|
|
|
|
- added build dependency for librsvg2-devel
|
|
|
|
|
2004-09-09 05:23:20 +00:00
|
|
|
* Tue Jul 27 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-2
|
|
|
|
- added pydir patch
|
|
|
|
|
|
|
|
* Thu Jul 22 2004 Harald Hoyer <harald@redhat.com> - 0.5.1-1
|
|
|
|
- version 0.5.1
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue May 25 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-8
|
|
|
|
- corrected BuildRequires
|
|
|
|
|
|
|
|
* Wed Mar 10 2004 Harald Hoyer <harald@redhat.com> - 0.4.1-7
|
|
|
|
- added EggToolBar patch for gcc34
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Jan 26 2004 Harald Hoyer <harald@redhat.de> 0.4.1-4
|
|
|
|
- added autofoo patch
|
|
|
|
|
|
|
|
* Thu Aug 28 2003 Harald Hoyer <harald@redhat.de> 0.4.1-3
|
|
|
|
- add .so to gnome-vfs module, if libtool does not!
|
|
|
|
|
|
|
|
* Thu Aug 07 2003 Harald Hoyer <harald@redhat.de> 0.4.1-2
|
|
|
|
- call libtool finish
|
|
|
|
|
|
|
|
* Wed Aug 6 2003 Harald Hoyer <harald@redhat.de> 0.4.1-1
|
|
|
|
- new version 0.4.1
|
|
|
|
|
2016-09-21 11:49:57 +00:00
|
|
|
* Thu Jun 5 2003 Harald Hoyer <harald@redhat.de> 0.4-1
|
2004-09-09 05:23:20 +00:00
|
|
|
- initial RPM
|
|
|
|
|
2004-09-09 05:21:53 +00:00
|
|
|
|