cf6cdf
%global _changelog_trimtime %(date +%s -d "1 year ago")
cf6cdf
cf6cdf
%define po_package gnome-session-3.0
cf6cdf
cf6cdf
%global with_session_selector 1
cf6cdf
cf6cdf
Name: gnome-session
cf6cdf
Version: 3.28.1
cf6cdf
Release: 7%{?dist}
cf6cdf
Summary: GNOME session manager
cf6cdf
cf6cdf
License: GPLv2+
cf6cdf
URL: http://www.gnome.org
cf6cdf
Source0: http://download.gnome.org/sources/gnome-session/3.28/%{name}-%{version}.tar.xz
cf6cdf
Source1: session-properties-icons.tar.xz
cf6cdf
cf6cdf
# Blacklist NV30: https://bugzilla.redhat.com/show_bug.cgi?id=745202
cf6cdf
Patch00: gnome-session-3.3.92-nv30.patch
cf6cdf
Patch01: gnome-session-3.6.2-swrast.patch
cf6cdf
cf6cdf
# https://bugzilla.redhat.com/show_bug.cgi?id=1031182
cf6cdf
# https://bugzilla.redhat.com/show_bug.cgi?id=1031188
cf6cdf
Patch02: 0001-Revert-Remove-all-references-to-gnome-session-proper.patch
cf6cdf
Patch03: 0002-Revert-Remove-gnome-session-properties.patch
cf6cdf
Patch04: 0003-Revert-Rename-the-desktop-file-to-gnome-session-prop.patch
cf6cdf
Patch05: 0004-stop-using-gsm_util_get_current_desktop.patch
cf6cdf
Patch06: 0005-session-properties-get-out-of-Other.patch
cf6cdf
Patch07: 0006-session-properties-refresh-from-recent-glade.patch
cf6cdf
Patch08: 0007-manager-Don-t-clear-saved-session-if-autosaving-is-d.patch
cf6cdf
Patch09: 0008-Add-Remember-Currently-Running-Applications-button.patch
cf6cdf
Patch10: 0009-Revert-Allow-saved-session-to-be-a-symlink.patch
cf6cdf
Patch11: 0010-Allow-saved-session-directory-to-be-a-symlink.patch
cf6cdf
Patch12: 0011-Tie-session-selector-to-properties-dialog.patch
cf6cdf
Patch13: 0012-make-save-session-stall-until-it-finishes.patch
cf6cdf
Patch14: 0013-manager-save-session-type-in-session-dir.patch
cf6cdf
Patch15: 0014-session-selector-restore-saved-session-mode.patch
cf6cdf
Patch16: 0015-session-selector-refresh-from-recent-glade.patch
cf6cdf
Patch17: 0016-session-selector-add-toggle-for-classic-normal-selec.patch
cf6cdf
Patch18: 0017-session-selector-use-classic-mode-by-default.patch
cf6cdf
Patch19: 0018-manager-port-away-from-dbus-glib-to-GDBus.patch
cf6cdf
Patch20: 0019-capplet-fix-disable-check-items.patch
cf6cdf
cf6cdf
# Fix the build with Python 2
cf6cdf
Patch21: gnome-session-python3.patch
cf6cdf
cf6cdf
Patch31: 0002-autostart-ensure-gnome-shell-and-mutter-get-right-au.patch
cf6cdf
cf6cdf
Patch40: 0001-main-don-t-call-into-gdbus-before-setting-all-enviro.patch
cf6cdf
cf6cdf
Patch50: fix-crash-on-no-dispay.patch
cf6cdf
cf6cdf
Patch6001: 0001-gsm-util-avoid-groups-in-regexex.patch
cf6cdf
cf6cdf
BuildRequires: meson
cf6cdf
BuildRequires: gcc
cf6cdf
BuildRequires: pkgconfig(egl)
cf6cdf
BuildRequires: pkgconfig(gl)
cf6cdf
BuildRequires: pkgconfig(glesv2)
cf6cdf
BuildRequires: pkgconfig(gnome-desktop-3.0)
cf6cdf
BuildRequires: pkgconfig(gtk+-3.0)
cf6cdf
BuildRequires: pkgconfig(libsystemd)
cf6cdf
BuildRequires: pkgconfig(ice)
cf6cdf
BuildRequires: pkgconfig(json-glib-1.0)
cf6cdf
BuildRequires: pkgconfig(sm)
cf6cdf
BuildRequires: pkgconfig(x11)
cf6cdf
BuildRequires: pkgconfig(xau)
cf6cdf
BuildRequires: pkgconfig(xcomposite)
cf6cdf
BuildRequires: pkgconfig(xext)
cf6cdf
BuildRequires: pkgconfig(xrender)
cf6cdf
BuildRequires: pkgconfig(xtrans)
cf6cdf
BuildRequires: pkgconfig(xtst)
cf6cdf
cf6cdf
# this is so the configure checks find /usr/bin/halt etc.
cf6cdf
BuildRequires: usermode
cf6cdf
cf6cdf
BuildRequires: gettext
cf6cdf
BuildRequires: intltool
cf6cdf
BuildRequires: xmlto
cf6cdf
BuildRequires: /usr/bin/xsltproc
cf6cdf
cf6cdf
# an artificial requires to make sure we get dconf, for now
cf6cdf
Requires: dconf
cf6cdf
cf6cdf
Requires: system-logos
cf6cdf
# Needed for gnome-settings-daemon
cf6cdf
Requires: control-center-filesystem
cf6cdf
cf6cdf
Requires: gsettings-desktop-schemas >= 0.1.7
cf6cdf
cf6cdf
# pull in dbus-x11, see bug 209924
cf6cdf
Requires: dbus-x11
cf6cdf
cf6cdf
# https://bugzilla.redhat.com/show_bug.cgi?id=1072801
cf6cdf
Requires: mesa-dri-drivers
cf6cdf
cf6cdf
Conflicts: gnome-settings-daemon < 3.27.90
cf6cdf
cf6cdf
%description
cf6cdf
gnome-session manages a GNOME desktop or GDM login session. It starts up
cf6cdf
the other core GNOME components and handles logout and saving the session.
cf6cdf
cf6cdf
%package xsession
cf6cdf
Summary: Desktop file for gnome-session
cf6cdf
Requires: %{name}%{?_isa} = %{version}-%{release}
cf6cdf
cf6cdf
%description xsession
cf6cdf
Desktop file to add GNOME to display manager session menu.
cf6cdf
cf6cdf
%package wayland-session
cf6cdf
Summary: Desktop file for wayland based gnome session
cf6cdf
Requires: %{name}%{?_isa} = %{version}-%{release}
cf6cdf
Requires: xorg-x11-server-Xwayland%{?_isa}
cf6cdf
cf6cdf
%description wayland-session
cf6cdf
Desktop file to add GNOME on wayland to display manager session menu.
cf6cdf
cf6cdf
%package custom-session
cf6cdf
Summary: A facility to select and store saved sessions
cf6cdf
Requires: %{name}%{?_isa} = %{version}-%{release}
cf6cdf
cf6cdf
%description custom-session
cf6cdf
Installs a 'Custom' entry in the display manager session menu that
cf6cdf
lets the user manage multiple saved sessions.
cf6cdf
cf6cdf
%prep
cf6cdf
%autosetup -p1
cf6cdf
(cd data/icons; tar xvf %{SOURCE1})
cf6cdf
cf6cdf
%build
cf6cdf
%meson                                                          \
cf6cdf
%if 0%{?with_session_selector}
cf6cdf
           -Dsession_selector=true                              \
cf6cdf
%endif
cf6cdf
           -Dsystemd=true                                       \
cf6cdf
           -Dsystemd_journal=true
