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