465aee8
%global glib2_version 2.53.0
8cca52d
%global gtk3_version 3.15.3
Bastien Nocera 6eb00f5
%global gnome_desktop_version 3.27.90
417fd75
%global libgweather_version 3.9.5
881ebe9
%global gsettings_desktop_schemas_version 3.23.3
c5ec8ea
%global geocode_glib_version 3.10.0
4c0a63e
%global geoclue_version 2.3.1
bac2c14
e66914a
Name:           gnome-settings-daemon
c7008b5
Version:        3.28.1
c7008b5
Release:        1%{?dist}
e66914a
Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
e66914a
e66914a
License:        GPLv2+
7c69114
URL:            https://download.gnome.org/sources/%{name}
736d39e
Source0:        https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
Michael Catanzaro c456e6c
Source1:        org.gnome.settings-daemon.plugins.power.gschema.override
Bastien Nocera b9fac73
f27b0c5
BuildRequires:  cups-devel
f27b0c5
BuildRequires:  gettext
f27b0c5
BuildRequires:  meson
0aee1bb
BuildRequires:  perl-interpreter
fb119a0
BuildRequires:  pkgconfig(alsa)
3d244a4
BuildRequires:  pkgconfig(colord) >= 1.0.2
3d244a4
BuildRequires:  pkgconfig(fontconfig)
3d244a4
BuildRequires:  pkgconfig(geoclue-2.0) >= %{geoclue_version}
3d244a4
BuildRequires:  pkgconfig(geocode-glib-1.0) >= %{geocode_glib_version}
465aee8
BuildRequires:  pkgconfig(glib-2.0) >= %{glib2_version}
3d244a4
BuildRequires:  pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version}
3d244a4
BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
3d244a4
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
3d244a4
BuildRequires:  pkgconfig(gudev-1.0)
3d244a4
BuildRequires:  pkgconfig(gweather-3.0) >= %{libgweather_version}
3d244a4
BuildRequires:  pkgconfig(lcms2) >= 2.2
3d244a4
BuildRequires:  pkgconfig(libcanberra-gtk3)
d1beb7b
BuildRequires:  pkgconfig(libgeoclue-2.0)
793c41e
BuildRequires:  pkgconfig(libnm)
3d244a4
BuildRequires:  pkgconfig(libnotify)
3d244a4
BuildRequires:  pkgconfig(libpulse)
3d244a4
BuildRequires:  pkgconfig(libpulse-mainloop-glib)
3d244a4
BuildRequires:  pkgconfig(librsvg-2.0)
3d244a4
BuildRequires:  pkgconfig(nss)
3d244a4
BuildRequires:  pkgconfig(polkit-gobject-1)
3d244a4
BuildRequires:  pkgconfig(upower-glib)
3d244a4
BuildRequires:  pkgconfig(x11)
3d244a4
BuildRequires:  pkgconfig(xi)
3d244a4
BuildRequires:  pkgconfig(xtst)
3d244a4
BuildRequires:  pkgconfig(wayland-client)
ed78336
%ifnarch s390 s390x
3d244a4
BuildRequires:  pkgconfig(libwacom) >= 0.7
3d244a4
BuildRequires:  pkgconfig(xorg-wacom)
c751294
%endif
e07ae8c
08b1cbe
Requires: colord
Richard Hughes cc2e162
Requires: iio-sensor-proxy
417fd75
Requires: geoclue2 >= %{geoclue_version}
417fd75
Requires: geocode-glib%{?_isa} >= %{geocode_glib_version}
465aee8
Requires: glib2%{?_isa} >= %{glib2_version}
bac2c14
Requires: gnome-desktop3%{?_isa} >= %{gnome_desktop_version}
417fd75
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
bb9da30
Requires: gtk3%{?_isa} >= %{gtk3_version}
417fd75
Requires: libgweather%{?_isa} >= %{libgweather_version}
08b1cbe
bdf272b
Obsoletes: %{name}-updates < 3.13.1
30a29ee
Obsoletes: drwright < 3.5.0-3
Bastien Nocera d58436f
Obsoletes: gnome-settings-daemon-devel < 3.23.1
bdf272b
72cbb68
# The "org.gnome.SettingsDaemon.A11yKeyboard" has been been removed, now
72cbb68
# handled in gnome-shell/mutter instead; this conflict here makes sure not to
72cbb68
# break older gdm and gnome-session releases that expect the functionality
72cbb68
Conflicts: gdm < 1:3.27.90
72cbb68
Conflicts: gnome-session < 3.27.90
c620653
# The orientation and xrandr plugins were removed in 3.25.4 and their
c620653
# functionality was moved to mutter; this conflict here makes sure not to break
3e5e0b1
# older gdm, gnome-session and gnome-shell releases that expect the functionality
c620653
Conflicts: gnome-shell < 3.25.4
b8d49a8
8697319
%description
William Jon McCann 08ee654
A daemon to share settings from GNOME to other applications. It also
8697319
handles global keybindings, as well as a number of desktop-wide settings.
8697319
e66914a
%package        devel
e66914a
Summary:        Development files for %{name}
8c6aaab
Requires:       %{name}%{?_isa} = %{version}-%{release}
8697319
e66914a
%description    devel
8697319
The %{name}-devel package contains libraries and header files for
8697319
developing applications that use %{name}.
8697319
8697319
%prep
Bastien Nocera b9fac73
%autosetup -p1
Cosimo Cecchi 61ce859
68bab3e
%build
f27b0c5
%meson
f27b0c5
%meson_build
8697319
8697319
%install
f27b0c5
%meson_install
8697319
Michael Catanzaro c456e6c
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
Michael Catanzaro c456e6c
8697319
%find_lang %{name} --with-gnome
8697319
4f5f04c
mkdir $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
4f5f04c
8697319
%files -f %{name}.lang
f074b06
%license COPYING
f074b06
%doc AUTHORS NEWS
95b4d61
Bastien Nocera d58436f
# list daemons explicitly, so we notice if one goes missing
95b4d61
# some of these don't have a separate gschema
Bastien Nocera d58436f
%{_libexecdir}/gsd-clipboard
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Clipboard.desktop
95b4d61
Bastien Nocera d58436f
%{_libexecdir}/gsd-datetime
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop
417fd75
Bastien Nocera d58436f
%{_libexecdir}/gsd-dummy
Bastien Nocera d58436f
Bastien Nocera d58436f
%{_libexecdir}/gsd-housekeeping
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop
95b4d61
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml
95b4d61
Bastien Nocera d58436f
%{_libexecdir}/gsd-keyboard
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop
95b4d61
Bastien Nocera d58436f
%{_libexecdir}/gsd-media-keys
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop
95b4d61
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.media-keys.gschema.xml
95b4d61
Bastien Nocera d58436f
%{_libexecdir}/gsd-mouse
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Mouse.desktop
Bastien Nocera d58436f
%{_libexecdir}/gsd-locate-pointer
95b4d61
ad899df
%{_libexecdir}/gsd-backlight-helper
ad899df
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
Bastien Nocera d58436f
%{_libexecdir}/gsd-power
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop
95b4d61
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.xml
Michael Catanzaro c456e6c
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.override
95b4d61
Bastien Nocera d58436f
%{_libexecdir}/gsd-print-notifications
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop
Bastien Nocera d58436f
%{_libexecdir}/gsd-printer
95b4d61
Bastien Nocera d58436f
%{_libexecdir}/gsd-rfkill
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop
14efc6c
Bastien Nocera d58436f
%{_libexecdir}/gsd-screensaver-proxy
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop
fbf05e4
Bastien Nocera d58436f
%{_libexecdir}/gsd-smartcard
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop
95b4d61
Bastien Nocera d58436f
%{_libexecdir}/gsd-sound
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop
95b4d61
c751294
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml
a334db1
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
c751294
ed78336
%ifnarch s390 s390x
Bastien Nocera d58436f
%{_libexecdir}/gsd-wacom
Bastien Nocera 9ff52cd
%{_libexecdir}/gsd-wacom-led-helper
3bc16c8
%{_libexecdir}/gsd-wacom-oled-helper
Bastien Nocera 9ff52cd
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
c751294
%endif
95b4d61
Bastien Nocera d58436f
%{_libexecdir}/gsd-xsettings
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop
95b4d61
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
95b4d61
Bastien Nocera d58436f
%{_libexecdir}/gsd-a11y-settings
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop
Bastien Nocera 0d3d561
Bastien Nocera d58436f
%{_libexecdir}/gsd-color
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop
Bastien Nocera c89ca3b
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml
Bastien Nocera c89ca3b
Bastien Nocera d58436f
%{_libexecdir}/gsd-sharing
Bastien Nocera d58436f
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop
Richard Hughes 873b8cb
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.sharing.gschema.xml
Richard Hughes 873b8cb
Bastien Nocera 8c70ed8
%{_libdir}/gnome-settings-daemon-3.0/libgsd.so
Bastien Nocera 8428de6
Richard Hughes bc596c3
/usr/lib/udev/rules.d/*.rules
8697319
%{_datadir}/gnome-settings-daemon/
Richard Hughes d17742d
%{_datadir}/GConf/gsettings/gnome-settings-daemon.convert
95b4d61
95b4d61
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
95b4d61
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
95b4d61
8697319
%files devel
Richard Hughes afa9e5f
%{_includedir}/gnome-settings-daemon-3.0
8697319
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
0bce37b
%{_libexecdir}/gsd-test-input-helper
1e85add
8697319
%changelog
c7008b5
* Thu Apr 12 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
c7008b5
- Update to 3.28.1
c7008b5
Michael Catanzaro c456e6c
* Tue Apr 10 2018 Michael Catanzaro <mcatanzaro@gnome.org> - 3.28.0-2
Michael Catanzaro c456e6c
- Disable automatic suspend
Michael Catanzaro c456e6c
736d39e
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
736d39e
- Update to 3.28.0
736d39e
a543530
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
a543530
- Update to 3.27.92
a543530
9b1db36
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
9b1db36
- Update to 3.27.91
9b1db36
Bastien Nocera 6eb00f5
* Sat Feb 10 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.90-4
Bastien Nocera 6eb00f5
+ gnome-settings-daemon-3.27.90-4
Bastien Nocera 6eb00f5
- Rebuild against newer gnome-desktop3 package
Bastien Nocera 6eb00f5
Bastien Nocera 1d0533a
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.90-3
Bastien Nocera 1d0533a
+ gnome-settings-daemon-3.27.90-3
Bastien Nocera 1d0533a
- Really fix gsd-* helper linkage
Bastien Nocera 1d0533a
- Build fix for highly parallel builds
Bastien Nocera 1d0533a
d070bda
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 3.27.90-2
d070bda
- Fix missing libcommon.so library
d070bda
f27b0c5
* Tue Feb 06 2018 Kalev Lember <klember@redhat.com> - 3.27.90-1
f27b0c5
- Update to 3.27.90
f27b0c5
- Switch to meson build system
f27b0c5
5c2c43e
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.26.2-5
5c2c43e
- Rebuilt for libgweather soname bump
5c2c43e
abd98ba
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.2-4
abd98ba
- Rebuilt for switch to libxcrypt
abd98ba
Bastien Nocera b9fac73
* Fri Jan 12 2018 Bastien Nocera <bnocera@redhat.com> - 3.26.2-3
Bastien Nocera b9fac73
- Fix gdm session trying to change the backlight, resulting in a lot
Bastien Nocera b9fac73
  of spurious error messages (#1322588)
Bastien Nocera b9fac73
89a94a8
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.2-2
89a94a8
- Remove obsolete scriptlets
89a94a8
11eec3b
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
11eec3b
- Update to 3.26.2
11eec3b
498f996
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
498f996
- Update to 3.26.1
498f996
e301109
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
e301109
- Update to 3.26.0
e301109
5949a85
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
5949a85
- Update to 3.25.92
5949a85
c0921fc
* Thu Aug 24 2017 Kalev Lember <klember@redhat.com> - 3.25.91-1
c0921fc
- Update to 3.25.91
c0921fc
089ddae
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
089ddae
- Update to 3.25.90
089ddae
6b0eeb9
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-2
3e5e0b1
- Add explicit conflicts to not break older gdm, gnome-session and gnome-shell
6b0eeb9
c620653
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
c620653
- Update to 3.25.4
c620653
be58404
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.2-2
be58404
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
be58404
465aee8
* Mon Jun 12 2017 Kalev Lember <klember@redhat.com> - 3.25.2-1
465aee8
- Update to 3.25.2
465aee8
881ebe9
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
881ebe9
- Update to 3.24.2
881ebe9
342b1ac
* Wed Apr 12 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
342b1ac
- Update to 3.24.1
342b1ac
3ef120e
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
3ef120e
- Update to 3.24.0
3ef120e
4621085
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
4621085
- Update to 3.23.92
4621085
Richard Hughes ce5c032
* Wed Feb 15 2017 Richard Hughes <rhughes@redhat.com> - 3.23.90-1
Richard Hughes ce5c032
- Update to 3.23.90
Richard Hughes ce5c032
ada992a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.3-2
ada992a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ada992a
Bastien Nocera 05627f1
* Thu Jan 12 2017 Bastien Nocera <bnocera@redhat.com> - 3.23.3-1
Bastien Nocera 05627f1
+ gnome-settings-daemon-3.23.3-1
Bastien Nocera 05627f1
- Update to 3.23.3
Bastien Nocera 05627f1
Bastien Nocera d58436f
* Tue Oct 11 2016 Bastien Nocera <bnocera@redhat.com> - 3.23.2-1
Bastien Nocera d58436f
+ gnome-settings-daemon-3.23.2-1
Bastien Nocera d58436f
- Update to 3.23.2
Bastien Nocera d58436f
9581a1c
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
9581a1c
- Update to 3.22.0
9581a1c
64616cc
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92.1-1
64616cc
- Update to 3.21.92.1
64616cc
4c0a63e
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
4c0a63e
- Update to 3.21.92
6b7b328
- Don't set group tags
4c0a63e
262e026
* Fri Aug 26 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
262e026
- Update to 3.21.90
262e026
Bastien Nocera 124fbdd
* Sun Apr 17 2016 Bastien Nocera <bnocera@redhat.com> - 3.20.1-3
Bastien Nocera 124fbdd
- Fix crasher in newly enabled audio device selection dialogue
Bastien Nocera 124fbdd
Bastien Nocera 4ec1d75
* Sun Apr 17 2016 Bastien Nocera <bnocera@redhat.com> - 3.20.1-2
Bastien Nocera 4ec1d75
- Require alsa to enable the audio device selection dialogue
Bastien Nocera 4ec1d75
b13f936
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
b13f936
- Update to 3.20.1
b13f936
85fbcea
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
85fbcea
- Update to 3.20.0
85fbcea
7c78145
* Thu Mar 17 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
7c78145
- Update to 3.19.92
7c78145
1e9cb6a
* Fri Mar 04 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
1e9cb6a
- Update to 3.19.91
1e9cb6a
Richard Hughes 42f1e88
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
Richard Hughes 42f1e88
- Update to 3.19.90
Richard Hughes 42f1e88
c47c057
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.5-2
c47c057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c47c057
793c41e
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.5-1
793c41e
- Update to 3.19.5
793c41e
dc64d4a
* Thu Dec 17 2015 Kalev Lember <klember@redhat.com> - 3.19.4-1
dc64d4a
- Update to 3.19.4
dc64d4a
d1beb7b
* Tue Dec 15 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
d1beb7b
- Update to 3.19.3
d1beb7b
53d1ae3
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
53d1ae3
- Update to 3.18.2
53d1ae3
df67ad6
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
df67ad6
- Update to 3.18.1
df67ad6
6f621cf
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
6f621cf
- Update to 3.18.0
6f621cf
f86e38f
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
f86e38f
- Update to 3.17.92
f86e38f
cf6f807
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
cf6f807
- Update to 3.17.90
fe5628e
- Use make_install macro
cf6f807
346cddd
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.17.3-1
346cddd
- Update to 3.17.3
3d244a4
- Use pkgconfig for BuildRequires
346cddd
2438d3d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-3
2438d3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2438d3d
Richard Hughes cc2e162
* Thu Jun 11 2015 Richard Hughes <rhughes@redhat.com> - 3.17.2-2
Richard Hughes cc2e162
- Add runtime dep on iio-sensor-proxy for the ambient light sensor
Richard Hughes cc2e162
eb517c1
* Fri Jun 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.2-1
eb517c1
- Update to 3.17.2
eb517c1
918fc97
* Tue May 12 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.2-1
918fc97
- Update to 3.16.2
918fc97
9a88610
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
9a88610
- Update to 3.16.1
9a88610
decb223
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
decb223
- Update to 3.16.0
decb223
c8714c9
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
c8714c9
- Update to 3.15.92
c8714c9
8cca52d
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
8cca52d
- Update to 3.15.91
f074b06
- Use the %%license macro for the COPYING file
8cca52d
Richard Hughes 035a76a
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
Richard Hughes 035a76a
- Update to 3.15.90
Richard Hughes 035a76a
Richard Hughes 95a3c7e
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
Richard Hughes 95a3c7e
- Update to 3.15.4
Richard Hughes 95a3c7e
d765c72
* Thu Nov 27 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
d765c72
- Update to 3.15.1
d765c72
4399d21
* Tue Nov 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
4399d21
- Update to 3.14.2
4399d21
Richard Hughes 31b3f5e
* Sat Nov 01 2014 Richard Hughes <rhughes@redhat.com> - 3.14.1-3
Richard Hughes 31b3f5e
- Fix compile on RHEL
Richard Hughes 31b3f5e
30a29ee
* Sun Oct 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-2
30a29ee
- Obsolete drwright
30a29ee
Rui Matos f42b353
* Tue Oct 14 2014 Rui Matos <rmatos@redhat.com> - 3.14.1-1
Rui Matos f42b353
- Update to 3.14.1
Rui Matos f42b353
e737d68
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
e737d68
- Update to 3.14.0
e737d68
b8d49a8
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
b8d49a8
- Update to 3.13.92
b8d49a8
3f7db88
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
3f7db88
- Update to 3.13.91
3f7db88
bf1044e
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
bf1044e
- Update to 3.13.90
bf1044e
9f2a8a0
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
9f2a8a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9f2a8a0
504443b
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
504443b
- Update to 3.13.4
504443b
Richard Hughes 542a8bb
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
Richard Hughes 542a8bb
- Update to 3.13.3
Richard Hughes 542a8bb
Richard Hughes e901d2b
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 3.13.2-1
Richard Hughes e901d2b
- Update to 3.13.2
Richard Hughes e901d2b
0a0a0b7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
0a0a0b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0a0a0b7
0e48aab
* Thu May 01 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
0e48aab
- Update to 3.13.1
bdf272b
- Remove and obsolete the updates plugin
0e48aab
751eb32
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
751eb32
- Update to 3.12.1
8c6aaab
- Tighten subpackage deps
751eb32
41f3e76
* Mon Apr 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0.1-3
41f3e76
- Drop control-center-filesystem dependency
41f3e76
bb9da30
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0.1-2
bb9da30
- Update dep versions
bb9da30
Richard Hughes 4848830
* Wed Mar 26 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0.1-1
Richard Hughes 4848830
- Update to 3.12.0.1
Richard Hughes 4848830
Richard Hughes 60516dc
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
Richard Hughes 60516dc
- Update to 3.12.0
Richard Hughes 60516dc
Richard Hughes 6546ace
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
Richard Hughes 6546ace
- Update to 3.11.92
Richard Hughes 6546ace
Richard Hughes fb0beec
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
Richard Hughes fb0beec
- Update to 3.11.91
Richard Hughes fb0beec
Richard Hughes 8f55906
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-2
Richard Hughes 8f55906
- Rebuilt for gnome-desktop soname bump
Richard Hughes 8f55906
Richard Hughes 2945499
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
Richard Hughes 2945499
- Update to 3.11.90
Richard Hughes 2945499
Richard Hughes 93eaa71
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
Richard Hughes 93eaa71
- Update to 3.11.5
Richard Hughes 93eaa71
Richard Hughes 69573c1
* Thu Jan 30 2014 Richard Hughes <rhughes@redhat.com> - 3.11.3-2
Richard Hughes 69573c1
- Rebuild for libpackagekit-glib soname bump
Richard Hughes 69573c1
Richard Hughes b954b8f
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
Richard Hughes b954b8f
- Update to 3.11.3
Richard Hughes b954b8f
Richard Hughes 750e096
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
Richard Hughes 750e096
- Update to 3.11.2
Richard Hughes 750e096
Florian Müllner 3f41772
* Thu Oct 31 2013 Florian Müllner <fmuellner@redhat.com> - 3.11.1-1
Florian Müllner 3f41772
- Update to 3.11.1
Florian Müllner 3f41772
Richard Hughes 6da7eb7
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
Richard Hughes 6da7eb7
- Update to 3.10.1
Richard Hughes 6da7eb7
Richard Hughes 7c65494
* Fri Oct 11 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-3
Richard Hughes 7c65494
- Apply the previous patch on Fedora too.
Richard Hughes 7c65494
Richard Hughes 163d50f
* Fri Oct 11 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-2
Richard Hughes 163d50f
- Grab a patch from upstream to fix the multiple notifications about updates.
Richard Hughes 163d50f
- Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1009132
Richard Hughes 163d50f
c5ec8ea
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
c5ec8ea
- Update to 3.10.0
c5ec8ea
3092e30
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
3092e30
- Update to 3.9.92
3092e30
Richard Hughes d8f9dfe
* Tue Sep 17 2013 Richard Hughes <rhughes@redhat.com> - 3.9.91.1-2
Richard Hughes d8f9dfe
- Grab a patch from upstream so that the offline updates feature can
Richard Hughes d8f9dfe
  actually work when reboot returns with success.
Richard Hughes d8f9dfe
7b32ca3
* Tue Sep 03 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.91.1-1
7b32ca3
- Update to 3.9.91.1
7b32ca3
417fd75
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
417fd75
- Update to 3.9.91
417fd75
- Include the new datetime plugin
417fd75
c989439
* Fri Aug 23 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-2
c989439
- Keep middle click paste enabled for now
c989439
7aeda98
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
7aeda98
- Update to 3.9.90
7aeda98
14efc6c
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
14efc6c
- Update to 3.9.5
14efc6c
- Remove empty /etc/gnome-settings-daemon directory
14efc6c
- Install new rfkill plugin and add back the smartcard plugin
14efc6c
Richard Hughes 1f70f51
* Tue Jul 30 2013 Richard Hughes <rhughes@redhat.com> - 3.9.3-3
Richard Hughes 1f70f51
- Rebuild for colord soname bump
Richard Hughes 1f70f51
Bastien Nocera 466e4ef
* Mon Jul 22 2013 Bastien Nocera <bnocera@redhat.com> 3.9.3-2
Bastien Nocera 466e4ef
- Remove obsolete GStreamer 0.10 BRs
Bastien Nocera 466e4ef
ef37c2e
* Thu Jun 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.3-1
ef37c2e
- Update to 3.9.3
ef37c2e
3bc16c8
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
3bc16c8
- Update to 3.9.2
3bc16c8
- Drop the ibus-kkc-libpinyin patch; the hardcoded input sources
3bc16c8
  list is gone from g-s-d
bac2c14
- Set the minimum required gnome-desktop3 version
3bc16c8
Richard Hughes 2ad739f
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
Richard Hughes 2ad739f
- Update to 3.8.2
Richard Hughes 2ad739f
965ef3c
* Thu May  9 2013 Jens Petersen <petersen@redhat.com> - 3.8.1-2
965ef3c
- default ibus engine in Fedora is now kkc for Japanese
965ef3c
  and libpinyin for Chinese (#948117)
965ef3c
Richard Hughes 0555b12
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
Richard Hughes 0555b12
- Update to 3.8.1
Richard Hughes 0555b12
Richard Hughes 5afe08f
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
Richard Hughes 5afe08f
- Update to 3.8.0
Richard Hughes 5afe08f
a77f8a9
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.92-1
a77f8a9
- Update to 3.7.92
a77f8a9
042d72d
* Tue Mar  5 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
042d72d
- Update to 3.7.91
042d72d
Richard Hughes 0c9f8b3
* Wed Feb 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
Richard Hughes 0c9f8b3
- Update to 3.7.90
Richard Hughes 0c9f8b3
Richard Hughes 988c599
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5.1-1
Richard Hughes 988c599
- Update to 3.7.5.1
Richard Hughes 988c599
Debarshi Ray 27f6855
* Wed Feb 06 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.5-2
Debarshi Ray 27f6855
- Bump the gtk3 BuildRequires
Debarshi Ray 27f6855
Richard Hughes 17e5d1d
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
Richard Hughes 17e5d1d
- Update to 3.7.5
Richard Hughes 17e5d1d
Richard Hughes 4ab8c6c
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
Richard Hughes 4ab8c6c
- Update to 3.7.4
Richard Hughes 4ab8c6c
a334db1
* Mon Dec 31 2012 Dan Horák <dan[at]danny.cz> - 3.7.3-2
a334db1
- fix filelist for s390(x) (and ppc/ppc64 in RHEL)
a334db1
99e6b2a
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
99e6b2a
- Update to 3.7.3
ce30776
- Adjust the spec file for the (temporarly) disabled smartcard plugin
99e6b2a
Richard Hughes 594debb
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.1-1
Richard Hughes 594debb
- Update to 3.7.1
Richard Hughes 594debb
- Remove upstreamed patches
Richard Hughes 594debb
5c659fa
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
5c659fa
- Update to 3.6.3
b442d7a
- Drop the static man page patch and BR docbook-style-xsl instead
5c659fa
Bastien Nocera 6a36d7e
* Thu Nov 08 2012 Bastien Nocera <bnocera@redhat.com> 3.6.2-1
Bastien Nocera 6a36d7e
- Update to 3.6.2
Bastien Nocera 6a36d7e
d4bea70
* Thu Oct 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-3
d4bea70
- Fix a typo in the suspend patch (#858259)
d4bea70
Richard Hughes 5bff7b0
* Mon Oct 08 2012 Dan Horák <dan[at]danny.cz> - 3.6.1-2
42c2b5f
- fix build on s390(x)
42c2b5f
f14d470
* Mon Oct 08 2012 Bastien Nocera <bnocera@redhat.com> 3.6.1-1
f14d470
- Update to 3.6.1
f14d470
f14d470
* Fri Oct  5 2012 Olivier Fourdan <mclasen@redhat.com> - 3.6.0-5
4f01fdf
- Adds Wacom OSD window from upstream bug #679062
4f01fdf
f14d470
* Wed Oct  3 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-4
463900b
- Fix an inhibitor leak in the previous patch
463900b
12be0e2
* Tue Oct  2 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-3
12be0e2
- Fix lid close handling with new systemd
12be0e2
1e85add
* Fri Sep 28 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.6.0-2
1e85add
- Split out PackageKit into a sub package. Fixes #699348
1e85add
Richard Hughes e40a0cc
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
Richard Hughes e40a0cc
- Update to 3.6.0
Richard Hughes e40a0cc
Richard Hughes b9498e0
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
Richard Hughes b9498e0
- Update to 3.5.92
Richard Hughes b9498e0
Cosimo Cecchi a06d928
* Wed Sep 05 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.91-1
Cosimo Cecchi a06d928
- Update to 3.5.91
Cosimo Cecchi a06d928
Richard Hughes 732a161
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes 732a161
- Update to 3.5.90
Richard Hughes 732a161
Richard Hughes 1dd6f7f
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
Richard Hughes 1dd6f7f
- Update to 3.5.6
Richard Hughes 1dd6f7f
a192096
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.5-4
a192096
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a192096
6f82345
* Tue Jul 24 2012 Dan Horák <dan[at]danny.cz> - 3.5.5-3
6f82345
- fix build without wacom
6f82345
17e20fc
* Thu Jul 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.5-2
17e20fc
- Fix the updates plugin to load
17e20fc
7f04eb0
* Thu Jul 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.5-1
7f04eb0
- Update to 3.5.5
7f04eb0
c751294
* Tue Jul 17 2012 Dan Horák <dan[at]danny.cz> - 3.5.4-3
c751294
- fix build on s390(x) - cherry-picked from f17 branch
c751294
- allow build without wacom on ppc/ppc64
c751294
8aa10a0
* Tue Jul 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.4-2
8aa10a0
- Rebuild against new PackageKit
8aa10a0
Richard Hughes e45befe
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
Richard Hughes e45befe
- Update to 3.5.4
Richard Hughes e45befe
Richard Hughes 9c820bc
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
Richard Hughes 9c820bc
- Update to 3.5.3
Richard Hughes 9c820bc
834a0cb
* Thu Jun 14 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-4
834a0cb
- Drop calculator patch, no longer needed
834a0cb
8113e1a
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-3
8113e1a
- Fix file lists
8113e1a
Richard Hughes cb5cac0
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-2
Richard Hughes cb5cac0
- Add missing BR
Richard Hughes cb5cac0
Richard Hughes c2bf9e2
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
Richard Hughes c2bf9e2
- Update to 3.5.2
Richard Hughes c2bf9e2
Richard Hughes c2ce686
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
Richard Hughes c2ce686
- Update to 3.4.2
Richard Hughes c2ce686
Richard Hughes 1c2115a
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
Richard Hughes 1c2115a
- Update to 3.4.1
Richard Hughes 1c2115a
Richard Hughes e0526a0
* Mon Mar 26 2012 Richard Hughes <rhughes@redhat.com> - 3.4.0-1
Richard Hughes e0526a0
- New upstream version.
Richard Hughes e0526a0
Richard Hughes 46bffdd
* Tue Mar 20 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
Richard Hughes 46bffdd
- Update to 3.3.92
Richard Hughes 46bffdd
Bastien Nocera e39cba1
* Mon Mar 05 2012 Bastien Nocera <bnocera@redhat.com> 3.3.91-1
Bastien Nocera e39cba1
- Update to 3.3.91
Bastien Nocera e39cba1
Bastien Nocera 190ecc7
* Wed Feb 22 2012 Bastien Nocera <bnocera@redhat.com> 3.3.90.1-1
Bastien Nocera 190ecc7
- Update to 3.3.90.1
Bastien Nocera 190ecc7
c064249
* Thu Feb  9 2012 Matthias Clasen <mclasen@redhat.com> 3.3.5-2
c064249
- Use systemd for session tracking
c064249
1b9aa7d
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> 3.3.5-1
1b9aa7d
- Update to 3.3.5
1b9aa7d
7b98025
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> 3.3.4-2
7b98025
- Some crash fixes
7b98025
Bastien Nocera 2a31ee4
* Tue Jan 17 2012 Bastien Nocera <bnocera@redhat.com> 3.3.4-1
Bastien Nocera 2a31ee4
- Update to 3.3.4
Bastien Nocera 2a31ee4
421dfa1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3.1-3
421dfa1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
421dfa1
c3e7520
* Tue Dec 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-2
c3e7520
- Fix a path problem in the gnome-settings-daemon autostart file
c3e7520
c6aa468
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
c6aa468
- Update to 3.3.3.1
c6aa468
49ebb2f
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
49ebb2f
- Update to 3.3.3
49ebb2f
49baab5
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
49baab5
- Update to 3.3.2
49baab5
Bastien Nocera 1238a8d
* Fri Nov 11 2011 Bastien Nocera <bnocera@redhat.com> 3.2.2-1
Bastien Nocera 1238a8d
- Update to 3.2.2
Bastien Nocera 1238a8d
5fe3337
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-4
5fe3337
- Rebuilt for glibc bug#747377
5fe3337
85f82b2
* Tue Oct 25 2011 Marek Kasik <mkasik@redhat.com> - 3.2.1-3
85f82b2
- Fix a typo in registration of an object on DBus (#747318)
85f82b2
3891bb0
* Mon Oct 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-2
3891bb0
- Fix calculator keybinding (#745367)
3891bb0
Bastien Nocera ae8edd7
* Mon Oct 17 2011 Bastien Nocera <bnocera@redhat.com> 3.2.1-1
Bastien Nocera ae8edd7
- Update to 3.2.1
Bastien Nocera ae8edd7
40e622c
* Wed Oct 12 2011 Adam Williamson <awilliam@redhat.com> - 3.2.0-2
40e622c
- backport some greatest hits from git to stop the same bugs being
40e622c
  reported over and over (all will be in 3.2.1)
40e622c
5e2533c
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
5e2533c
- Update to 3.2.0
5e2533c
ec062c9
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
ec062c9
- Update to 3.1.92
ec062c9
65f2f33
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
65f2f33
- Update to 3.1.91
65f2f33
Cosimo Cecchi 4cfa790
* Tue Jul 26 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.4-2
Cosimo Cecchi 4cfa790
- Add a patch to make the fallback mounter to build correctly
Cosimo Cecchi 4cfa790
- Include the new power plugin
Cosimo Cecchi 4cfa790
664595b
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
664595b
- Update to 3.1.4
664595b
dfea2c7
* Fri Jul 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.3-2
dfea2c7
- Add support for chrony (#723212)
dfea2c7
dfea2c7
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
Bastien Nocera c89ca3b
- Update to 3.1.3
Bastien Nocera c89ca3b
a3f21c1
* Tue Jun 21 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-2
a3f21c1
- Fix fortify fail in gsd-color-manager.c (#714625)
a3f21c1
817bbfa
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
817bbfa
- Update to 3.1.2
817bbfa
Bastien Nocera 63b12f4
* Wed Jun 15 2011 Bastien Nocera <bnocera@redhat.com> 3.1.1-3
Bastien Nocera 63b12f4
- Rebuild for new gnome-desktop3 libs
Bastien Nocera 63b12f4
82f5fcb
* Mon Jun 13 2011 Marek Kasik <mkasik@redhat.com> 3.1.1-2
82f5fcb
- Remove requirement of system-config-printer-udev (#704381)
82f5fcb
86d764b
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
86d764b
- Update to 3.1.1
86d764b
Christopher Aillon 5dc36c9
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.1-5
Christopher Aillon 5dc36c9
- Update gsettings schema scriptlet
Christopher Aillon 5dc36c9
6a4b675
* Mon May  2 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-4
5e1d248
- Try to fix a crash (#698533)
5e1d248
Bastien Nocera d92c0d9
* Thu Apr 28 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-2
Bastien Nocera d92c0d9
- Fix setting ntpd usage with SystemD
Bastien Nocera d92c0d9
Bastien Nocera 38a8a7c
* Tue Apr 26 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-1
Bastien Nocera 38a8a7c
- Update to 3.0.1
Bastien Nocera 38a8a7c
Bastien Nocera 630fe71
* Wed Apr 06 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0.1-1
Bastien Nocera 630fe71
- Update to 3.0.0.1
Bastien Nocera 630fe71
Bastien Nocera 3c7275d
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
Bastien Nocera 3c7275d
- Update to 3.0.0
Bastien Nocera 3c7275d
08051e5
* Wed Mar 30 2011 Marek Kasik <mkasik@redhat.com> 2.91.93-2
08051e5
- Make CUPS' subscriptions expirable
08051e5
Bastien Nocera 19bb53f
* Fri Mar 25 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-1
Bastien Nocera 19bb53f
- Update to 2.91.93
Bastien Nocera 19bb53f
0e19217
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
0e19217
- Update 2.91.92
0e19217
Richard Hughes bc92775
* Wed Mar 16 2011 Richard Hughes <rhughes@redhat.com> 2.91.91-3
Richard Hughes bc92775
- Add a patch from upstream to fix the updates plugin.
Richard Hughes bc92775
Bastien Nocera f76b032
* Fri Mar 11 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-2
Bastien Nocera f76b032
- Add libXxf86misc-devel requires so that key repeat/delay works
Bastien Nocera f76b032
Bastien Nocera 303468f
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
Bastien Nocera 303468f
- Update to 2.91.91
Bastien Nocera 303468f
2063955
* Fri Feb 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-4
2063955
- Fix undefined symbols in the updates plugin
2063955
95b4d61
* Wed Feb 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-3
95b4d61
- BR PackageKit and cups
95b4d61
- Explicitly list plugins so we notice if they go missing
95b4d61
Cosimo Cecchi 61ce859
* Wed Feb 23 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.90-2
Cosimo Cecchi 61ce859
- Include an upstream patch to fix a possible crasher
Cosimo Cecchi 61ce859
52f2a86
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
52f2a86
- Update to 2.91.90
52f2a86
Bastien Nocera a922ce8
* Wed Feb 16 2011 Bastien Nocera <bnocera@redhat.com> 2.91.9-6
Bastien Nocera a922ce8
- Fix crasher when media keys GSettings value changes
Bastien Nocera a922ce8
Christopher Aillon 166b10c
* Sun Feb 13 2011 Christopher Aillon <caillon@redhat.com> - 2.91.9-5
Christopher Aillon 166b10c
- Rebuild for new libxklavier
Christopher Aillon 166b10c
d49588e
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-4
d49588e
- Rebuild against newer gtk
d49588e
c4f0f8d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.9-3
c4f0f8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c4f0f8d
Bastien Nocera 181c921
* Tue Feb 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.9-2
Bastien Nocera 181c921
- Fix setting timezones in the date & time panel (#674999)
Bastien Nocera 181c921
c1be392
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-1
c1be392
- 2.91.9
c1be392
5f0c38c
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.8-1
5f0c38c
- 2.91.8
5f0c38c
4f5f04c
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.7-2
4f5f04c
- Own %%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
4f5f04c
0f7da03
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.7-1
0f7da03
- Update to 2.91.7
0f7da03
2366692
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6.2-1
2366692
- Update to 2.91.6.2
2366692
eb5ed9c
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5.1-1
eb5ed9c
- Update to 2.91.5.1
eb5ed9c
073d00e
* Thu Dec  2 2010 Dan Williams <dcbw@redhat.com> - 2.91.5-4
073d00e
- Re-add patch handling org.gnome.media-handling gsettings schema rename
073d00e
d8cf270
* Wed Dec  1 2010 Dan Williams <dcbw@redhat.com> - 2.91.5-3
d8cf270
- Fix various cases of forgetting to draw the background
d8cf270
Owen W. Taylor 0de820a
* Tue Nov 30 2010 Owen Taylor <otaylor@redhat.com> - 2.91.5-2
Owen W. Taylor 0de820a
- Add a patch handling org.gnome.media-handling gsettings schema rename
Owen W. Taylor 0de820a
1f3db51
* Tue Nov 30 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.5-1
1f3db51
- Update to 2.91.5
1f3db51
Bastien Nocera eea3c6f
* Fri Nov 26 2010 Bastien Nocera <bnocera@redhat.com> 2.91.4-2
Bastien Nocera eea3c6f
- Fix crasher on startup
Bastien Nocera eea3c6f
Bastien Nocera 866ce9c
* Thu Nov 25 2010 Bastien Nocera <bnocera@redhat.com> 2.91.4-1
Bastien Nocera 866ce9c
- Update to 2.91.4
Bastien Nocera 866ce9c
Richard Hughes addbdee
* Wed Nov 17 2010 Richard Hughes <richard@hughsie.com> 2.91.3-1
Richard Hughes addbdee
- Update to 2.91.3
Richard Hughes addbdee
Bastien Nocera 2ebf8f9
* Wed Nov 10 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2.1-0.4.
Bastien Nocera 2ebf8f9
- Update to 2.91.2.1
Bastien Nocera 2ebf8f9
4b14b56
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-0.4.20101102
4b14b56
- Rebuild against new libnotify
4b14b56
b54d791
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-0.3.20101102
b54d791
- Make theme changing work
b54d791
Richard Hughes 616cf67
* Tue Nov 02 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.2.20101102
Richard Hughes 616cf67
- Add BR gsettings-desktop-schemas-devel
Richard Hughes 616cf67
Richard Hughes d17742d
* Tue Nov 02 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.1.20101102
Richard Hughes d17742d
- Update to a git snapshot to fix rawhide.
Richard Hughes d17742d
Richard Hughes b4588a6
* Wed Oct 06 2010 Richard Hughes <rhughes@redhat.com> 2.91.0-3
Richard Hughes b4588a6
- Fix the pkgconfig file manually
Richard Hughes b4588a6
Richard Hughes afa9e5f
* Wed Oct 06 2010 Richard Hughes <rhughes@redhat.com> 2.91.0-2
Richard Hughes afa9e5f
- Rebuild against the new libgnomekbd library
Richard Hughes afa9e5f
fc61a93
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
fc61a93
- Update to 2.91.0
fc61a93
Jesse Keating b1206a0
* Wed Sep 29 2010 jkeating - 2.90.1-2
Jesse Keating b1206a0
- Rebuilt for gcc bug 634757
Jesse Keating b1206a0
Bastien Nocera fb7fa4a
* Wed Sep 22 2010 Bastien Nocera <bnocera@redhat.com> 2.90.1-1
Bastien Nocera fb7fa4a
- Update to 2.90.1
Bastien Nocera fb7fa4a
b037fa1
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> 2.31.91-1
b037fa1
- Update to 2.31.91
b037fa1
84d6b51
* Fri Aug 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-2
84d6b51
- Fix a problem with warning bubbles in virtual machines (#624624)
84d6b51
c063879
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-1
c063879
- Update to 2.31.6
c063879
6b29747
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5.1-1
6b29747
- Update to 2.31.5.1
6b29747
c8fbd62
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
c8fbd62
- Update to 2.31.5
c8fbd62
fb6eb94
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4.2-1
fb6eb94
- Update to 2.31.4.2
fb6eb94
4fb94a7
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4.1-1
4fb94a7
- Update to 2.31.4.1
4fb94a7
eef46e5
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
eef46e5
- Update to 2.31.4
eef46e5
ff1a566
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 2.31.3-3
ff1a566
- Don't remove the sound plugin if we want the caches to be
ff1a566
  updated
ff1a566
68e76c8
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
68e76c8
- Update to 2.31.3
68e76c8
887b2d8
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
887b2d8
- Update to 2.31.2
887b2d8
e66914a
* Sun May 16 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
e66914a
- Update to 2.31.1
e66914a
9698cb5
* Fri Apr 30 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-4
9698cb5
- Waah, one more mistake in these macros
9698cb5
030723b
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-3
030723b
- Nobody understands macro processors...
030723b
2c3002a
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-2
2c3002a
- Fix a typo
2c3002a
4b77cc4
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
4b77cc4
- Update to 2.30.1
4b77cc4
- Spec file cleanups
4b77cc4
04d1876
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
04d1876
- Update to 2.30.0
04d1876
38049d7
* Mon Mar 22 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-3
38049d7
- Disable the font plugin by default
38049d7
fd7b6d4
* Wed Mar 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-2
fd7b6d4
- Remove unneeded icons, already upstream
fd7b6d4
e613f50
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
e613f50
- Update to 2.29.92
e613f50
9de8547
* Sat Feb 27 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91.1-2
9de8547
- Fix Fn-F8 OSD icon
9de8547
- Modernize scriptlets
9de8547
fdf124b
* Wed Feb 24 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91.1-1
fdf124b
- Update to 2.29.91.1
fdf124b
f2ea01d
* Wed Feb 17 2010 Matthias Clasen <mclasen@redhat.com> 2.29.90-2
f2ea01d
- Set a name for the keyboard statusicon
f2ea01d
Tomas Bzatek 48e2e72
* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.90-1
Tomas Bzatek 48e2e72
- Update to 2.29.90
Tomas Bzatek 48e2e72
48dfdfe
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> 2.29.6-1
48dfdfe
- Update to 2.29.6
48dfdfe
e07ae8c
* Fri Dec 18 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-10
e07ae8c
- Avoid warning messages from the OSD code
e07ae8c
060eb85
* Tue Dec 15 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-9
060eb85
- Survive when running without XKB (#547780)
060eb85
5c3cf5a
* Thu Nov 12 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-8
5c3cf5a
- Avoid a 'whitespace leak' around the display statusicon (gnome #601696)
5c3cf5a
edbc1e3
* Mon Nov  9 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-7
5c3cf5a
- React to screen changes when showing the background (gnome #601203)
edbc1e3
edbc1e3
* Thu Nov 05 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-6
edbc1e3
- Fix the volume going over 100% in the OSD
edbc1e3
495077b
* Wed Oct 28 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-5
edbc1e3
- Update OSD code again
495077b
89b8e99
* Tue Oct 27 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-4
edbc1e3
- Fix bluriness in OSD
edbc1e3
edbc1e3
* Mon Oct 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
edbc1e3
- Change default font rendering to use slight hinting
edbc1e3
edbc1e3
* Mon Oct 26 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.28.1-2
edbc1e3
- left-handed-touchpad.patch: change physical touchpad buttons to
edbc1e3
  left-handed, not tapping though (#498249)
edbc1e3
edbc1e3
* Mon Oct 19 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
edbc1e3
- Update to 2.28.1
89b8e99
edbc1e3
* Thu Oct  1 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-4
edbc1e3
- Fix keyboard variant handling
89b8e99
f3645f2
* Fri Sep 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
f3645f2
- Align the OSD visuals with the notification theme
f3645f2
633f555
* Tue Sep 22 2009 Adam Jackson <ajax@redhat.com> 2.28.0-2
633f555
- BuildRequires: libcanberra-devel
633f555
a11f00d
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
a11f00d
- Update to 2.28.0
a11f00d
7431396
* Wed Sep 09 2009 Bastien Nocera <bnocera@redhat.com> 2.27.92-2
7431396
- Update left-hand touchpad patch
7431396
f90ea6d
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
f90ea6d
- Update to 2.27.92
f90ea6d
60bd6a9
* Sun Aug 30 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-3
60bd6a9
- Make 'Locate Pointer' work with metacity again
60bd6a9
8e4b3c6
* Wed Aug 26 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.27.91-2
8e4b3c6
- buttonmapping.patch: Don't check for IsXExtensionDevice, only skip button
8e4b3c6
  mappings for core devices instead (#502129).
8e4b3c6
9ace15b
* Mon Aug 24 2009 Bastien Nocera <bnocera@redhat.com> 2.27.91-1
9ace15b
- Update to 2.27.91
9ace15b
7da1387
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-2
7da1387
- Update gnome-volume-control code
7da1387
8d6a1c6
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-1
8d6a1c6
- Update to 2.27.90
8d6a1c6
06feb79
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> 2.27.5-1
06feb79
- Update to 2.27.5
06feb79
1963973
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-4
1963973
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1963973
d4c991a
* Tue Jul 21 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-3
d4c991a
- Make locate-pointer not interfere with media keys
d4c991a
fc1b48d
* Wed Jul 15 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-2
fc1b48d
- Rebuild against new libgnomekbd
fc1b48d
eb19546
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-1
eb19546
- Update ot 2.27.4
eb19546
19223a9
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-2
19223a9
- Rebuild against new libxklavier
19223a9
08165d5
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-1
08165d5
- Update to 2.27.3
08165d5
b72789f
* Mon Jun  8 2009 Matthias Clasen <mclasen@redhat.com> 2.27.1-2
b72789f
- Make the 'locate pointer' effect cope with changing compositing
b72789f
  managers
b72789f
0025f59
* Sat May 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.1-1
0025f59
- Update to 2.27.1
0025f59
8e2b570
* Fri May 08 2009 Bastien Nocera <bnocera@redhat.com> 2.26.1-4
8e2b570
- Remove useless patch, see:
8e2b570
http://bugzilla.gnome.org/show_bug.cgi?id=580761 for details
8e2b570
d42bf90
* Wed Apr 29 2009 Bastien Nocera <bnocera@redhat.com> 2.26.1-3
d42bf90
- Don't set touchpads to be left-handed, otherwise the tap
d42bf90
  behaves like the 2nd mouse button (#483639)
d42bf90
ac4deb1
* Mon Apr 27 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-2
ac4deb1
- Don't drop schemas translations from po files
ac4deb1
ba6779c
* Tue Apr 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-1
ba6779c
- Update to 2.26.1
ba6779c
e24515b
* Wed Apr  8 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-2
e24515b
- Support touchpads
e24515b
c261d8c
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-1
c261d8c
- Update to 2.26.0
c261d8c
51c40bf
* Mon Mar  2 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-1
51c40bf
- Update to 2.25.92
51c40bf
a2af6f1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.90-3
a2af6f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a2af6f1
502b883
* Thu Feb  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-2
502b883
- Fix a warning (#484132)
502b883
68bab3e
* Wed Feb  4 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-1
68bab3e
- Update to 2.25.90
68bab3e
4e7f1f5
* Mon Jan 19 2009 - Ray Strode <rstrode@redhat.com> - 2.25.3-4
4e7f1f5
- Update fade patch for new gnome-desktop release
4e7f1f5
37054fb
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-3
37054fb
- Rebuild
37054fb
c8fb60d
* Thu Dec 18 2008 - Ray Strode <rstrode@redhat.com> - 2.25.3-2
c8fb60d
- Drop touchpad patch for now
c8fb60d
4de9f19
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-1
4de9f19
- Update to 2.25.3
4de9f19
c224bff
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.2-11
c224bff
- Fix touchpad patches
c224bff
c5ec270
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-10
c5ec270
- Rebuild against new gnome-desktop
c5ec270
2e03c7f
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-9
2e03c7f
- Don't call SetPointerMapping when using Xinput since
2e03c7f
  it duplicates effort but gets touchpads wrong (bug 324721)
2e03c7f
f0694a7
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-8
f0694a7
- Shutdown cleanly when bus goes away (bug 445898 again)
f0694a7
6aca45b
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-7
6aca45b
- Don't map touch pad tap to right-click for left-handed
6aca45b
  users (bug 324721)
6aca45b
9f9e1bc
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-6
9f9e1bc
- Listen for DeviceAdded signals when configuring mouse
9f9e1bc
  (in addition to DeviceEnabled).  This may help with
9f9e1bc
  bug 474758.
9f9e1bc
fd54fb7
* Tue Dec  9 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-5
fd54fb7
- Shutdown cleanly on TERM signal (bug 445898)
fd54fb7
Behdad Esfahbod 5839dfb
* Sun Dec  7 2008 Behdad Esfahbod <besfahbo@redhat.com> - 2.25.2-4
Behdad Esfahbod 828e39f
- Add gnome-settings-daemon-2.24.1-umask.patch
Behdad Esfahbod 828e39f
ca3e030
* Thu Dec  4 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-2
ca3e030
- Rebase fade patch to apply with Behdad's updates to
ca3e030
  g-s-d
ca3e030
48b6d65
* Wed Dec  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
48b6d65
- Ypdate to 2.25.2
48b6d65
f4197eb
* Thu Nov 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-4
f633daf
- Rebuild
f633daf
87070a2
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-2
f4157aa
- Update to 2.25.1
f4157aa
8af8998
* Fri Oct 24 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-14
8af8998
- At fontconfig-devel buildrequires (bug 468304)
8af8998
27e2b11
* Wed Oct 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-13
27e2b11
- Save some space
27e2b11
d55b97e
* Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-12
d55b97e
- Hold off on settings-daemon fade if nautilus is going to do
d55b97e
  it anyway.
d55b97e
bad5eb1
* Tue Oct 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-11
5096421
- Show the shutdown dialog when the power button is pressed
5096421
9741231
* Tue Oct 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-9
0589607
- Drop a patch that is no longer needed with the evdev ruleset
0589607
  in xkeyboard-config
0589607
ef224b3
* Sun Oct 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-7
ef224b3
- Try harder not to override peoples configured keyboard layouts
ef224b3
1dee568
* Sun Oct 12 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-6
1dee568
- Update fade patch to skip crossfade when changing frames in
1dee568
  slideshow background.
1dee568
832e7e9
* Fri Oct 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-5
7a3cc60
- Fix the picking up of the gdm keyboard layout even more
7a3cc60
c2a24c5
* Tue Sep 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
c2a24c5
- Fix the picking up of the gdm keyboard layout
c2a24c5
Richard Hughes 5bff7b0
* Sun Sep 28 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-2
d48690b
- Don't draw background twice at startup
d48690b
688f98d
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
688f98d
- Update to 2.24.0
688f98d
1ee8281
* Thu Sep 18 2008 Ray Strode <rstrode@redhat.com> - 2.23.92-3
1ee8281
- When switching desktop backgrounds fade between them
1ee8281
1ee8281
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.92-2
e60c9bb
- Fix various bugs in the fn-F7 support
e60c9bb
7878274
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
7878274
- Update to 2.23.92
7878274
1c7dc92
* Fri Sep  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-5
1c7dc92
- Try harder to use the keyboard layout that gdm tells us
1c7dc92
Richard Hughes 5bff7b0
* Thu Sep 04 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.91-4
c7bdda5
- Use the fn-F7 key, not the F7 key.
c7bdda5
4eefa26
* Wed Sep 03 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.91-3
4eefa26
- Bump gnome-desktop requirement
4eefa26
0f3ea8b
* Wed Sep 03 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.91-2
0f3ea8b
- Add patch to do fn-f7 cycling
0f3ea8b
2ff128f
* Mon Sep 01 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.91-1
2ff128f
- Update to 2.23.91
2ff128f
William Jon McCann f088a0d
* Thu Aug 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.91-0.2008.08.28.2
William Jon McCann f088a0d
- BuildRequires libnotify-devel
William Jon McCann f088a0d
William Jon McCann 1e96b71
* Thu Aug 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.91-0.2008.08.28.1
William Jon McCann 1e96b71
- Update to snapshot
William Jon McCann 1e96b71
001a4b6
* Fri Aug 22 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.90-1
001a4b6
- Update to 2.23.90
001a4b6
756389e
* Thu Aug 14 2008 Lennart Poettering <lpoetter@redhat.com> - 2.23.6-3
756389e
- Rerun autotools after patching configure.ac
756389e
cc3d53e
* Thu Aug 14 2008 Lennart Poettering <lpoetter@redhat.com> - 2.23.6-2
cc3d53e
- Apply patch from gnome bug 545386. This hasn't been accepted in this form yet
cc3d53e
  by upstream, will however very likely be merged in a similar form.
756389e
- Disable esd/sounds module since we don't need it to start PA anymore
cc3d53e
72cf1ea
* Tue Aug  5 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.6-1
72cf1ea
- Update to 2.23.6
72cf1ea
db01a8d
* Fri Jul 25 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.5-3
db01a8d
- Use standard icon names in the volume OSD
db01a8d
 
9ac8e05
* Fri Jul 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.5-2
9ac8e05
- Fix build, call gtk-update-icon-cache as required
9ac8e05
0e41c5d
* Thu Jul 24 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.5-1
0e41c5d
- Update to 2.23.5
0e41c5d
b02256f
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
b02256f
- Update to 2.23.4
b02256f
5f4a086
* Tue Jun 17 2008 Colin Walters <walters@redhat.com> - 2.23.3-2
5f4a086
- Add (now upstreamed) patch to legacy ESD preference; see
5f4a086
  http://bugzilla.gnome.org/show_bug.cgi?id=533198
5f4a086
  https://bugzilla.redhat.com/show_bug.cgi?id=430624
5f4a086
d50b9cc
* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
d50b9cc
- Update to 2.23.3
d50b9cc
6fb0d99
* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-0.2008.05.14.2
6fb0d99
- Fix BuildRequires
6fb0d99
William Jon McCann 696b8d2
* Wed May 14 2008 Jon McCann <jmccann@redhat.com> - 2.23.2-0.2008.05.14.1
William Jon McCann 696b8d2
- Build snapshot
William Jon McCann 696b8d2
f280d95
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1-5
f280d95
- Rebuild
f280d95
0edf42b
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1-4
0edf42b
- Pick up the keyboard layout from the login screen
0edf42b
fc6d323
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1-3
fc6d323
- Fix background drawing without nautilus
fc6d323
fc6d323
* Tue Apr 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.1.1-2
5a7ad8d
- Add patch from upstream to avoid the Stop button triggering an Eject (#346201)
5a7ad8d
9191d90
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1.1-1
9191d90
- Update to 2.23.1.1
9191d90
00595c1
* Tue Apr 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-2008.03.26.6
00595c1
- Make the xrandr plugin survive the absence of Xrandr
00595c1
e24287c
* Sat Apr 5 2008 - Soren Sandmann <sandmann@redhat.com> - 2.22.1-2008.03.26.5
e24287c
- Update randr plugin
e24287c
d067464
* Mon Mar 31 2008 - Ray Strode <rstrode@redhat.com> - 2.22.1-0.2008.03.26.4
d067464
- Over the releases we've accumulated default.png, default-wide.png default-5_4.png
d067464
  and default.jpg.  We haven't been able to drop them because it would leave some
d067464
  users with white backgrounds on upgrade.  This patch just falls back to the
d067464
  default image if the user's background doesn't exist.
d067464
c4f3522
* Wed Mar 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-0.2008.03.26.3
c4f3522
- Add patch for the mouse plugin not to eat multimedia key events (#438942)
c4f3522
William Jon McCann d19dc72
* Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 2.22.1-0.2008.03.26.2
William Jon McCann d19dc72
- Rebuild
William Jon McCann d19dc72
William Jon McCann 6c32b09
* Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 2.22.1-0.2008.03.26.1
William Jon McCann 6c32b09
- Update to snapshot
William Jon McCann 6c32b09
- Enable profiling
William Jon McCann 6c32b09
9642533
* Wed Mar 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-3
9642533
- apps_gnome_settings_daemon_default_editor.schemas is obsolete (#438937)
9642533
d5dd68c
* Thu Mar 20 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-2
d5dd68c
- Fix interaction between "Locate Pointer" and volume keys
d5dd68c
54d55a7
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
54d55a7
- Update to 2.22.0
54d55a7
1d484ea
* Sun Mar  9 2008 Ray Strode <rstrode@redhat.com> - 2.21.92-3
1d484ea
- Don't set keyboard model on startup from gconf if evdev is being used.
1d484ea
  Evdev needs to use its own keyboard model to work right.
1d484ea
2946d2f
* Sun Mar  2 2008 Soren Sandmann <sandmann@redhat.com> - 2.21.92-2
2946d2f
- Update randr patch to handle video key
2946d2f
William Jon McCann 08ee654
* Fri Feb 29 2008 Jon McCann <jmccann@redhat.com> - 2.21.92-1
William Jon McCann 08ee654
- Update to 2.21.92
William Jon McCann 08ee654
a7325d2
* Tue Feb 12 2008 Soren Sandmann <sandmann@redhat.com> - 2.21.91-3
a7325d2
- Add patch to make the xrandr plugin listen for client messages from
a7325d2
  the control panel and reread the configuration file.
a7325d2
8fd7d65
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-2
8fd7d65
- Remove obsolete control-center translations
8fd7d65
8eadaec
* Mon Feb 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
8eadaec
- Update to 2.21.91
8eadaec
- Remove obsolete patches
8eadaec
d82376b
* Thu Feb  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90.1-3
d82376b
- Load xkb settings initially
d82376b
8431422
* Thu Jan 31 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90.1-2
8431422
- Fix the path for g-s-d, from upstream patch
8431422
108fcb0
* Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90.1-1
108fcb0
- Update to 2.21.90.1
108fcb0
8b0adfd
* Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
8b0adfd
- Update to 2.21.90
8b0adfd
8697319
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5.2-2
8697319
- Incorporate review feedback (#428833)
8697319
8697319
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5.2-1
8697319
- Update to 2.21.5.2
8697319
8697319
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5.1-1
8697319
- Update to 2.21.5.1
8697319
- Fix up BuildRequires
8697319
8697319
* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.5-1
8697319
- First package
8697319