cf6cdf
%meson_build
cf6cdf
cf6cdf
%install
cf6cdf
%meson_install
cf6cdf
cf6cdf
rm -f $RPM_BUILD_ROOT%{_datadir}/wayland-sessions/gnome.desktop
cf6cdf
mv $RPM_BUILD_ROOT%{_datadir}/xsessions/gnome-xorg.desktop \
cf6cdf
   $RPM_BUILD_ROOT%{_datadir}/wayland-sessions/gnome-wayland.desktop
cf6cdf
sed -i -e 's/Xorg/Wayland/g' $RPM_BUILD_ROOT%{_datadir}/wayland-sessions/gnome-wayland.desktop
cf6cdf
cf6cdf
%find_lang %{po_package}
cf6cdf
cf6cdf
%post
cf6cdf
/sbin/ldconfig
cf6cdf
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
cf6cdf
cf6cdf
%postun
cf6cdf
/sbin/ldconfig
cf6cdf
if [ $1 -eq 0 ] ; then
cf6cdf
  touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
cf6cdf
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
cf6cdf
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
cf6cdf
fi
cf6cdf
cf6cdf
%posttrans
cf6cdf
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
cf6cdf
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
cf6cdf
cf6cdf
%files xsession
cf6cdf
%{_datadir}/xsessions/gnome.desktop
cf6cdf
cf6cdf
%files wayland-session
cf6cdf
%{_datadir}/wayland-sessions/gnome-wayland.desktop
cf6cdf
cf6cdf
%files custom-session
cf6cdf
%{_datadir}/xsessions/gnome-custom-session.desktop
cf6cdf
%{_bindir}/gnome-session-selector
cf6cdf
%{_bindir}/gnome-session-custom-session
cf6cdf
%{_datadir}/gnome-session/session-selector.ui
cf6cdf
%doc %{_mandir}/man*/gnome-session-selector*
cf6cdf
cf6cdf
%files -f %{po_package}.lang
cf6cdf
%doc AUTHORS NEWS README
cf6cdf
%license COPYING
cf6cdf
%doc %{_mandir}/man*/*
cf6cdf
%{_bindir}/*
cf6cdf
%{_libexecdir}/gnome-session-binary
cf6cdf
%{_libexecdir}/gnome-session-check-accelerated
cf6cdf
%{_libexecdir}/gnome-session-check-accelerated-gl-helper
cf6cdf
%{_libexecdir}/gnome-session-check-accelerated-gles-helper
cf6cdf
%{_libexecdir}/gnome-session-failed
cf6cdf
%{_datadir}/applications/session-properties.desktop
cf6cdf
%{_datadir}/gnome-session/
cf6cdf
%{_datadir}/doc/gnome-session/dbus/gnome-session.html
cf6cdf
%{_datadir}/icons/hicolor/*/apps/session-properties.png
cf6cdf
%{_datadir}/icons/hicolor/symbolic/apps/session-properties-symbolic.svg
cf6cdf
%{_datadir}/icons/hicolor/scalable/apps/session-properties.svg
cf6cdf
%{_datadir}/GConf/gsettings/gnome-session.convert
cf6cdf
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
cf6cdf
cf6cdf
%changelog
cf6cdf
* Tue Mar 26 2019 Ray Strode <rstrode@redhat.com> - 3.28.1-7
cf6cdf
- Be more gentle on PCRE, to avoid crash
cf6cdf
  Resolves: #1644663
cf6cdf
cf6cdf
* Tue Oct 02 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-6
cf6cdf
- Fix crash in gles helper if there's no display
cf6cdf
  Resolves: #1627056
cf6cdf
cf6cdf
* Thu Jul 26 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-5
cf6cdf
- Fix gnome-disk-utility timeout at startup
cf6cdf
  Resolves: #1593215
cf6cdf
- add back session properties icons
cf6cdf
  Related: #1568620
cf6cdf
cf6cdf
* Tue Jul 24 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-4
cf6cdf
- Fix pot file generation
cf6cdf
  Resolves: #1371019
cf6cdf
cf6cdf
* Tue Jul 17 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-3
cf6cdf
- Make sure gnome-session-custom-session is only shipped in its subpackage
cf6cdf
  Resolves: #1600560
cf6cdf
cf6cdf
* Thu Jun 21 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-2
cf6cdf
- Add back GNOME on Wayland session
cf6cdf
  Resolves: #1591614
cf6cdf
cf6cdf
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
cf6cdf
- Update to 3.28.1
cf6cdf
- Resolves: #1568620
cf6cdf
cf6cdf
* Wed Feb 14 2018 Ray Strode <rstrode@redhat.com> - 3.26.1-11
cf6cdf
- Fix rare crash at start up for VNC sessions
cf6cdf
  Resolves: #1545234
cf6cdf
cf6cdf
* Fri Jan 19 2018 Ray Strode <rstrode@redhat.com> - 3.26.1-10
cf6cdf
- Correct app id test in upgrade compat fix for wayland
cf6cdf
  sessions.
cf6cdf
  Related: #1529175
cf6cdf
cf6cdf
* Thu Jan 18 2018 Ray Strode <rstrode@redhat.com> - 3.26.1-9
cf6cdf
- Fix wayland when user has saved sessions
cf6cdf
  Resolves: #1529175
cf6cdf
cf6cdf
* Fri Nov 10 2017 Ray Strode <rstrode@redhat.com> 3.26.1-8
cf6cdf
- New sed incantation is still overzealous.  Rework how
cf6cdf
  gnome-wayland session file is generated.
cf6cdf
  Resolves: #1510391
cf6cdf
cf6cdf
* Tue Nov 07 2017 Ray Strode <rstrode@redhat.com> - 3.26.1-7
cf6cdf
- Fix sed script so we don't change DesktopNames (oops)
cf6cdf
  Related: #1482140
cf6cdf
  Resolves: 1510391
cf6cdf
cf6cdf
* Mon Nov 06 2017 Ray Strode <rstrode@redhat.com> - 3.26.1-6
cf6cdf
- Add Requires for Xwayland to wayland subpackage
cf6cdf
  Related: #1482140
cf6cdf
  Resolves: 1509247
cf6cdf
cf6cdf
* Thu Oct 19 2017 Ray Strode <rstrode@redhat.com> - 3.26.1-1
cf6cdf
- add wayland session file
cf6cdf
  Resolves: #1482140
cf6cdf
- update to 3.26.1 to work with wayland sessions
cf6cdf
  Resolves: 1504156
cf6cdf
cf6cdf
* Tue May 30 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-4
cf6cdf
- fix crash in fail whale
cf6cdf
  Resolves: #1392970
cf6cdf
cf6cdf
* Mon Mar 27 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-3
cf6cdf
- Fix the ability to disable a service from session properties
cf6cdf
  Resolves: #1310975
cf6cdf
cf6cdf
* Thu Mar 16 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-2
cf6cdf
- Drop gnome-xorg.desktop
cf6cdf
  Related: #1386957
cf6cdf
cf6cdf
* Wed Mar 08 2017 Ray Strode <rstrode@redhat.com> - 3.22.3-1
cf6cdf
- Rebase to 3.22.3
cf6cdf
  Resolves: #1386957
cf6cdf
cf6cdf
* Mon Jun 27 2016 Ray Strode <rstrode@redhat.com> - 3.14.0-6
cf6cdf
- update ko and it translations
cf6cdf
  Related: #1272374
cf6cdf
cf6cdf
* Mon Apr  4 2016 Matthias Clasen <mclasen@redhat.com> 3.14.0-5
cf6cdf
- Update translations
cf6cdf
  Resolves: #1272374
cf6cdf
cf6cdf
* Fri Jul 03 2015 Ray Strode <rstrode@redhat.com> 3.14.0-4
cf6cdf
- Fix up custom sessions patch more
cf6cdf
  Resolves: #1091453
cf6cdf
cf6cdf
* Wed May 13 2015 Ray Strode <rstrode@redhat.com> 3.14.0-3
cf6cdf
- Fix up custom sessions patch
cf6cdf
- Related: #1174597
cf6cdf
cf6cdf
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 3.14.0-1
cf6cdf
- Update to 3.14.0
cf6cdf
- Resolves: #1174597
cf6cdf
cf6cdf
* Mon Mar 10 2014 Ray Strode <rstrode@redhat.com> 3.8.4-11
cf6cdf
- Require mesa-dri-drivers be installed so software GL is
cf6cdf
  available.
