Blame SPECS/gnome-settings-daemon.spec

edfd78
Name:           gnome-settings-daemon
edfd78
Version:        3.8.6.1
39d272
Release:        9%{?dist}
edfd78
Summary:        The daemon sharing settings from GNOME to GTK+/KDE applications
edfd78
edfd78
Group:          System Environment/Daemons
edfd78
License:        GPLv2+
edfd78
URL:            http://download.gnome.org/sources/%{name}
edfd78
#VCS: git:git://git.gnome.org/gnome-settings-daemon
edfd78
Source:         http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz
edfd78
# disable wacom for ppc/ppc64 (used on RHEL)
edfd78
Patch0:         %{name}-3.5.4-ppc-no-wacom.patch
edfd78
# g-i-s takes this role now
edfd78
Patch1:         0001-keyboard-Stop-adding-locale-based-input-sources-from.patch
edfd78
# backport of smartcard support from gnome 3.9
edfd78
Patch2:         smartcard-support.patch
edfd78
# https://bugzilla.redhat.com/show_bug.cgi?id=980692
edfd78
Patch3:         0001-media-keys-Merge-power_action_-functions.patch
edfd78
Patch4:         0002-media-keys-Make-the-shutdown-action-not-be-interacti.patch
edfd78
Patch5:         0003-media-keys-Allow-the-power-key-in-more-places.patch
7401e8
Patch6:         translations.patch
7401e8
# https://bugzilla.redhat.com/show_bug.cgi?id=1047921
7401e8
Patch7:         0001-keyboard-Apply-num-lock-to-newly-connected-keyboards.patch
39d272
# https://bugzilla.redhat.com/show_bug.cgi?id=1081093
39d272
Patch8:         0001-power-Check-that-the-output-is-connected-when-determ.patch
edfd78
edfd78
Requires: control-center-filesystem
edfd78
Requires: colord
edfd78
edfd78
BuildRequires:  dbus-glib-devel
edfd78
BuildRequires:  gtk3-devel >= 3.7.8
edfd78
BuildRequires:  gnome-desktop3-devel >= 3.1.4
edfd78
BuildRequires:  xorg-x11-proto-devel libXxf86misc-devel
edfd78
BuildRequires:  pulseaudio-libs-devel
edfd78
BuildRequires:  libgnomekbd-devel
edfd78
BuildRequires:  libnotify-devel
edfd78
BuildRequires:  gettext intltool
edfd78
BuildRequires:  fontconfig-devel
edfd78
BuildRequires:  libcanberra-devel
edfd78
BuildRequires:  polkit-devel
edfd78
BuildRequires:  autoconf automake libtool
edfd78
BuildRequires:  libxklavier-devel
edfd78
BuildRequires:  gsettings-desktop-schemas-devel >= 0.1.7
edfd78
BuildRequires:  PackageKit-glib-devel
edfd78
BuildRequires:  cups-devel
edfd78
BuildRequires:  upower-devel
edfd78
BuildRequires:  libgudev1-devel
edfd78
BuildRequires:  librsvg2-devel
edfd78
BuildRequires:  nss-devel
edfd78
BuildRequires:  colord-devel >= 0.1.12
edfd78
BuildRequires:  lcms2-devel >= 2.2
edfd78
BuildRequires:  libXi-devel libXfixes-devel
edfd78
BuildRequires:  systemd-devel
edfd78
BuildRequires:  libXtst-devel
edfd78
BuildRequires:  libxkbfile-devel
edfd78
BuildRequires:  ibus-devel
edfd78
BuildRequires:  libxslt
edfd78
BuildRequires:  docbook-style-xsl
edfd78
%ifnarch s390 s390x %{?rhel:ppc ppc64}
edfd78
BuildRequires:  libwacom-devel >= 0.7
edfd78
BuildRequires:  xorg-x11-drv-wacom-devel
edfd78
%endif
edfd78
edfd78
%description
edfd78
A daemon to share settings from GNOME to other applications. It also
edfd78
handles global keybindings, as well as a number of desktop-wide settings.
edfd78
edfd78
%package        devel
edfd78
Summary:        Development files for %{name}
edfd78
Group:          Development/Libraries
edfd78
Requires:       %{name} = %{version}-%{release}
edfd78
Requires:       dbus-glib-devel
edfd78
edfd78
%description    devel
edfd78
The %{name}-devel package contains libraries and header files for
edfd78
developing applications that use %{name}.
edfd78
edfd78
%package	updates
edfd78
Summary:        updates plugin for  %{name} 
edfd78
Group:          Development/Libraries
edfd78
Requires:       %{name} = %{version}-%{release}
edfd78
edfd78
%description	updates
edfd78
The %{name}-updates package contains the updates plugin for %{name} 
edfd78
edfd78
%prep
edfd78
%setup -q
edfd78
%if 0%{?rhel}
edfd78
%patch0 -p1 -b .ppc-no-wacom
edfd78
%endif
edfd78
%patch1 -p1 -b .stop-adding-input-sources
edfd78
%patch2 -p1 -b .smartcard
edfd78
%patch3 -p1
edfd78
%patch4 -p1
edfd78
%patch5 -p1
7401e8
%patch6 -p2 -b .translations
7401e8
%patch7 -p1
39d272
%patch8 -p1
edfd78
edfd78
autoreconf -i -f
edfd78
edfd78
%build
edfd78
%configure --disable-static \
edfd78
           --enable-profiling \
edfd78
           --enable-packagekit \
edfd78
           --enable-systemd
