8697319
Name:		gnome-settings-daemon
4b77cc4
Version:	2.30.1
9698cb5
Release:	4%{?dist}
8697319
Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
8697319
8697319
Group:		System Environment/Daemons
8697319
License:	GPLv2+
0025f59
URL:		http://download.gnome.org/sources/%{name}
04d1876
#VCS: git:git://git.gnome.org/gnome-settings-daemon
04d1876
Source0:	http://download.gnome.org/sources/%{name}/2.30/%{name}-%{version}.tar.bz2
8697319
8697319
Requires(pre): GConf2 >= 2.14
8697319
Requires(preun): GConf2 >= 2.14
8697319
Requires(post): GConf2 >= 2.14
68bab3e
Requires: control-center-filesystem
8697319
8697319
BuildRequires:	dbus-glib-devel
William Jon McCann 08ee654
BuildRequires:	GConf2-devel
8697319
BuildRequires:	gtk2-devel
8697319
BuildRequires:	gnome-vfs2-devel
Tomas Bzatek 48e2e72
BuildRequires:	gnome-desktop-devel >= 2.26.3
8697319
BuildRequires:	libglade2-devel
8697319
BuildRequires:	libgnomeui-devel
8697319
BuildRequires:	libgnome-devel
8697319
BuildRequires:	xorg-x11-proto-devel
8697319
BuildRequires:	gstreamer-devel
8697319
BuildRequires:	gstreamer-plugins-base-devel
5f4a086
BuildRequires:  pulseaudio-libs-devel
8697319
BuildRequires:	libgnomekbd-devel
William Jon McCann f088a0d
BuildRequires:	libnotify-devel
33b0cd3
BuildRequires:	gettext intltool
8af8998
BuildRequires:  fontconfig-devel
633f555
BuildRequires:	libcanberra-devel
8697319
89b8e99
# change font rendering
89b8e99
Patch3: slight-hinting.patch
e07ae8c
f2ea01d
# https://bugzilla.gnome.org/show_bug.cgi?id=610319
f2ea01d
Patch4: keyboard-icon.patch
f2ea01d
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
8697319
%package	devel
8697319
Summary:	Development files for %{name}
8697319
Group:		Development/Libraries
8697319
Requires:	%{name} = %{version}-%{release}
8697319
Requires:	pkgconfig
8697319
Requires:	dbus-glib-devel
8697319
8697319
%description	devel
8697319
The %{name}-devel package contains libraries and header files for
8697319
developing applications that use %{name}.
8697319
8697319
%prep
8697319
%setup -q
89b8e99
%patch3 -p1 -b .slight-hinting
f2ea01d
%patch4 -p1 -b .keyboard-icon
8697319
68bab3e
%build
Tomas Bzatek 48e2e72
# https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
Tomas Bzatek b008d7f
export LIBS="-lX11 -lm"
cc3d53e
%configure --enable-static=no --enable-profiling --disable-esd
8697319
make %{?_smp_mflags}
8697319
27e2b11
# strip unneeded translations from .mo files
27e2b11
# ideally intltool (ha!) would do that for us
27e2b11
# http://bugzilla.gnome.org/show_bug.cgi?id=474987
8fd7d65
cd po
ac4deb1
grep -v ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" POTFILES.in > POTFILES.keep
27e2b11
mv POTFILES.keep POTFILES.in
27e2b11
intltool-update --pot
8fd7d65
for p in *.po; do
27e2b11
  msgmerge $p %{name}.pot > $p.out
27e2b11
  msgfmt -o `basename $p .po`.gmo $p.out
8fd7d65
done
27e2b11
8697319
8697319
%install
8697319
make install DESTDIR=$RPM_BUILD_ROOT
8697319
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
cc3d53e
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-2.0/libsound.so
cc3d53e
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-2.0/sound.gnome-settings-plugin
8697319
8697319
%find_lang %{name} --with-gnome
8697319
8697319
%post
9698cb5
%gconf_schema_upgrade apps_gnome_settings_daemon_housekeeping apps_gnome_settings_daemon_keybindings apps_gnome_settings_daemon_xrandr desktop_gnome_font_rendering desktop_gnome_keybindings desktop_gnome_peripherals_touchpad gnome-settings-daemon
9de8547
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
8697319
8697319
%pre
9698cb5
%gconf_schema_prepare apps_gnome_settings_daemon_housekeeping apps_gnome_settings_daemon_keybindings apps_gnome_settings_daemon_xrandr desktop_gnome_font_rendering desktop_gnome_keybindings desktop_gnome_peripherals_touchpad gnome-settings-daemon
8697319
8697319
%preun
9698cb5
%gconf_schema_remove apps_gnome_settings_daemon_keybindings apps_gnome_settings_daemon_screensaver desktop_gnome_font_rendering desktop_gnome_peripherals_touchpad gnome-settings-daemon
8697319
9ac8e05
%postun
9de8547
if [ $1 -eq 0 ]; then
9de8547
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
9de8547
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
9ac8e05
fi
9ac8e05
9de8547
%posttrans
9de8547
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
9de8547
8697319
%files -f %{name}.lang
8697319
%defattr(-,root,root,-)
William Jon McCann 08ee654
%doc AUTHORS COPYING NEWS
8697319
%{_sysconfdir}/gconf/schemas/*
e7456ae
%{_libdir}/gnome-settings-daemon-2.0
8697319
%{_libexecdir}/gnome-settings-daemon
d4c991a
%{_libexecdir}/gsd-locate-pointer
8697319
%{_datadir}/gnome-settings-daemon/
68bab3e
%{_datadir}/gnome-control-center/keybindings/50-accessibility.xml
8697319
%{_datadir}/dbus-1/services/org.gnome.SettingsDaemon.service
579bc11
%{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop
9ac8e05
%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.*
3b44fd3
%{_datadir}/icons/hicolor/*/actions/touchpad*
8697319
8697319
%files devel
8697319
%defattr(-,root,root,-)
8697319
%{_includedir}/gnome-settings-daemon-2.0
8697319
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
8697319
8697319
%changelog
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
d48690b
* Wed 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
c7bdda5
* Tue 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