Blame SPECS/gnome-session.spec

e918ec
%global _changelog_trimtime %(date +%s -d "1 year ago")
e918ec
e918ec
%define po_package gnome-session-3.0
e918ec
e918ec
%if 0%{?fedora}
e918ec
%else
e918ec
%global with_session_selector 1
e918ec
%endif
e918ec
e918ec
Name: gnome-session
e918ec
Version: 3.28.1
c824cd
Release: 8%{?dist}
e918ec
Summary: GNOME session manager
e918ec
e918ec
License: GPLv2+
e918ec
URL: http://www.gnome.org
e918ec
Source0: http://download.gnome.org/sources/gnome-session/3.28/%{name}-%{version}.tar.xz
e918ec
Source1: gnome.desktop
e918ec
Source2: gnome-xorg.desktop
e918ec
e918ec
# Blacklist NV30: https://bugzilla.redhat.com/show_bug.cgi?id=745202
e918ec
Patch1: gnome-session-3.3.92-nv30.patch
e918ec
Patch3: gnome-session-3.6.2-swrast.patch
e918ec
# https://bugzilla.gnome.org/show_bug.cgi?id=772421
e918ec
Patch4: 0001-check-accelerated-gles-Use-eglGetPlatformDisplay-EXT.patch
e918ec
e918ec
BuildRequires: meson
e918ec
BuildRequires: gcc
e918ec
BuildRequires: pkgconfig(egl)
e918ec
BuildRequires: pkgconfig(gl)
e918ec
BuildRequires: pkgconfig(glesv2)
e918ec
BuildRequires: pkgconfig(gnome-desktop-3.0)
e918ec
BuildRequires: pkgconfig(gtk+-3.0)
e918ec
BuildRequires: pkgconfig(libsystemd)
e918ec
BuildRequires: pkgconfig(ice)
e918ec
BuildRequires: pkgconfig(json-glib-1.0)
e918ec
BuildRequires: pkgconfig(sm)
e918ec
BuildRequires: pkgconfig(x11)
e918ec
BuildRequires: pkgconfig(xau)
e918ec
BuildRequires: pkgconfig(xcomposite)
e918ec
BuildRequires: pkgconfig(xext)
e918ec
BuildRequires: pkgconfig(xrender)
e918ec
BuildRequires: pkgconfig(xtrans)
e918ec
BuildRequires: pkgconfig(xtst)
e918ec
e918ec
BuildRequires: gettext
e918ec
BuildRequires: intltool
e918ec
BuildRequires: xmlto
e918ec
BuildRequires: /usr/bin/xsltproc
e918ec
BuildRequires: python3-devel
e918ec
e918ec
# an artificial requires to make sure we get dconf, for now
e918ec
Requires: dconf
e918ec
e918ec
Requires: system-logos
e918ec
Requires: system-backgrounds
e918ec
# Needed for gnome-settings-daemon
e918ec
Requires: control-center-filesystem
e918ec
e918ec
Requires: gsettings-desktop-schemas >= 0.1.7
e918ec
e918ec
# pull in dbus-x11, see bug 209924
e918ec
Requires: dbus-x11
e918ec
e918ec
Conflicts: gnome-settings-daemon < 3.27.90
e918ec
dd9e11
Patch0: 0001-gnome-session-don-t-validate-shell-before-using-it.patch
dd9e11
e918ec
%description
e918ec
gnome-session manages a GNOME desktop or GDM login session. It starts up
e918ec
the other core GNOME components and handles logout and saving the session.
e918ec
e918ec
%package xsession
e918ec
Summary: Desktop file for gnome-session
e918ec
Requires: %{name}%{?_isa} = %{version}-%{release}
e918ec
e918ec
%description xsession
e918ec
Desktop file to add GNOME to display manager session menu.
e918ec
e918ec
%package wayland-session
e918ec
Summary: Desktop file for wayland based gnome session
e918ec
Requires: %{name}%{?_isa} = %{version}-%{release}
e918ec
Requires: xorg-x11-server-Xwayland%{?_isa}
e918ec
e918ec
%description wayland-session
e918ec
Desktop file to add GNOME on wayland to display manager session menu.
e918ec
e918ec
%prep
e918ec
%autosetup -p1
e918ec
e918ec
%build
e918ec
%meson                                                          \
e918ec
%if 0%{?with_session_selector}
e918ec
           -Dsession_selector=true                              \
e918ec
%endif
e918ec
           -Dsystemd=true                                       \
e918ec
           -Dsystemd_journal=true