cf6cdf
  Resolves: #1072801
cf6cdf
cf6cdf
* Wed Jan 29 2014 Ray Strode <rstrode@redhat.com> 3.8.4-10
cf6cdf
- more translation updates
cf6cdf
  Resolves: #1054583
cf6cdf
cf6cdf
* Wed Jan 29 2014 Ray Strode <rstrode@redhat.com> 3.8.4-9
cf6cdf
- Fix crash when all clients exit
cf6cdf
  Resolves: #1036038
cf6cdf
cf6cdf
* Tue Jan 28 2014 Ray Strode <rstrode@redhat.com> 3.8.4-8
cf6cdf
- Fix crasher in session selector if ~/.config/gnome-session
cf6cdf
  doesn't exist
cf6cdf
  Related: #1031182
cf6cdf
cf6cdf
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.4-7
cf6cdf
- Mass rebuild 2014-01-24
cf6cdf
cf6cdf
* Wed Jan 08 2014 Ray Strode <rstrode@redhat.com> 3.8.4-6
cf6cdf
- Add back custom session selector from RHEL 6
cf6cdf
  Resolves: #1031188
cf6cdf
  Resolves: #1031182
cf6cdf
cf6cdf
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.4-5
cf6cdf
- Mass rebuild 2013-12-27
cf6cdf
cf6cdf
* Thu Dec 12 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-4
cf6cdf
- Update translations
cf6cdf
- Resolves: #1030346
cf6cdf
cf6cdf
* Wed Nov 27 2013 Florian Müllner <fmuellner@redhat.com> - 3.8.4-3
cf6cdf
- Fix mispositioned fail-whale dialog
cf6cdf
  Resolves: #1031117