edfd78
make %{?_smp_mflags}
edfd78
edfd78
edfd78
%install
edfd78
make install DESTDIR=$RPM_BUILD_ROOT
edfd78
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
edfd78
edfd78
%find_lang %{name} --with-gnome
edfd78
edfd78
mkdir $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
edfd78
edfd78
%post
edfd78
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
edfd78
edfd78
%postun
edfd78
if [ $1 -eq 0 ]; then
edfd78
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
edfd78
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
edfd78
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
edfd78
fi
edfd78
edfd78
%posttrans
edfd78
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
edfd78
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
edfd78
edfd78
%postun	updates
edfd78
if [ $1 -eq 0 ]; then
edfd78
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
edfd78
fi
edfd78
edfd78
%posttrans updates
edfd78
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
edfd78
edfd78
%files -f %{name}.lang
edfd78
%doc AUTHORS COPYING NEWS
edfd78
%dir %{_sysconfdir}/gnome-settings-daemon
edfd78
%dir %{_sysconfdir}/gnome-settings-daemon/xrandr
edfd78
edfd78
# list plugins explicitly, so we notice if one goes missing
edfd78
# some of these don't have a separate gschema
edfd78
%{_libdir}/gnome-settings-daemon-3.0/a11y-keyboard.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/liba11y-keyboard.so
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/clipboard.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libclipboard.so
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/housekeeping.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libhousekeeping.so
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/keyboard.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libkeyboard.so
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.keyboard.gschema.xml
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/media-keys.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libmedia-keys.so
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.media-keys.gschema.xml
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/mouse.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libmouse.so
edfd78
edfd78
%{_libexecdir}/gsd-backlight-helper
edfd78
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
edfd78
%{_libdir}/gnome-settings-daemon-3.0/power.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libpower.so
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.xml
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/print-notifications.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libprint-notifications.so
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/remote-display.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libremote-display.so
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/screensaver-proxy.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libscreensaver-proxy.so
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/smartcard.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/sound.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libsound.so
edfd78
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml
edfd78
edfd78
%ifnarch s390 s390x %{?rhel:ppc ppc64}
edfd78
%{_libdir}/gnome-settings-daemon-3.0/wacom.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so
edfd78
%{_libexecdir}/gsd-wacom-led-helper
edfd78
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
edfd78
%endif
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/xrandr.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libxrandr.so
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xrandr.gschema.xml
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/xsettings.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libxsettings.so
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/a11y-settings.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/liba11y-settings.so
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/color.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libcolor.so
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/liborientation.so
edfd78
%{_libdir}/gnome-settings-daemon-3.0/orientation.gnome-settings-plugin
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.orientation.gschema.xml
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libcursor.so
edfd78
%{_libdir}/gnome-settings-daemon-3.0/cursor.gnome-settings-plugin
edfd78
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libgsd.so
edfd78
edfd78
%{_libexecdir}/gnome-settings-daemon
edfd78
%{_libexecdir}/gnome-settings-daemon-localeexec
edfd78
%{_libexecdir}/gsd-locate-pointer
edfd78
%{_libexecdir}/gsd-printer
edfd78
edfd78
%{_datadir}/gnome-settings-daemon/
edfd78
%{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop
edfd78
%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.*
edfd78
%{_datadir}/GConf/gsettings/gnome-settings-daemon.convert
edfd78
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
edfd78
edfd78
%{_datadir}/dbus-1/services/org.freedesktop.IBus.service
edfd78
edfd78
%{_datadir}/man/man1/gnome-settings-daemon.1.gz
edfd78
edfd78
edfd78
%files devel
edfd78
%{_includedir}/gnome-settings-daemon-3.0
edfd78
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
edfd78
%dir %{_datadir}/gnome-settings-daemon-3.0
edfd78
%{_datadir}/gnome-settings-daemon-3.0/input-device-example.sh
edfd78
%ifnarch s390 s390x %{?rhel:ppc ppc64}
edfd78
%{_libexecdir}/gsd-list-wacom
edfd78
%{_libexecdir}/gsd-test-wacom
edfd78
%{_libexecdir}/gsd-test-wacom-osd
edfd78
%endif
edfd78
%{_libexecdir}/gsd-test-a11y-keyboard
edfd78
%{_libexecdir}/gsd-test-a11y-settings
edfd78
%{_libexecdir}/gsd-test-cursor
edfd78
%{_libexecdir}/gsd-test-housekeeping
edfd78
%{_libexecdir}/gsd-test-input-helper
edfd78
%{_libexecdir}/gsd-test-keyboard
edfd78
%{_libexecdir}/gsd-test-media-keys
edfd78
%{_libexecdir}/gsd-test-mouse
edfd78
%{_libexecdir}/gsd-test-orientation
edfd78
%{_libexecdir}/gsd-test-print-notifications
edfd78
%{_libexecdir}/gsd-test-remote-display
edfd78
%{_libexecdir}/gsd-test-screensaver-proxy
edfd78
%{_libexecdir}/gsd-test-smartcard
edfd78
%{_libexecdir}/gsd-test-sound
edfd78
%{_libexecdir}/gsd-test-xrandr
edfd78
%{_libexecdir}/gsd-test-xsettings
edfd78
edfd78
%files updates
edfd78
%{_libdir}/gnome-settings-daemon-3.0/updates.gnome-settings-plugin
edfd78
%{_libdir}/gnome-settings-daemon-3.0/libupdates.so
edfd78
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml
edfd78
edfd78
%changelog
39d272
* Fri May  2 2014 Rui Matos <rmatos@redhat.com> - 3.8.6.1-9
39d272
- Check that the output is connected when determining if it's ON
39d272
Resolves: #1081093
39d272
7401e8
* Tue Feb 11 2014 Ray Strode <rstrode@redhat.com> 3.8.6.1-8
7401e8
- Be more lenient of wonky smartcard hardware/drivers
7401e8
Resolves: #1061785
7401e8
7401e8
* Mon Feb 03 2014 Bastien Nocera <bnocera@redhat.com> 3.8.6.1-7
7401e8
- Really apply patch from 3.8.6.1-6
7401e8
Resolves: #1047921
7401e8
7401e8
* Fri Jan 31 2014 Bastien Nocera <bnocera@redhat.com> 3.8.6.1-6
7401e8
- Apply num-lock to newly connected keyboards
7401e8
Resolves: #1047921
7401e8
7401e8
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.6.1-5
7401e8
- Mass rebuild 2014-01-24
7401e8
7401e8
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.6.1-4
7401e8
- Mass rebuild 2013-12-27
7401e8
7401e8
* Thu Dec 12 2013 Matthias Clasen <mclasen@redhat.com> 3.8.6.1-3
7401e8
- Update translations
7401e8
Resolves: #1030348
7401e8
edfd78
* Fri Nov 08 2013 Bastien Nocera <bnocera@redhat.com> 3.8.6.1-2
edfd78
- Make the power button work in gdm
edfd78
Resolves: #980692
edfd78
edfd78
* Thu Oct 31 2013 Bastien Nocera <bnocera@redhat.com> 3.8.6.1-1
edfd78
- Update to 3.8.6.1 to fix build failures
edfd78
Resolves: #1016206
edfd78
edfd78
* Wed Oct 30 2013 Bastien Nocera <bnocera@redhat.com> 3.8.6-1
edfd78
- Update to 3.8.6
edfd78
Resolves: #1016206
edfd78
edfd78
* Fri Sep  6 2013 Rui Matos <rmatos@redhat.com> - 3.8.5-1
edfd78
- Update to 3.8.5
edfd78
- Drop upstreamed patches
edfd78
edfd78
* Thu Aug 22 2013 Ray Strode <rstrode@redhat.com> 3.8.4-3
edfd78
- Ignore soft tokens
edfd78
  Related: #854724
edfd78
  Resolves: #991835
edfd78
edfd78
* Tue Jul 30 2013 Ray Strode <rstrode@redhat.com> 3.8.4-2
edfd78
- Add back in smartcard support
edfd78
  Related: #854724
edfd78
edfd78
* Tue Jul 30 2013 Ray Strode <rstrode@redhat.com> 3.8.4-1
edfd78
- Update to 3.8.4
edfd78
edfd78
* Mon Jul 22 2013 Bastien Nocera <bnocera@redhat.com> 3.8.3-4
edfd78
- Remove obsolete GStreamer 0.10 BRs
edfd78
edfd78
* Sun Jun 16 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.3-3
edfd78
- Backport more upstream fixes for the localeexec helper (#974778)
edfd78
edfd78
* Mon Jun 10 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.3-2
edfd78
- Avoid calling setenv after threads are initialized (#919855)
edfd78
edfd78
* Fri Jun  7 2013 Rui Matos <rmatos@redhat.com> - 3.8.3-1
edfd78
- Update to 3.8.3
edfd78
edfd78
* Fri May 17 2013 Rui Matos <rmatos@redhat.com>
edfd78
- Add a patch to stop adding input sources automatically based on
edfd78
  locale since that's now gnome-initial-setup's job
edfd78
edfd78
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
edfd78
- Update to 3.8.2
edfd78
edfd78
* Thu May  9 2013 Jens Petersen <petersen@redhat.com> - 3.8.1-2
edfd78
- default ibus engine in Fedora is now kkc for Japanese
edfd78
  and libpinyin for Chinese (#948117)
edfd78
edfd78
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
edfd78
- Update to 3.8.1
edfd78
edfd78
* Tue Mar 26 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
edfd78
- Update to 3.8.0
edfd78
edfd78
* Tue Mar 19 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.92-1
edfd78
- Update to 3.7.92
edfd78
edfd78
* Tue Mar  5 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
edfd78
- Update to 3.7.91
edfd78
edfd78
* Wed Feb 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
edfd78
- Update to 3.7.90
edfd78
edfd78
* Thu Feb 07 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5.1-1
edfd78
- Update to 3.7.5.1
edfd78
edfd78
* Wed Feb 06 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.5-2
edfd78
- Bump the gtk3 BuildRequires
edfd78
edfd78
* Tue Feb 05 2013 Richard Hughes <rhughes@redhat.com> - 3.7.5-1
edfd78
- Update to 3.7.5
edfd78
edfd78
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.4-1
edfd78
- Update to 3.7.4
edfd78
edfd78
* Mon Dec 31 2012 Dan Horák <dan[at]danny.cz> - 3.7.3-2
edfd78
- fix filelist for s390(x) (and ppc/ppc64 in RHEL)
edfd78
edfd78
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
edfd78
- Update to 3.7.3
edfd78
- Adjust the spec file for the (temporarly) disabled smartcard plugin
edfd78
edfd78
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.1-1
edfd78
- Update to 3.7.1
edfd78
- Remove upstreamed patches
edfd78
edfd78
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
edfd78
- Update to 3.6.3
edfd78
- Drop the static man page patch and BR docbook-style-xsl instead
edfd78
edfd78
* Thu Nov 08 2012 Bastien Nocera <bnocera@redhat.com> 3.6.2-1
edfd78
- Update to 3.6.2
edfd78
edfd78
* Thu Oct 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.1-3
edfd78
- Fix a typo in the suspend patch (#858259)
edfd78
edfd78
* Mon Oct 08 2012 Dan Horák <dan[at]danny.cz> - 3.6.1-2
edfd78
- fix build on s390(x)
edfd78
edfd78
* Mon Oct 08 2012 Bastien Nocera <bnocera@redhat.com> 3.6.1-1
edfd78
- Update to 3.6.1
edfd78
edfd78
* Fri Oct  5 2012 Olivier Fourdan <mclasen@redhat.com> - 3.6.0-5
edfd78
- Adds Wacom OSD window from upstream bug #679062
edfd78
edfd78
* Wed Oct  3 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-4
edfd78
- Fix an inhibitor leak in the previous patch
edfd78
edfd78
* Tue Oct  2 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-3
edfd78
- Fix lid close handling with new systemd
edfd78
edfd78
* Fri Sep 28 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.6.0-2
edfd78
- Split out PackageKit into a sub package. Fixes #699348
edfd78
edfd78
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 3.6.0-1
edfd78
- Update to 3.6.0
edfd78
edfd78
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
edfd78
- Update to 3.5.92
edfd78
edfd78
* Wed Sep 05 2012 Cosimo Cecchi <cosimoc@redhat.com> - 3.5.91-1
edfd78
- Update to 3.5.91
edfd78
edfd78
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
edfd78
- Update to 3.5.90
edfd78
edfd78
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.6-1
edfd78
- Update to 3.5.6
edfd78
edfd78
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.5-4
edfd78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
edfd78
edfd78
* Tue Jul 24 2012 Dan Horák <dan[at]danny.cz> - 3.5.5-3
edfd78
- fix build without wacom
edfd78
edfd78
* Thu Jul 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.5-2
edfd78
- Fix the updates plugin to load
edfd78
edfd78
* Thu Jul 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.5-1
edfd78
- Update to 3.5.5
edfd78
edfd78
* Tue Jul 17 2012 Dan Horák <dan[at]danny.cz> - 3.5.4-3
edfd78
- fix build on s390(x) - cherry-picked from f17 branch
edfd78
- allow build without wacom on ppc/ppc64
edfd78
edfd78
* Tue Jul 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.4-2
edfd78
- Rebuild against new PackageKit
edfd78
edfd78
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
edfd78
- Update to 3.5.4
edfd78
edfd78
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
edfd78
- Update to 3.5.3
edfd78
edfd78
* Thu Jun 14 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-4
edfd78
- Drop calculator patch, no longer needed
edfd78
edfd78
* Thu Jun 07 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.2-3
edfd78
- Fix file lists
edfd78
edfd78
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-2
edfd78
- Add missing BR
edfd78
edfd78
* Wed Jun 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
edfd78
- Update to 3.5.2
edfd78
edfd78
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
edfd78
- Update to 3.4.2
edfd78
edfd78
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
edfd78
- Update to 3.4.1
edfd78
edfd78
* Mon Mar 26 2012 Richard Hughes <rhughes@redhat.com> - 3.4.0-1
edfd78
- New upstream version.
edfd78
edfd78
* Tue Mar 20 2012 Richard Hughes <rhughes@redhat.com> 3.3.92-1
edfd78
- Update to 3.3.92
edfd78
edfd78
* Mon Mar 05 2012 Bastien Nocera <bnocera@redhat.com> 3.3.91-1
edfd78
- Update to 3.3.91
edfd78
edfd78
* Wed Feb 22 2012 Bastien Nocera <bnocera@redhat.com> 3.3.90.1-1
edfd78
- Update to 3.3.90.1
edfd78
edfd78
* Thu Feb  9 2012 Matthias Clasen <mclasen@redhat.com> 3.3.5-2
edfd78
- Use systemd for session tracking
edfd78
edfd78
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> 3.3.5-1
edfd78
- Update to 3.3.5
edfd78
edfd78
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> 3.3.4-2
edfd78
- Some crash fixes
edfd78
edfd78
* Tue Jan 17 2012 Bastien Nocera <bnocera@redhat.com> 3.3.4-1
edfd78
- Update to 3.3.4
edfd78
edfd78
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3.1-3
edfd78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
edfd78
edfd78
* Tue Dec 27 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-2
edfd78
- Fix a path problem in the gnome-settings-daemon autostart file
edfd78
edfd78
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
edfd78
- Update to 3.3.3.1
edfd78
edfd78
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
edfd78
- Update to 3.3.3
edfd78
edfd78
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
edfd78
- Update to 3.3.2
edfd78
edfd78
* Fri Nov 11 2011 Bastien Nocera <bnocera@redhat.com> 3.2.2-1
edfd78
- Update to 3.2.2
edfd78
edfd78
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-4
edfd78
- Rebuilt for glibc bug#747377
edfd78
edfd78
* Tue Oct 25 2011 Marek Kasik <mkasik@redhat.com> - 3.2.1-3
edfd78
- Fix a typo in registration of an object on DBus (#747318)
edfd78
edfd78
* Mon Oct 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-2
edfd78
- Fix calculator keybinding (#745367)
edfd78
edfd78
* Mon Oct 17 2011 Bastien Nocera <bnocera@redhat.com> 3.2.1-1
edfd78
- Update to 3.2.1
edfd78
edfd78
* Wed Oct 12 2011 Adam Williamson <awilliam@redhat.com> - 3.2.0-2
edfd78
- backport some greatest hits from git to stop the same bugs being
edfd78
  reported over and over (all will be in 3.2.1)
edfd78
edfd78
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
edfd78
- Update to 3.2.0
edfd78
edfd78
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
edfd78
- Update to 3.1.92
edfd78
edfd78
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
edfd78
- Update to 3.1.91
edfd78
edfd78
* Tue Jul 26 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.4-2
edfd78
- Add a patch to make the fallback mounter to build correctly
edfd78
- Include the new power plugin
edfd78
edfd78
* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
edfd78
- Update to 3.1.4
edfd78
edfd78
* Fri Jul 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.3-2
edfd78
- Add support for chrony (#723212)
edfd78
edfd78
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
edfd78
- Update to 3.1.3
edfd78
edfd78
* Tue Jun 21 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-2
edfd78
- Fix fortify fail in gsd-color-manager.c (#714625)
edfd78
edfd78
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
edfd78
- Update to 3.1.2
edfd78
edfd78
* Wed Jun 15 2011 Bastien Nocera <bnocera@redhat.com> 3.1.1-3
edfd78
- Rebuild for new gnome-desktop3 libs
edfd78
edfd78
* Mon Jun 13 2011 Marek Kasik <mkasik@redhat.com> 3.1.1-2
edfd78
- Remove requirement of system-config-printer-udev (#704381)
edfd78
edfd78
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
edfd78
- Update to 3.1.1
edfd78
edfd78
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 3.0.1-5
edfd78
- Update gsettings schema scriptlet
edfd78
edfd78
* Mon May  2 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-4
edfd78
- Try to fix a crash (#698533)
edfd78
edfd78
* Thu Apr 28 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-2
edfd78
- Fix setting ntpd usage with SystemD
edfd78
edfd78
* Tue Apr 26 2011 Bastien Nocera <bnocera@redhat.com> 3.0.1-1
edfd78
- Update to 3.0.1
edfd78
edfd78
* Wed Apr 06 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0.1-1
edfd78
- Update to 3.0.0.1
edfd78
edfd78
* Mon Apr 04 2011 Bastien Nocera <bnocera@redhat.com> 3.0.0-1
edfd78
- Update to 3.0.0
edfd78
edfd78
* Wed Mar 30 2011 Marek Kasik <mkasik@redhat.com> 2.91.93-2
edfd78
- Make CUPS' subscriptions expirable
edfd78
edfd78
* Fri Mar 25 2011 Bastien Nocera <bnocera@redhat.com> 2.91.93-1
edfd78
- Update to 2.91.93
edfd78
edfd78
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
edfd78
- Update 2.91.92
edfd78
edfd78
* Wed Mar 16 2011 Richard Hughes <rhughes@redhat.com> 2.91.91-3
edfd78
- Add a patch from upstream to fix the updates plugin.
edfd78
edfd78
* Fri Mar 11 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-2
edfd78
- Add libXxf86misc-devel requires so that key repeat/delay works
edfd78
edfd78
* Tue Mar 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.91-1
edfd78
- Update to 2.91.91
edfd78
edfd78
* Fri Feb 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-4
edfd78
- Fix undefined symbols in the updates plugin
edfd78
edfd78
* Wed Feb 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-3
edfd78
- BR PackageKit and cups
edfd78
- Explicitly list plugins so we notice if they go missing
edfd78
edfd78
* Wed Feb 23 2011 Cosimo Cecchi <cosimoc@redhat.com> - 2.91.90-2
edfd78
- Include an upstream patch to fix a possible crasher
edfd78
edfd78
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
edfd78
- Update to 2.91.90
edfd78
edfd78
* Wed Feb 16 2011 Bastien Nocera <bnocera@redhat.com> 2.91.9-6
edfd78
- Fix crasher when media keys GSettings value changes
edfd78
edfd78
* Sun Feb 13 2011 Christopher Aillon <caillon@redhat.com> - 2.91.9-5
edfd78
- Rebuild for new libxklavier
edfd78
edfd78
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-4
edfd78
- Rebuild against newer gtk
edfd78
edfd78
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.9-3
edfd78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
edfd78
edfd78
* Tue Feb 08 2011 Bastien Nocera <bnocera@redhat.com> 2.91.9-2
edfd78
- Fix setting timezones in the date & time panel (#674999)
edfd78
edfd78
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.9-1
edfd78
- 2.91.9
edfd78
edfd78
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.8-1
edfd78
- 2.91.8
edfd78
edfd78
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.7-2
edfd78
- Own %%{_libdir}/gnome-settings-daemon-3.0/gtk-modules
edfd78
edfd78
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> 2.91.7-1
edfd78
- Update to 2.91.7
edfd78
edfd78
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6.2-1
edfd78
- Update to 2.91.6.2
edfd78
edfd78
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.5.1-1
edfd78
- Update to 2.91.5.1
edfd78
edfd78
* Thu Dec  2 2010 Dan Williams <dcbw@redhat.com> - 2.91.5-4
edfd78
- Re-add patch handling org.gnome.media-handling gsettings schema rename
edfd78
edfd78
* Wed Dec  1 2010 Dan Williams <dcbw@redhat.com> - 2.91.5-3
edfd78
- Fix various cases of forgetting to draw the background
edfd78
edfd78
* Tue Nov 30 2010 Owen Taylor <otaylor@redhat.com> - 2.91.5-2
edfd78
- Add a patch handling org.gnome.media-handling gsettings schema rename
edfd78
edfd78
* Tue Nov 30 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.5-1
edfd78
- Update to 2.91.5
edfd78
edfd78
* Fri Nov 26 2010 Bastien Nocera <bnocera@redhat.com> 2.91.4-2
edfd78
- Fix crasher on startup
edfd78
edfd78
* Thu Nov 25 2010 Bastien Nocera <bnocera@redhat.com> 2.91.4-1
edfd78
- Update to 2.91.4
edfd78
edfd78
* Wed Nov 17 2010 Richard Hughes <richard@hughsie.com> 2.91.3-1
edfd78
- Update to 2.91.3
edfd78
edfd78
* Wed Nov 10 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2.1-0.4.
edfd78
- Update to 2.91.2.1
edfd78
edfd78
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-0.4.20101102
edfd78
- Rebuild against new libnotify
edfd78
edfd78
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-0.3.20101102
edfd78
- Make theme changing work
edfd78
edfd78
* Tue Nov 02 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.2.20101102
edfd78
- Add BR gsettings-desktop-schemas-devel
edfd78
edfd78
* Tue Nov 02 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.1.20101102
edfd78
- Update to a git snapshot to fix rawhide.
edfd78
edfd78
* Wed Oct 06 2010 Richard Hughes <rhughes@redhat.com> 2.91.0-3
edfd78
- Fix the pkgconfig file manually
edfd78
edfd78
* Wed Oct 06 2010 Richard Hughes <rhughes@redhat.com> 2.91.0-2
edfd78
- Rebuild against the new libgnomekbd library
edfd78
edfd78
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
edfd78
- Update to 2.91.0
edfd78
edfd78
* Wed Sep 29 2010 jkeating - 2.90.1-2
edfd78
- Rebuilt for gcc bug 634757
edfd78
edfd78
* Wed Sep 22 2010 Bastien Nocera <bnocera@redhat.com> 2.90.1-1
edfd78
- Update to 2.90.1
edfd78
edfd78
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> 2.31.91-1
edfd78
- Update to 2.31.91
edfd78
edfd78
* Fri Aug 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-2
edfd78
- Fix a problem with warning bubbles in virtual machines (#624624)
edfd78
edfd78
* Tue Aug  3 2010 Matthias Clasen <mclasen@redhat.com> 2.31.6-1
edfd78
- Update to 2.31.6
edfd78
edfd78
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5.1-1
edfd78
- Update to 2.31.5.1
edfd78
edfd78
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> 2.31.5-1
edfd78
- Update to 2.31.5
edfd78
edfd78
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4.2-1
edfd78
- Update to 2.31.4.2
edfd78
edfd78
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4.1-1
edfd78
- Update to 2.31.4.1
edfd78
edfd78
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> 2.31.4-1
edfd78
- Update to 2.31.4
edfd78
edfd78
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 2.31.3-3
edfd78
- Don't remove the sound plugin if we want the caches to be
edfd78
  updated
edfd78
edfd78
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> 2.31.3-1
edfd78
- Update to 2.31.3
edfd78
edfd78
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> 2.31.2-1
edfd78
- Update to 2.31.2
edfd78
edfd78
* Sun May 16 2010 Matthias Clasen <mclasen@redhat.com> 2.31.1-1
edfd78
- Update to 2.31.1
edfd78
edfd78
* Fri Apr 30 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-4
edfd78
- Waah, one more mistake in these macros
edfd78
edfd78
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-3
edfd78
- Nobody understands macro processors...
edfd78
edfd78
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-2
edfd78
- Fix a typo
edfd78
edfd78
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1-1
edfd78
- Update to 2.30.1
edfd78
- Spec file cleanups
edfd78
edfd78
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
edfd78
- Update to 2.30.0
edfd78
edfd78
* Mon Mar 22 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-3
edfd78
- Disable the font plugin by default
edfd78
edfd78
* Wed Mar 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-2
edfd78
- Remove unneeded icons, already upstream
edfd78
edfd78
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
edfd78
- Update to 2.29.92
edfd78
edfd78
* Sat Feb 27 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91.1-2
edfd78
- Fix Fn-F8 OSD icon
edfd78
- Modernize scriptlets
edfd78
edfd78
* Wed Feb 24 2010 Matthias Clasen <mclasen@redhat.com> 2.29.91.1-1
edfd78
- Update to 2.29.91.1
edfd78
edfd78
* Wed Feb 17 2010 Matthias Clasen <mclasen@redhat.com> 2.29.90-2
edfd78
- Set a name for the keyboard statusicon
edfd78
edfd78
* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.90-1
edfd78
- Update to 2.29.90
edfd78
edfd78
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> 2.29.6-1
edfd78
- Update to 2.29.6
edfd78
edfd78
* Fri Dec 18 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-10
edfd78
- Avoid warning messages from the OSD code
edfd78
edfd78
* Tue Dec 15 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-9
edfd78
- Survive when running without XKB (#547780)
edfd78
edfd78
* Thu Nov 12 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-8
edfd78
- Avoid a 'whitespace leak' around the display statusicon (gnome #601696)
edfd78
edfd78
* Mon Nov  9 2009 Matthias Clasen <mclasen@redhat.com> 2.28.1-7
edfd78
- React to screen changes when showing the background (gnome #601203)
edfd78
edfd78
* Thu Nov 05 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-6
edfd78
- Fix the volume going over 100% in the OSD
edfd78
edfd78
* Wed Oct 28 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-5
edfd78
- Update OSD code again
edfd78
edfd78
* Tue Oct 27 2009 Bastien Nocera <bnocera@redhat.com> 2.28.1-4
edfd78
- Fix bluriness in OSD
edfd78
edfd78
* Mon Oct 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
edfd78
- Change default font rendering to use slight hinting
edfd78
edfd78
* Mon Oct 26 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.28.1-2
edfd78
- left-handed-touchpad.patch: change physical touchpad buttons to
edfd78
  left-handed, not tapping though (#498249)
edfd78
edfd78
* Mon Oct 19 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
edfd78
- Update to 2.28.1
edfd78
edfd78
* Thu Oct  1 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-4
edfd78
- Fix keyboard variant handling
edfd78
edfd78
* Fri Sep 25 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-3
edfd78
- Align the OSD visuals with the notification theme
edfd78
edfd78
* Tue Sep 22 2009 Adam Jackson <ajax@redhat.com> 2.28.0-2
edfd78
- BuildRequires: libcanberra-devel
edfd78
edfd78
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
edfd78
- Update to 2.28.0
edfd78
edfd78
* Wed Sep 09 2009 Bastien Nocera <bnocera@redhat.com> 2.27.92-2
edfd78
- Update left-hand touchpad patch
edfd78
edfd78
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
edfd78
- Update to 2.27.92
edfd78
edfd78
* Sun Aug 30 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-3
edfd78
- Make 'Locate Pointer' work with metacity again
edfd78
edfd78
* Wed Aug 26 2009 Peter Hutterer <peter.hutterer@redhat.com> 2.27.91-2
edfd78
- buttonmapping.patch: Don't check for IsXExtensionDevice, only skip button
edfd78
  mappings for core devices instead (#502129).
edfd78
edfd78
* Mon Aug 24 2009 Bastien Nocera <bnocera@redhat.com> 2.27.91-1
edfd78
- Update to 2.27.91
edfd78
edfd78
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-2
edfd78
- Update gnome-volume-control code
edfd78
edfd78
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 2.27.90-1
edfd78
- Update to 2.27.90
edfd78
edfd78
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> 2.27.5-1
edfd78
- Update to 2.27.5
edfd78
edfd78
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-4
edfd78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
edfd78
edfd78
* Tue Jul 21 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-3
edfd78
- Make locate-pointer not interfere with media keys
edfd78
edfd78
* Wed Jul 15 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-2
edfd78
- Rebuild against new libgnomekbd
edfd78
edfd78
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> 2.27.4-1
edfd78
- Update ot 2.27.4
edfd78
edfd78
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-2
edfd78
- Rebuild against new libxklavier
edfd78
edfd78
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.3-1
edfd78
- Update to 2.27.3
edfd78
edfd78
* Mon Jun  8 2009 Matthias Clasen <mclasen@redhat.com> 2.27.1-2
edfd78
- Make the 'locate pointer' effect cope with changing compositing
edfd78
  managers
edfd78
edfd78
* Sat May 16 2009 Matthias Clasen <mclasen@redhat.com> 2.27.1-1
edfd78
- Update to 2.27.1
edfd78
edfd78
* Fri May 08 2009 Bastien Nocera <bnocera@redhat.com> 2.26.1-4
edfd78
- Remove useless patch, see:
edfd78
http://bugzilla.gnome.org/show_bug.cgi?id=580761 for details
edfd78
edfd78
* Wed Apr 29 2009 Bastien Nocera <bnocera@redhat.com> 2.26.1-3
edfd78
- Don't set touchpads to be left-handed, otherwise the tap
edfd78
  behaves like the 2nd mouse button (#483639)
edfd78
edfd78
* Mon Apr 27 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-2
edfd78
- Don't drop schemas translations from po files
edfd78
edfd78
* Tue Apr 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-1
edfd78
- Update to 2.26.1
edfd78
edfd78
* Wed Apr  8 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-2
edfd78
- Support touchpads
edfd78
edfd78
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-1
edfd78
- Update to 2.26.0
edfd78
edfd78
* Mon Mar  2 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-1
edfd78
- Update to 2.25.92
edfd78
edfd78
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.90-3
edfd78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
edfd78
edfd78
* Thu Feb  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-2
edfd78
- Fix a warning (#484132)
edfd78
edfd78
* Wed Feb  4 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-1
edfd78
- Update to 2.25.90
edfd78
edfd78
* Mon Jan 19 2009 - Ray Strode <rstrode@redhat.com> - 2.25.3-4
edfd78
- Update fade patch for new gnome-desktop release
edfd78
edfd78
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-3
edfd78
- Rebuild
edfd78
edfd78
* Thu Dec 18 2008 - Ray Strode <rstrode@redhat.com> - 2.25.3-2
edfd78
- Drop touchpad patch for now
edfd78
edfd78
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-1
edfd78
- Update to 2.25.3
edfd78
edfd78
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.2-11
edfd78
- Fix touchpad patches
edfd78
edfd78
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-10
edfd78
- Rebuild against new gnome-desktop
edfd78
edfd78
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-9
edfd78
- Don't call SetPointerMapping when using Xinput since
edfd78
  it duplicates effort but gets touchpads wrong (bug 324721)
edfd78
edfd78
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-8
edfd78
- Shutdown cleanly when bus goes away (bug 445898 again)
edfd78
edfd78
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-7
edfd78
- Don't map touch pad tap to right-click for left-handed
edfd78
  users (bug 324721)
edfd78
edfd78
* Wed Dec 10 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-6
edfd78
- Listen for DeviceAdded signals when configuring mouse
edfd78
  (in addition to DeviceEnabled).  This may help with
edfd78
  bug 474758.
edfd78
edfd78
* Tue Dec  9 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-5
edfd78
- Shutdown cleanly on TERM signal (bug 445898)
edfd78
edfd78
* Sun Dec  7 2008 Behdad Esfahbod <besfahbo@redhat.com> - 2.25.2-4
edfd78
- Add gnome-settings-daemon-2.24.1-umask.patch
edfd78
edfd78
* Thu Dec  4 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-2
edfd78
- Rebase fade patch to apply with Behdad's updates to
edfd78
  g-s-d
edfd78
edfd78
* Wed Dec  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
edfd78
- Ypdate to 2.25.2
edfd78
edfd78
* Thu Nov 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-4
edfd78
- Rebuild
edfd78
edfd78
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-2
edfd78
- Update to 2.25.1
edfd78
edfd78
* Fri Oct 24 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-14
edfd78
- At fontconfig-devel buildrequires (bug 468304)
edfd78
edfd78
* Wed Oct 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-13
edfd78
- Save some space
edfd78
edfd78
* Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-12
edfd78
- Hold off on settings-daemon fade if nautilus is going to do
edfd78
  it anyway.
edfd78
edfd78
* Tue Oct 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-11
edfd78
- Show the shutdown dialog when the power button is pressed
edfd78
edfd78
* Tue Oct 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-9
edfd78
- Drop a patch that is no longer needed with the evdev ruleset
edfd78
  in xkeyboard-config
edfd78
edfd78
* Sun Oct 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-7
edfd78
- Try harder not to override peoples configured keyboard layouts
edfd78
edfd78
* Sun Oct 12 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-6
edfd78
- Update fade patch to skip crossfade when changing frames in
edfd78
  slideshow background.
edfd78
edfd78
* Fri Oct 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-5
edfd78
- Fix the picking up of the gdm keyboard layout even more
edfd78
edfd78
* Tue Sep 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
edfd78
- Fix the picking up of the gdm keyboard layout
edfd78
edfd78
* Sun Sep 28 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-2
edfd78
- Don't draw background twice at startup
edfd78
edfd78
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
edfd78
- Update to 2.24.0
edfd78
edfd78
* Thu Sep 18 2008 Ray Strode <rstrode@redhat.com> - 2.23.92-3
edfd78
- When switching desktop backgrounds fade between them
edfd78
edfd78
* Thu Sep 11 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.92-2
edfd78
- Fix various bugs in the fn-F7 support
edfd78
edfd78
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
edfd78
- Update to 2.23.92
edfd78
edfd78
* Fri Sep  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-5
edfd78
- Try harder to use the keyboard layout that gdm tells us
edfd78
edfd78
* Thu Sep 04 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.91-4
edfd78
- Use the fn-F7 key, not the F7 key.
edfd78
edfd78
* Wed Sep 03 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.91-3
edfd78
- Bump gnome-desktop requirement
edfd78
edfd78
* Wed Sep 03 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.91-2
edfd78
- Add patch to do fn-f7 cycling
edfd78
edfd78
* Mon Sep 01 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.91-1
edfd78
- Update to 2.23.91
edfd78
edfd78
* Thu Aug 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.91-0.2008.08.28.2
edfd78
- BuildRequires libnotify-devel
edfd78
edfd78
* Thu Aug 28 2008 Jon McCann <jmccann@redhat.com> - 2.23.91-0.2008.08.28.1
edfd78
- Update to snapshot
edfd78
edfd78
* Fri Aug 22 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.90-1
edfd78
- Update to 2.23.90
edfd78
edfd78
* Thu Aug 14 2008 Lennart Poettering <lpoetter@redhat.com> - 2.23.6-3
edfd78
- Rerun autotools after patching configure.ac
edfd78
edfd78
* Thu Aug 14 2008 Lennart Poettering <lpoetter@redhat.com> - 2.23.6-2
edfd78
- Apply patch from gnome bug 545386. This hasn't been accepted in this form yet
edfd78
  by upstream, will however very likely be merged in a similar form.
edfd78
- Disable esd/sounds module since we don't need it to start PA anymore
edfd78
edfd78
* Tue Aug  5 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.6-1
edfd78
- Update to 2.23.6
edfd78
edfd78
* Fri Jul 25 2008 Matthias Clasen <mclasne@redhat.com> - 2.23.5-3
edfd78
- Use standard icon names in the volume OSD
edfd78
 
edfd78
* Fri Jul 25 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.5-2
edfd78
- Fix build, call gtk-update-icon-cache as required
edfd78
edfd78
* Thu Jul 24 2008 Soren Sandmann <sandmann@redhat.com> - 2.23.5-1
edfd78
- Update to 2.23.5
edfd78
edfd78
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
edfd78
- Update to 2.23.4
edfd78
edfd78
* Tue Jun 17 2008 Colin Walters <walters@redhat.com> - 2.23.3-2
edfd78
- Add (now upstreamed) patch to legacy ESD preference; see
edfd78
  http://bugzilla.gnome.org/show_bug.cgi?id=533198
edfd78
  https://bugzilla.redhat.com/show_bug.cgi?id=430624
edfd78
edfd78
* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
edfd78
- Update to 2.23.3
edfd78
edfd78
* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-0.2008.05.14.2
edfd78
- Fix BuildRequires
edfd78
edfd78
* Wed May 14 2008 Jon McCann <jmccann@redhat.com> - 2.23.2-0.2008.05.14.1
edfd78
- Build snapshot
edfd78
edfd78
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1-5
edfd78
- Rebuild
edfd78
edfd78
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1-4
edfd78
- Pick up the keyboard layout from the login screen
edfd78
edfd78
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1-3
edfd78
- Fix background drawing without nautilus
edfd78
edfd78
* Tue Apr 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.23.1.1-2
edfd78
- Add patch from upstream to avoid the Stop button triggering an Eject (#346201)
edfd78
edfd78
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1.1-1
edfd78
- Update to 2.23.1.1
edfd78
edfd78
* Tue Apr 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-2008.03.26.6
edfd78
- Make the xrandr plugin survive the absence of Xrandr
edfd78
edfd78
* Sat Apr 5 2008 - Soren Sandmann <sandmann@redhat.com> - 2.22.1-2008.03.26.5
edfd78
- Update randr plugin
edfd78
edfd78
* Mon Mar 31 2008 - Ray Strode <rstrode@redhat.com> - 2.22.1-0.2008.03.26.4
edfd78
- Over the releases we've accumulated default.png, default-wide.png default-5_4.png
edfd78
  and default.jpg.  We haven't been able to drop them because it would leave some
edfd78
  users with white backgrounds on upgrade.  This patch just falls back to the
edfd78
  default image if the user's background doesn't exist.
edfd78
edfd78
* Wed Mar 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.1-0.2008.03.26.3
edfd78
- Add patch for the mouse plugin not to eat multimedia key events (#438942)
edfd78
edfd78
* Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 2.22.1-0.2008.03.26.2
edfd78
- Rebuild
edfd78
edfd78
* Wed Mar 26 2008 Jon McCann <jmccann@redhat.com> - 2.22.1-0.2008.03.26.1
edfd78
- Update to snapshot
edfd78
- Enable profiling
edfd78
edfd78
* Wed Mar 26 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-3
edfd78
- apps_gnome_settings_daemon_default_editor.schemas is obsolete (#438937)
edfd78
edfd78
* Thu Mar 20 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-2
edfd78
- Fix interaction between "Locate Pointer" and volume keys
edfd78
edfd78
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
edfd78
- Update to 2.22.0
edfd78
edfd78
* Sun Mar  9 2008 Ray Strode <rstrode@redhat.com> - 2.21.92-3
edfd78
- Don't set keyboard model on startup from gconf if evdev is being used.
edfd78
  Evdev needs to use its own keyboard model to work right.
edfd78
edfd78
* Sun Mar  2 2008 Soren Sandmann <sandmann@redhat.com> - 2.21.92-2
edfd78
- Update randr patch to handle video key
edfd78
edfd78
* Fri Feb 29 2008 Jon McCann <jmccann@redhat.com> - 2.21.92-1
edfd78
- Update to 2.21.92
edfd78
edfd78
* Tue Feb 12 2008 Soren Sandmann <sandmann@redhat.com> - 2.21.91-3
edfd78
- Add patch to make the xrandr plugin listen for client messages from
edfd78
  the control panel and reread the configuration file.
edfd78
edfd78
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-2
edfd78
- Remove obsolete control-center translations
edfd78
edfd78
* Mon Feb 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.91-1
edfd78
- Update to 2.21.91
edfd78
- Remove obsolete patches
edfd78
edfd78
* Thu Feb  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90.1-3
edfd78
- Load xkb settings initially
edfd78
edfd78
* Thu Jan 31 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90.1-2
edfd78
- Fix the path for g-s-d, from upstream patch
edfd78
edfd78
* Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90.1-1
edfd78
- Update to 2.21.90.1
edfd78
edfd78
* Tue Jan 29 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-1
edfd78
- Update to 2.21.90
edfd78
edfd78
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5.2-2
edfd78
- Incorporate review feedback (#428833)
edfd78
edfd78
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5.2-1
edfd78
- Update to 2.21.5.2
edfd78
edfd78
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5.1-1
edfd78
- Update to 2.21.5.1
edfd78
- Fix up BuildRequires
edfd78
edfd78
* Thu Dec 06 2007 - Bastien Nocera <bnocera@redhat.com> - 2.21.5-1
edfd78
- First package
edfd78