Blame SPECS/gnome-settings-daemon.spec

fbd155
%global glib2_version 2.56
fbd155
%global geocode_glib_version 3.10.0
5a1195
%global gnome_desktop_version 3.27.90
fbd155
%global gsettings_desktop_schemas_version 3.27.90
fbd155
%global gtk3_version 3.15.3
5a1195
%global libgweather_version 3.9.5
5a1195
%global geoclue_version 2.3.1
5a1195
5a1195
Name:           gnome-settings-daemon
fbd155
Version:        3.32.0
fbd155
Release:        4%{?dist}
5a1195
Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
5a1195
5a1195
License:        GPLv2+
5a1195
URL:            https://download.gnome.org/sources/%{name}
fbd155
Source0:        https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz
5a1195
Source1:        org.gnome.settings-daemon.plugins.power.gschema.override
5a1195
fbd155
BuildRequires:  meson >= 0.44.0
fbd155
BuildRequires:  gcc
5a1195
BuildRequires:  cups-devel
5a1195
BuildRequires:  gettext
5a1195
BuildRequires:  perl-interpreter
5a1195
BuildRequires:  pkgconfig(alsa)
5a1195
BuildRequires:  pkgconfig(colord) >= 1.0.2
5a1195
BuildRequires:  pkgconfig(fontconfig)
5a1195
BuildRequires:  pkgconfig(geoclue-2.0) >= %{geoclue_version}
5a1195
BuildRequires:  pkgconfig(geocode-glib-1.0) >= %{geocode_glib_version}
5a1195
BuildRequires:  pkgconfig(glib-2.0) >= %{glib2_version}
5a1195
BuildRequires:  pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version}
5a1195
BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
5a1195
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
5a1195
BuildRequires:  pkgconfig(gudev-1.0)
5a1195
BuildRequires:  pkgconfig(gweather-3.0) >= %{libgweather_version}
5a1195
BuildRequires:  pkgconfig(lcms2) >= 2.2
5a1195
BuildRequires:  pkgconfig(libcanberra-gtk3)
5a1195
BuildRequires:  pkgconfig(libgeoclue-2.0)
5a1195
BuildRequires:  pkgconfig(libnm)
5a1195
BuildRequires:  pkgconfig(libnotify)
5a1195
BuildRequires:  pkgconfig(libpulse)
5a1195
BuildRequires:  pkgconfig(libpulse-mainloop-glib)
5a1195
BuildRequires:  pkgconfig(librsvg-2.0)
5a1195
BuildRequires:  pkgconfig(nss)
5a1195
BuildRequires:  pkgconfig(polkit-gobject-1)
5a1195
BuildRequires:  pkgconfig(upower-glib)
5a1195
BuildRequires:  pkgconfig(x11)
5a1195
BuildRequires:  pkgconfig(xi)
5a1195
BuildRequires:  pkgconfig(wayland-client)
5a1195
%ifnarch s390 s390x
5a1195
BuildRequires:  pkgconfig(libwacom) >= 0.7
5a1195
BuildRequires:  pkgconfig(xorg-wacom)
5a1195
%endif
5a1195
5a1195
Requires: colord
5a1195
Requires: iio-sensor-proxy
5a1195
Requires: geoclue2 >= %{geoclue_version}
5a1195
Requires: geocode-glib%{?_isa} >= %{geocode_glib_version}
5a1195
Requires: glib2%{?_isa} >= %{glib2_version}
5a1195
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
5a1195
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
5a1195
Requires: gtk3%{?_isa} >= %{gtk3_version}
5a1195
Requires: libgweather%{?_isa} >= %{libgweather_version}
5a1195
5a1195
Obsoletes: %{name}-updates < 3.13.1
5a1195
Obsoletes: drwright < 3.5.0-3
5a1195
Obsoletes: gnome-settings-daemon-devel < 3.23.1
5a1195
5a1195
# The "org.gnome.SettingsDaemon.A11yKeyboard" has been been removed, now
5a1195
# handled in gnome-shell/mutter instead; this conflict here makes sure not to
5a1195
# break older gdm and gnome-session releases that expect the functionality
5a1195
Conflicts: gdm < 1:3.27.90
5a1195
Conflicts: gnome-session < 3.27.90
5a1195
# The orientation and xrandr plugins were removed in 3.25.4 and their
5a1195
# functionality was moved to mutter; this conflict here makes sure not to break
5a1195
# older gdm, gnome-session and gnome-shell releases that expect the functionality
5a1195
Conflicts: gnome-shell < 3.25.4
5a1195
fbd155
Patch00001: 0001-account-first-cut-at-account-plugin.patch
fbd155
Patch00002: 0002-account-reshow-the-notification-when-screen-unlocks.patch
fbd155
Patch00003: 0003-account-display-nag-screen-periodically.patch
fbd155
Patch00004: 0004-account-don-t-poll-more-frequently-than-notification.patch
fbd155
fbd155
Patch10001: 0001-housekeeping-Add-a-GPU-memory-usage-notification.patch
fbd155
5a1195
%description
5a1195
A daemon to share settings from GNOME to other applications. It also
5a1195
handles global keybindings, as well as a number of desktop-wide settings.
5a1195
5a1195
%package        devel
5a1195
Summary:        Development files for %{name}
5a1195
Requires:       %{name}%{?_isa} = %{version}-%{release}
5a1195
5a1195
%description    devel
5a1195
The %{name}-devel package contains libraries and header files for
5a1195
developing applications that use %{name}.
5a1195
5a1195
%prep
5a1195
%autosetup -p1
5a1195
5a1195
%build
5a1195
%meson
5a1195
%meson_build
5a1195
5a1195
%install
5a1195
%meson_install
5a1195
5a1195
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
5a1195
5a1195
%find_lang %{name} --with-gnome
5a1195
5a1195
mkdir $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
5a1195
5a1195
%files -f %{name}.lang
5a1195
%license COPYING
5a1195
%doc AUTHORS NEWS
5a1195
5a1195
# list daemons explicitly, so we notice if one goes missing
5a1195
# some of these don't have a separate gschema
fbd155
%{_libexecdir}/gsd-account
fbd155
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Account.desktop
fbd155
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.account.gschema.xml
fbd155
5a1195
%{_libexecdir}/gsd-clipboard
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Clipboard.desktop
5a1195
5a1195
%{_libexecdir}/gsd-datetime
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop
5a1195
5a1195
%{_libexecdir}/gsd-dummy
5a1195
5a1195
%{_libexecdir}/gsd-housekeeping
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml
5a1195
5a1195
%{_libexecdir}/gsd-keyboard
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop
5a1195
5a1195
%{_libexecdir}/gsd-media-keys
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.media-keys.gschema.xml
5a1195
5a1195
%{_libexecdir}/gsd-mouse
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Mouse.desktop
5a1195
%{_libexecdir}/gsd-locate-pointer
5a1195
5a1195
%{_libexecdir}/gsd-backlight-helper
5a1195
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
5a1195
%{_libexecdir}/gsd-power
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.xml
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.override
5a1195
5a1195
%{_libexecdir}/gsd-print-notifications
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop
5a1195
%{_libexecdir}/gsd-printer
5a1195
5a1195
%{_libexecdir}/gsd-rfkill
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop
5a1195
5a1195
%{_libexecdir}/gsd-screensaver-proxy
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop
5a1195
5a1195
%{_libexecdir}/gsd-smartcard
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop
5a1195
5a1195
%{_libexecdir}/gsd-sound
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop
5a1195
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
5a1195
5a1195
%ifnarch s390 s390x
5a1195
%{_libexecdir}/gsd-wacom
5a1195
%{_libexecdir}/gsd-wacom-led-helper
5a1195
%{_libexecdir}/gsd-wacom-oled-helper
5a1195
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
5a1195
%endif
5a1195
5a1195
%{_libexecdir}/gsd-xsettings
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
5a1195
5a1195
%{_libexecdir}/gsd-a11y-settings
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop
5a1195
5a1195
%{_libexecdir}/gsd-color
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml
5a1195
5a1195
%{_libexecdir}/gsd-sharing
5a1195
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.sharing.gschema.xml
5a1195
5a1195
%{_libdir}/gnome-settings-daemon-3.0/libgsd.so
5a1195
5a1195
/usr/lib/udev/rules.d/*.rules
5a1195
%{_datadir}/gnome-settings-daemon/
5a1195
%{_datadir}/GConf/gsettings/gnome-settings-daemon.convert
5a1195
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
5a1195
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
5a1195
5a1195
%files devel
5a1195
%{_includedir}/gnome-settings-daemon-3.0
5a1195
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
5a1195
5a1195
%changelog
fbd155
* Tue Jul 09 2019 Richard Hughes <rhughes@redhat.com> - 3.32.0-4
fbd155
- Remove the subman plugin -- move to a 8.2 feature instead.
fbd155
- Resolves: #1720249
fbd155
fbd155
* Mon Jun 17 2019 Richard Hughes <rhughes@redhat.com> - 3.32.0-3
fbd155
- Add a new plugin to provide system subscription information
fbd155
- Resolves: #1720249
fbd155
fbd155
* Mon Jun 10 2019 Ray Strode <rstrode@redhat.com> - 3.32.0-2
fbd155
- Add dropped patches
fbd155
  Related: #1674382
fbd155
fbd155
* Thu May 23 2019 Florian Müllner <fmuellner@redhat.com> - 3.32.0-1
fbd155
- Update to 3.32.0
fbd155
  Resolves: #1698929
fbd155
5a1195
* Mon Jan 14 2019 Carlos Garnacho <cgarnach@redhat.com> - 3.28.1-2
5a1195
- Enable IBus for OSK purposes, necessary for focus tracking
5a1195
  Resolves: #1626105
5a1195
5a1195
* Thu Apr 12 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
5a1195
- Update to 3.28.1
5a1195
5a1195
* Tue Apr 10 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-2
5a1195
- Disable automatic suspend
5a1195
5a1195
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
5a1195
- Update to 3.28.0
5a1195
5a1195
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
5a1195
- Update to 3.27.92
5a1195
5a1195
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
5a1195
- Update to 3.27.91
5a1195
5a1195
* Sat Feb 10 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.90-4
5a1195
+ gnome-settings-daemon-3.27.90-4
5a1195
- Rebuild against newer gnome-desktop3 package
5a1195
5a1195
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.90-3
5a1195
+ gnome-settings-daemon-3.27.90-3
5a1195
- Really fix gsd-* helper linkage
5a1195
- Build fix for highly parallel builds
5a1195
5a1195
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 3.27.90-2
5a1195
- Fix missing libcommon.so library
5a1195
5a1195
* Tue Feb 06 2018 Kalev Lember <klember@redhat.com> - 3.27.90-1
5a1195
- Update to 3.27.90
5a1195
- Switch to meson build system
5a1195
5a1195
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.26.2-5
5a1195
- Rebuilt for libgweather soname bump
5a1195
5a1195
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.2-4
5a1195
- Rebuilt for switch to libxcrypt
5a1195
5a1195
* Fri Jan 12 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.2-3
5a1195
- Fix gdm session trying to change the backlight, resulting in a lot
5a1195
  of spurious error messages (#1322588)
5a1195
5a1195
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.2-2
5a1195
- Remove obsolete scriptlets
5a1195
5a1195
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
5a1195
- Update to 3.26.2
5a1195
5a1195
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
5a1195
- Update to 3.26.1
5a1195
5a1195
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
5a1195
- Update to 3.26.0
5a1195
5a1195
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
5a1195
- Update to 3.25.92
5a1195
5a1195
* Thu Aug 24 2017 Kalev Lember <klember@redhat.com> - 3.25.91-1
5a1195
- Update to 3.25.91
5a1195
5a1195
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
5a1195
- Update to 3.25.90
5a1195
5a1195
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-2
5a1195
- Add explicit conflicts to not break older gdm, gnome-session and gnome-shell
5a1195
5a1195
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
5a1195
- Update to 3.25.4
5a1195
5a1195
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.2-2
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5a1195
5a1195
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 3.25.2-1
5a1195
- Update to 3.25.2
5a1195
5a1195
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
5a1195
- Update to 3.24.2
5a1195
5a1195
* Wed Apr 12 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
5a1195
- Update to 3.24.1
5a1195
5a1195
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
5a1195
- Update to 3.24.0
5a1195
5a1195
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
5a1195
- Update to 3.23.92
5a1195
5a1195
* Wed Feb 15 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
5a1195
- Update to 3.23.90
5a1195
5a1195
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.3-2
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5a1195
5a1195
* Thu Jan 12 2017 Bastien Nocera <bnocera@redhat.com> - 3.23.3-1
5a1195
+ gnome-settings-daemon-3.23.3-1
5a1195
- Update to 3.23.3
5a1195
5a1195
* Tue Oct 11 2016 Bastien Nocera <bnocera@redhat.com> - 3.23.2-1
5a1195
+ gnome-settings-daemon-3.23.2-1
5a1195
- Update to 3.23.2
5a1195
5a1195
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
5a1195
- Update to 3.22.0
5a1195
5a1195
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92.1-1
5a1195
- Update to 3.21.92.1
5a1195
5a1195
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
5a1195
- Update to 3.21.92
5a1195
- Don't set group tags
5a1195
5a1195
* Fri Aug 26 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
5a1195
- Update to 3.21.90
5a1195
5a1195
* Sun Apr 17 2016 Bastien Nocera <bnocera@redhat.com> - 3.20.1-3
5a1195
- Fix crasher in newly enabled audio device selection dialogue
5a1195
5a1195
* Sun Apr 17 2016 Bastien Nocera <bnocera@redhat.com> - 3.20.1-2
5a1195
- Require alsa to enable the audio device selection dialogue
5a1195
5a1195
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
5a1195
- Update to 3.20.1
5a1195
5a1195
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
5a1195
- Update to 3.20.0
5a1195
5a1195
* Thu Mar 17 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
5a1195
- Update to 3.19.92
5a1195
5a1195
* Fri Mar 04 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
5a1195
- Update to 3.19.91
5a1195
5a1195
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
5a1195
- Update to 3.19.90
5a1195
5a1195
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.5-2
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5a1195
5a1195
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.5-1
5a1195
- Update to 3.19.5
5a1195
5a1195
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 3.19.4-1
5a1195
- Update to 3.19.4
5a1195
5a1195
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
5a1195
- Update to 3.19.3
5a1195
5a1195
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
5a1195
- Update to 3.18.2
5a1195
5a1195
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
5a1195
- Update to 3.18.1
5a1195
5a1195
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
5a1195
- Update to 3.18.0
5a1195
5a1195
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
5a1195
- Update to 3.17.92
5a1195
5a1195
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
5a1195
- Update to 3.17.90
5a1195
- Use make_install macro
5a1195
5a1195
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.17.3-1
5a1195
- Update to 3.17.3
5a1195
- Use pkgconfig for BuildRequires
5a1195
5a1195
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-3
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5a1195
5a1195
* Thu Jun 11 2015 Richard Hughes <rhughes@redhat.com> - 3.17.2-2
5a1195
- Add runtime dep on iio-sensor-proxy for the ambient light sensor
5a1195
5a1195
* Fri Jun 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.2-1
5a1195
- Update to 3.17.2
5a1195
5a1195
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
5a1195
- Update to 3.16.2
5a1195
5a1195
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
5a1195
- Update to 3.16.1
5a1195
5a1195
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
5a1195
- Update to 3.16.0
5a1195
5a1195
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
5a1195
- Update to 3.15.92
5a1195
5a1195
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
5a1195
- Update to 3.15.91
5a1195
- Use the %%license macro for the COPYING file
5a1195
5a1195
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
5a1195
- Update to 3.15.90
5a1195
5a1195
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
5a1195
- Update to 3.15.4
5a1195
5a1195
* Thu Nov 27 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
5a1195
- Update to 3.15.1
5a1195
5a1195
* Tue Nov 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
5a1195
- Update to 3.14.2
5a1195
5a1195
* Sat Nov 01 2014 Richard Hughes <rhughes@redhat.com> - 3.14.1-3
5a1195
- Fix compile on RHEL
5a1195
5a1195
* Sun Oct 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-2
5a1195
- Obsolete drwright
5a1195
5a1195
* Tue Oct 14 2014 Rui Matos <rmatos@redhat.com> - 3.14.1-1
5a1195
- Update to 3.14.1
5a1195
5a1195
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
5a1195
- Update to 3.14.0
5a1195
5a1195
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
5a1195
- Update to 3.13.92
5a1195
5a1195
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
5a1195
- Update to 3.13.91
5a1195
5a1195
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
5a1195
- Update to 3.13.90
5a1195
5a1195
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5a1195
5a1195
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
5a1195
- Update to 3.13.4
5a1195
5a1195
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
5a1195
- Update to 3.13.3
5a1195
5a1195
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 3.13.2-1
5a1195
- Update to 3.13.2
5a1195
5a1195
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5a1195
5a1195
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
5a1195
- Update to 3.13.1
5a1195
- Remove and obsolete the updates plugin
5a1195
5a1195
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
5a1195
- Update to 3.12.1
5a1195
- Tighten subpackage deps
5a1195
5a1195
* Mon Apr 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0.1-3
5a1195
- Drop control-center-filesystem dependency
5a1195
5a1195
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0.1-2
5a1195
- Update dep versions
5a1195
5a1195
* Wed Mar 26 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0.1-1
5a1195
- Update to 3.12.0.1
5a1195
5a1195
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
5a1195
- Update to 3.12.0
5a1195
5a1195
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
5a1195
- Update to 3.11.92
5a1195
5a1195
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
5a1195
- Update to 3.11.91
5a1195
5a1195
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-2
5a1195
- Rebuilt for gnome-desktop soname bump
5a1195
5a1195
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
5a1195
- Update to 3.11.90
5a1195
5a1195
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
5a1195
- Update to 3.11.5
5a1195
5a1195
* Thu Jan 30 2014 Richard Hughes <rhughes@redhat.com> - 3.11.3-2
5a1195
- Rebuild for libpackagekit-glib soname bump
5a1195
5a1195
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
5a1195
- Update to 3.11.3
5a1195
5a1195
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
5a1195
- Update to 3.11.2
5a1195
5a1195
* Thu Oct 31 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.1-1
5a1195
- Update to 3.11.1
5a1195
5a1195
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
5a1195
- Update to 3.10.1
5a1195
5a1195
* Fri Oct 11 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-3
5a1195
- Apply the previous patch on Fedora too.
5a1195
5a1195
* Fri Oct 11 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-2
5a1195
- Grab a patch from upstream to fix the multiple notifications about updates.
5a1195
- Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1009132
5a1195
5a1195
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
5a1195
- Update to 3.10.0
5a1195
5a1195
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
5a1195
- Update to 3.9.92
5a1195
5a1195
* Tue Sep 17 2013 Richard Hughes <rhughes@redhat.com> - 3.9.91.1-2
5a1195
- Grab a patch from upstream so that the offline updates feature can
5a1195
  actually work when reboot returns with success.
5a1195
5a1195
* Tue Sep 03 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.91.1-1
5a1195
- Update to 3.9.91.1
5a1195
5a1195
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
5a1195
- Update to 3.9.91
5a1195
- Include the new datetime plugin
5a1195
5a1195
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-2
5a1195
- Keep middle click paste enabled for now
5a1195
5a1195
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
5a1195
- Update to 3.9.90
5a1195
5a1195
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
5a1195
- Update to 3.9.5
5a1195
- Remove empty /etc/gnome-settings-daemon directory
5a1195
- Install new rfkill plugin and add back the smartcard plugin
5a1195
5a1195
* Tue Jul 30 2013 Richard Hughes <rhughes@redhat.com> - 3.9.3-3
5a1195
- Rebuild for colord soname bump
5a1195
5a1195
* Mon Jul 22 2013 Bastien Nocera <bnocera@redhat.com> 3.9.3-2
5a1195
- Remove obsolete GStreamer 0.10 BRs
5a1195
5a1195
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
5a1195
- Update to 3.9.3
5a1195
5a1195
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
5a1195
- Update to 3.9.2
5a1195
- Drop the ibus-kkc-libpinyin patch; the hardcoded input sources
5a1195
  list is gone from g-s-d
5a1195
- Set the minimum required gnome-desktop3 version
5a1195
5a1195
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
5a1195
- Update to 3.8.2
5a1195
5a1195
* Thu May  9 2013 Jens Petersen <petersen@redhat.com> - 3.8.1-2
5a1195
- default ibus engine in Fedora is now kkc for Japanese
5a1195
  and libpinyin for Chinese (#948117)
5a1195
5a1195
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
5a1195
- Update to 3.8.1
5a1195
5a1195
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
5a1195
- Update to 3.8.0
5a1195
5a1195
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.92-1
5a1195
- Update to 3.7.92
5a1195
5a1195
* Tue Mar  5 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
5a1195
- Update to 3.7.91
5a1195
5a1195
* Wed Feb 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
5a1195
- Update to 3.7.90
5a1195
5a1195
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5.1-1
5a1195
- Update to 3.7.5.1
5a1195
5a1195
* Wed Feb 06 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.5-2
5a1195
- Bump the gtk3 BuildRequires
5a1195
5a1195
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
5a1195
- Update to 3.7.5
5a1195
5a1195
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
5a1195
- Update to 3.7.4
5a1195
5a1195
* Mon Dec 31 2012 Dan Horák <dan[at]danny.cz> - 3.7.3-2
5a1195
- fix filelist for s390(x) (and ppc/ppc64 in RHEL)
5a1195
5a1195
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
5a1195
- Update to 3.7.3
5a1195
- Adjust the spec file for the (temporarly) disabled smartcard plugin
5a1195
5a1195
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.1-1
5a1195
- Update to 3.7.1
5a1195
- Remove upstreamed patches
5a1195
5a1195
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
5a1195
- Update to 3.6.3
5a1195
- Drop the static man page patch and BR docbook-style-xsl instead
5a1195
5a1195
* Thu Nov 08 2012 Bastien Nocera <bnocera@redhat.com> 3.6.2-1
5a1195
- Update to 3.6.2
5a1195
5a1195
* Thu Oct 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-3
5a1195
- Fix a typo in the suspend patch (#858259)
5a1195
5a1195
* Mon Oct 08 2012 Dan Horák <dan[at]danny.cz> - 3.6.1-2
5a1195
- fix build on s390(x)
5a1195
5a1195
* Mon Oct 08 2012 Bastien Nocera <bnocera@redhat.com> 3.6.1-1
5a1195
- Update to 3.6.1
5a1195
5a1195
* Fri Oct  5 2012 Olivier Fourdan <mclasen@redhat.com> - 3.6.0-5
5a1195
- Adds Wacom OSD window from upstream bug #679062
5a1195
5a1195
* Wed Oct  3 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-4
5a1195
- Fix an inhibitor leak in the previous patch
5a1195
5a1195
* Tue Oct  2 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-3
5a1195
- Fix lid close handling with new systemd
5a1195
5a1195
* Fri Sep 28 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.6.0-2
5a1195
- Split out PackageKit into a sub package. Fixes #699348
5a1195
5a1195
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
5a1195
- Update to 3.6.0
5a1195
5a1195
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
5a1195
- Update to 3.5.92
5a1195
5a1195
* Wed Sep 05 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.91-1
5a1195
- Update to 3.5.91
5a1195
5a1195
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
5a1195
- Update to 3.5.90
5a1195
5a1195
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
5a1195
- Update to 3.5.6
5a1195
5a1195
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.5-4
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5a1195
5a1195
* Tue Jul 24 2012 Dan Horák <dan[at]danny.cz> - 3.5.5-3
5a1195
- fix build without wacom
5a1195
5a1195
* Thu Jul 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.5-2
5a1195
- Fix the updates plugin to load
5a1195
5a1195
* Thu Jul 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.5-1
5a1195
- Update to 3.5.5
5a1195
5a1195
* Tue Jul 17 2012 Dan Horák <dan[at]danny.cz> - 3.5.4-3
5a1195
- fix build on s390(x) - cherry-picked from f17 branch
5a1195
- allow build without wacom on ppc/ppc64
5a1195
5a1195
* Tue Jul 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.4-2
5a1195
- Rebuild against new PackageKit
5a1195
5a1195
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
5a1195
- Update to 3.5.4
5a1195
5a1195
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
5a1195
- Update to 3.5.3
5a1195
5a1195
* Thu Jun 14 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-4
5a1195
- Drop calculator patch, no longer needed
5a1195
5a1195
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-3
5a1195
- Fix file lists
5a1195
5a1195
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-2
5a1195
- Add missing BR
5a1195
5a1195
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
5a1195
- Update to 3.5.2
5a1195
5a1195
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
5a1195
- Update to 3.4.2
5a1195
5a1195
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
5a1195
- Update to 3.4.1
5a1195
5a1195
* Mon Mar 26 2012 Richard Hughes <rhughes@redhat.com> - 3.4.0-1
5a1195
- New upstream version.
5a1195
5a1195
* Tue Mar 20 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
5a1195
- Update to 3.3.92
5a1195
5a1195
* Mon Mar 05 2012 Bastien Nocera <bnocera@redhat.com> 3.3.91-1
5a1195
- Update to 3.3.91
5a1195
5a1195
* Wed Feb 22 2012 Bastien Nocera <bnocera@redhat.com> 3.3.90.1-1
5a1195
- Update to 3.3.90.1
5a1195
5a1195
* Thu Feb  9 2012 Matthias Clasen <mclasen@redhat.com> 3.3.5-2
5a1195
- Use systemd for session tracking
5a1195
5a1195
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> 3.3.5-1
5a1195
- Update to 3.3.5
5a1195
5a1195
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> 3.3.4-2
5a1195
- Some crash fixes
5a1195
5a1195
* Tue Jan 17 2012 Bastien Nocera <bnocera@redhat.com> 3.3.4-1
5a1195
- Update to 3.3.4
5a1195
5a1195
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3.1-3
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5a1195
5a1195
* Tue Dec 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-2
5a1195
- Fix a path problem in the gnome-settings-daemon autostart file
5a1195
5a1195
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
5a1195
- Update to 3.3.3.1
5a1195
5a1195
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
5a1195
- Update to 3.3.3
5a1195
5a1195
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
5a1195
- Update to 3.3.2
5a1195
5a1195
* Fri Nov 11 2011 Bastien Nocera <bnocera@redhat.com> 3.2.2-1
5a1195
- Update to 3.2.2
5a1195
5a1195
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-4
5a1195
- Rebuilt for glibc bug#747377
5a1195
5a1195
* Tue Oct 25 2011 Marek Kasik <mkasik@redhat.com> - 3.2.1-3
5a1195
- Fix a typo in registration of an object on DBus (#747318)
5a1195
5a1195
* Mon Oct 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-2
5a1195
- Fix calculator keybinding (#745367)
5a1195
5a1195
* Mon Oct 17 2011 Bastien Nocera <bnocera@redhat.com> 3.2.1-1
5a1195
- Update to 3.2.1
5a1195
5a1195
* Wed Oct 12 2011 Adam Williamson <awilliam@redhat.com> - 3.2.0-2
5a1195
- backport some greatest hits from git to stop the same bugs being
5a1195
  reported over and over (all will be in 3.2.1)
5a1195
5a1195
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
5a1195
- Update to 3.2.0
5a1195
5a1195
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
5a1195
- Update to 3.1.92
5a1195
5a1195
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
5a1195
- Update to 3.1.91
5a1195
5a1195
* Tue Jul 26 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.4-2
5a1195
- Add a patch to make the fallback mounter to build correctly
5a1195
- Include the new power plugin
5a1195
5a1195
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
5a1195
- Update to 3.1.4
5a1195
5a1195
* Fri Jul 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.3-2
5a1195
- Add support for chrony (#723212)
5a1195
5a1195
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
5a1195
- Update to 3.1.3
5a1195
5a1195
* Tue Jun 21 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-2
5a1195
- Fix fortify fail in gsd-color-manager.c (#714625)
5a1195
5a1195
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
5a1195
- Update to 3.1.2
5a1195
5a1195
* Wed Jun 15 2011 Bastien Nocera <bnocera@redhat.com> 3.1.1-3
5a1195
- Rebuild for new gnome-desktop3 libs
5a1195
5a1195
* Mon Jun 13 2011 Marek Kasik <mkasik@redhat.com> 3.1.1-2
5a1195
- Remove requirement of system-config-printer-udev (#704381)
5a1195
5a1195
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
5a1195
- Update to 3.1.1
5a1195
5a1195
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.1-5
5a1195
- Update gsettings schema scriptlet
5a1195
5a1195
* Mon May  2 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-4
5a1195
- Try to fix a crash (#698533)
5a1195
5a1195
* Thu Apr 28 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-2
5a1195
- Fix setting ntpd usage with SystemD
5a1195
5a1195
* Tue Apr 26 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-1
5a1195
- Update to 3.0.1
5a1195
5a1195
* Wed Apr 06 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0.1-1
5a1195
- Update to 3.0.0.1
5a1195
5a1195
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
5a1195
- Update to 3.0.0
5a1195
5a1195
* Wed Mar 30 2011 Marek Kasik <mkasik@redhat.com> 2.91.93-2
5a1195
- Make CUPS' subscriptions expirable
5a1195
5a1195
* Fri Mar 25 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-1
5a1195
- Update to 2.91.93
5a1195
5a1195
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
5a1195
- Update 2.91.92
5a1195
5a1195
* Wed Mar 16 2011 Richard Hughes <rhughes@redhat.com> 2.91.91-3
5a1195
- Add a patch from upstream to fix the updates plugin.
5a1195
5a1195
* Fri Mar 11 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-2
5a1195
- Add libXxf86misc-devel requires so that key repeat/delay works
5a1195
5a1195
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
5a1195
- Update to 2.91.91
5a1195
5a1195
* Fri Feb 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-4
5a1195
- Fix undefined symbols in the updates plugin
5a1195
5a1195
* Wed Feb 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-3
5a1195
- BR PackageKit and cups
5a1195
- Explicitly list plugins so we notice if they go missing
5a1195
5a1195
* Wed Feb 23 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.90-2
5a1195
- Include an upstream patch to fix a possible crasher
5a1195
5a1195
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
5a1195
- Update to 2.91.90
5a1195
5a1195
* Wed Feb 16 2011 Bastien Nocera <bnocera@redhat.com> 2.91.9-6
5a1195
- Fix crasher when media keys GSettings value changes
5a1195
5a1195
* Sun Feb 13 2011 Christopher Aillon <caillon@redhat.com> - 2.91.9-5
5a1195
- Rebuild for new libxklavier
5a1195
5a1195
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-4
5a1195
- Rebuild against newer gtk
5a1195
5a1195
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.9-3
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5a1195
5a1195
* Tue Feb 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.9-2
5a1195
- Fix setting timezones in the date & time panel (#674999)
5a1195
5a1195
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-1
5a1195
- 2.91.9
5a1195
5a1195
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.8-1
5a1195
- 2.91.8
5a1195
5a1195
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.7-2
5a1195
- Own %%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
5a1195
5a1195
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.7-1
5a1195
- Update to 2.91.7
5a1195
5a1195
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6.2-1
5a1195
- Update to 2.91.6.2
5a1195
5a1195
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5.1-1
5a1195
- Update to 2.91.5.1
5a1195
5a1195
* Thu Dec  2 2010 Dan Williams <dcbw@redhat.com> - 2.91.5-4
5a1195
- Re-add patch handling org.gnome.media-handling gsettings schema rename
5a1195
5a1195
* Wed Dec  1 2010 Dan Williams <dcbw@redhat.com> - 2.91.5-3
5a1195
- Fix various cases of forgetting to draw the background
5a1195
5a1195
* Tue Nov 30 2010 Owen Taylor <otaylor@redhat.com> - 2.91.5-2
5a1195
- Add a patch handling org.gnome.media-handling gsettings schema rename
5a1195
5a1195
* Tue Nov 30 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.5-1
5a1195
- Update to 2.91.5
5a1195
5a1195
* Fri Nov 26 2010 Bastien Nocera <bnocera@redhat.com> 2.91.4-2
5a1195
- Fix crasher on startup
5a1195
5a1195
* Thu Nov 25 2010 Bastien Nocera <bnocera@redhat.com> 2.91.4-1
5a1195
- Update to 2.91.4
5a1195
5a1195
* Wed Nov 17 2010 Richard Hughes <richard@hughsie.com> 2.91.3-1
5a1195
- Update to 2.91.3
5a1195
5a1195
* Wed Nov 10 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2.1-0.4.
5a1195
- Update to 2.91.2.1
5a1195
5a1195
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-0.4.20101102
5a1195
- Rebuild against new libnotify
5a1195
5a1195
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-0.3.20101102
5a1195
- Make theme changing work
5a1195
5a1195
* Tue Nov 02 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.2.20101102
5a1195
- Add BR gsettings-desktop-schemas-devel
5a1195
5a1195
* Tue Nov 02 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.1.20101102
5a1195
- Update to a git snapshot to fix rawhide.
5a1195
5a1195
* Wed Oct 06 2010 Richard Hughes <rhughes@redhat.com> 2.91.0-3
5a1195
- Fix the pkgconfig file manually
5a1195
5a1195
* Wed Oct 06 2010 Richard Hughes <rhughes@redhat.com> 2.91.0-2
5a1195
- Rebuild against the new libgnomekbd library
5a1195
5a1195
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
5a1195
- Update to 2.91.0
5a1195
5a1195
* Wed Sep 29 2010 jkeating - 2.90.1-2
5a1195
- Rebuilt for gcc bug 634757
5a1195
5a1195
* Wed Sep 22 2010 Bastien Nocera <bnocera@redhat.com> 2.90.1-1
5a1195
- Update to 2.90.1
5a1195
5a1195
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> 2.31.91-1
5a1195
- Update to 2.31.91
5a1195
5a1195
* Fri Aug 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-2
5a1195
- Fix a problem with warning bubbles in virtual machines (#624624)
5a1195
5a1195
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-1
5a1195
- Update to 2.31.6
5a1195
5a1195
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5.1-1
5a1195
- Update to 2.31.5.1
5a1195
5a1195
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
5a1195
- Update to 2.31.5
5a1195
5a1195
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4.2-1
5a1195
- Update to 2.31.4.2
5a1195
5a1195
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4.1-1
5a1195
- Update to 2.31.4.1
5a1195
5a1195
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
5a1195
- Update to 2.31.4
5a1195
5a1195
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 2.31.3-3
5a1195
- Don't remove the sound plugin if we want the caches to be
5a1195
  updated
5a1195
5a1195
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
5a1195
- Update to 2.31.3
5a1195
5a1195
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
5a1195
- Update to 2.31.2
5a1195
5a1195
* Sun May 16 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
5a1195
- Update to 2.31.1
5a1195
5a1195
* Fri Apr 30 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-4
5a1195
- Waah, one more mistake in these macros
5a1195
5a1195
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-3
5a1195
- Nobody understands macro processors...
5a1195
5a1195
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-2
5a1195
- Fix a typo
5a1195
5a1195
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
5a1195
- Update to 2.30.1
5a1195
- Spec file cleanups
5a1195
5a1195
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
5a1195
- Update to 2.30.0
5a1195
5a1195
* Mon Mar 22 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-3
5a1195
- Disable the font plugin by default
5a1195
5a1195
* Wed Mar 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-2
5a1195
- Remove unneeded icons, already upstream
5a1195
5a1195
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
5a1195
- Update to 2.29.92
5a1195
5a1195
* Sat Feb 27 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91.1-2
5a1195
- Fix Fn-F8 OSD icon
5a1195
- Modernize scriptlets
5a1195
5a1195
* Wed Feb 24 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91.1-1
5a1195
- Update to 2.29.91.1
5a1195
5a1195
* Wed Feb 17 2010 Matthias Clasen <mclasen@redhat.com> 2.29.90-2
5a1195
- Set a name for the keyboard statusicon
5a1195
5a1195
* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.90-1
5a1195
- Update to 2.29.90
5a1195
5a1195
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> 2.29.6-1
5a1195
- Update to 2.29.6
5a1195
5a1195
* Fri Dec 18 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-10
5a1195
- Avoid warning messages from the OSD code
5a1195
5a1195
* Tue Dec 15 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-9
5a1195
- Survive when running without XKB (#547780)
5a1195
5a1195
* Thu Nov 12 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-8
5a1195
- Avoid a 'whitespace leak' around the display statusicon (gnome #601696)
5a1195
5a1195
* Mon Nov  9 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-7
5a1195
- React to screen changes when showing the background (gnome #601203)
5a1195
5a1195
* Thu Nov 05 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-6
5a1195
- Fix the volume going over 100% in the OSD
5a1195
5a1195
* Wed Oct 28 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-5
5a1195
- Update OSD code again
5a1195
5a1195
* Tue Oct 27 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-4
5a1195
- Fix bluriness in OSD
5a1195
5a1195
* Mon Oct 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
5a1195
- Change default font rendering to use slight hinting
5a1195
5a1195
* Mon Oct 26 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.28.1-2
5a1195
- left-handed-touchpad.patch: change physical touchpad buttons to
5a1195
  left-handed, not tapping though (#498249)
5a1195
5a1195
* Mon Oct 19 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
5a1195
- Update to 2.28.1
5a1195
5a1195
* Thu Oct  1 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-4
5a1195
- Fix keyboard variant handling
5a1195
5a1195
* Fri Sep 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
5a1195
- Align the OSD visuals with the notification theme
5a1195
5a1195
* Tue Sep 22 2009 Adam Jackson <ajax@redhat.com> 2.28.0-2
5a1195
- BuildRequires: libcanberra-devel
5a1195
5a1195
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
5a1195
- Update to 2.28.0
5a1195
5a1195
* Wed Sep 09 2009 Bastien Nocera <bnocera@redhat.com> 2.27.92-2
5a1195
- Update left-hand touchpad patch
5a1195
5a1195
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
5a1195
- Update to 2.27.92
5a1195
5a1195
* Sun Aug 30 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-3
5a1195
- Make 'Locate Pointer' work with metacity again
5a1195
5a1195
* Wed Aug 26 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.27.91-2
5a1195
- buttonmapping.patch: Don't check for IsXExtensionDevice, only skip button
5a1195
  mappings for core devices instead (#502129).
5a1195
5a1195
* Mon Aug 24 2009 Bastien Nocera <bnocera@redhat.com> 2.27.91-1
5a1195
- Update to 2.27.91
5a1195
5a1195
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-2
5a1195
- Update gnome-volume-control code
5a1195
5a1195
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-1
5a1195
- Update to 2.27.90
5a1195
5a1195
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> 2.27.5-1
5a1195
- Update to 2.27.5
5a1195
5a1195
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-4
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5a1195
5a1195
* Tue Jul 21 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-3
5a1195
- Make locate-pointer not interfere with media keys
5a1195
5a1195
* Wed Jul 15 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-2
5a1195
- Rebuild against new libgnomekbd
5a1195
5a1195
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-1
5a1195
- Update ot 2.27.4
5a1195
5a1195
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-2
5a1195
- Rebuild against new libxklavier
5a1195
5a1195
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-1
5a1195
- Update to 2.27.3
5a1195
5a1195
* Mon Jun  8 2009 Matthias Clasen <mclasen@redhat.com> 2.27.1-2
5a1195
- Make the 'locate pointer' effect cope with changing compositing
5a1195
  managers
5a1195
5a1195
* Sat May 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.1-1
5a1195
- Update to 2.27.1
5a1195
5a1195
* Fri May 08 2009 Bastien Nocera <bnocera@redhat.com> 2.26.1-4
5a1195
- Remove useless patch, see:
5a1195
http://bugzilla.gnome.org/show_bug.cgi?id=580761 for details
5a1195
5a1195
* Wed Apr 29 2009 Bastien Nocera <bnocera@redhat.com> 2.26.1-3
5a1195
- Don't set touchpads to be left-handed, otherwise the tap
5a1195
  behaves like the 2nd mouse button (#483639)
5a1195
5a1195
* Mon Apr 27 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-2
5a1195
- Don't drop schemas translations from po files
5a1195
5a1195
* Tue Apr 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-1
5a1195
- Update to 2.26.1
5a1195
5a1195
* Wed Apr  8 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-2
5a1195
- Support touchpads
5a1195
5a1195
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-1
5a1195
- Update to 2.26.0
5a1195
5a1195
* Mon Mar  2 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-1
5a1195
- Update to 2.25.92
5a1195
5a1195
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.90-3
5a1195
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5a1195
5a1195
* Thu Feb  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-2
5a1195
- Fix a warning (#484132)
5a1195
5a1195
* Wed Feb  4 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-1
5a1195
- Update to 2.25.90
5a1195
5a1195
* Mon Jan 19 2009 - Ray Strode <rstrode@redhat.com> - 2.25.3-4
5a1195
- Update fade patch for new gnome-desktop release
5a1195
5a1195
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-3
5a1195
- Rebuild
5a1195
5a1195
* Thu Dec 18 2008 - Ray Strode <rstrode@redhat.com> - 2.25.3-2
5a1195
- Drop touchpad patch for now
5a1195
5a1195
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-1
5a1195
- Update to 2.25.3
5a1195
5a1195
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.2-11
5a1195
- Fix touchpad patches
5a1195
5a1195
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-10
5a1195
- Rebuild against new gnome-desktop
5a1195
5a1195
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-9
5a1195
- Don't call SetPointerMapping when using Xinput since
5a1195
  it duplicates effort but gets touchpads wrong (bug 324721)
5a1195
5a1195
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-8
5a1195
- Shutdown cleanly when bus goes away (bug 445898 again)
5a1195
5a1195
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-7
5a1195
- Don't map touch pad tap to right-click for left-handed
5a1195
  users (bug 324721)
5a1195
5a1195
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-6
5a1195
- Listen for DeviceAdded signals when configuring mouse
5a1195
  (in addition to DeviceEnabled).  This may help with
5a1195
  bug 474758.
5a1195
5a1195
* Tue Dec  9 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-5
5a1195
- Shutdown cleanly on TERM signal (bug 445898)
5a1195
5a1195
* Sun Dec  7 2008 Behdad Esfahbod <besfahbo@redhat.com> - 2.25.2-4
5a1195
- Add gnome-settings-daemon-2.24.1-umask.patch
5a1195
5a1195
* Thu Dec  4 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-2
5a1195
- Rebase fade patch to apply with Behdad's updates to
5a1195
  g-s-d
5a1195
5a1195
* Wed Dec  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
5a1195
- Ypdate to 2.25.2
5a1195
5a1195
* Thu Nov 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-4
5a1195
- Rebuild
5a1195
5a1195
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-2
5a1195
- Update to 2.25.1
5a1195
5a1195
* Fri Oct 24 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-14
5a1195
- At fontconfig-devel buildrequires (bug 468304)
5a1195
5a1195
* Wed Oct 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-13
5a1195
- Save some space
5a1195
5a1195
* Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-12
5a1195
- Hold off on settings-daemon fade if nautilus is going to do
5a1195
  it anyway.
5a1195
5a1195
* Tue Oct 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-11
5a1195
- Show the shutdown dialog when the power button is pressed
5a1195
5a1195
* Tue Oct 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-9
5a1195
- Drop a patch that is no longer needed with the evdev ruleset
5a1195
  in xkeyboard-config
5a1195
5a1195
* Sun Oct 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-7
5a1195
- Try harder not to override peoples configured keyboard layouts
5a1195
5a1195
* Sun Oct 12 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-6
5a1195
- Update fade patch to skip crossfade when changing frames in
5a1195
  slideshow background.
5a1195
5a1195
* Fri Oct 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-5
5a1195
- Fix the picking up of the gdm keyboard layout even more
5a1195
5a1195
* Tue Sep 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
5a1195
- Fix the picking up of the gdm keyboard layout
5a1195
5a1195
* Sun Sep 28 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-2
5a1195
- Don't draw background twice at startup
5a1195
5a1195
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
5a1195
- Update to 2.24.0
5a1195
5a1195
* Thu Sep 18 2008 Ray Strode <rstrode@redhat.com> - 2.23.92-3
5a1195
- When switching desktop backgrounds fade between them
5a1195
5a1195
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.92-2
5a1195
- Fix various bugs in the fn-F7 support
5a1195
5a1195
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
5a1195
- Update to 2.23.92
5a1195
5a1195
* Fri Sep  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-5
5a1195
- Try harder to use the keyboard layout that gdm tells us
5a1195
5a1195
* Thu Sep 04 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.91-4
5a1195
- Use the fn-F7 key, not the F7 key.
5a1195
5a1195
* Wed Sep 03 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.91-3
5a1195
- Bump gnome-desktop requirement
5a1195
5a1195
* Wed Sep 03 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.91-2
5a1195
- Add patch to do fn-f7 cycling
5a1195
5a1195
* Mon Sep 01 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.91-1
5a1195
- Update to 2.23.91
5a1195
5a1195
* Thu Aug 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.91-0.2008.08.28.2
5a1195
- BuildRequires libnotify-devel
5a1195
5a1195
* Thu Aug 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.91-0.2008.08.28.1
5a1195
- Update to snapshot
5a1195
5a1195
* Fri Aug 22 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.90-1
5a1195
- Update to 2.23.90
5a1195
5a1195
* Thu Aug 14 2008 Lennart Poettering <lpoetter@redhat.com> - 2.23.6-3
5a1195
- Rerun autotools after patching configure.ac
5a1195
5a1195
* Thu Aug 14 2008 Lennart Poettering <lpoetter@redhat.com> - 2.23.6-2
5a1195
- Apply patch from gnome bug 545386. This hasn't been accepted in this form yet
5a1195
  by upstream, will however very likely be merged in a similar form.
5a1195
- Disable esd/sounds module since we don't need it to start PA anymore
5a1195
5a1195
* Tue Aug  5 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.6-1
5a1195
- Update to 2.23.6
5a1195
5a1195
* Fri Jul 25 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.5-3
5a1195
- Use standard icon names in the volume OSD
5a1195
 
5a1195
* Fri Jul 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.5-2
5a1195
- Fix build, call gtk-update-icon-cache as required
5a1195
5a1195
* Thu Jul 24 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.5-1
5a1195
- Update to 2.23.5
5a1195
5a1195
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
5a1195
- Update to 2.23.4
5a1195
5a1195
* Tue Jun 17 2008 Colin Walters <walters@redhat.com> - 2.23.3-2
5a1195
- Add (now upstreamed) patch to legacy ESD preference; see
5a1195
  http://bugzilla.gnome.org/show_bug.cgi?id=533198
5a1195
  https://bugzilla.redhat.com/show_bug.cgi?id=430624
5a1195
5a1195
* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
5a1195
- Update to 2.23.3
5a1195
5a1195
* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-0.2008.05.14.2
5a1195
- Fix BuildRequires
5a1195
5a1195
* Wed May 14 2008 Jon McCann <jmccann@redhat.com> - 2.23.2-0.2008.05.14.1
5a1195
- Build snapshot
5a1195
5a1195
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1-5
5a1195
- Rebuild
5a1195
5a1195
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1-4
5a1195
- Pick up the keyboard layout from the login screen
5a1195
5a1195
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1-3
5a1195
- Fix background drawing without nautilus
5a1195
5a1195
* Tue Apr 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.1.1-2
5a1195
- Add patch from upstream to avoid the Stop button triggering an Eject (#346201)
5a1195
5a1195
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1.1-1
5a1195
- Update to 2.23.1.1
5a1195
5a1195
* Tue Apr 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-2008.03.26.6
5a1195
- Make the xrandr plugin survive the absence of Xrandr
5a1195
5a1195
* Sat Apr 5 2008 - Soren Sandmann <sandmann@redhat.com> - 2.22.1-2008.03.26.5
5a1195
- Update randr plugin
5a1195
5a1195
* Mon Mar 31 2008 - Ray Strode <rstrode@redhat.com> - 2.22.1-0.2008.03.26.4
5a1195
- Over the releases we've accumulated default.png, default-wide.png default-5_4.png
5a1195
  and default.jpg.  We haven't been able to drop them because it would leave some
5a1195
  users with white backgrounds on upgrade.  This patch just falls back to the
5a1195
  default image if the user's background doesn't exist.
5a1195
5a1195
* Wed Mar 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-0.2008.03.26.3
5a1195
- Add patch for the mouse plugin not to eat multimedia key events (#438942)
5a1195
5a1195
* Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 2.22.1-0.2008.03.26.2
5a1195
- Rebuild
5a1195
5a1195
* Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 2.22.1-0.2008.03.26.1
5a1195
- Update to snapshot
5a1195
- Enable profiling
5a1195
5a1195
* Wed Mar 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-3
5a1195
- apps_gnome_settings_daemon_default_editor.schemas is obsolete (#438937)
5a1195
5a1195
* Thu Mar 20 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-2
5a1195
- Fix interaction between "Locate Pointer" and volume keys
5a1195
5a1195
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
5a1195
- Update to 2.22.0
5a1195
5a1195
* Sun Mar  9 2008 Ray Strode <rstrode@redhat.com> - 2.21.92-3
5a1195
- Don't set keyboard model on startup from gconf if evdev is being used.
5a1195
  Evdev needs to use its own keyboard model to work right.
5a1195
5a1195
* Sun Mar  2 2008 Soren Sandmann <sandmann@redhat.com> - 2.21.92-2
5a1195
- Update randr patch to handle video key
5a1195
5a1195
* Fri Feb 29 2008 Jon McCann <jmccann@redhat.com> - 2.21.92-1
5a1195
- Update to 2.21.92
5a1195
5a1195
* Tue Feb 12 2008 Soren Sandmann <sandmann@redhat.com> - 2.21.91-3
5a1195
- Add patch to make the xrandr plugin listen for client messages from
5a1195
  the control panel and reread the configuration file.
5a1195
5a1195
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-2
5a1195
- Remove obsolete control-center translations
5a1195
5a1195
* Mon Feb 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
5a1195
- Update to 2.21.91
5a1195
- Remove obsolete patches
5a1195
5a1195
* Thu Feb  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90.1-3
5a1195
- Load xkb settings initially
5a1195
5a1195
* Thu Jan 31 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90.1-2
5a1195
- Fix the path for g-s-d, from upstream patch
5a1195
5a1195
* Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90.1-1
5a1195
- Update to 2.21.90.1
5a1195
5a1195
* Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
5a1195
- Update to 2.21.90
5a1195
5a1195
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5.2-2
5a1195
- Incorporate review feedback (#428833)
5a1195
5a1195
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5.2-1
5a1195
- Update to 2.21.5.2
5a1195
5a1195
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5.1-1
5a1195
- Update to 2.21.5.1
5a1195
- Fix up BuildRequires
5a1195
5a1195
* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.5-1
5a1195
- First package
5a1195