cf6cdf
cf6cdf
* Fri Nov  1 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-2
cf6cdf
- Fix a possible crash in the presence interface
cf6cdf
- Resolves: #1022521
cf6cdf
cf6cdf
* Tue Jul 30 2013 Ray Strode <rstrode@redhat.com> - 3.8.4-1
cf6cdf
- Update to 3.8.4
cf6cdf
cf6cdf
* Tue Jul 30 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.3-1
cf6cdf
- Fix a crash when talking to systemd (#977575)
cf6cdf
cf6cdf
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2.1-2
cf6cdf
- Trim %%changelog
cf6cdf
cf6cdf
* Wed May 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2.1-1
cf6cdf
- Update to 3.8.2.1
cf6cdf
- Conditionally build session selector
cf6cdf
cf6cdf
* Mon May 13 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.2-1
cf6cdf
- Update to 3.8.2
cf6cdf
cf6cdf
* Tue Apr 30 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-2
cf6cdf
- Use the upstream xsession desktop file
cf6cdf
- Drop the fallback mode authentication agent autostart file
cf6cdf
cf6cdf
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
cf6cdf
- Update to 3.8.1
cf6cdf
cf6cdf
* Thu Apr 11 2013 Adam Jackson <ajax@redhat.com> 3.8.0-2
cf6cdf
- gnome-session-3.6.2-swrast.patch: Allow running on the classic software
cf6cdf
  renderer.  No effect on arches where we build llvmpipe, but on ppc/s390
cf6cdf
  classic swrast is marginally less painful than softpipe.
cf6cdf
cf6cdf
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
cf6cdf
- Update to 3.8.0
cf6cdf
cf6cdf
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
cf6cdf
- Update to 3.7.92
cf6cdf
cf6cdf
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
cf6cdf
- Update to 3.7.91
cf6cdf
cf6cdf
* Sun Feb 24 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.90-2
cf6cdf
- Drop obsolete requires (polkit-gnome, polkit-desktop-policy,
cf6cdf
  notification-daemon)
cf6cdf
cf6cdf
* Wed Feb 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
cf6cdf
- Update to 3.7.90
cf6cdf
cf6cdf
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
cf6cdf
- Update to 3.7.4
cf6cdf
cf6cdf
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
cf6cdf
- Update to 3.7.3
cf6cdf
- Drop the upstreamed llvmpipe patch
cf6cdf
- Adjust buildrequires
cf6cdf
cf6cdf
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
cf6cdf
- Update to 3.7.2
cf6cdf
cf6cdf
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
cf6cdf
- Update to 3.7.1
cf6cdf
cf6cdf
* Thu Oct 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-2
cf6cdf
- Set XDG_MENU_PREFIX to pick the correct menu layout in
cf6cdf
  gnome-shell and alacarte
cf6cdf
cf6cdf
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
cf6cdf
- Update to 3.6.1
cf6cdf
cf6cdf
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
cf6cdf
- Update to 3.6.0
cf6cdf
cf6cdf
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
cf6cdf
- Update to 3.5.91
cf6cdf
cf6cdf
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
cf6cdf
- Update to 3.5.5
cf6cdf
cf6cdf
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
cf6cdf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cf6cdf
cf6cdf
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
cf6cdf
- Update to 3.5.4
cf6cdf
cf6cdf
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
cf6cdf
- Update to 3.5.2
cf6cdf
cf6cdf
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
cf6cdf
- Update to 3.4.2
cf6cdf
cf6cdf
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
cf6cdf
- Silence rpm scriptlet output
cf6cdf
cf6cdf
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
cf6cdf
- Update to 3.4.1
cf6cdf
- Dropped upstreamed systemd patch
cf6cdf
cf6cdf
* Thu Apr  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.0-2
cf6cdf
- Fix a looping PolicyKit dialog on shutdown
cf6cdf
cf6cdf
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
cf6cdf
- Update to 3.4.0
cf6cdf
cf6cdf
* Thu Mar 22 2012 Adam Williamson <awilliam@redhat.com> - 3.3.92-2
cf6cdf
- blacklist NV30 family until RH #745202 is resolved
cf6cdf
cf6cdf
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
cf6cdf
- Update to 3.3.92
cf6cdf
cf6cdf
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
cf6cdf
- Update to 3.3.90
cf6cdf
cf6cdf
* Thu Feb  9 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-2
cf6cdf
- Fix a bug in the new system interface registration
cf6cdf
cf6cdf
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
cf6cdf
- Update to 3.3.5
cf6cdf
- Use systemd for session tracking
cf6cdf
cf6cdf
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
cf6cdf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cf6cdf
cf6cdf
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> 3.3.3-1
cf6cdf
- Update to 3.3.3
cf6cdf
cf6cdf
* Tue Dec 13 2011 Adam Jackson <ajax@redhat.com> 3.3.2-2
cf6cdf
- gnome-session-3.3.2-radeon.patch: Blacklist pre-R300 radeons (#758422)
cf6cdf
cf6cdf
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> 3.3.2-1
cf6cdf
- Update to 3.3.2
cf6cdf
cf6cdf
* Thu Nov 03 2011 Adam Jackson <ajax@redhat.com> 3.3.1-2
cf6cdf
- gnome-session-3.3.1-llvmpipe.patch: Don't consider llvmpipe unsupported.
cf6cdf
cf6cdf
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
cf6cdf
- Update to 3.3.1
cf6cdf
cf6cdf
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
cf6cdf
- Rebuilt for glibc bug#747377
cf6cdf
cf6cdf
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
cf6cdf
- Update to 3.2.1
cf6cdf
cf6cdf
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
cf6cdf
- Update to 3.2.0
cf6cdf
cf6cdf
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
cf6cdf
- Update to 3.1.92
cf6cdf
cf6cdf
* Fri Sep  9 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-3
cf6cdf
- Some fixes to make gdm fallback mode login work
cf6cdf
cf6cdf
* Thu Sep  8 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-2
cf6cdf
- Drop GConf2-gtk dep
cf6cdf
cf6cdf
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-1
cf6cdf
- Update to 3.1.91
cf6cdf
cf6cdf
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
cf6cdf
- Update to 3.1.90
cf6cdf
cf6cdf
* Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-1
cf6cdf
- Update to 3.1.5
cf6cdf
cf6cdf
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
cf6cdf
- Update to 3.1.3
cf6cdf
cf6cdf
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
cf6cdf
- Update to 3.1.2
cf6cdf
cf6cdf
* Wed Apr 27 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-2
cf6cdf
- Add a quick-and-dirty blacklist for Radeon R100, R200, Intel 8xx
cf6cdf
cf6cdf
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
cf6cdf
- Update to 3.0.1
cf6cdf
cf6cdf
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
cf6cdf
- Update to 3.0.0
cf6cdf
cf6cdf
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.94-1
cf6cdf
- Update to 2.91.94
cf6cdf
cf6cdf
* Wed Mar 23 2011 Ray Strode <rstrode@redhat.com> 2.91.93-1
cf6cdf
- Update to 2.91.93
cf6cdf
cf6cdf
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
cf6cdf
- Update to 2.91.92
cf6cdf
cf6cdf
* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91.3-1
cf6cdf
- Update to 2.91.91.3
cf6cdf
cf6cdf
* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91.2-1
cf6cdf
- Update to 2.91.91.2
cf6cdf
cf6cdf
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-2
cf6cdf
- Fix the check-accel utility exit status
cf6cdf
cf6cdf
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
cf6cdf
- Update to 2.91.91
cf6cdf
cf6cdf
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-5
cf6cdf
- Make the new if-session Autostart condition work
cf6cdf
cf6cdf
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-4
cf6cdf
- Fix the autostart syntax
cf6cdf
cf6cdf
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-3
cf6cdf
- Install an autostart file for the authentication agent
cf6cdf
  in the fallback session
cf6cdf
cf6cdf
* Tue Feb 22 2011 Ray Strode <rstrode@redhat.com> 2.91.90-2
cf6cdf
- Fix crashity crash crash
cf6cdf
cf6cdf
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
cf6cdf
- Update to 2.91.90
cf6cdf
cf6cdf
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
cf6cdf
- Rebuild against newer gtk
cf6cdf
cf6cdf
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
cf6cdf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cf6cdf
cf6cdf
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
cf6cdf
- 2.91.6
cf6cdf
cf6cdf
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-3
cf6cdf
- Just require control-center-filesystem (#661565)
cf6cdf
cf6cdf
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
cf6cdf
- Don't run the shell on softpipe
cf6cdf
cf6cdf
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
cf6cdf
- Update to 2.91.4
cf6cdf
cf6cdf
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-7
cf6cdf
- Rebuild against new gtk
cf6cdf
cf6cdf
* Sun Nov 07 2010 Ray Strode <rstrode@redhat.com> 2.91.0-6
cf6cdf
- Fix some cases where the inhibitor dialog shows up when it isn't
cf6cdf
  supposed to.
cf6cdf
cf6cdf
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-5
cf6cdf
- Prepare for libnotify 0.7.0
cf6cdf
cf6cdf
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-4
cf6cdf
- Rebuild against newer gtk3
cf6cdf
cf6cdf
* Tue Oct 26 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.91.0-3
cf6cdf
- Gconf2 scriptlet accepts schema file names without file extension.
cf6cdf
cf6cdf
* Fri Oct 15 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.91.0-2
cf6cdf
- Merge-review cleanup (#225835)
cf6cdf
cf6cdf
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
cf6cdf
- Update to 2.91.0
cf6cdf
cf6cdf
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
cf6cdf
- Update to 2.32.0
cf6cdf
cf6cdf
* Wed Sep 29 2010 jkeating - 2.31.6-3
cf6cdf
- Rebuilt for gcc bug 634757
cf6cdf
cf6cdf
* Tue Sep 21 2010 Ray Strode <rstrode@redhat.com> - 2.31.6-2
cf6cdf
- build fixes
cf6cdf
cf6cdf
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
cf6cdf
- Update to 2.31.6
cf6cdf
cf6cdf
* Thu Jul  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
cf6cdf
- Require dconf
cf6cdf
cf6cdf
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
cf6cdf
- Update to 2.31.2
cf6cdf
cf6cdf
* Fri May 07 2010 Colin Walters <walters@verbum.org> - 2.30.0-2
cf6cdf
- Use upstream commit for library linking
cf6cdf
cf6cdf
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
cf6cdf
- Update to 2.30.0
cf6cdf
cf6cdf
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
cf6cdf
- Update to 2.29.92
cf6cdf
cf6cdf
* Thu Feb 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-1
cf6cdf
- Update to 2.29.6
cf6cdf
cf6cdf
* Fri Jan 15 2010 Ray Strode <rstrode@redhat.com> - 2.28.0-4
cf6cdf
- Nag user if they try to log in as root
cf6cdf
cf6cdf
* Fri Nov  6 2009 Matthias Clasen  <mclasen@redhat.com> - 2.28.0-3
cf6cdf
- Add ability to perform actions after a period of idleness
cf6cdf
cf6cdf
* Fri Oct 23 2009 Matthias Clasen  <mclasen@redhat.com> - 2.28.0-2
cf6cdf
- Avoid a crash on certain xsmp error conditions
cf6cdf
cf6cdf
* Wed Sep 23 2009 Matthias Clasen  <mclasen@redhat.com> - 2.28.0-1
cf6cdf
- Update to 2.28.0
cf6cdf
cf6cdf
* Wed Sep  9 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.92-1
cf6cdf
- Update to 2.27.92
cf6cdf
cf6cdf
* Thu Aug 13 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.5-2
cf6cdf
- Require polkit-desktop-policy
cf6cdf
cf6cdf
* Tue Jul 28 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.5-1
cf6cdf
- Update to 2.27.5
cf6cdf
cf6cdf
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-3
cf6cdf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cf6cdf
cf6cdf
* Mon Jul 20 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.4-2
cf6cdf
- Require polkit-gnome, we need an authentication agent in the session
cf6cdf
cf6cdf
* Wed Jul 15 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.4-1
cf6cdf
- Update to 2.27.4
cf6cdf
cf6cdf
* Fri Jul 10 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-5
cf6cdf
- Avoid pointless warnings
cf6cdf
cf6cdf
* Sun Jun 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-4
cf6cdf
- Drop unused files
cf6cdf
cf6cdf
* Fri Jun 12 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-3
cf6cdf
- Fix some oversights in the PolicyKit port
cf6cdf
cf6cdf
* Tue May 12 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-2
cf6cdf
- Port to PolicyKit 1
cf6cdf
cf6cdf
* Tue Apr 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-1
cf6cdf
- Update to 2.26.1
cf6cdf
- See http://download.gnome.org/sources/gnome-session/2.26/gnome-session-2.26.1.news
cf6cdf
cf6cdf
* Wed Apr  8 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0.90-1
cf6cdf
- Update to 2.26.0.90
cf6cdf
cf6cdf
* Sun Apr  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-2
cf6cdf
- Avoid some warnings (#493688)
cf6cdf
cf6cdf
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-1
cf6cdf
- Update to 2.26.0
cf6cdf
cf6cdf
* Fri Mar  6 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-2
cf6cdf
- Turn off excessive debug spew
cf6cdf
cf6cdf
* Tue Mar  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-1
cf6cdf
- Update to 2.25.92
cf6cdf
cf6cdf
* Thu Feb 26 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-4
cf6cdf
- Make -xsession arch again
cf6cdf
- Fix xsync usage
cf6cdf
cf6cdf
* Tue Feb 24 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-3
cf6cdf
- Make -xsession noarch
cf6cdf
cf6cdf
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
cf6cdf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
cf6cdf
cf6cdf
* Wed Feb 18 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-1
cf6cdf
- Update to 2.25.91
cf6cdf
cf6cdf
* Tue Feb  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-1
cf6cdf
- Update to 2.25.90
cf6cdf
cf6cdf
* Tue Jan 20 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.5-2
cf6cdf
- Update to 2.25.5
cf6cdf
- Fix BuildRequires
cf6cdf
cf6cdf
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.3-1
cf6cdf
- Update to 2.25.3
cf6cdf
cf6cdf
* Thu Dec  4 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-2
cf6cdf
- Update to 2.25.2
cf6cdf
cf6cdf
* Tue Nov 25 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-5
cf6cdf
- Spec file cleanups
cf6cdf
cf6cdf
* Mon Nov 10 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-4
cf6cdf
- Fix client registration in some cases 
cf6cdf
cf6cdf
* Sun Oct 26 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-3
cf6cdf
- Make the capplet resizable (#468577)
cf6cdf
cf6cdf
* Wed Oct 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-1
cf6cdf
- Update to 2.24.1
cf6cdf
- Drop upstreamed patches
cf6cdf
cf6cdf
* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-11
cf6cdf
- Remove some dubious code to fix panel race at startup that
cf6cdf
  would make shutdown menu item disappear for some users.
cf6cdf
cf6cdf
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-10
cf6cdf
- Rewrite patch another time leverage better api and be more
cf6cdf
  terse
cf6cdf
cf6cdf
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-9
cf6cdf
- Bring shutdown menu item back.  More fallout from my buggy
cf6cdf
  patch introduced in -7
cf6cdf
cf6cdf
* Thu Oct  9 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-8
cf6cdf
- Fix assertion failure in last patch
cf6cdf
cf6cdf
* Thu Oct  9 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-7
cf6cdf
- Add new api for panel to figure out whether or not to show
cf6cdf
  Shutdown menu item.
cf6cdf
cf6cdf
* Fri Oct  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-6
cf6cdf
- Fix missing translations in the capplet
cf6cdf
- Fix small UI issues in the capplet
cf6cdf
cf6cdf
* Sun Sep 28 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-5
cf6cdf
- BR xorg-x11-xtrans-devel (#464316)
cf6cdf
cf6cdf
* Fri Sep 26 2008 Ray Strode  <rstrode@redhat.com> - 2.24.0-4
cf6cdf
- Make the new xsession subpackage require the version of
cf6cdf
  gnome-session it's built against
cf6cdf
cf6cdf
* Thu Sep 25 2008 Ray Strode  <rstrode@redhat.com> - 2.24.0-3
cf6cdf
- Split gnome-session.desktop off into subpackage
cf6cdf
cf6cdf
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-2
cf6cdf
- Update to 2.24.0
cf6cdf
- Drop upstreamed patches
cf6cdf
cf6cdf
* Thu Sep 18 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-6
cf6cdf
- Plug memory leaks
cf6cdf
cf6cdf
* Thu Sep 18 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-5
cf6cdf
- Plug memory leaks
cf6cdf
cf6cdf
* Mon Sep 15 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-4
cf6cdf
- Plug memory leaks
cf6cdf
cf6cdf
* Sun Sep 14 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-3
cf6cdf
- Plug memory leaks
cf6cdf
cf6cdf
* Sun Sep 14 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-2
cf6cdf
- Plug memory leaks
cf6cdf
cf6cdf
* Mon Sep  8 2008 Jon McCann  <jmccann@redhat.com> - 2.23.92-1
cf6cdf
- Update to 2.23.92
cf6cdf
cf6cdf
* Tue Sep  2 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.91-1
cf6cdf
- Update to 2.23.91
cf6cdf
cf6cdf
* Thu Aug 28 2008 Jon McCann  <jmccann@redhat.com> - 2.23.91.0.2008.08.28.1
cf6cdf
- Update to snapshot
cf6cdf
cf6cdf
* Fri Aug 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.90-1
cf6cdf
- Update to 2.23.90
cf6cdf
cf6cdf
* Thu Aug 14 2008 Lennart Poettering  <lpoetter@redhat.com> - 2.23.6-4
cf6cdf
- Drop login/logout sound scripts since we do this now in libcanberra
cf6cdf
cf6cdf
* Tue Aug 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.6-3
cf6cdf
- Fix a crash in the at-spi-registryd-wrapper
cf6cdf
cf6cdf
* Thu Aug  7 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.6-2
cf6cdf
- Fix another icon name
cf6cdf
cf6cdf
* Tue Aug  5 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.6-1
cf6cdf
- Update to 2.23.6
cf6cdf
cf6cdf
* Wed Jul 30 2008 Jon McCann  <jmccann@redhat.com> - 2.23.6.0.2008.07.30.1
cf6cdf
- New snapshot from DBus branch
cf6cdf
cf6cdf
* Mon Jul 29 2008 Jon McCann  <jmccann@redhat.com> - 2.23.6.0.2008.07.29.1
cf6cdf
- New snapshot from DBus branch
cf6cdf
cf6cdf
* Mon Jul 28 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.28.1
cf6cdf
- New snapshot from DBus branch
cf6cdf
cf6cdf
* Thu Jul 24 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.5.0.2008.07.21.4
cf6cdf
- Fix a crash
cf6cdf
cf6cdf
* Mon Jul 22 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.21.3
cf6cdf
- Add BuildRequires PolicyKit-gnome-devel
cf6cdf
cf6cdf
* Mon Jul 21 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.21.2
cf6cdf
- New snapshot to fix build
cf6cdf
cf6cdf
* Mon Jul 21 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.21.1
cf6cdf
- Snapshot from DBus branch
cf6cdf
cf6cdf
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-4
cf6cdf
- Fix a typo in the previous patch
cf6cdf
cf6cdf
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-3
cf6cdf
- Use more standard icon names
cf6cdf
cf6cdf
* Tue Jul  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-2
cf6cdf
- Escape comments for markup
cf6cdf
cf6cdf
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-1
cf6cdf
- Update to 2.23.4.1
cf6cdf
cf6cdf
* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
cf6cdf
- Update to 2.23.3
cf6cdf
cf6cdf
* Fri May 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-3
cf6cdf
- Make nautilus start again
cf6cdf
cf6cdf
* Thu May 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-2
cf6cdf
- Don't crash while handling legacy sessions
cf6cdf
cf6cdf
* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-1
cf6cdf
- Update to 2.23.2.2
cf6cdf
cf6cdf
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
cf6cdf
- Update to 2.23.1
cf6cdf
cf6cdf
* Thu Apr 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1.1-1
cf6cdf
- Update to 2.22.1.1 (fixes a crash in the trash migration code)
cf6cdf
cf6cdf
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
cf6cdf
- Update to 2.22.1
cf6cdf
cf6cdf
* Sun Apr  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
cf6cdf
- Drop gnome-volume-manager from the default session
cf6cdf
cf6cdf
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
cf6cdf
- Update to 2.22.0
cf6cdf
cf6cdf
* Thu Mar 06 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.93-1
cf6cdf
- Update to 2.21.93, drop esound dependencies and patches
cf6cdf
cf6cdf
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
cf6cdf
- Update to 2.21.92
cf6cdf
cf6cdf
* Tue Feb 12 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
cf6cdf
- Update to 2.21.91
cf6cdf
cf6cdf
* Mon Feb 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-2
cf6cdf
- Add patch to make login sounds work
cf6cdf
- Remove unneeded patch to launch gnome-user-share, it launches
cf6cdf
  using autostart now
cf6cdf
cf6cdf
* Tue Jan 29 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
cf6cdf
- Update to 2.21.90
cf6cdf
cf6cdf
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
cf6cdf
- Update to 2.21.5
cf6cdf
cf6cdf
* Tue Nov 27 2007  Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
cf6cdf
- Update to 2.20.2 (translation updates)
cf6cdf
cf6cdf
* Tue Oct 30 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.1-2
cf6cdf
- Enable sound by default, without looking at the prefs
cf6cdf
cf6cdf
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
cf6cdf
- Update to 2.20.1 (translation updates)
cf6cdf
cf6cdf
* Thu Sep 27 2007 Ray Strode <rstrode@redhat.com> - 2.20.0-2
cf6cdf
- drop redhat-artwork dep.  We don't need it.
cf6cdf
cf6cdf
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
cf6cdf
- Update to 2.20.0
cf6cdf
cf6cdf
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-3
cf6cdf
- Plug memory leaks in the ICE code
cf6cdf
cf6cdf
* Wed Sep  5 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.92-2
cf6cdf
- Update gnome-session-2.17.5-window-manager.patch to apply (remove
cf6cdf
  chunks that are now upstream).
cf6cdf
cf6cdf
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
cf6cdf
- Update to 2.19.92
cf6cdf
cf6cdf
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.90-2
cf6cdf
- Rebuild for build ID
cf6cdf
cf6cdf
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
cf6cdf
- Update to 2.19.90
cf6cdf
cf6cdf
* Fri Aug 10 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-5
cf6cdf
- Edit window manager patch again to add 'glib' to compiz launch.
cf6cdf
cf6cdf
* Thu Aug  9 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-4
cf6cdf
- Edit the right window manager patch and delete the old one.
cf6cdf
cf6cdf
* Thu Aug  9 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-3
cf6cdf
- Export LIBGL_ALWAYS_INDIRECT before starting compiz.
cf6cdf
cf6cdf
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
cf6cdf
- Update license field
cf6cdf
cf6cdf
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
cf6cdf
- Update to 2.19.6
cf6cdf
cf6cdf
* Sun Jul  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
cf6cdf
- Update to 2.19.5
cf6cdf
cf6cdf
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-3
cf6cdf
- Move /usr/share/gnome/wm-properties to control-center-filesystem
cf6cdf
cf6cdf
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
cf6cdf
- Fix a hang on login with a11y
cf6cdf
cf6cdf
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
cf6cdf
- Update to 2.19.4
cf6cdf
cf6cdf
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
cf6cdf
- Update to 2.19.3
cf6cdf
- Drop upstreamed patch
cf6cdf
cf6cdf
* Tue May 22 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.2-2
cf6cdf
- Fix up logic in iris patch
cf6cdf
cf6cdf
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
cf6cdf
- Update to 2.19.2
cf6cdf
cf6cdf
* Tue May 15 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-7
cf6cdf
- Don't show iris animation when using compiz (bug 237842)
cf6cdf
cf6cdf
* Sun May  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-6
cf6cdf
- Don't own /usr/share/applications
cf6cdf
cf6cdf
* Sat Apr 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-5
cf6cdf
- Add a dependency on dbus-x11
cf6cdf
cf6cdf
* Thu Apr 12 2007 David Zeuthen <davidz@redhat.com> - 2.18.0-4
cf6cdf
- start same kind of AT's in session as started in gdm (#229912)
cf6cdf
cf6cdf
* Fri Mar 30 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-3
cf6cdf
- remove xdg autostart dir since it's part of filesystem now
cf6cdf
cf6cdf
* Wed Mar 21 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-2
cf6cdf
- remove eggcups from default session (bug 233261)
cf6cdf
cf6cdf
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
cf6cdf
- Update to 2.18.0
cf6cdf
cf6cdf
* Wed Feb 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
cf6cdf
- Update to 2.17.92
cf6cdf
cf6cdf
* Fri Feb 23 2007 Jeremy Katz <katzj@redhat.com> - 2.17.91-2
cf6cdf
- disable a11y registry timeout so that we don't get the popup with 
cf6cdf
  the livecd (#227214)
cf6cdf
cf6cdf
* Tue Feb 13 2007 Matthisa Clasen <mclasen@redhat.com> - 2.17.91-1
cf6cdf
- Update to 2.17.91
cf6cdf
cf6cdf
* Tue Feb  6 2007 Kristian Høgsberg <krh@redhat.com> - 2.17.90.1-3
cf6cdf
- Update gnome-session-2.15.90-window-manager.patch to start
cf6cdf
  gtk-window-decorator instead of gnome-window-decorator for compiz.
cf6cdf
cf6cdf
  [ Update: the patch is not applied and upstream gnome-session does
cf6cdf
    the right thing. ]
cf6cdf
cf6cdf
* Mon Feb  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90.1-2
cf6cdf
- Require GConf2-gtk for gconf-sanity-check 
cf6cdf
cf6cdf
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90.1-1
cf6cdf
- Update to 2.17.90.1
cf6cdf
cf6cdf
* Sun Jan 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
cf6cdf
- Update to 2.17.90
cf6cdf
- Clean up BuildRequires
cf6cdf
cf6cdf
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
cf6cdf
- Update to 2.17.5
cf6cdf
cf6cdf
* Mon Nov 27 2006 Ray Strode <rstrode@redhat.com> - 2.17.2-6
cf6cdf
- don't set http_proxy variable if proxy requires password (bug
cf6cdf
  217332)
cf6cdf
cf6cdf
* Wed Nov 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-4
cf6cdf
- Own the /usr/share/gnome/wm-properties directory (#216514)
cf6cdf
cf6cdf
* Mon Nov 20 2006 Ray Strode <rstrode@redhat.com> - 2.17.2-3
cf6cdf
- don't make gnome.desktop executable (bug 196105)
cf6cdf
cf6cdf
* Sat Nov 11 2006 Matthias Clasen  <mclasen@redhat.com> - 2.17.2-2
cf6cdf
- Fix gnome-wm for compiz
cf6cdf
cf6cdf
* Tue Nov  7 2006 Matthias Clasen  <mclasen@redhat.com> - 2.17.2-1
cf6cdf
- Update to 2.17.2
cf6cdf
cf6cdf
* Thu Oct 26 2006 Ray Strode <rstrode@redhat.com> - 2.16.1-2.fc7
cf6cdf
- don't hose users with a stale http_proxy variable if they
cf6cdf
  use autoconfiguration and uses to use manual configuration.
cf6cdf
  Patch by Mark McLoughlin (bug 212319)
cf6cdf
cf6cdf
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
cf6cdf
- Update to 2.16.1
cf6cdf
cf6cdf
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-4
cf6cdf
- Fix scripts according to the packaging guidelines
cf6cdf
cf6cdf
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-3.fc6
cf6cdf
- Fix position of icons in the splash screen  (#205508)
cf6cdf
cf6cdf
* Wed Sep  6 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2.fc6
cf6cdf
- set http_proxy environment variable from GNOME settings 
cf6cdf
  (bug 190041)
cf6cdf
cf6cdf
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
cf6cdf
- Update to 2.16.0
cf6cdf
cf6cdf
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
cf6cdf
- Update to 2.15.92
cf6cdf
- Add %%preun and %%postun scripts
cf6cdf
cf6cdf
* Mon Aug 14 2006 Ray Strode <rstrode@redhat.com> - 2.15.91-1.fc6
cf6cdf
- Update to 2.15.91
cf6cdf
cf6cdf
* Sun Aug 13 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-4.fc6
cf6cdf
- fix window manager launching script. Patch from 
cf6cdf
  Tim Vismor <tvismor@acm.org> (bug 202312)
cf6cdf
cf6cdf
* Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-3.fc6
cf6cdf
- start gnome-window-decorator and pass "gconf" when invoking
cf6cdf
  compiz
cf6cdf
cf6cdf
* Thu Aug 10 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-2.fc6
cf6cdf
- update patch from 2.15.4-3 to be more session friendly (bug 201473)
cf6cdf
cf6cdf
* Fri Aug  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
cf6cdf
- Update to 2.15.90
cf6cdf
cf6cdf
* Thu Aug  3 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.4-3
cf6cdf
- Add patch to (a) add configuration option for window manager, (b) start the window
cf6cdf
  manager, and (c) disable splash screen by default.
cf6cdf
cf6cdf
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 2.15.4-2
cf6cdf
- Add BR for dbus-glib-devel
cf6cdf
cf6cdf
* Thu Jul 13 2006 Ray Strode <rstrode@redhat.com> - 2.15.4-1
cf6cdf
- Update to 2.15.4
cf6cdf
cf6cdf
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.1-5.1
cf6cdf
- rebuild
cf6cdf
cf6cdf
* Mon Jun 12 2006 Bill Nottingham  <notting@redhat.com> 2.15.1-5
cf6cdf
- remove obsolete automake14 buildreq
cf6cdf
cf6cdf
* Fri Jun  9 2006 Matthias Clasen  <mclasen@redhat.com> 2.15.1-4
cf6cdf
- Add more missing BuildRequires
cf6cdf
cf6cdf
* Tue Jun  6 2006 Matthias Clasen  <mclasen@redhat.com> 2.15.1-3
cf6cdf
- Add BuildRequires: intltool, autoconf, automake 
cf6cdf
cf6cdf
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
cf6cdf
- Require system-logos, not fedora-logos
cf6cdf
cf6cdf
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
cf6cdf
- Update to 2.15.1
cf6cdf
cf6cdf
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
cf6cdf
- Update to 2.14.1
cf6cdf
cf6cdf
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
cf6cdf
- Update to 2.14.0
cf6cdf
cf6cdf
* Thu Mar 09 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-5
cf6cdf
- fix up path creation functions 
cf6cdf
cf6cdf
* Thu Mar 09 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-4
cf6cdf
- create ~/.config/autostart before trying to migrate
cf6cdf
  session-manual to it (bug 179602).
cf6cdf
cf6cdf
* Mon Mar 06 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-3
cf6cdf
- Patch from Vincent Untz to fix session editing (upstream bug 333641)
cf6cdf
- Desensitize buttons for operations that the user isn't allowed
cf6cdf
  to do (bug 179479).
cf6cdf
cf6cdf
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 2.13.92-2
cf6cdf
- BuildRequires: gnome-desktop-devel, libX11-devel, libXt-devel
cf6cdf
cf6cdf
* Tue Feb 28 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-1
cf6cdf
- Update to 2.13.92
cf6cdf
- Add patch from CVS HEAD to maintain compatibility with
cf6cdf
  version 2.13.91
cf6cdf
cf6cdf
* Thu Feb 23 2006 Ray Strode <rstrode@redhat.com> - 2.13.91-2
cf6cdf
- take ownership of autostart dir (bug 182335)
cf6cdf
cf6cdf
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
cf6cdf
- Update to 2.13.91
cf6cdf
cf6cdf
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.2
cf6cdf
- bump again for double-long bug on ppc(64)
cf6cdf
cf6cdf
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.1
cf6cdf
- rebuilt for new gcc4.1 snapshot and glibc changes
cf6cdf
cf6cdf
* Sat Jan 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
cf6cdf
- Update to 2.13.90
cf6cdf
cf6cdf
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
cf6cdf
- Update to 2.13.5
cf6cdf
cf6cdf
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-2
cf6cdf
- Disable the fatal-criticals, since it crashes too much 
cf6cdf
cf6cdf
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
cf6cdf
- Update to 2.13.4
cf6cdf
cf6cdf
* Thu Jan 12 2006 Ray Strode <rstrode@redhat.com> - 2.12.0-6
cf6cdf
- Fix screen corruption around splash screen shape (bug 177502)
cf6cdf
cf6cdf
* Tue Dec 20 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.0-5
cf6cdf
- Handle shaped window for splash screen
cf6cdf
cf6cdf
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
cf6cdf
- rebuilt
cf6cdf
cf6cdf
* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 2.12.0-4
cf6cdf
- Add gnome-user-share patch
cf6cdf
cf6cdf
* Tue Nov 8 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-3
cf6cdf
- fix up the dummy client ids to match the id passed initially
cf6cdf
  passed to the programs in the default session 
cf6cdf
  (broke in last update).
cf6cdf
cf6cdf
* Mon Oct 31 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-2
cf6cdf
- remove rhn applet from default session
cf6cdf
- s/magicdev/gnome-volume-manager/
cf6cdf
cf6cdf
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
cf6cdf
- Update to 2.12.0
cf6cdf
cf6cdf
* Tue Sep  6 2005 Ray Strode <rstrode@redhat.com> - 2.11.91-3
cf6cdf
- Don't take ownership of /usr/share/xsessions (bug 145791).
cf6cdf
cf6cdf
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 2.11.91-2
cf6cdf
- rebuild for new cairo
cf6cdf
cf6cdf
* Tue Aug  9 2005 Ray Strode <rstrode@redhat.com> - 2.11.91-1
cf6cdf
- Update to upstream version 2.11.91 (fixes bug 165357).
cf6cdf
- drop some patches
cf6cdf
cf6cdf
* Thu Apr 18 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-2
cf6cdf
- Install gnome.desktop to /usr/share/xsessions (bug 145791)
cf6cdf
cf6cdf
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
cf6cdf
- Update to upstream version 2.10.0
cf6cdf
cf6cdf
* Wed Feb  2 2005 Matthias Clasen <mclasen@redhat.com> 2.9.4-1
cf6cdf
- Update to 2.9.4
cf6cdf
cf6cdf
* Mon Dec 20 2004 Daniel Reed <djr@redhat.com> 2.8.0-7
cf6cdf
- rebuild for new libhowl.so.0 library (for GnomeMeeting 1.2) (this was a mistake)
cf6cdf
cf6cdf
* Tue Nov 02 2004 Ray Strode <rstrode@redhat.com> 2.8.0-6
cf6cdf
- Rebuild for devel branch
cf6cdf
cf6cdf
 * Tue Nov 02 2004 Ray Strode <rstrode@redhat.com> 2.8.0-5
cf6cdf
- Convert Tamil translation to UTF8 
cf6cdf
  (Patch from Lawrence Lim <llim@redhat.com>, bug 135351)
cf6cdf
cf6cdf
* Fri Oct 08 2004 Ray Strode <rstrode@redhat.com> 2.8.0-4
cf6cdf
- Add g-v-m to default session since it wasn't already (?).
cf6cdf
- Remove g-v-m from default session on s390
cf6cdf
cf6cdf
* Thu Oct 07 2004 Ray Strode <rstrode@redhat.com> 2.8.0-3
cf6cdf
- Check for NULL program name when looking for client
cf6cdf
  match in session.
cf6cdf
cf6cdf
* Fri Sep 24 2004 Ray Strode <rstrode@redhat.com> 2.8.0-2
cf6cdf
- Add "Session" item to More Preferences menu
cf6cdf
cf6cdf
* Fri Sep 17 2004 Ray Strode <rstrode@redhat.com> 2.8.0-1
cf6cdf
- Update to 2.8.0 
cf6cdf
- Remove "Session" item from Preferences menu
cf6cdf
cf6cdf
* Fri Sep 03 2004 Ray Strode <rstrode@redhat.com> 2.7.91-2
cf6cdf
- Fix from Federico for infamous hanging splash screen problem.
cf6cdf
  (http://bugzilla.gnome.org/show_bug.cgi?id=151664)
cf6cdf
cf6cdf
* Tue Aug 31 2004 Ray Strode <rstrode@redhat.com> 2.7.91-1
cf6cdf
- Update to 2.7.91
cf6cdf
cf6cdf
* Wed Aug 18 2004 Ray Strode <rstrode@redhat.com> 2.7.4-3
cf6cdf
- Change folder name from "autostart" to more aptly named
cf6cdf
  "session-upgrades" from suggestion by Colin Walters.
cf6cdf
- put non-upstream gconf key in rh_extensions
cf6cdf
cf6cdf
* Wed Aug 18 2004 Ray Strode <rstrode@redhat.com> 2.7.4-2
cf6cdf
- Provide drop-a-desktop-file method of adding programs
cf6cdf
  to the user's session.
cf6cdf
cf6cdf
* Fri Jul 30 2004 Ray Strode <rstrode@redhat.com> 2.7.4-1
cf6cdf
- Update to 2.7.4
cf6cdf
cf6cdf
* Wed Jul 14 2004 root <markmc@localhost.localdomain> - 2.6.0-7
cf6cdf
- Add patch to activate vino based on the "remote_access/enabled"
cf6cdf
  preference
cf6cdf
cf6cdf
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cf6cdf
- rebuilt
cf6cdf
cf6cdf
* Mon Jun 14 2004 Ray Strode <rstrode@redhat.com> 2.6.0-5
cf6cdf
- Prevent having duplicate packages in different collections
cf6cdf
cf6cdf
* Mon Jun 14 2004 Ray Strode <rstrode@redhat.com> 2.6.0-4
cf6cdf
- Use desktop-file-install instead of patching 
cf6cdf
  session-properties.desktop.  Add X-Red-Hat-Base category.
cf6cdf
cf6cdf
* Thu Jun 10 2004 Ray Strode <rstrode@redhat.com> 2.6.0-3
cf6cdf
- Add terminating list delimiter to OnlyShowIn entry of 
cf6cdf
  session-properties.desktop
cf6cdf
cf6cdf
* Fri Apr 16 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
cf6cdf
- #110725 BR automake14 autoconf gettext
cf6cdf
cf6cdf
* Wed Mar 31 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-1
cf6cdf
- Update to 2.6.0
cf6cdf
cf6cdf
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com>
cf6cdf
- Update to 2.5.91
cf6cdf
cf6cdf
* Tue Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90-1
cf6cdf
- Update to 2.5.90
cf6cdf
- Remove extraneous fontconfig BuildRequires
cf6cdf
- Resolve conflicts with the icons and splash-repaint patches
cf6cdf
cf6cdf
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cf6cdf
- rebuilt
cf6cdf
cf6cdf
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
cf6cdf
- Update to 2.5.3
cf6cdf
cf6cdf
* Wed Nov 05 2003 Than Ngo <than@redhat.com> 2.4.0-2
cf6cdf
- don't show gnome-session-properties in KDE (bug #102533)
cf6cdf
cf6cdf
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-3
cf6cdf
- fix up gnome.desktop location
cf6cdf
cf6cdf
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-2
cf6cdf
- add gnome.desktop session for new gdm
cf6cdf
cf6cdf
* Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-1
cf6cdf
- update to 2.3.7
cf6cdf
- require control-center (#100562)
cf6cdf
cf6cdf
* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-1
cf6cdf
- update for gnome 2.3
cf6cdf
cf6cdf
* Sun Aug 10 2003 Elliot Lee <sopwith@redhat.com> 2.2.2-4
cf6cdf
- Rebuild
cf6cdf
cf6cdf
* Tue Jul 22 2003 Jonathan Blandford <jrb@redhat.com>
cf6cdf
- at-startup patch to add let at's start
cf6cdf
cf6cdf
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cf6cdf
- rebuilt
cf6cdf
cf6cdf
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cf6cdf
- add explicit epoch's where needed.
cf6cdf
cf6cdf
* Tue May 27 2003 Alexander Larsson <alexl@redhat.com> 2.2.2-1
cf6cdf
- Update to 2.2.2
cf6cdf
- Add XRandR backport
cf6cdf
- Fix up old patches, patch7 was upstream
cf6cdf
cf6cdf
* Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com> 2.2.0.2-5
cf6cdf
- Wait for GSD to start before continuing with session
cf6cdf
cf6cdf
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-4
cf6cdf
- repaint proper area of text in splash screen, #84527
cf6cdf
cf6cdf
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-3
cf6cdf
- change icon for magicdev to one that exists in Bluecurve theme
cf6cdf
  (part of #84491)
cf6cdf
cf6cdf
* Thu Feb 13 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-2
cf6cdf
- load icons from icon theme
cf6cdf
cf6cdf
* Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-1
cf6cdf
- 2.2.0.2
cf6cdf
cf6cdf
* Tue Feb  4 2003 Jonathan Blandford <jrb@redhat.com>
cf6cdf
- remove extraneous separator.  Still ugly.
cf6cdf
cf6cdf
* Wed Jan 29 2003 Havoc Pennington <hp@redhat.com>
cf6cdf
- add icons for the stuff in the default session #81489
cf6cdf
cf6cdf
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cf6cdf
- rebuilt
cf6cdf
cf6cdf
* Sat Jan 11 2003 Havoc Pennington <hp@redhat.com>
cf6cdf
- 2.1.90
cf6cdf
- drop purgedelay patch, as it was increased upstream (though only to 2 minutes instead of 5)
cf6cdf
cf6cdf
* Fri Dec  6 2002 Tim Waugh <twaugh@redhat.com> 2.1.2-2
cf6cdf
- Add eggcups to default session.
cf6cdf
cf6cdf
* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- 2.1.2
cf6cdf
cf6cdf
* Tue Sep  3 2002 Owen Taylor <otaylor@redhat.com>
cf6cdf
- Up purge delay for session manager to 5 minutes to avoid problem 
cf6cdf
  with openoffice.org timing out
cf6cdf
cf6cdf
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- put gdm session in here, conflict with old gdm
cf6cdf
- use DITHER_MAX for dithering to make splash screen look good in 16
cf6cdf
  bit
cf6cdf
cf6cdf
* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- fix missing icons and misaligned text in splash
cf6cdf
cf6cdf
* Fri Aug 23 2002 Tim Waugh <twaugh@redhat.com>
cf6cdf
- Fix login sound disabling (bug #71664).
cf6cdf
cf6cdf
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- put rhn applet in default session
cf6cdf
cf6cdf
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- fix the session file, should speed up login a lot
cf6cdf
- put magicdev in default session
cf6cdf
cf6cdf
* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- 2.0.5 with more translations
cf6cdf
cf6cdf
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- 2.0.4
cf6cdf
- remove gnome-settings-daemon from default session
cf6cdf
cf6cdf
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- 2.0.3
cf6cdf
- remove splash screen, require redhat-artwork instead
cf6cdf
cf6cdf
* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
cf6cdf
- Set GTK_RC_FILES so we can change the gtk1 theme
cf6cdf
cf6cdf
* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- pass --with-halt-command=/usr/bin/poweroff
cf6cdf
  --with-reboot-command=/usr/bin/reboot
cf6cdf
cf6cdf
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
cf6cdf
- Version 2.0.1, fixing missing po files
cf6cdf
cf6cdf
* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- put in new default session with pam-panel-icon
cf6cdf
- disable schema install in make install, fixes rebuild failure.
cf6cdf
cf6cdf
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- rebuild with new libraries
cf6cdf
cf6cdf
* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- rebuild in different environment
cf6cdf
cf6cdf
* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- add fix from Nalin to build require usermode
cf6cdf
cf6cdf
* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- 2.0.0
cf6cdf
cf6cdf
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- install the schemas, so we get a logout dialog and splash
cf6cdf
- put in the splash from 7.3
cf6cdf
cf6cdf
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- rebuild in different environment
cf6cdf
cf6cdf
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- rebuild in new environment, require newer gtk2
cf6cdf
cf6cdf
* Sun Jun  9 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- remove obsoletes/provides gnome-core
cf6cdf
cf6cdf
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- rebuild in different environment
cf6cdf
cf6cdf
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- 1.5.21
cf6cdf
cf6cdf
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cf6cdf
- automated rebuild
cf6cdf
cf6cdf
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- rebuild in different environment
cf6cdf
cf6cdf
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- 1.5.19
cf6cdf
- add more build reqs to chill out build system
cf6cdf
- provide gnome-core
cf6cdf
cf6cdf
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- obsolete gnome-core
cf6cdf
- 1.5.18
cf6cdf
cf6cdf
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- default to metacity
cf6cdf
cf6cdf
* Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
cf6cdf
- Initial build.
cf6cdf
cf6cdf