e918ec
%meson_build
e918ec
e918ec
%install
e918ec
%meson_install
e918ec
e918ec
# Rename GNOME to Standard
e918ec
cp $RPM_SOURCE_DIR/gnome.desktop $RPM_BUILD_ROOT%{_datadir}/wayland-sessions
e918ec
cp $RPM_SOURCE_DIR/gnome-xorg.desktop $RPM_BUILD_ROOT%{_datadir}/xsessions
e918ec
cp $RPM_SOURCE_DIR/gnome-xorg.desktop $RPM_BUILD_ROOT%{_datadir}/xsessions/gnome.desktop
e918ec
e918ec
%find_lang %{po_package}
e918ec
e918ec
%ldconfig_scriptlets
e918ec
e918ec
%files xsession
e918ec
%{_datadir}/xsessions/*
e918ec
e918ec
%files wayland-session
e918ec
%{_datadir}/wayland-sessions/*
e918ec
e918ec
%files -f %{po_package}.lang
e918ec
%doc AUTHORS NEWS README
e918ec
%license COPYING
e918ec
%doc %{_mandir}/man*/*
e918ec
%{_bindir}/*
e918ec
%{_libexecdir}/gnome-session-binary
e918ec
%{_libexecdir}/gnome-session-check-accelerated
e918ec
%{_libexecdir}/gnome-session-check-accelerated-gl-helper
e918ec
%{_libexecdir}/gnome-session-check-accelerated-gles-helper
e918ec
%{_libexecdir}/gnome-session-failed
e918ec
%{_datadir}/gnome-session/
e918ec
%{_datadir}/doc/gnome-session/dbus/gnome-session.html
e918ec
%{_datadir}/GConf/gsettings/gnome-session.convert
e918ec
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
e918ec
e918ec
%changelog
c824cd
* Wed Nov 20 2019 Tomas Pelka <tpelka@redhat.com> - 3.28.1-8
c824cd
- rebuild and version bump to avoid future conflict with z-stream version
c824cd
  Resolves: #1745147
c824cd
dd9e11
* Tue Nov 19 2019 Ray Strode <rstrode@redhat.com> - 3.28.1-7
dd9e11
- make /sbin/nologin fail on wayland
c824cd
  Resolves: #1745147
dd9e11
e918ec
* Mon Jan 14 2019 Ray Strode <rstrode@redhat.com> - 3.28.1-6
e918ec
- Update desktop file names
e918ec
  Related: #1647713
e918ec
e918ec
* Thu Nov 01 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-5
e918ec
- Drop usermode dependency, it's vestigial
e918ec
  Resolves: #1643696
e918ec
e918ec
* Fri Sep 07 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-4
e918ec
- Require system-backgrounds
e918ec
  Related: #1626388
e918ec
e918ec
* Wed Aug 22 2018  Ray Strode <rstrode@redhat.com> - 3.28.1-3
e918ec
- Rename GNOME to Standard
e918ec
  Related: #1612915
e918ec
e918ec
* Mon Aug 13 2018 Ray Strode <rstrode@redhat.com> - 3.28.1-2
e918ec
- BuildRequire python3 binary
e918ec
  Resolves: #1615527
e918ec
e918ec
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
e918ec
- Update to 3.28.1
e918ec
e918ec
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
e918ec
- Update to 3.28.0
e918ec
e918ec
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
e918ec
- Update to 3.27.92
e918ec
e918ec
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
e918ec
- Update to 3.27.91
e918ec
e918ec
* Tue Feb 13 2018 Ray Strode <rstrode@redhat.com> - 3.27.90.1-1
e918ec
- Update to 3.27.90.1
e918ec
e918ec
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 3.27.4-2
e918ec
- Rebuild against newer gnome-desktop3 package
e918ec
e918ec
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.4-1
e918ec
- Update to 3.27.4
e918ec
- Use meson as build system
e918ec
- Adjust required session components for gnome-settings-daemon 3.27.90
e918ec
e918ec
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-4
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e918ec
e918ec
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.1-3
e918ec
- Switch to %%ldconfig_scriptlets
e918ec
e918ec
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.1-2
e918ec
- Remove obsolete scriptlets
e918ec
e918ec
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
e918ec
- Update to 3.26.1
e918ec
e918ec
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
e918ec
- Update to 3.26.0
e918ec
e918ec
* Fri Sep 08 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
e918ec
- Update to 3.25.92
e918ec
e918ec
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
e918ec
- Update to 3.25.90
e918ec
e918ec
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
e918ec
- Update to 3.25.4
e918ec
e918ec
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.3-2
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e918ec
e918ec
* Mon Jul 10 2017 Bastien Nocera <bnocera@redhat.com> - 3.25.3-1
e918ec
+ gnome-session-3.25.3-1
e918ec
- Update to 3.25.3
e918ec
e918ec
* Wed Jun 21 2017 Ray Strode <rstrode@redhat.com> - 3.24.1-2
e918ec
- Kill bus clients at log out
e918ec
  Resolves: #1340203
e918ec
e918ec
- Address crash in fail whale
e918ec
  Related: #1384508
e918ec
e918ec
* Wed Apr 12 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
e918ec
- Update to 3.24.1
e918ec
e918ec
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
e918ec
- Update to 3.24.0
e918ec
e918ec
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
e918ec
- Update to 3.23.92
e918ec
e918ec
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 3.23.91-1
e918ec
- Update to 3.23.91
e918ec
e918ec
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 3.23.4.1-1
e918ec
- Update to 3.23.4.1
e918ec
e918ec
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.2-3
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e918ec
e918ec
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.23.2-2
e918ec
- Prefer eglGetPlatformDisplay to eglGetDisplay
e918ec
e918ec
* Tue Oct 11 2016 Bastien Nocera <bnocera@redhat.com> - 3.23.2-1
e918ec
+ gnome-session-3.23.2-1
e918ec
- Update to 3.23.2
e918ec
e918ec
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
e918ec
- Update to 3.22.0
e918ec
- Don't set group tags
e918ec
e918ec
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
e918ec
- Update to 3.21.90
e918ec
e918ec
* Tue Jul 26 2016 Kalev Lember <klember@redhat.com> - 3.21.4-1
e918ec
- Update to 3.21.4
e918ec
e918ec
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
e918ec
- Update to 3.21.3
e918ec
e918ec
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
e918ec
- Update to 3.20.1
e918ec
e918ec
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
e918ec
- Update to 3.20.0
e918ec
e918ec
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
e918ec
- Update to 3.19.92
e918ec
e918ec
* Mon Mar 07 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
e918ec
- Update to 3.19.91
e918ec
e918ec
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e918ec
e918ec
* Thu Jan 21 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
e918ec
- Update to 3.19.4
e918ec
e918ec
* Wed Nov 11 2015 Ray Strode <rstrode@redhat.com> 3.19.2-0.1.20151111git858812a7
e918ec
- Add GNOME on Xorg session
e918ec
e918ec
* Tue Nov 10 2015 Ray Strode <rstrode@redhat.com> 3.19.2-0.1.20151110git9bbaf36d
e918ec
- Update to git snapshot
e918ec
e918ec
* Fri Nov 06 2015 Ray Strode <rstrode@redhat.com> 3.18.1.2-2
e918ec
- Add patch to make crash logging more obvious
e918ec
  Related: gnome#757571
e918ec
e918ec
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1.2-1
e918ec
- Update to 3.18.1.2
e918ec
e918ec
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1.1-1
e918ec
- Update to 3.18.1.1
e918ec
e918ec
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
e918ec
- Update to 3.18.1
e918ec
e918ec
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
e918ec
- Update to 3.18.0
e918ec
e918ec
* Thu Sep 17 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
e918ec
- Update to 3.17.92
e918ec
- Use make_install macro
e918ec
e918ec
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.16.0-3
e918ec
- Bump for new gnome-desktop3
e918ec
e918ec
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e918ec
e918ec
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
e918ec
- Update to 3.16.0
e918ec
e918ec
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
e918ec
- Update to 3.15.92
e918ec
- Remove patch fuzz 2 and drop two upstreamed patches
e918ec
- Tighten deps with the _isa macro
e918ec
e918ec
* Sat Mar 07 2015 Bastien Nocera <bnocera@redhat.com> 3.15.90-2
e918ec
- Fix SessionIsActive property thereby fixing screens not going to sleep
e918ec
- Disable GConf autostart support
e918ec
e918ec
* Thu Feb 19 2015 David King <amigadave@amigadave.com> - 3.15.90-1
e918ec
- Update to 3.15.90
e918ec
e918ec
* Thu Jan 29 2015 David King <amigadave@amigadave.com> - 3.15.4-1
e918ec
- Update to 3.15.4
e918ec
- Use license macro for COPYING
e918ec
- Use pkgconfig for BuildRequires
e918ec
e918ec
* Mon Jan 05 2015 Ray Strode <rstrode@redhat.com> 3.15.3-2
e918ec
- Fix crasher
e918ec
  Resolves: #1176413
e918ec
e918ec
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
e918ec
- Update to 3.15.3
e918ec
e918ec
* Sat Nov 01 2014 Richard Hughes <rhughes@redhat.com> - 3.14.0-2
e918ec
- Fix compile on RHEL
e918ec
e918ec
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
e918ec
- Update to 3.14.0
e918ec
e918ec
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-2
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e918ec
e918ec
* Fri Jul 18 2014 Ray Strode <rstrode@redhat.com> 3.13.3-1
e918ec
- Update to 3.13.3
e918ec
- Fix classic mode
e918ec
  Resolves: #1120283
e918ec
e918ec
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-3
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e918ec
e918ec
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-2
e918ec
- Pull in xorg-x11-server-Xwayland for the wayland session
e918ec
e918ec
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
e918ec
- Update to 3.12.1
e918ec
e918ec
* Tue Apr 15 2014 Ray Strode <rstrode@redhat.com> 3.12.0-3
e918ec
- Actually move wayland session to subpackage, instead of
e918ec
  copy it to subpackage
e918ec
e918ec
* Tue Apr 08 2014 Ray Strode <rstrode@redhat.com> - 3.12.0-2
e918ec
- Move wayland session to a subpackage
e918ec
e918ec
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
e918ec
- Update to 3.12.0
e918ec
e918ec
* Thu Mar 20 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
e918ec
- Update to 3.11.92
e918ec
e918ec
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-2
e918ec
- Rebuilt for gnome-desktop soname bump
e918ec
e918ec
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
e918ec
- Update to 3.11.4
e918ec
e918ec
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
e918ec
- Update to 3.11.3
e918ec
e918ec
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
e918ec
- Update to 3.11.2
e918ec
e918ec
* Sun Nov 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.11.1-1
e918ec
- Update to 3.11.1
e918ec
e918ec
* Fri Nov 01 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.1-2
e918ec
- Backport patch for UPower 1.0 support
e918ec
e918ec
* Mon Oct 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
e918ec
- Update to 3.10.1
e918ec
e918ec
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
e918ec
- Update to 3.10.0
e918ec
e918ec
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
e918ec
- Update to 3.9.91
e918ec
e918ec
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
e918ec
- Update to 3.9.90
e918ec
- Switch to unversioned docdirs (#993784)
e918ec
e918ec
* Sat Aug 10 2013 Ray Strode <rstrode@redhat.com> 3.9.5-2
e918ec
- Remove vendor from desktop-file-install
e918ec
e918ec
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
e918ec
- Update to 3.9.5
e918ec
e918ec
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2.1-3
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e918ec
e918ec
* Sat Jun 22 2013 Matthias Clasen <mclasne@redhat.com> - 3.8.2.1-2
e918ec
- Trim %%changelog
e918ec
e918ec
* Wed May 15 2013 Matthias Clasen <mclasne@redhat.com> - 3.8.2.1-1
e918ec
- Update to 3.8.2.1
e918ec
- Conditionally build session selector
e918ec
e918ec
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
e918ec
- Update to 3.8.2
e918ec
e918ec
* Tue Apr 30 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-2
e918ec
- Use the upstream xsession desktop file
e918ec
- Drop the fallback mode authentication agent autostart file
e918ec
e918ec
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
e918ec
- Update to 3.8.1
e918ec
e918ec
* Thu Apr 11 2013 Adam Jackson <ajax@redhat.com> 3.8.0-2
e918ec
- gnome-session-3.6.2-swrast.patch: Allow running on the classic software
e918ec
  renderer.  No effect on arches where we build llvmpipe, but on ppc/s390
e918ec
  classic swrast is marginally less painful than softpipe.
e918ec
e918ec
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
e918ec
- Update to 3.8.0
e918ec
e918ec
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
e918ec
- Update to 3.7.92
e918ec
e918ec
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
e918ec
- Update to 3.7.91
e918ec
e918ec
* Sun Feb 24 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.90-2
e918ec
- Drop obsolete requires (polkit-gnome, polkit-desktop-policy,
e918ec
  notification-daemon)
e918ec
e918ec
* Wed Feb 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
e918ec
- Update to 3.7.90
e918ec
e918ec
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
e918ec
- Update to 3.7.4
e918ec
e918ec
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
e918ec
- Update to 3.7.3
e918ec
- Drop the upstreamed llvmpipe patch
e918ec
- Adjust buildrequires
e918ec
e918ec
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
e918ec
- Update to 3.7.2
e918ec
e918ec
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
e918ec
- Update to 3.7.1
e918ec
e918ec
* Thu Oct 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-2
e918ec
- Set XDG_MENU_PREFIX to pick the correct menu layout in
e918ec
  gnome-shell and alacarte
e918ec
e918ec
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
e918ec
- Update to 3.6.1
e918ec
e918ec
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
e918ec
- Update to 3.6.0
e918ec
e918ec
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
e918ec
- Update to 3.5.91
e918ec
e918ec
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
e918ec
- Update to 3.5.5
e918ec
e918ec
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e918ec
e918ec
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
e918ec
- Update to 3.5.4
e918ec
e918ec
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
e918ec
- Update to 3.5.2
e918ec
e918ec
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
e918ec
- Update to 3.4.2
e918ec
e918ec
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
e918ec
- Silence rpm scriptlet output
e918ec
e918ec
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
e918ec
- Update to 3.4.1
e918ec
- Dropped upstreamed systemd patch
e918ec
e918ec
* Thu Apr  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.0-2
e918ec
- Fix a looping PolicyKit dialog on shutdown
e918ec
e918ec
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
e918ec
- Update to 3.4.0
e918ec
e918ec
* Thu Mar 22 2012 Adam Williamson <awilliam@redhat.com> - 3.3.92-2
e918ec
- blacklist NV30 family until RH #745202 is resolved
e918ec
e918ec
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
e918ec
- Update to 3.3.92
e918ec
e918ec
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
e918ec
- Update to 3.3.90
e918ec
e918ec
* Thu Feb  9 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-2
e918ec
- Fix a bug in the new system interface registration
e918ec
e918ec
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
e918ec
- Update to 3.3.5
e918ec
- Use systemd for session tracking
e918ec
e918ec
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e918ec
e918ec
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> 3.3.3-1
e918ec
- Update to 3.3.3
e918ec
e918ec
* Tue Dec 13 2011 Adam Jackson <ajax@redhat.com> 3.3.2-2
e918ec
- gnome-session-3.3.2-radeon.patch: Blacklist pre-R300 radeons (#758422)
e918ec
e918ec
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> 3.3.2-1
e918ec
- Update to 3.3.2
e918ec
e918ec
* Thu Nov 03 2011 Adam Jackson <ajax@redhat.com> 3.3.1-2
e918ec
- gnome-session-3.3.1-llvmpipe.patch: Don't consider llvmpipe unsupported.
e918ec
e918ec
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
e918ec
- Update to 3.3.1
e918ec
e918ec
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
e918ec
- Rebuilt for glibc bug#747377
e918ec
e918ec
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
e918ec
- Update to 3.2.1
e918ec
e918ec
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
e918ec
- Update to 3.2.0
e918ec
e918ec
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
e918ec
- Update to 3.1.92
e918ec
e918ec
* Fri Sep  9 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-3
e918ec
- Some fixes to make gdm fallback mode login work
e918ec
e918ec
* Thu Sep  8 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-2
e918ec
- Drop GConf2-gtk dep
e918ec
e918ec
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-1
e918ec
- Update to 3.1.91
e918ec
e918ec
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
e918ec
- Update to 3.1.90
e918ec
e918ec
* Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-1
e918ec
- Update to 3.1.5
e918ec
e918ec
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
e918ec
- Update to 3.1.3
e918ec
e918ec
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
e918ec
- Update to 3.1.2
e918ec
e918ec
* Wed Apr 27 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-2
e918ec
- Add a quick-and-dirty blacklist for Radeon R100, R200, Intel 8xx
e918ec
e918ec
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
e918ec
- Update to 3.0.1
e918ec
e918ec
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
e918ec
- Update to 3.0.0
e918ec
e918ec
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.94-1
e918ec
- Update to 2.91.94
e918ec
e918ec
* Wed Mar 23 2011 Ray Strode <rstrode@redhat.com> 2.91.93-1
e918ec
- Update to 2.91.93
e918ec
e918ec
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
e918ec
- Update to 2.91.92
e918ec
e918ec
* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91.3-1
e918ec
- Update to 2.91.91.3
e918ec
e918ec
* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91.2-1
e918ec
- Update to 2.91.91.2
e918ec
e918ec
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-2
e918ec
- Fix the check-accel utility exit status
e918ec
e918ec
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
e918ec
- Update to 2.91.91
e918ec
e918ec
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-5
e918ec
- Make the new if-session Autostart condition work
e918ec
e918ec
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-4
e918ec
- Fix the autostart syntax
e918ec
e918ec
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-3
e918ec
- Install an autostart file for the authentication agent
e918ec
  in the fallback session
e918ec
e918ec
* Tue Feb 22 2011 Ray Strode <rstrode@redhat.com> 2.91.90-2
e918ec
- Fix crashity crash crash
e918ec
e918ec
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
e918ec
- Update to 2.91.90
e918ec
e918ec
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
e918ec
- Rebuild against newer gtk
e918ec
e918ec
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e918ec
e918ec
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
e918ec
- 2.91.6
e918ec
e918ec
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-3
e918ec
- Just require control-center-filesystem (#661565)
e918ec
e918ec
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
e918ec
- Don't run the shell on softpipe
e918ec
e918ec
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
e918ec
- Update to 2.91.4
e918ec
e918ec
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-7
e918ec
- Rebuild against new gtk
e918ec
e918ec
* Sun Nov 07 2010 Ray Strode <rstrode@redhat.com> 2.91.0-6
e918ec
- Fix some cases where the inhibitor dialog shows up when it isn't
e918ec
  supposed to.
e918ec
e918ec
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-5
e918ec
- Prepare for libnotify 0.7.0
e918ec
e918ec
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-4
e918ec
- Rebuild against newer gtk3
e918ec
e918ec
* Tue Oct 26 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.91.0-3
e918ec
- Gconf2 scriptlet accepts schema file names without file extension.
e918ec
e918ec
* Fri Oct 15 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.91.0-2
e918ec
- Merge-review cleanup (#225835)
e918ec
e918ec
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
e918ec
- Update to 2.91.0
e918ec
e918ec
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
e918ec
- Update to 2.32.0
e918ec
e918ec
* Wed Sep 29 2010 jkeating - 2.31.6-3
e918ec
- Rebuilt for gcc bug 634757
e918ec
e918ec
* Tue Sep 21 2010 Ray Strode <rstrode@redhat.com> - 2.31.6-2
e918ec
- build fixes
e918ec
e918ec
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
e918ec
- Update to 2.31.6
e918ec
e918ec
* Thu Jul  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
e918ec
- Require dconf
e918ec
e918ec
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
e918ec
- Update to 2.31.2
e918ec
e918ec
* Fri May 07 2010 Colin Walters <walters@verbum.org> - 2.30.0-2
e918ec
- Use upstream commit for library linking
e918ec
e918ec
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
e918ec
- Update to 2.30.0
e918ec
e918ec
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
e918ec
- Update to 2.29.92
e918ec
e918ec
* Thu Feb 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-1
e918ec
- Update to 2.29.6
e918ec
e918ec
* Fri Jan 15 2010 Ray Strode <rstrode@redhat.com> - 2.28.0-4
e918ec
- Nag user if they try to log in as root
e918ec
e918ec
* Fri Nov  6 2009 Matthias Clasen  <mclasen@redhat.com> - 2.28.0-3
e918ec
- Add ability to perform actions after a period of idleness
e918ec
e918ec
* Fri Oct 23 2009 Matthias Clasen  <mclasen@redhat.com> - 2.28.0-2
e918ec
- Avoid a crash on certain xsmp error conditions
e918ec
e918ec
* Wed Sep 23 2009 Matthias Clasen  <mclasen@redhat.com> - 2.28.0-1
e918ec
- Update to 2.28.0
e918ec
e918ec
* Wed Sep  9 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.92-1
e918ec
- Update to 2.27.92
e918ec
e918ec
* Thu Aug 13 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.5-2
e918ec
- Require polkit-desktop-policy
e918ec
e918ec
* Tue Jul 28 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.5-1
e918ec
- Update to 2.27.5
e918ec
e918ec
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-3
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e918ec
e918ec
* Mon Jul 20 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.4-2
e918ec
- Require polkit-gnome, we need an authentication agent in the session
e918ec
e918ec
* Wed Jul 15 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.4-1
e918ec
- Update to 2.27.4
e918ec
e918ec
* Fri Jul 10 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-5
e918ec
- Avoid pointless warnings
e918ec
e918ec
* Sun Jun 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-4
e918ec
- Drop unused files
e918ec
e918ec
* Fri Jun 12 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-3
e918ec
- Fix some oversights in the PolicyKit port
e918ec
e918ec
* Tue May 12 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-2
e918ec
- Port to PolicyKit 1
e918ec
e918ec
* Tue Apr 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-1
e918ec
- Update to 2.26.1
e918ec
- See http://download.gnome.org/sources/gnome-session/2.26/gnome-session-2.26.1.news
e918ec
e918ec
* Wed Apr  8 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0.90-1
e918ec
- Update to 2.26.0.90
e918ec
e918ec
* Sun Apr  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-2
e918ec
- Avoid some warnings (#493688)
e918ec
e918ec
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-1
e918ec
- Update to 2.26.0
e918ec
e918ec
* Fri Mar  6 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-2
e918ec
- Turn off excessive debug spew
e918ec
e918ec
* Tue Mar  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-1
e918ec
- Update to 2.25.92
e918ec
e918ec
* Thu Feb 26 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-4
e918ec
- Make -xsession arch again
e918ec
- Fix xsync usage
e918ec
e918ec
* Tue Feb 24 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-3
e918ec
- Make -xsession noarch
e918ec
e918ec
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
e918ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e918ec
e918ec
* Wed Feb 18 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-1
e918ec
- Update to 2.25.91
e918ec
e918ec
* Tue Feb  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-1
e918ec
- Update to 2.25.90
e918ec
e918ec
* Tue Jan 20 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.5-2
e918ec
- Update to 2.25.5
e918ec
- Fix BuildRequires
e918ec
e918ec
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.3-1
e918ec
- Update to 2.25.3
e918ec
e918ec
* Thu Dec  4 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-2
e918ec
- Update to 2.25.2
e918ec
e918ec
* Tue Nov 25 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-5
e918ec
- Spec file cleanups
e918ec
e918ec
* Mon Nov 10 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-4
e918ec
- Fix client registration in some cases 
e918ec
e918ec
* Sun Oct 26 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-3
e918ec
- Make the capplet resizable (#468577)
e918ec
e918ec
* Wed Oct 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-1
e918ec
- Update to 2.24.1
e918ec
- Drop upstreamed patches
e918ec
e918ec
* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-11
e918ec
- Remove some dubious code to fix panel race at startup that
e918ec
  would make shutdown menu item disappear for some users.
e918ec
e918ec
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-10
e918ec
- Rewrite patch another time leverage better api and be more
e918ec
  terse
e918ec
e918ec
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-9
e918ec
- Bring shutdown menu item back.  More fallout from my buggy
e918ec
  patch introduced in -7
e918ec
e918ec
* Thu Oct  9 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-8
e918ec
- Fix assertion failure in last patch
e918ec
e918ec
* Thu Oct  9 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-7
e918ec
- Add new api for panel to figure out whether or not to show
e918ec
  Shutdown menu item.
e918ec
e918ec
* Fri Oct  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-6
e918ec
- Fix missing translations in the capplet
e918ec
- Fix small UI issues in the capplet
e918ec
e918ec
* Sun Sep 28 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-5
e918ec
- BR xorg-x11-xtrans-devel (#464316)
e918ec
e918ec
* Fri Sep 26 2008 Ray Strode  <rstrode@redhat.com> - 2.24.0-4
e918ec
- Make the new xsession subpackage require the version of
e918ec
  gnome-session it's built against
e918ec
e918ec
* Thu Sep 25 2008 Ray Strode  <rstrode@redhat.com> - 2.24.0-3
e918ec
- Split gnome-session.desktop off into subpackage
e918ec
e918ec
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-2
e918ec
- Update to 2.24.0
e918ec
- Drop upstreamed patches
e918ec
e918ec
* Thu Sep 18 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-6
e918ec
- Plug memory leaks
e918ec
e918ec
* Thu Sep 18 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-5
e918ec
- Plug memory leaks
e918ec
e918ec
* Mon Sep 15 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-4
e918ec
- Plug memory leaks
e918ec
e918ec
* Sun Sep 14 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-3
e918ec
- Plug memory leaks
e918ec
e918ec
* Sun Sep 14 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-2
e918ec
- Plug memory leaks
e918ec
e918ec
* Mon Sep  8 2008 Jon McCann  <jmccann@redhat.com> - 2.23.92-1
e918ec
- Update to 2.23.92
e918ec
e918ec
* Tue Sep  2 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.91-1
e918ec
- Update to 2.23.91
e918ec
e918ec
* Thu Aug 28 2008 Jon McCann  <jmccann@redhat.com> - 2.23.91.0.2008.08.28.1
e918ec
- Update to snapshot
e918ec
e918ec
* Fri Aug 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.90-1
e918ec
- Update to 2.23.90
e918ec
e918ec
* Thu Aug 14 2008 Lennart Poettering  <lpoetter@redhat.com> - 2.23.6-4
e918ec
- Drop login/logout sound scripts since we do this now in libcanberra
e918ec
e918ec
* Tue Aug 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.6-3
e918ec
- Fix a crash in the at-spi-registryd-wrapper
e918ec
e918ec
* Thu Aug  7 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.6-2
e918ec
- Fix another icon name
e918ec
e918ec
* Tue Aug  5 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.6-1
e918ec
- Update to 2.23.6
e918ec
e918ec
* Wed Jul 30 2008 Jon McCann  <jmccann@redhat.com> - 2.23.6.0.2008.07.30.1
e918ec
- New snapshot from DBus branch
e918ec
e918ec
* Mon Jul 29 2008 Jon McCann  <jmccann@redhat.com> - 2.23.6.0.2008.07.29.1
e918ec
- New snapshot from DBus branch
e918ec
e918ec
* Mon Jul 28 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.28.1
e918ec
- New snapshot from DBus branch
e918ec
e918ec
* Thu Jul 24 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.5.0.2008.07.21.4
e918ec
- Fix a crash
e918ec
e918ec
* Mon Jul 22 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.21.3
e918ec
- Add BuildRequires PolicyKit-gnome-devel
e918ec
e918ec
* Mon Jul 21 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.21.2
e918ec
- New snapshot to fix build
e918ec
e918ec
* Mon Jul 21 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.21.1
e918ec
- Snapshot from DBus branch
e918ec
e918ec
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-4
e918ec
- Fix a typo in the previous patch
e918ec
e918ec
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-3
e918ec
- Use more standard icon names
e918ec
e918ec
* Tue Jul  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-2
e918ec
- Escape comments for markup
e918ec
e918ec
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-1
e918ec
- Update to 2.23.4.1
e918ec
e918ec
* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
e918ec
- Update to 2.23.3
e918ec
e918ec
* Fri May 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-3
e918ec
- Make nautilus start again
e918ec
e918ec
* Thu May 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-2
e918ec
- Don't crash while handling legacy sessions
e918ec
e918ec
* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-1
e918ec
- Update to 2.23.2.2
e918ec
e918ec
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
e918ec
- Update to 2.23.1
e918ec
e918ec
* Thu Apr 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1.1-1
e918ec
- Update to 2.22.1.1 (fixes a crash in the trash migration code)
e918ec
e918ec
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
e918ec
- Update to 2.22.1
e918ec
e918ec
* Sun Apr  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
e918ec
- Drop gnome-volume-manager from the default session
e918ec
e918ec
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
e918ec
- Update to 2.22.0
e918ec
e918ec
* Thu Mar 06 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.93-1
e918ec
- Update to 2.21.93, drop esound dependencies and patches
e918ec
e918ec
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
e918ec
- Update to 2.21.92
e918ec
e918ec
* Tue Feb 12 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
e918ec
- Update to 2.21.91
e918ec
e918ec
* Mon Feb 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-2
e918ec
- Add patch to make login sounds work
e918ec
- Remove unneeded patch to launch gnome-user-share, it launches
e918ec
  using autostart now
e918ec
e918ec
* Tue Jan 29 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
e918ec
- Update to 2.21.90
e918ec
e918ec
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
e918ec
- Update to 2.21.5
e918ec
e918ec
* Tue Nov 27 2007  Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
e918ec
- Update to 2.20.2 (translation updates)
e918ec
e918ec
* Tue Oct 30 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.1-2
e918ec
- Enable sound by default, without looking at the prefs
e918ec
e918ec
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
e918ec
- Update to 2.20.1 (translation updates)
e918ec
e918ec
* Thu Sep 27 2007 Ray Strode <rstrode@redhat.com> - 2.20.0-2
e918ec
- drop redhat-artwork dep.  We don't need it.
e918ec
e918ec
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
e918ec
- Update to 2.20.0
e918ec
e918ec
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-3
e918ec
- Plug memory leaks in the ICE code
e918ec
e918ec
* Wed Sep  5 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.92-2
e918ec
- Update gnome-session-2.17.5-window-manager.patch to apply (remove
e918ec
  chunks that are now upstream).
e918ec
e918ec
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
e918ec
- Update to 2.19.92
e918ec
e918ec
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.90-2
e918ec
- Rebuild for build ID
e918ec
e918ec
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
e918ec
- Update to 2.19.90
e918ec
e918ec
* Fri Aug 10 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-5
e918ec
- Edit window manager patch again to add 'glib' to compiz launch.
e918ec
e918ec
* Thu Aug  9 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-4
e918ec
- Edit the right window manager patch and delete the old one.
e918ec
e918ec
* Thu Aug  9 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-3
e918ec
- Export LIBGL_ALWAYS_INDIRECT before starting compiz.
e918ec
e918ec
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
e918ec
- Update license field
e918ec
e918ec
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
e918ec
- Update to 2.19.6
e918ec
e918ec
* Sun Jul  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
e918ec
- Update to 2.19.5
e918ec
e918ec
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-3
e918ec
- Move /usr/share/gnome/wm-properties to control-center-filesystem
e918ec
e918ec
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
e918ec
- Fix a hang on login with a11y
e918ec
e918ec
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
e918ec
- Update to 2.19.4
e918ec
e918ec
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
e918ec
- Update to 2.19.3
e918ec
- Drop upstreamed patch
e918ec
e918ec
* Tue May 22 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.2-2
e918ec
- Fix up logic in iris patch
e918ec
e918ec
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
e918ec
- Update to 2.19.2
e918ec
e918ec
* Tue May 15 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-7
e918ec
- Don't show iris animation when using compiz (bug 237842)
e918ec
e918ec
* Sun May  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-6
e918ec
- Don't own /usr/share/applications
e918ec
e918ec
* Sat Apr 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-5
e918ec
- Add a dependency on dbus-x11
e918ec
e918ec
* Thu Apr 12 2007 David Zeuthen <davidz@redhat.com> - 2.18.0-4
e918ec
- start same kind of AT's in session as started in gdm (#229912)
e918ec
e918ec
* Fri Mar 30 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-3
e918ec
- remove xdg autostart dir since it's part of filesystem now
e918ec
e918ec
* Wed Mar 21 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-2
e918ec
- remove eggcups from default session (bug 233261)
e918ec
e918ec
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
e918ec
- Update to 2.18.0
e918ec
e918ec
* Wed Feb 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
e918ec
- Update to 2.17.92
e918ec
e918ec
* Fri Feb 23 2007 Jeremy Katz <katzj@redhat.com> - 2.17.91-2
e918ec
- disable a11y registry timeout so that we don't get the popup with 
e918ec
  the livecd (#227214)
e918ec
e918ec
* Tue Feb 13 2007 Matthisa Clasen <mclasen@redhat.com> - 2.17.91-1
e918ec
- Update to 2.17.91
e918ec
e918ec
* Tue Feb  6 2007 Kristian Høgsberg <krh@redhat.com> - 2.17.90.1-3
e918ec
- Update gnome-session-2.15.90-window-manager.patch to start
e918ec
  gtk-window-decorator instead of gnome-window-decorator for compiz.
e918ec
e918ec
  [ Update: the patch is not applied and upstream gnome-session does
e918ec
    the right thing. ]
e918ec
e918ec
* Mon Feb  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90.1-2
e918ec
- Require GConf2-gtk for gconf-sanity-check 
e918ec
e918ec
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90.1-1
e918ec
- Update to 2.17.90.1
e918ec
e918ec
* Sun Jan 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
e918ec
- Update to 2.17.90
e918ec
- Clean up BuildRequires
e918ec
e918ec
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
e918ec
- Update to 2.17.5
e918ec
e918ec
* Mon Nov 27 2006 Ray Strode <rstrode@redhat.com> - 2.17.2-6
e918ec
- don't set http_proxy variable if proxy requires password (bug
e918ec
  217332)
e918ec
e918ec
* Wed Nov 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-4
e918ec
- Own the /usr/share/gnome/wm-properties directory (#216514)
e918ec
e918ec
* Mon Nov 20 2006 Ray Strode <rstrode@redhat.com> - 2.17.2-3
e918ec
- don't make gnome.desktop executable (bug 196105)
e918ec
e918ec
* Sat Nov 11 2006 Matthias Clasen  <mclasen@redhat.com> - 2.17.2-2
e918ec
- Fix gnome-wm for compiz
e918ec
e918ec
* Tue Nov  7 2006 Matthias Clasen  <mclasen@redhat.com> - 2.17.2-1
e918ec
- Update to 2.17.2
e918ec
e918ec
* Thu Oct 26 2006 Ray Strode <rstrode@redhat.com> - 2.16.1-2.fc7
e918ec
- don't hose users with a stale http_proxy variable if they
e918ec
  use autoconfiguration and uses to use manual configuration.
e918ec
  Patch by Mark McLoughlin (bug 212319)
e918ec
e918ec
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
e918ec
- Update to 2.16.1
e918ec
e918ec
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-4
e918ec
- Fix scripts according to the packaging guidelines
e918ec
e918ec
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-3.fc6
e918ec
- Fix position of icons in the splash screen  (#205508)
e918ec
e918ec
* Wed Sep  6 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2.fc6
e918ec
- set http_proxy environment variable from GNOME settings 
e918ec
  (bug 190041)
e918ec
e918ec
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
e918ec
- Update to 2.16.0
e918ec
e918ec
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
e918ec
- Update to 2.15.92
e918ec
- Add %%preun and %%postun scripts
e918ec
e918ec
* Mon Aug 14 2006 Ray Strode <rstrode@redhat.com> - 2.15.91-1.fc6
e918ec
- Update to 2.15.91
e918ec
e918ec
* Sun Aug 13 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-4.fc6
e918ec
- fix window manager launching script. Patch from 
e918ec
  Tim Vismor <tvismor@acm.org> (bug 202312)
e918ec
e918ec
* Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-3.fc6
e918ec
- start gnome-window-decorator and pass "gconf" when invoking
e918ec
  compiz
e918ec
e918ec
* Thu Aug 10 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-2.fc6
e918ec
- update patch from 2.15.4-3 to be more session friendly (bug 201473)
e918ec
e918ec
* Fri Aug  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
e918ec
- Update to 2.15.90
e918ec
e918ec
* Thu Aug  3 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.4-3
e918ec
- Add patch to (a) add configuration option for window manager, (b) start the window
e918ec
  manager, and (c) disable splash screen by default.
e918ec
e918ec
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 2.15.4-2
e918ec
- Add BR for dbus-glib-devel
e918ec
e918ec
* Thu Jul 13 2006 Ray Strode <rstrode@redhat.com> - 2.15.4-1
e918ec
- Update to 2.15.4
e918ec
e918ec
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.1-5.1
e918ec
- rebuild
e918ec
e918ec
* Mon Jun 12 2006 Bill Nottingham  <notting@redhat.com> 2.15.1-5
e918ec
- remove obsolete automake14 buildreq
e918ec
e918ec
* Fri Jun  9 2006 Matthias Clasen  <mclasen@redhat.com> 2.15.1-4
e918ec
- Add more missing BuildRequires
e918ec
e918ec
* Tue Jun  6 2006 Matthias Clasen  <mclasen@redhat.com> 2.15.1-3
e918ec
- Add BuildRequires: intltool, autoconf, automake 
e918ec
e918ec
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
e918ec
- Require system-logos, not fedora-logos
e918ec
e918ec
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
e918ec
- Update to 2.15.1
e918ec
e918ec
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
e918ec
- Update to 2.14.1
e918ec
e918ec
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
e918ec
- Update to 2.14.0
e918ec
e918ec
* Thu Mar 09 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-5
e918ec
- fix up path creation functions 
e918ec
e918ec
* Thu Mar 09 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-4
e918ec
- create ~/.config/autostart before trying to migrate
e918ec
  session-manual to it (bug 179602).
e918ec
e918ec
* Mon Mar 06 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-3
e918ec
- Patch from Vincent Untz to fix session editing (upstream bug 333641)
e918ec
- Desensitize buttons for operations that the user isn't allowed
e918ec
  to do (bug 179479).
e918ec
e918ec
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 2.13.92-2
e918ec
- BuildRequires: gnome-desktop-devel, libX11-devel, libXt-devel
e918ec
e918ec
* Tue Feb 28 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-1
e918ec
- Update to 2.13.92
e918ec
- Add patch from CVS HEAD to maintain compatibility with
e918ec
  version 2.13.91
e918ec
e918ec
* Thu Feb 23 2006 Ray Strode <rstrode@redhat.com> - 2.13.91-2
e918ec
- take ownership of autostart dir (bug 182335)
e918ec
e918ec
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
e918ec
- Update to 2.13.91
e918ec
e918ec
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.2
e918ec
- bump again for double-long bug on ppc(64)
e918ec
e918ec
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.1
e918ec
- rebuilt for new gcc4.1 snapshot and glibc changes
e918ec
e918ec
* Sat Jan 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
e918ec
- Update to 2.13.90
e918ec
e918ec
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
e918ec
- Update to 2.13.5
e918ec
e918ec
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-2
e918ec
- Disable the fatal-criticals, since it crashes too much 
e918ec
e918ec
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
e918ec
- Update to 2.13.4
e918ec
e918ec
* Thu Jan 12 2006 Ray Strode <rstrode@redhat.com> - 2.12.0-6
e918ec
- Fix screen corruption around splash screen shape (bug 177502)
e918ec
e918ec
* Tue Dec 20 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.0-5
e918ec
- Handle shaped window for splash screen
e918ec
e918ec
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e918ec
- rebuilt
e918ec
e918ec
* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 2.12.0-4
e918ec
- Add gnome-user-share patch
e918ec
e918ec
* Tue Nov 8 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-3
e918ec
- fix up the dummy client ids to match the id passed initially
e918ec
  passed to the programs in the default session 
e918ec
  (broke in last update).
e918ec
e918ec
* Mon Oct 31 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-2
e918ec
- remove rhn applet from default session
e918ec
- s/magicdev/gnome-volume-manager/
e918ec
e918ec
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
e918ec
- Update to 2.12.0
e918ec
e918ec
* Tue Sep  6 2005 Ray Strode <rstrode@redhat.com> - 2.11.91-3
e918ec
- Don't take ownership of /usr/share/xsessions (bug 145791).
e918ec
e918ec
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 2.11.91-2
e918ec
- rebuild for new cairo
e918ec
e918ec
* Tue Aug  9 2005 Ray Strode <rstrode@redhat.com> - 2.11.91-1
e918ec
- Update to upstream version 2.11.91 (fixes bug 165357).
e918ec
- drop some patches
e918ec
e918ec
* Thu Apr 18 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-2
e918ec
- Install gnome.desktop to /usr/share/xsessions (bug 145791)
e918ec
e918ec
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
e918ec
- Update to upstream version 2.10.0
e918ec
e918ec
* Wed Feb  2 2005 Matthias Clasen <mclasen@redhat.com> 2.9.4-1
e918ec
- Update to 2.9.4
e918ec
e918ec
* Mon Dec 20 2004 Daniel Reed <djr@redhat.com> 2.8.0-7
e918ec
- rebuild for new libhowl.so.0 library (for GnomeMeeting 1.2) (this was a mistake)
e918ec
e918ec
* Tue Nov 02 2004 Ray Strode <rstrode@redhat.com> 2.8.0-6
e918ec
- Rebuild for devel branch
e918ec
e918ec
 * Tue Nov 02 2004 Ray Strode <rstrode@redhat.com> 2.8.0-5
e918ec
- Convert Tamil translation to UTF8 
e918ec
  (Patch from Lawrence Lim <llim@redhat.com>, bug 135351)
e918ec
e918ec
* Fri Oct 08 2004 Ray Strode <rstrode@redhat.com> 2.8.0-4
e918ec
- Add g-v-m to default session since it wasn't already (?).
e918ec
- Remove g-v-m from default session on s390
e918ec
e918ec
* Thu Oct 07 2004 Ray Strode <rstrode@redhat.com> 2.8.0-3
e918ec
- Check for NULL program name when looking for client
e918ec
  match in session.
e918ec
e918ec
* Fri Sep 24 2004 Ray Strode <rstrode@redhat.com> 2.8.0-2
e918ec
- Add "Session" item to More Preferences menu
e918ec
e918ec
* Fri Sep 17 2004 Ray Strode <rstrode@redhat.com> 2.8.0-1
e918ec
- Update to 2.8.0 
e918ec
- Remove "Session" item from Preferences menu
e918ec
e918ec
* Fri Sep 03 2004 Ray Strode <rstrode@redhat.com> 2.7.91-2
e918ec
- Fix from Federico for infamous hanging splash screen problem.
e918ec
  (http://bugzilla.gnome.org/show_bug.cgi?id=151664)
e918ec
e918ec
* Tue Aug 31 2004 Ray Strode <rstrode@redhat.com> 2.7.91-1
e918ec
- Update to 2.7.91
e918ec
e918ec
* Wed Aug 18 2004 Ray Strode <rstrode@redhat.com> 2.7.4-3
e918ec
- Change folder name from "autostart" to more aptly named
e918ec
  "session-upgrades" from suggestion by Colin Walters.
e918ec
- put non-upstream gconf key in rh_extensions
e918ec
e918ec
* Wed Aug 18 2004 Ray Strode <rstrode@redhat.com> 2.7.4-2
e918ec
- Provide drop-a-desktop-file method of adding programs
e918ec
  to the user's session.
e918ec
e918ec
* Fri Jul 30 2004 Ray Strode <rstrode@redhat.com> 2.7.4-1
e918ec
- Update to 2.7.4
e918ec
e918ec
* Wed Jul 14 2004 root <markmc@localhost.localdomain> - 2.6.0-7
e918ec
- Add patch to activate vino based on the "remote_access/enabled"
e918ec
  preference
e918ec
e918ec
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e918ec
- rebuilt
e918ec
e918ec
* Mon Jun 14 2004 Ray Strode <rstrode@redhat.com> 2.6.0-5
e918ec
- Prevent having duplicate packages in different collections
e918ec
e918ec
* Mon Jun 14 2004 Ray Strode <rstrode@redhat.com> 2.6.0-4
e918ec
- Use desktop-file-install instead of patching 
e918ec
  session-properties.desktop.  Add X-Red-Hat-Base category.
e918ec
e918ec
* Thu Jun 10 2004 Ray Strode <rstrode@redhat.com> 2.6.0-3
e918ec
- Add terminating list delimiter to OnlyShowIn entry of 
e918ec
  session-properties.desktop
e918ec
e918ec
* Fri Apr 16 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
e918ec
- #110725 BR automake14 autoconf gettext
e918ec
e918ec
* Wed Mar 31 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-1
e918ec
- Update to 2.6.0
e918ec
e918ec
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com>
e918ec
- Update to 2.5.91
e918ec
e918ec
* Tue Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90-1
e918ec
- Update to 2.5.90
e918ec
- Remove extraneous fontconfig BuildRequires
e918ec
- Resolve conflicts with the icons and splash-repaint patches
e918ec
e918ec
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e918ec
- rebuilt
e918ec
e918ec
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
e918ec
- Update to 2.5.3
e918ec
e918ec
* Wed Nov 05 2003 Than Ngo <than@redhat.com> 2.4.0-2
e918ec
- don't show gnome-session-properties in KDE (bug #102533)
e918ec
e918ec
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-3
e918ec
- fix up gnome.desktop location
e918ec
e918ec
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-2
e918ec
- add gnome.desktop session for new gdm
e918ec
e918ec
* Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-1
e918ec
- update to 2.3.7
e918ec
- require control-center (#100562)
e918ec
e918ec
* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-1
e918ec
- update for gnome 2.3
e918ec
e918ec
* Sun Aug 10 2003 Elliot Lee <sopwith@redhat.com> 2.2.2-4
e918ec
- Rebuild
e918ec
e918ec
* Tue Jul 22 2003 Jonathan Blandford <jrb@redhat.com>
e918ec
- at-startup patch to add let at's start
e918ec
e918ec
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e918ec
- rebuilt
e918ec
e918ec
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
e918ec
- add explicit epoch's where needed.
e918ec
e918ec
* Tue May 27 2003 Alexander Larsson <alexl@redhat.com> 2.2.2-1
e918ec
- Update to 2.2.2
e918ec
- Add XRandR backport
e918ec
- Fix up old patches, patch7 was upstream
e918ec
e918ec
* Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com> 2.2.0.2-5
e918ec
- Wait for GSD to start before continuing with session
e918ec
e918ec
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-4
e918ec
- repaint proper area of text in splash screen, #84527
e918ec
e918ec
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-3
e918ec
- change icon for magicdev to one that exists in Bluecurve theme
e918ec
  (part of #84491)
e918ec
e918ec
* Thu Feb 13 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-2
e918ec
- load icons from icon theme
e918ec
e918ec
* Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-1
e918ec
- 2.2.0.2
e918ec
e918ec
* Tue Feb  4 2003 Jonathan Blandford <jrb@redhat.com>
e918ec
- remove extraneous separator.  Still ugly.
e918ec
e918ec
* Wed Jan 29 2003 Havoc Pennington <hp@redhat.com>
e918ec
- add icons for the stuff in the default session #81489
e918ec
e918ec
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
e918ec
- rebuilt
e918ec
e918ec
* Sat Jan 11 2003 Havoc Pennington <hp@redhat.com>
e918ec
- 2.1.90
e918ec
- drop purgedelay patch, as it was increased upstream (though only to 2 minutes instead of 5)
e918ec
e918ec
* Fri Dec  6 2002 Tim Waugh <twaugh@redhat.com> 2.1.2-2
e918ec
- Add eggcups to default session.
e918ec
e918ec
* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
e918ec
- 2.1.2
e918ec
e918ec
* Tue Sep  3 2002 Owen Taylor <otaylor@redhat.com>
e918ec
- Up purge delay for session manager to 5 minutes to avoid problem 
e918ec
  with openoffice.org timing out
e918ec
e918ec
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
e918ec
- put gdm session in here, conflict with old gdm
e918ec
- use DITHER_MAX for dithering to make splash screen look good in 16
e918ec
  bit
e918ec
e918ec
* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
e918ec
- fix missing icons and misaligned text in splash
e918ec
e918ec
* Fri Aug 23 2002 Tim Waugh <twaugh@redhat.com>
e918ec
- Fix login sound disabling (bug #71664).
e918ec
e918ec
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
e918ec
- put rhn applet in default session
e918ec
e918ec
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
e918ec
- fix the session file, should speed up login a lot
e918ec
- put magicdev in default session
e918ec
e918ec
* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
e918ec
- 2.0.5 with more translations
e918ec
e918ec
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
e918ec
- 2.0.4
e918ec
- remove gnome-settings-daemon from default session
e918ec
e918ec
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
e918ec
- 2.0.3
e918ec
- remove splash screen, require redhat-artwork instead
e918ec
e918ec
* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
e918ec
- Set GTK_RC_FILES so we can change the gtk1 theme
e918ec
e918ec
* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
e918ec
- pass --with-halt-command=/usr/bin/poweroff
e918ec
  --with-reboot-command=/usr/bin/reboot
e918ec
e918ec
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
e918ec
- Version 2.0.1, fixing missing po files
e918ec
e918ec
* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
e918ec
- put in new default session with pam-panel-icon
e918ec
- disable schema install in make install, fixes rebuild failure.
e918ec
e918ec
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
e918ec
- rebuild with new libraries
e918ec
e918ec
* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
e918ec
- rebuild in different environment
e918ec
e918ec
* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
e918ec
- add fix from Nalin to build require usermode
e918ec
e918ec
* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
e918ec
- 2.0.0
e918ec
e918ec
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
e918ec
- install the schemas, so we get a logout dialog and splash
e918ec
- put in the splash from 7.3
e918ec
e918ec
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
e918ec
- rebuild in different environment
e918ec
e918ec
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
e918ec
- rebuild in new environment, require newer gtk2
e918ec
e918ec
* Sun Jun  9 2002 Havoc Pennington <hp@redhat.com>
e918ec
- remove obsoletes/provides gnome-core
e918ec
e918ec
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
e918ec
- rebuild in different environment
e918ec
e918ec
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
e918ec
- 1.5.21
e918ec
e918ec
* Sun May 26 2002 Tim Powers <timp@redhat.com>
e918ec
- automated rebuild
e918ec
e918ec
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
e918ec
- rebuild in different environment
e918ec
e918ec
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
e918ec
- 1.5.19
e918ec
- add more build reqs to chill out build system
e918ec
- provide gnome-core
e918ec
e918ec
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
e918ec
- obsolete gnome-core
e918ec
- 1.5.18
e918ec
e918ec
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
e918ec
- default to metacity
e918ec
e918ec
* Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
e918ec
- Initial build.
e918ec
e918ec