58cf348
%global _changelog_trimtime %(date +%s -d "1 year ago")
58cf348
31eb612
%define po_package gnome-session-3.0
cvsdist 38cb97f
74a8024
%if 0%{?fedora}
74a8024
%else
74a8024
%global with_session_selector 1
74a8024
%endif
74a8024
cvsdist 38cb97f
Name: gnome-session
3481d0b
Version: 3.36.0
3481d0b
Release: 1%{?dist}
1260494
Summary: GNOME session manager
1260494
1260494
License: GPLv2+
cvsdist 38cb97f
URL: http://www.gnome.org
3481d0b
Source0: http://download.gnome.org/sources/gnome-session/3.36/%{name}-%{version}.tar.xz
d508c43
87d64c1
# Blacklist NV30: https://bugzilla.redhat.com/show_bug.cgi?id=745202
87d64c1
Patch1: gnome-session-3.3.92-nv30.patch
49212b9
Patch3: gnome-session-3.6.2-swrast.patch
5b5f053
# https://bugzilla.gnome.org/show_bug.cgi?id=772421
5b5f053
Patch4: 0001-check-accelerated-gles-Use-eglGetPlatformDisplay-EXT.patch
650dd58
# Implement https://wiki.gnome.org/Design/OS/BootOptions
650dd58
# This should go upstream once systemd has a generic interface for this
650dd58
Patch5: 0001-Add-support-for-new-ConfirmedRebootToBootOptions-sig.patch
650dd58
Patch6: 0002-Fedora-Set-grub-boot-flags-on-shutdown-reboot.patch
1c00acf
e0cc091
# Not yet merged upstream but used by e.g. gnome-shell 3.34.2
e0cc091
# https://gitlab.gnome.org/GNOME/gnome-session/merge_requests/36
e0cc091
Patch10: 0001-data-Add-drop-in-to-configure-launched-applications.patch
e0cc091
Patch11: 0002-autostart-app-Place-launched-applications-into-a-sys.patch
e0cc091
Bastien Nocera ec7f2e2
BuildRequires: meson
Florian Müllner a07464e
BuildRequires: gcc
887499a
BuildRequires: pkgconfig(egl)
bb55ab0
BuildRequires: pkgconfig(gl)
887499a
BuildRequires: pkgconfig(glesv2)
bb55ab0
BuildRequires: pkgconfig(gnome-desktop-3.0)
887499a
BuildRequires: pkgconfig(gtk+-3.0)
Richard Hughes 567f10d
BuildRequires: pkgconfig(libsystemd)
bb55ab0
BuildRequires: pkgconfig(ice)
bb55ab0
BuildRequires: pkgconfig(json-glib-1.0)
bb55ab0
BuildRequires: pkgconfig(sm)
bb55ab0
BuildRequires: pkgconfig(x11)
bb55ab0
BuildRequires: pkgconfig(xau)
bb55ab0
BuildRequires: pkgconfig(xcomposite)
bb55ab0
BuildRequires: pkgconfig(xext)
bb55ab0
BuildRequires: pkgconfig(xrender)
bb55ab0
BuildRequires: pkgconfig(xtrans)
bb55ab0
BuildRequires: pkgconfig(xtst)
cvsdist 38cb97f
cvsdist 38cb97f
# this is so the configure checks find /usr/bin/halt etc.
cvsdist 38cb97f
BuildRequires: usermode
cvsdist 38cb97f
defbb9c
BuildRequires: gettext
dd227f9
BuildRequires: intltool
William Jon McCann 3ce2685
BuildRequires: xmlto
bb55ab0
BuildRequires: /usr/bin/xsltproc
cvsdist 8ca03ca
b05d95a
# an artificial requires to make sure we get dconf, for now
b05d95a
Requires: dconf
b05d95a
1260494
Requires: system-logos
1260494
# Needed for gnome-settings-daemon
1260494
Requires: control-center-filesystem
1260494
1260494
Requires: gsettings-desktop-schemas >= 0.1.7
1260494
David Herrmann 01565da
Requires: dbus
1260494
cvsdist 38cb97f
%description
6099235
gnome-session manages a GNOME desktop or GDM login session. It starts up
ce322fb
the other core GNOME components and handles logout and saving the session.
cvsdist 38cb97f
a1be19c
%package xsession
paragn d4fc2ba
Summary: Desktop file for gnome-session
987e5ad
Requires: %{name}%{?_isa} = %{version}-%{release}
0fc98fa
Requires: xorg-x11-server-Xorg%{?_isa}
0fc98fa
Requires: gnome-shell
e89c3de
a1be19c
%description xsession
e89c3de
Desktop file to add GNOME to display manager session menu.
e89c3de
b2211cc
%package wayland-session
b2211cc
Summary: Desktop file for wayland based gnome session
987e5ad
Requires: %{name}%{?_isa} = %{version}-%{release}
987e5ad
Requires: xorg-x11-server-Xwayland%{?_isa}
0fc98fa
Requires: gnome-shell
b2211cc
b2211cc
%description wayland-session
b2211cc
Desktop file to add GNOME on wayland to display manager session menu.
b2211cc
cvsdist 38cb97f
%prep
7760fbe
%autosetup -p1
7bc501f
495a94f
%build
Bastien Nocera 10cda6b
%meson                                                          \
Bastien Nocera 25e2ac2
%if 0%{?with_session_selector}
Bastien Nocera 10cda6b
           -Dsession_selector=true                              \
74a8024
%endif
Bastien Nocera 10cda6b
           -Dsystemd=true                                       \
Bastien Nocera 10cda6b
           -Dsystemd_journal=true
Bastien Nocera 10cda6b
%meson_build
cvsdist 38cb97f
cvsdist 38cb97f
%install
Bastien Nocera b51ffc8
%meson_install
cvsdist 38cb97f
cvsdist 3899e20
%find_lang %{po_package}
cvsdist 38cb97f
1debb18
%ldconfig_scriptlets
cvsdist 38cb97f
ba68b32
%files xsession
e89c3de
%{_datadir}/xsessions/*
e89c3de
b2211cc
%files wayland-session
b2211cc
%{_datadir}/wayland-sessions/*
b2211cc
cvsdist 3899e20
%files -f %{po_package}.lang
23ecc8e
%doc AUTHORS NEWS README
23ecc8e
%license COPYING
William Jon McCann 3ce2685
%doc %{_mandir}/man*/*
cvsdist 38cb97f
%{_bindir}/*
8df0552
%{_libexecdir}/gnome-session-binary
e7654b4
%{_libexecdir}/gnome-session-check-accelerated
887499a
%{_libexecdir}/gnome-session-check-accelerated-gl-helper
887499a
%{_libexecdir}/gnome-session-check-accelerated-gles-helper
c751d8e
%{_libexecdir}/gnome-session-ctl
ac4eb9c
%{_libexecdir}/gnome-session-failed
af3df0e
%{_datadir}/gnome-session/
Richard Hughes 0e39e24
%{_datadir}/doc/gnome-session/dbus/gnome-session.html
009a8c2
%{_datadir}/GConf/gsettings/gnome-session.convert
72e7ca7
%{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
c751d8e
%{_userunitdir}/gnome-session*
Debarshi Ray 2d06653
%{_userunitdir}/gnome-launched-.scope.d/
cvsdist 38cb97f
cvsdist 38cb97f
%changelog
3481d0b
* Sun Mar 08 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
3481d0b
- Update to 3.36.0
3481d0b
Debarshi Ray 2d06653
* Thu Feb 20 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.3-3
Debarshi Ray 2d06653
- Own %%{_userunitdir}/gnome-launched-.scope.d
Debarshi Ray 2d06653
9bfc081
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-2
9bfc081
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
9bfc081
c61fb6c
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.35.3-1
c61fb6c
- Update to 3.35.3
c61fb6c
fa083d4
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.34.2-3
fa083d4
- Rebuilt for libgnome-desktop soname bump
fa083d4
e0cc091
* Mon Dec 16 2019 Benjamin Berg <bberg@redhat.com> - 3.34.2-2
e0cc091
- Add patches to run applications in transient scopes
e0cc091
  https://gitlab.gnome.org/GNOME/gnome-session/merge_requests/36
e0cc091
- Add patches to quit gnome-session quickly if gnome-shell cannot start
e0cc091
  https://gitlab.gnome.org/GNOME/gnome-session/merge_requests/35
e0cc091
25b3628
* Thu Nov 28 2019 Kalev Lember <klember@redhat.com> - 3.34.2-1
25b3628
- Update to 3.34.2
25b3628
1098d57
* Fri Oct 11 2019 Benjamin Berg <bberg@redhat.com> - 3.34.1-3
1098d57
- Add patches to ensure proper unit unloading after session shutdown
1098d57
  https://gitlab.gnome.org/GNOME/gnome-session/merge_requests/28
1098d57
- Resolves: #1760366
1098d57
656c556
* Tue Oct 08 2019 Benjamin Berg <bberg@redhat.com> - 3.34.1-2
656c556
- Add patch to strip blacklisted variables from autostart applications environment
656c556
  https://gitlab.gnome.org/GNOME/gnome-session/merge_requests/27
656c556
3fcbe36
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
3fcbe36
- Update to 3.34.1
3fcbe36
57992c1
* Mon Sep 23 2019 Benjamin Berg <bberg@redhat.com> - 3.34.0-3
57992c1
- Stop certain environment variables from leaking betweens sessions
57992c1
  https://gitlab.gnome.org/GNOME/gnome-session/merge_requests/23
57992c1
- Resolves: #1753191
57992c1
Debarshi Ray 9c93d53
* Thu Sep 19 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.34.0-2
Debarshi Ray 9c93d53
- Stop NOTIFY_SOCKET from leaking into the GNOME environment
Debarshi Ray 9c93d53
2271ba7
* Wed Sep 11 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
2271ba7
- Update to 3.34.0
2271ba7
fce0811
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
fce0811
- Update to 3.33.92
fce0811
c751d8e
* Mon Aug 26 2019 Kalev Lember <klember@redhat.com> - 3.33.90-1
c751d8e
- Update to 3.33.90
c751d8e
- Rebase downstream patches
9ad7b62
- Drop old versioned conflicts
c751d8e
d53df09
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 3.33.4-1
d53df09
- Update to 3.33.4
d53df09
be04112
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-3
be04112
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
be04112
99fb2f0
* Sun Jul 21 2019 Kalev Lember <klember@redhat.com> - 3.32.0-2
99fb2f0
- Rebuilt for libgnome-desktop soname bump
99fb2f0
448e166
* Wed Mar 13 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
448e166
- Update to 3.32.0
448e166
22b42b2
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-2
22b42b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
22b42b2
279f8ea
* Mon Jan 07 2019 Kalev Lember <klember@redhat.com> - 3.31.4-1
279f8ea
- Update to 3.31.4
279f8ea
David Herrmann 01565da
* Thu Oct 11 2018 David Herrmann <dh.herrmann@gmail.com> - 3.30.1-3
David Herrmann 01565da
- Reduce 'dbus-x11' dependency to 'dbus'. The xinit scripts are no longer the
David Herrmann 01565da
  canonical way to start dbus, but the 'dbus' package is nowadays required to
David Herrmann 01565da
  provide a user and system bus to its dependents.
David Herrmann 01565da
650dd58
* Thu Sep 27 2018 Hans de Goede <hdegoede@redhat.com> - 3.30.1-2
650dd58
- Add downstream patches implementing the "Boot Options" menu from:
650dd58
  https://wiki.gnome.org/Design/OS/BootOptions
650dd58
4c141c0
* Wed Sep 26 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
4c141c0
- Update to 3.30.1
4c141c0
392cc66
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
392cc66
- Update to 3.30.0
392cc66
e5b9ec2
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.29.90-1
e5b9ec2
- Update to 3.29.90
e5b9ec2
91c763d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.1-2
91c763d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
91c763d
30fe316
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
30fe316
- Update to 3.28.1
30fe316
ce148d6
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
ce148d6
- Update to 3.28.0
ce148d6
3d4a337
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
3d4a337
- Update to 3.27.92
3d4a337
c0086dd
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
c0086dd
- Update to 3.27.91
c0086dd
15a7f5e
* Tue Feb 13 2018 Ray Strode <rstrode@redhat.com> - 3.27.90.1-1
15a7f5e
- Update to 3.27.90.1
15a7f5e
ce2eda8
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 3.27.4-2
ce2eda8
- Rebuild against newer gnome-desktop3 package
ce2eda8
Bastien Nocera d35b896
* Fri Feb 09 2018 Bastien Nocera <bnocera@redhat.com> - 3.27.4-1
Bastien Nocera 10cda6b
- Update to 3.27.4
Bastien Nocera 10cda6b
- Use meson as build system
Bastien Nocera ef96ddd
- Adjust required session components for gnome-settings-daemon 3.27.90
Bastien Nocera ef96ddd
4b99a5d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-4
4b99a5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4b99a5d
1debb18
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.1-3
1debb18
- Switch to %%ldconfig_scriptlets
1debb18
3f9586f
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.1-2
3f9586f
- Remove obsolete scriptlets
3f9586f
6828da1
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
6828da1
- Update to 3.26.1
6828da1
f17f09e
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
f17f09e
- Update to 3.26.0
f17f09e
036237e
* Fri Sep 08 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
036237e
- Update to 3.25.92
036237e
3d20b82
* Tue Aug 15 2017 Kalev Lember <klember@redhat.com> - 3.25.90-1
3d20b82
- Update to 3.25.90
3d20b82
7760fbe
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
7760fbe
- Update to 3.25.4
7760fbe
c636575
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.3-2
c636575
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c636575
Bastien Nocera e70bbb4
* Mon Jul 10 2017 Bastien Nocera <bnocera@redhat.com> - 3.25.3-1
Bastien Nocera e70bbb4
+ gnome-session-3.25.3-1
Bastien Nocera e70bbb4
- Update to 3.25.3
Bastien Nocera e70bbb4
c15b918
* Wed Jun 21 2017 Ray Strode <rstrode@redhat.com> - 3.24.1-2
c15b918
- Kill bus clients at log out
c15b918
  Resolves: #1340203
c15b918
c15b918
- Address crash in fail whale
c15b918
  Related: #1384508
c15b918
8597e37
* Wed Apr 12 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
8597e37
- Update to 3.24.1
8597e37
dbde8c9
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
dbde8c9
- Update to 3.24.0
dbde8c9
3f6d5d8
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 3.23.92-1
3f6d5d8
- Update to 3.23.92
3f6d5d8
Richard Hughes 2456149
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 3.23.91-1
Richard Hughes 2456149
- Update to 3.23.91
Richard Hughes 2456149
Richard Hughes 67305a1
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 3.23.4.1-1
Richard Hughes 67305a1
- Update to 3.23.4.1
Richard Hughes 67305a1
1b62196
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.2-3
1b62196
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1b62196
5b5f053
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.23.2-2
5b5f053
- Prefer eglGetPlatformDisplay to eglGetDisplay
5b5f053
Bastien Nocera 168435a
* Tue Oct 11 2016 Bastien Nocera <bnocera@redhat.com> - 3.23.2-1
Bastien Nocera 168435a
+ gnome-session-3.23.2-1
Bastien Nocera 168435a
- Update to 3.23.2
Bastien Nocera 168435a
37a703b
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
37a703b
- Update to 3.22.0
334fb05
- Don't set group tags
37a703b
3cef30e
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
3cef30e
- Update to 3.21.90
3cef30e
887499a
* Tue Jul 26 2016 Kalev Lember <klember@redhat.com> - 3.21.4-1
887499a
- Update to 3.21.4
887499a
Richard Hughes b69a41e
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
Richard Hughes b69a41e
- Update to 3.21.3
Richard Hughes b69a41e
f78b8de
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
f78b8de
- Update to 3.20.1
f78b8de
dcbfced
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
dcbfced
- Update to 3.20.0
dcbfced
80d41d3
* Tue Mar 15 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
80d41d3
- Update to 3.19.92
80d41d3
5be6e59
* Mon Mar 07 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
5be6e59
- Update to 3.19.91
5be6e59
79ae0f2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
79ae0f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
79ae0f2
220384e
* Thu Jan 21 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
220384e
- Update to 3.19.4
220384e
efdb1ee
* Wed Nov 11 2015 Ray Strode <rstrode@redhat.com> 3.19.2-0.1.20151111git858812a7
efdb1ee
- Add GNOME on Xorg session
efdb1ee
77f2a1d
* Tue Nov 10 2015 Ray Strode <rstrode@redhat.com> 3.19.2-0.1.20151110git9bbaf36d
77f2a1d
- Update to git snapshot
77f2a1d
2d76343
* Fri Nov 06 2015 Ray Strode <rstrode@redhat.com> 3.18.1.2-2
2d76343
- Add patch to make crash logging more obvious
2d76343
  Related: gnome#757571
2d76343
145df64
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1.2-1
145df64
- Update to 3.18.1.2
145df64
9d191dd
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 3.18.1.1-1
9d191dd
- Update to 3.18.1.1
9d191dd
8df0552
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
8df0552
- Update to 3.18.1
8df0552
170e599
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
170e599
- Update to 3.18.0
170e599
4a54153
* Thu Sep 17 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
4a54153
- Update to 3.17.92
d2ff82f
- Use make_install macro
4a54153
2b541f1
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.16.0-3
2b541f1
- Bump for new gnome-desktop3
2b541f1
de4e719
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
de4e719
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
de4e719
60e37f8
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
60e37f8
- Update to 3.16.0
60e37f8
9de8a29
* Wed Mar 18 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
9de8a29
- Update to 3.15.92
0259b13
- Remove patch fuzz 2 and drop two upstreamed patches
987e5ad
- Tighten deps with the _isa macro
9de8a29
Bastien Nocera 2a97b6a
* Sat Mar 07 2015 Bastien Nocera <bnocera@redhat.com> 3.15.90-2
Bastien Nocera 2a97b6a
- Fix SessionIsActive property thereby fixing screens not going to sleep
Bastien Nocera 2a97b6a
- Disable GConf autostart support
Bastien Nocera 2a97b6a
e580ae4
* Thu Feb 19 2015 David King <amigadave@amigadave.com> - 3.15.90-1
e580ae4
- Update to 3.15.90
e580ae4
73acf9b
* Thu Jan 29 2015 David King <amigadave@amigadave.com> - 3.15.4-1
73acf9b
- Update to 3.15.4
23ecc8e
- Use license macro for COPYING
bb55ab0
- Use pkgconfig for BuildRequires
73acf9b
85e76e8
* Mon Jan 05 2015 Ray Strode <rstrode@redhat.com> 3.15.3-2
85e76e8
- Fix crasher
85e76e8
  Resolves: #1176413
85e76e8
Richard Hughes 25d9fbd
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
Richard Hughes 25d9fbd
- Update to 3.15.3
Richard Hughes 25d9fbd
Richard Hughes 8c39f9d
* Sat Nov 01 2014 Richard Hughes <rhughes@redhat.com> - 3.14.0-2
Richard Hughes 8c39f9d
- Fix compile on RHEL
Richard Hughes 8c39f9d
9066f12
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
9066f12
- Update to 3.14.0
9066f12
648d682
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3-2
648d682
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
648d682
e916f52
* Fri Jul 18 2014 Ray Strode <rstrode@redhat.com> 3.13.3-1
e916f52
- Update to 3.13.3
e916f52
- Fix classic mode
e916f52
  Resolves: #1120283
e916f52
fd27171
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-3
fd27171
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fd27171
c5edc5e
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-2
c5edc5e
- Pull in xorg-x11-server-Xwayland for the wayland session
c5edc5e
1d3aa42
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
1d3aa42
- Update to 3.12.1
1d3aa42
2b9205f
* Tue Apr 15 2014 Ray Strode <rstrode@redhat.com> 3.12.0-3
2b9205f
- Actually move wayland session to subpackage, instead of
2b9205f
  copy it to subpackage
2b9205f
b2211cc
* Tue Apr 08 2014 Ray Strode <rstrode@redhat.com> - 3.12.0-2
b2211cc
- Move wayland session to a subpackage
b2211cc
Richard Hughes bfc83bf
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
Richard Hughes bfc83bf
- Update to 3.12.0
Richard Hughes bfc83bf
Richard Hughes 753f12d
* Thu Mar 20 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
Richard Hughes 753f12d
- Update to 3.11.92
Richard Hughes 753f12d
Richard Hughes 34083ae
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-2
Richard Hughes 34083ae
- Rebuilt for gnome-desktop soname bump
Richard Hughes 34083ae
Richard Hughes 04668de
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
Richard Hughes 04668de
- Update to 3.11.4
Richard Hughes 04668de
Richard Hughes b2fcff5
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
Richard Hughes b2fcff5
- Update to 3.11.3
Richard Hughes b2fcff5
Richard Hughes 1282ee6
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
Richard Hughes 1282ee6
- Update to 3.11.2
Richard Hughes 1282ee6
d1e46f3
* Sun Nov 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.11.1-1
d1e46f3
- Update to 3.11.1
d1e46f3
72234d1
* Fri Nov 01 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.1-2
72234d1
- Backport patch for UPower 1.0 support
72234d1
Richard Hughes 5471508
* Mon Oct 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
Richard Hughes 5471508
- Update to 3.10.1
Richard Hughes 5471508
Richard Hughes 342303f
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
Richard Hughes 342303f
- Update to 3.10.0
Richard Hughes 342303f
44ae8ce
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
44ae8ce
- Update to 3.9.91
44ae8ce
d51aa0e
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
d51aa0e
- Update to 3.9.90
314361c
- Switch to unversioned docdirs (#993784)
d51aa0e
c657239
* Sat Aug 10 2013 Ray Strode <rstrode@redhat.com> 3.9.5-2
c657239
- Remove vendor from desktop-file-install
c657239
c3e43ee
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.5-1
c3e43ee
- Update to 3.9.5
c3e43ee
7417d63
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2.1-3
7417d63
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7417d63
58cf348
* Sat Jun 22 2013 Matthias Clasen <mclasne@redhat.com> - 3.8.2.1-2
58cf348
- Trim %%changelog
58cf348
74a8024
* Wed May 15 2013 Matthias Clasen <mclasne@redhat.com> - 3.8.2.1-1
74a8024
- Update to 3.8.2.1
74a8024
- Conditionally build session selector
74a8024
Richard Hughes b48d013
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
Richard Hughes b48d013
- Update to 3.8.2
Richard Hughes b48d013
a7fe045
* Tue Apr 30 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-2
a7fe045
- Use the upstream xsession desktop file
5bb4995
- Drop the fallback mode authentication agent autostart file
a7fe045
50434d3
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
50434d3
- Update to 3.8.1
50434d3
49212b9
* Thu Apr 11 2013 Adam Jackson <ajax@redhat.com> 3.8.0-2
49212b9
- gnome-session-3.6.2-swrast.patch: Allow running on the classic software
49212b9
  renderer.  No effect on arches where we build llvmpipe, but on ppc/s390
49212b9
  classic swrast is marginally less painful than softpipe.
49212b9
69c4aa4
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
69c4aa4
- Update to 3.8.0
69c4aa4
Richard Hughes f046d25
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
Richard Hughes f046d25
- Update to 3.7.92
Richard Hughes f046d25
2e56c03
* Wed Mar  6 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
2e56c03
- Update to 3.7.91
2e56c03
2a43f2f
* Sun Feb 24 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.90-2
2a43f2f
- Drop obsolete requires (polkit-gnome, polkit-desktop-policy,
2a43f2f
  notification-daemon)
2a43f2f
Richard Hughes f38864f
* Wed Feb 20 2013 Richard Hughes <rhughes@redhat.com> - 3.7.90-1
Richard Hughes f38864f
- Update to 3.7.90
Richard Hughes f38864f
6f208d4
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.4-1
6f208d4
- Update to 3.7.4
6f208d4
ac4eb9c
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
ac4eb9c
- Update to 3.7.3
ac4eb9c
- Drop the upstreamed llvmpipe patch
ac4eb9c
- Adjust buildrequires
ac4eb9c
Richard Hughes cc2911e
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 3.7.2-1
Richard Hughes cc2911e
- Update to 3.7.2
Richard Hughes cc2911e
8a4f8ee
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
8a4f8ee
- Update to 3.7.1
8a4f8ee
Florian Müllner b933ecf
* Thu Oct 18 2012 Florian Müllner <fmuellner@redhat.com> - 3.6.1-2
Florian Müllner b933ecf
- Set XDG_MENU_PREFIX to pick the correct menu layout in
Florian Müllner b933ecf
  gnome-shell and alacarte
Florian Müllner b933ecf
3eaee9c
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
3eaee9c
- Update to 3.6.1
3eaee9c
db17212
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
db17212
- Update to 3.6.0
db17212
Richard Hughes efb545e
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
Richard Hughes efb545e
- Update to 3.5.91
Richard Hughes efb545e
Richard Hughes 3c981fc
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
Richard Hughes 3c981fc
- Update to 3.5.5
Richard Hughes 3c981fc
0657bf6
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
0657bf6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0657bf6
Richard Hughes 9fd60dc
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
Richard Hughes 9fd60dc
- Update to 3.5.4
Richard Hughes 9fd60dc
Richard Hughes f7830c7
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.2-1
Richard Hughes f7830c7
- Update to 3.5.2
Richard Hughes f7830c7
Richard Hughes 90b65b6
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 3.4.2-1
Richard Hughes 90b65b6
- Update to 3.4.2
Richard Hughes 90b65b6
a35a134
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
a35a134
- Silence rpm scriptlet output
a35a134
4b53c2d
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
4b53c2d
- Update to 3.4.1
4b53c2d
- Dropped upstreamed systemd patch
4b53c2d
75e7919
* Thu Apr  5 2012 Matthias Clasen <mclasen@redhat.com> - 3.4.0-2
75e7919
- Fix a looping PolicyKit dialog on shutdown
75e7919
Richard Hughes ed5d420
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
Richard Hughes ed5d420
- Update to 3.4.0
Richard Hughes ed5d420
87d64c1
* Thu Mar 22 2012 Adam Williamson <awilliam@redhat.com> - 3.3.92-2
87d64c1
- blacklist NV30 family until RH #745202 is resolved
87d64c1
0466cb5
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
0466cb5
- Update to 3.3.92
0466cb5
3f765bc
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
3f765bc
- Update to 3.3.90
3f765bc
099dfb3
* Thu Feb  9 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-2
099dfb3
- Fix a bug in the new system interface registration
099dfb3
c891ca2
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
c891ca2
- Update to 3.3.5
c891ca2
- Use systemd for session tracking
c891ca2
9a66932
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
9a66932
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9a66932
78b1d7b
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> 3.3.3-1
78b1d7b
- Update to 3.3.3
78b1d7b
55f664b
* Tue Dec 13 2011 Adam Jackson <ajax@redhat.com> 3.3.2-2
55f664b
- gnome-session-3.3.2-radeon.patch: Blacklist pre-R300 radeons (#758422)
55f664b
cb6fe1e
* Wed Nov 23 2011 Matthias Clasen <mclasen@redhat.com> 3.3.2-1
cb6fe1e
- Update to 3.3.2
cb6fe1e
1c00acf
* Thu Nov 03 2011 Adam Jackson <ajax@redhat.com> 3.3.1-2
1c00acf
- gnome-session-3.3.1-llvmpipe.patch: Don't consider llvmpipe unsupported.
1c00acf
a9953db
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
a9953db
- Update to 3.3.1
a9953db
ed03e62
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
ed03e62
- Rebuilt for glibc bug#747377
ed03e62
f40647d
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
f40647d
- Update to 3.2.1
f40647d
402da25
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
402da25
- Update to 3.2.0
402da25
68b7fd7
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> 3.1.92-1
68b7fd7
- Update to 3.1.92
68b7fd7
f40647d
* Fri Sep  9 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-3
f40647d
- Some fixes to make gdm fallback mode login work
f40647d
f40647d
* Thu Sep  8 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-2
f40647d
- Drop GConf2-gtk dep
f40647d
1b8412a
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> 3.1.91-1
1b8412a
- Update to 3.1.91
1b8412a
f40647d
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
f40647d
- Update to 3.1.90
f40647d
f40647d
* Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> 3.1.5-1
f40647d
- Update to 3.1.5
f40647d
Bastien Nocera 5da13b5
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
Bastien Nocera 5da13b5
- Update to 3.1.3
Bastien Nocera 5da13b5
78fb8d5
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
78fb8d5
- Update to 3.1.2
78fb8d5
Owen W. Taylor a0f8c48
* Wed Apr 27 2011 Owen Taylor <otaylor@redhat.com> - 3.0.1-2
Owen W. Taylor a0f8c48
- Add a quick-and-dirty blacklist for Radeon R100, R200, Intel 8xx
Owen W. Taylor a0f8c48
5b0b933
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
5b0b933
- Update to 3.0.1
5b0b933
9c558e5
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
9c558e5
- Update to 3.0.0
9c558e5
6461abf
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.94-1
6461abf
- Update to 2.91.94
6461abf
462d1f4
* Wed Mar 23 2011 Ray Strode <rstrode@redhat.com> 2.91.93-1
462d1f4
- Update to 2.91.93
462d1f4
b8a118e
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
b8a118e
- Update to 2.91.92
b8a118e
ed3cf76
* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91.3-1
ed3cf76
- Update to 2.91.91.3
ed3cf76
7c8d700
* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91.2-1
7c8d700
- Update to 2.91.91.2
7c8d700
8c8f36b
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-2
8c8f36b
- Fix the check-accel utility exit status
8c8f36b
8ffbbdf
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
8ffbbdf
- Update to 2.91.91
8ffbbdf
11ec966
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-5
11ec966
- Make the new if-session Autostart condition work
11ec966
880143a
* Mon Feb 28 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-4
880143a
- Fix the autostart syntax
880143a
354c18b
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-3
354c18b
- Install an autostart file for the authentication agent
354c18b
  in the fallback session
354c18b
1490f43
* Tue Feb 22 2011 Ray Strode <rstrode@redhat.com> 2.91.90-2
1490f43
- Fix crashity crash crash
1490f43
2084e20
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.90-1
2084e20
- Update to 2.91.90
2084e20
e269a4a
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-3
e269a4a
- Rebuild against newer gtk
e269a4a
6c1d345
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
6c1d345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6c1d345
d986cf0
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.6-1
d986cf0
- 2.91.6
d986cf0
66c5811
* Tue Jan 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-3
66c5811
- Just require control-center-filesystem (#661565)
66c5811
4bc8b61
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
7bc501f
- Don't run the shell on softpipe
7bc501f
78e7bcc
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
78e7bcc
- Update to 2.91.4
78e7bcc
497bf6f
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-7
497bf6f
- Rebuild against new gtk
497bf6f
9e5b934
* Sun Nov 07 2010 Ray Strode <rstrode@redhat.com> 2.91.0-6
9e5b934
- Fix some cases where the inhibitor dialog shows up when it isn't
9e5b934
  supposed to.
9e5b934
7cb0732
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-5
7cb0732
- Prepare for libnotify 0.7.0
7cb0732
02e1308
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-4
02e1308
- Rebuild against newer gtk3
02e1308
paragn c1c0a3a
* Tue Oct 26 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.91.0-3
paragn c1c0a3a
- Gconf2 scriptlet accepts schema file names without file extension.
paragn c1c0a3a
paragn d4fc2ba
* Fri Oct 15 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.91.0-2
paragn d4fc2ba
- Merge-review cleanup (#225835)
paragn d4fc2ba
6b3ddec
* Wed Oct  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.0-1
6b3ddec
- Update to 2.91.0
6b3ddec
26defac
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
26defac
- Update to 2.32.0
26defac
Jesse Keating 403351d
* Wed Sep 29 2010 jkeating - 2.31.6-3
Jesse Keating 403351d
- Rebuilt for gcc bug 634757
Jesse Keating 403351d
e4b61f8
* Tue Sep 21 2010 Ray Strode <rstrode@redhat.com> - 2.31.6-2
e4b61f8
- build fixes
e4b61f8
a005df4
* Fri Aug  6 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
a005df4
- Update to 2.31.6
a005df4
b05d95a
* Thu Jul  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
b05d95a
- Require dconf
b05d95a
742fd80
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
742fd80
- Update to 2.31.2
742fd80
a750440
* Fri May 07 2010 Colin Walters <walters@verbum.org> - 2.30.0-2
a750440
- Use upstream commit for library linking
a750440
729331c
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
729331c
- Update to 2.30.0
729331c
974c77a
* Tue Mar 09 2010 Bastien Nocera <bnocera@redhat.com> 2.29.92-1
974c77a
- Update to 2.29.92
974c77a
74c0f72
* Thu Feb 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-1
74c0f72
- Update to 2.29.6
74c0f72
ecc151e
* Fri Jan 15 2010 Ray Strode <rstrode@redhat.com> - 2.28.0-4
ecc151e
- Nag user if they try to log in as root
ecc151e
fc01e31
* Fri Nov  6 2009 Matthias Clasen  <mclasen@redhat.com> - 2.28.0-3
fc01e31
- Add ability to perform actions after a period of idleness
fc01e31
10e0e68
* Fri Oct 23 2009 Matthias Clasen  <mclasen@redhat.com> - 2.28.0-2
10e0e68
- Avoid a crash on certain xsmp error conditions
10e0e68
86c7ce2
* Wed Sep 23 2009 Matthias Clasen  <mclasen@redhat.com> - 2.28.0-1
86c7ce2
- Update to 2.28.0
86c7ce2
11bd5a8
* Wed Sep  9 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.92-1
11bd5a8
- Update to 2.27.92
11bd5a8
563f771
* Thu Aug 13 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.5-2
563f771
- Require polkit-desktop-policy
563f771
d95a839
* Tue Jul 28 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.5-1
d95a839
- Update to 2.27.5
d95a839
839fa48
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-3
839fa48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
839fa48
d2fafef
* Mon Jul 20 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.4-2
d2fafef
- Require polkit-gnome, we need an authentication agent in the session
d2fafef
a49fa03
* Wed Jul 15 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.4-1
a49fa03
- Update to 2.27.4
a49fa03
9747010
* Fri Jul 10 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-5
9747010
- Avoid pointless warnings
9747010
8b967c5
* Sun Jun 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-4
8b967c5
- Drop unused files
8b967c5
cdd8aeb
* Fri Jun 12 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-3
cdd8aeb
- Fix some oversights in the PolicyKit port
cdd8aeb
6d4aa54
* Tue May 12 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-2
6d4aa54
- Port to PolicyKit 1
6d4aa54
fd928b4
* Tue Apr 14 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.1-1
fd928b4
- Update to 2.26.1
fd928b4
- See http://download.gnome.org/sources/gnome-session/2.26/gnome-session-2.26.1.news
fd928b4
d8d1b0e
* Wed Apr  8 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0.90-1
d8d1b0e
- Update to 2.26.0.90
d8d1b0e
9f7bb5c
* Sun Apr  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-2
9f7bb5c
- Avoid some warnings (#493688)
9f7bb5c
86df7d9
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-1
86df7d9
- Update to 2.26.0
86df7d9
d508c43
* Fri Mar  6 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-2
d508c43
- Turn off excessive debug spew
d508c43
6099235
* Tue Mar  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-1
6099235
- Update to 2.25.92
6099235
89c5a6b
* Thu Feb 26 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-4
89c5a6b
- Make -xsession arch again
89c5a6b
- Fix xsync usage
89c5a6b
dfe42f5
* Tue Feb 24 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-3
b1bd0a4
- Make -xsession noarch
b1bd0a4
c9f5f1f
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
c9f5f1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c9f5f1f
e8d613b
* Wed Feb 18 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-1
e8d613b
- Update to 2.25.91
e8d613b
d74ed17
* Tue Feb  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-1
d74ed17
- Update to 2.25.90
d74ed17
2fdd9be
* Tue Jan 20 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.5-2
dca241c
- Update to 2.25.5
2fdd9be
- Fix BuildRequires
dca241c
d952532
* Wed Dec 17 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.3-1
d952532
- Update to 2.25.3
d952532
495a94f
* Thu Dec  4 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-2
6fa1fd4
- Update to 2.25.2
6fa1fd4
ce322fb
* Tue Nov 25 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-5
ce322fb
- Spec file cleanups
ce322fb
ca6970a
* Mon Nov 10 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-4
ca6970a
- Fix client registration in some cases 
ca6970a
867b3af
* Sun Oct 26 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-3
6bc10f1
- Make the capplet resizable (#468577)
6bc10f1
cc1a882
* Wed Oct 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-1
cc1a882
- Update to 2.24.1
cc1a882
- Drop upstreamed patches
cc1a882
1a55985
* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-11
1a55985
- Remove some dubious code to fix panel race at startup that
1a55985
  would make shutdown menu item disappear for some users.
1a55985
e910da3
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-10
e910da3
- Rewrite patch another time leverage better api and be more
e910da3
  terse
e910da3
03acb97
* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-9
03acb97
- Bring shutdown menu item back.  More fallout from my buggy
03acb97
  patch introduced in -7
03acb97
0bb2904
* Thu Oct  9 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-8
0bb2904
- Fix assertion failure in last patch
0bb2904
9286ac2
* Thu Oct  9 2008 Ray Strode <rstrode@redhat.com> - 2.24.0-7
9286ac2
- Add new api for panel to figure out whether or not to show
9286ac2
  Shutdown menu item.
9286ac2
57e5a44
* Fri Oct  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-6
57e5a44
- Fix missing translations in the capplet
27341c7
- Fix small UI issues in the capplet
57e5a44
ff08a5b
* Sun Sep 28 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-5
ff08a5b
- BR xorg-x11-xtrans-devel (#464316)
ff08a5b
1c8250e
* Fri Sep 26 2008 Ray Strode  <rstrode@redhat.com> - 2.24.0-4
1c8250e
- Make the new xsession subpackage require the version of
1c8250e
  gnome-session it's built against
1c8250e
e89c3de
* Thu Sep 25 2008 Ray Strode  <rstrode@redhat.com> - 2.24.0-3
e89c3de
- Split gnome-session.desktop off into subpackage
e89c3de
e40548c
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-2
1c8978b
- Update to 2.24.0
e40548c
- Drop upstreamed patches
1c8978b
8285527
* Thu Sep 18 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-6
8285527
- Plug memory leaks
8285527
27e104a
* Thu Sep 18 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-5
27e104a
- Plug memory leaks
27e104a
2462d86
* Mon Sep 15 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-4
2462d86
- Plug memory leaks
2462d86
be6c204
* Sun Sep 14 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-3
be6c204
- Plug memory leaks
be6c204
a4a076c
* Sun Sep 14 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.92-2
a4a076c
- Plug memory leaks
a4a076c
William Jon McCann 54e788a
* Mon Sep  8 2008 Jon McCann  <jmccann@redhat.com> - 2.23.92-1
William Jon McCann 54e788a
- Update to 2.23.92
William Jon McCann 54e788a
ce45e25
* Tue Sep  2 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.91-1
ce45e25
- Update to 2.23.91
ce45e25
William Jon McCann 29c883c
* Thu Aug 28 2008 Jon McCann  <jmccann@redhat.com> - 2.23.91.0.2008.08.28.1
William Jon McCann 29c883c
- Update to snapshot
William Jon McCann 29c883c
3ff8ca4
* Fri Aug 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.90-1
3ff8ca4
- Update to 2.23.90
3ff8ca4
4ed578a
* Thu Aug 14 2008 Lennart Poettering  <lpoetter@redhat.com> - 2.23.6-4
4ed578a
- Drop login/logout sound scripts since we do this now in libcanberra
4ed578a
934955c
* Tue Aug 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.6-3
934955c
- Fix a crash in the at-spi-registryd-wrapper
934955c
5b0aa3c
* Thu Aug  7 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.6-2
5b0aa3c
- Fix another icon name
5b0aa3c
8cfbfcb
* Tue Aug  5 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.6-1
8cfbfcb
- Update to 2.23.6
William Jon McCann 29c883c
William Jon McCann 912bd53
* Wed Jul 30 2008 Jon McCann  <jmccann@redhat.com> - 2.23.6.0.2008.07.30.1
William Jon McCann 912bd53
- New snapshot from DBus branch
William Jon McCann 912bd53
William Jon McCann b237560
* Mon Jul 29 2008 Jon McCann  <jmccann@redhat.com> - 2.23.6.0.2008.07.29.1
William Jon McCann b237560
- New snapshot from DBus branch
William Jon McCann b237560
William Jon McCann 3ce2685
* Mon Jul 28 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.28.1
William Jon McCann 3ce2685
- New snapshot from DBus branch
William Jon McCann 3ce2685
e61f5cb
* Thu Jul 24 2008 Matthias Clasen  <mclasen@redhat.com> - 2.23.5.0.2008.07.21.4
e61f5cb
- Fix a crash
e61f5cb
William Jon McCann 815fada
* Mon Jul 22 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.21.3
William Jon McCann 815fada
- Add BuildRequires PolicyKit-gnome-devel
William Jon McCann 815fada
William Jon McCann 4f958b6
* Mon Jul 21 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.21.2
William Jon McCann 4f958b6
- New snapshot to fix build
William Jon McCann 4f958b6
William Jon McCann 32261dc
* Mon Jul 21 2008 Jon McCann  <jmccann@redhat.com> - 2.23.5.0.2008.07.21.1
William Jon McCann 32261dc
- Snapshot from DBus branch
William Jon McCann 32261dc
6834a75
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-4
6834a75
- Fix a typo in the previous patch
6834a75
55a659a
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-3
55a659a
- Use more standard icon names
55a659a
6c3559e
* Tue Jul  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-2
6c3559e
- Escape comments for markup
6c3559e
f082ccb
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.1-1
f082ccb
- Update to 2.23.4.1
f082ccb
37feb53
* Wed Jun  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
37feb53
- Update to 2.23.3
37feb53
f8f18d8
* Fri May 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-3
f8f18d8
- Make nautilus start again
f8f18d8
8a9c1e1
* Thu May 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-2
8a9c1e1
- Don't crash while handling legacy sessions
8a9c1e1
51ba49a
* Wed May 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2.2-1
51ba49a
- Update to 2.23.2.2
d4ba83c
daf3eb8
* Fri Apr 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-1
daf3eb8
- Update to 2.23.1
daf3eb8
6b22eb2
* Thu Apr 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1.1-1
6b22eb2
- Update to 2.22.1.1 (fixes a crash in the trash migration code)
6b22eb2
d4c5c27
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
d4c5c27
- Update to 2.22.1
d4c5c27
3832ea4
* Sun Apr  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
3832ea4
- Drop gnome-volume-manager from the default session
3832ea4
6f808c8
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
6f808c8
- Update to 2.22.0
6f808c8
88021ca
* Thu Mar 06 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.93-1
88021ca
- Update to 2.21.93, drop esound dependencies and patches
88021ca
991e446
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
991e446
- Update to 2.21.92
991e446
7283b43
* Tue Feb 12 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
7283b43
- Update to 2.21.91
7283b43
9a1bcfd
* Mon Feb 11 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.90-2
9a1bcfd
- Add patch to make login sounds work
9a1bcfd
- Remove unneeded patch to launch gnome-user-share, it launches
9a1bcfd
  using autostart now
9a1bcfd
9ab6067
* Tue Jan 29 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
9ab6067
- Update to 2.21.90
9ab6067
61e3c35
* Tue Jan 15 2008  Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
61e3c35
- Update to 2.21.5
61e3c35
b35899c
* Tue Nov 27 2007  Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
b35899c
- Update to 2.20.2 (translation updates)
b35899c
3181e04
* Tue Oct 30 2007 - Bastien Nocera <bnocera@redhat.com> - 2.20.1-2
3181e04
- Enable sound by default, without looking at the prefs
3181e04
94d9fc9
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
94d9fc9
- Update to 2.20.1 (translation updates)
94d9fc9
d32ec45
* Thu Sep 27 2007 Ray Strode <rstrode@redhat.com> - 2.20.0-2
d32ec45
- drop redhat-artwork dep.  We don't need it.
d32ec45
83acc57
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
83acc57
- Update to 2.20.0
83acc57
a4e7ad3
* Tue Sep 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-3
a4e7ad3
- Plug memory leaks in the ICE code
a4e7ad3
Kristian Høgsberg 5bd4b99
* Wed Sep  5 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.92-2
Kristian Høgsberg 5bd4b99
- Update gnome-session-2.17.5-window-manager.patch to apply (remove
Kristian Høgsberg 5bd4b99
  chunks that are now upstream).
Kristian Høgsberg 5bd4b99
b45d341
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-1
b45d341
- Update to 2.19.92
b45d341
41f62ee
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.90-2
41f62ee
- Rebuild for build ID
41f62ee
f6af46c
* Mon Aug 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
f6af46c
- Update to 2.19.90
f6af46c
Kristian Høgsberg 0b8f849
* Fri Aug 10 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-5
Kristian Høgsberg 0b8f849
- Edit window manager patch again to add 'glib' to compiz launch.
Kristian Høgsberg 0b8f849
Kristian Høgsberg 2298d83
* Thu Aug  9 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-4
Kristian Høgsberg 2298d83
- Edit the right window manager patch and delete the old one.
Kristian Høgsberg 2298d83
Kristian Høgsberg 4d75300
* Thu Aug  9 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.6-3
Kristian Høgsberg 4d75300
- Export LIBGL_ALWAYS_INDIRECT before starting compiz.
Kristian Høgsberg 4d75300
a6e529a
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
a6e529a
- Update license field
a6e529a
ad93d83
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
ad93d83
- Update to 2.19.6
ad93d83
2beef2c
* Sun Jul  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
2beef2c
- Update to 2.19.5
2beef2c
82a5c6c
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-3
82a5c6c
- Move /usr/share/gnome/wm-properties to control-center-filesystem
82a5c6c
482ec88
* Tue Jun 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-2
482ec88
- Fix a hang on login with a11y
482ec88
17b045b
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
17b045b
- Update to 2.19.4
17b045b
82ad921
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
82ad921
- Update to 2.19.3
82ad921
- Drop upstreamed patch
82ad921
0fc93f8
* Tue May 22 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.2-2
0fc93f8
- Fix up logic in iris patch
0fc93f8
f7aad1e
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
f7aad1e
- Update to 2.19.2
f7aad1e
cfffa9a
* Tue May 15 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-7
cfffa9a
- Don't show iris animation when using compiz (bug 237842)
cfffa9a
472c65f
* Sun May  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-6
472c65f
- Don't own /usr/share/applications
472c65f
789803c
* Sat Apr 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-5
789803c
- Add a dependency on dbus-x11
789803c
David Zeuthen 0dca26d
* Thu Apr 12 2007 David Zeuthen <davidz@redhat.com> - 2.18.0-4
David Zeuthen 0dca26d
- start same kind of AT's in session as started in gdm (#229912)
David Zeuthen 0dca26d
ce05bc1
* Fri Mar 30 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-3
ce05bc1
- remove xdg autostart dir since it's part of filesystem now
ce05bc1
83e167d
* Wed Mar 21 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-2
83e167d
- remove eggcups from default session (bug 233261)
83e167d
2d7e63b
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
2d7e63b
- Update to 2.18.0
2d7e63b
ff936eb
* Wed Feb 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
ff936eb
- Update to 2.17.92
ff936eb
7b53b04
* Fri Feb 23 2007 Jeremy Katz <katzj@redhat.com> - 2.17.91-2
7b53b04
- disable a11y registry timeout so that we don't get the popup with 
7b53b04
  the livecd (#227214)
7b53b04
fa8564a
* Tue Feb 13 2007 Matthisa Clasen <mclasen@redhat.com> - 2.17.91-1
fa8564a
- Update to 2.17.91
fa8564a
fa8564a
* Tue Feb  6 2007 Kristian Høgsberg <krh@redhat.com> - 2.17.90.1-3
Kristian Høgsberg 2aa343d
- Update gnome-session-2.15.90-window-manager.patch to start
Kristian Høgsberg b9b4f80
  gtk-window-decorator instead of gnome-window-decorator for compiz.
Kristian Høgsberg b9b4f80
Kristian Høgsberg 2aa343d
  [ Update: the patch is not applied and upstream gnome-session does
Kristian Høgsberg 2aa343d
    the right thing. ]
Kristian Høgsberg 2aa343d
777f867
* Mon Feb  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90.1-2
777f867
- Require GConf2-gtk for gconf-sanity-check 
777f867
66b6f1e
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90.1-1
66b6f1e
- Update to 2.17.90.1
66b6f1e
1e23a65
* Sun Jan 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
1e23a65
- Update to 2.17.90
1e23a65
- Clean up BuildRequires
1e23a65
291b794
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
291b794
- Update to 2.17.5
291b794
1ad2bc9
* Mon Nov 27 2006 Ray Strode <rstrode@redhat.com> - 2.17.2-6
f71d8ba
- don't set http_proxy variable if proxy requires password (bug
f71d8ba
  217332)
f71d8ba
67b6d70
* Wed Nov 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-4
67b6d70
- Own the /usr/share/gnome/wm-properties directory (#216514)
67b6d70
4344766
* Mon Nov 20 2006 Ray Strode <rstrode@redhat.com> - 2.17.2-3
4344766
- don't make gnome.desktop executable (bug 196105)
4344766
e709221
* Sat Nov 11 2006 Matthias Clasen  <mclasen@redhat.com> - 2.17.2-2
e709221
- Fix gnome-wm for compiz
e709221
9cbb152
* Tue Nov  7 2006 Matthias Clasen  <mclasen@redhat.com> - 2.17.2-1
9cbb152
- Update to 2.17.2
9cbb152
652956a
* Thu Oct 26 2006 Ray Strode <rstrode@redhat.com> - 2.16.1-2.fc7
a61567d
- don't hose users with a stale http_proxy variable if they
a61567d
  use autoconfiguration and uses to use manual configuration.
a61567d
  Patch by Mark McLoughlin (bug 212319)
a61567d
076cb34
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
076cb34
- Update to 2.16.1
076cb34
9daa847
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-4
9daa847
- Fix scripts according to the packaging guidelines
9daa847
7096616
* Thu Sep  7 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-3.fc6
7096616
- Fix position of icons in the splash screen  (#205508)
7096616
08c48a9
* Wed Sep  6 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-2.fc6
08c48a9
- set http_proxy environment variable from GNOME settings 
08c48a9
  (bug 190041)
08c48a9
4701c5b
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
4701c5b
- Update to 2.16.0
4701c5b
778a839
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
778a839
- Update to 2.15.92
778a839
- Add %%preun and %%postun scripts
778a839
c4587fb
* Mon Aug 14 2006 Ray Strode <rstrode@redhat.com> - 2.15.91-1.fc6
c4587fb
- Update to 2.15.91
c4587fb
630ecf1
* Sun Aug 13 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-4.fc6
630ecf1
- fix window manager launching script. Patch from 
630ecf1
  Tim Vismor <tvismor@acm.org> (bug 202312)
630ecf1
11e6e74
* Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-3.fc6
11e6e74
- start gnome-window-decorator and pass "gconf" when invoking
11e6e74
  compiz
11e6e74
bf0fa15
* Thu Aug 10 2006 Ray Strode <rstrode@redhat.com> - 2.15.90-2.fc6
bf0fa15
- update patch from 2.15.4-3 to be more session friendly (bug 201473)
bf0fa15
bf0fa15
* Fri Aug  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
80f04d8
- Update to 2.15.90
80f04d8
bf0fa15
* Thu Aug  3 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.4-3
sandmann 08484d9
- Add patch to (a) add configuration option for window manager, (b) start the window
sandmann 08484d9
  manager, and (c) disable splash screen by default.
sandmann 08484d9
956cca7
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 2.15.4-2
956cca7
- Add BR for dbus-glib-devel
956cca7
612e28a
* Thu Jul 13 2006 Ray Strode <rstrode@redhat.com> - 2.15.4-1
07e7075
- Update to 2.15.4
07e7075
a806be3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.1-5.1
a806be3
- rebuild
a806be3
defbb9c
* Mon Jun 12 2006 Bill Nottingham  <notting@redhat.com> 2.15.1-5
defbb9c
- remove obsolete automake14 buildreq
defbb9c
9b79e79
* Fri Jun  9 2006 Matthias Clasen  <mclasen@redhat.com> 2.15.1-4
9b79e79
- Add more missing BuildRequires
9b79e79
c7f8875
* Tue Jun  6 2006 Matthias Clasen  <mclasen@redhat.com> 2.15.1-3
c7f8875
- Add BuildRequires: intltool, autoconf, automake 
c7f8875
518ad0f
* Mon Jun  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
518ad0f
- Require system-logos, not fedora-logos
518ad0f
eb365d5
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
eb365d5
- Update to 2.15.1
eb365d5
d6d632c
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
d6d632c
- Update to 2.14.1
d6d632c
47bbcf9
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
47bbcf9
- Update to 2.14.0
47bbcf9
f5b31d6
* Thu Mar 09 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-5
f5b31d6
- fix up path creation functions 
f5b31d6
eef3993
* Thu Mar 09 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-4
eef3993
- create ~/.config/autostart before trying to migrate
eef3993
  session-manual to it (bug 179602).
eef3993
0511e79
* Mon Mar 06 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-3
0511e79
- Patch from Vincent Untz to fix session editing (upstream bug 333641)
0511e79
- Desensitize buttons for operations that the user isn't allowed
0511e79
  to do (bug 179479).
0511e79
1af192d
* Wed Mar 01 2006 Karsten Hopp <karsten@redhat.de> 2.13.92-2
1af192d
- BuildRequires: gnome-desktop-devel, libX11-devel, libXt-devel
1af192d
b9e6598
* Tue Feb 28 2006 Ray Strode <rstrode@redhat.com> - 2.13.92-1
b9e6598
- Update to 2.13.92
b9e6598
- Add patch from CVS HEAD to maintain compatibility with
b9e6598
  version 2.13.91
b9e6598
8ca38b6
* Thu Feb 23 2006 Ray Strode <rstrode@redhat.com> - 2.13.91-2
8ca38b6
- take ownership of autostart dir (bug 182335)
8ca38b6
313c180
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
313c180
- Update to 2.13.91
313c180
bc99ba8
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.2
bc99ba8
- bump again for double-long bug on ppc(64)
bc99ba8
2e7c32f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.1
2e7c32f
- rebuilt for new gcc4.1 snapshot and glibc changes
2e7c32f
a1dd92f
* Sat Jan 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-1
a1dd92f
- Update to 2.13.90
a1dd92f
da6ed73
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
da6ed73
- Update to 2.13.5
da6ed73
2dc54d9
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-2
2dc54d9
- Disable the fatal-criticals, since it crashes too much 
2dc54d9
0d87d79
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
0d87d79
- Update to 2.13.4
0d87d79
eccc98e
* Thu Jan 12 2006 Ray Strode <rstrode@redhat.com> - 2.12.0-6
0db9051
- Fix screen corruption around splash screen shape (bug 177502)
0db9051
3ba9b81
* Tue Dec 20 2005 John (J5) Palmieri <johnp@redhat.com> - 2.12.0-5
3ba9b81
- Handle shaped window for splash screen
3ba9b81
0c9f621
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
0c9f621
- rebuilt
0c9f621
5cce323
* Wed Nov  9 2005 Alexander Larsson <alexl@redhat.com> - 2.12.0-4
5cce323
- Add gnome-user-share patch
5cce323
cff0258
* Tue Nov 8 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-3
cff0258
- fix up the dummy client ids to match the id passed initially
cff0258
  passed to the programs in the default session 
cff0258
  (broke in last update).
cff0258
3fbea61
* Mon Oct 31 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-2
3fbea61
- remove rhn applet from default session
3fbea61
- s/magicdev/gnome-volume-manager/
3fbea61
dc7c52d
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
dc7c52d
- Update to 2.12.0
dc7c52d
da61fa0
* Tue Sep  6 2005 Ray Strode <rstrode@redhat.com> - 2.11.91-3
da61fa0
- Don't take ownership of /usr/share/xsessions (bug 145791).
da61fa0
4f3337b
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 2.11.91-2
4f3337b
- rebuild for new cairo
4f3337b
c40c228
* Tue Aug  9 2005 Ray Strode <rstrode@redhat.com> - 2.11.91-1
c40c228
- Update to upstream version 2.11.91 (fixes bug 165357).
c40c228
- drop some patches
c40c228
be6e19b
* Thu Apr 18 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-2
be6e19b
- Install gnome.desktop to /usr/share/xsessions (bug 145791)
be6e19b
8d2a125
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
8d2a125
- Update to upstream version 2.10.0
8d2a125
65ebff6
* Wed Feb  2 2005 Matthias Clasen <mclasen@redhat.com> 2.9.4-1
65ebff6
- Update to 2.9.4
65ebff6
dreed 8059cca
* Mon Dec 20 2004 Daniel Reed <djr@redhat.com> 2.8.0-7
dreed 4e2727b
- rebuild for new libhowl.so.0 library (for GnomeMeeting 1.2) (this was a mistake)
dreed 8059cca
33eed4d
* Tue Nov 02 2004 Ray Strode <rstrode@redhat.com> 2.8.0-6
33eed4d
- Rebuild for devel branch
33eed4d
33eed4d
 * Tue Nov 02 2004 Ray Strode <rstrode@redhat.com> 2.8.0-5
33eed4d
- Convert Tamil translation to UTF8 
33eed4d
  (Patch from Lawrence Lim <llim@redhat.com>, bug 135351)
33eed4d
ea1be5e
* Fri Oct 08 2004 Ray Strode <rstrode@redhat.com> 2.8.0-4
ea1be5e
- Add g-v-m to default session since it wasn't already (?).
ea1be5e
- Remove g-v-m from default session on s390
ea1be5e
14cd710
* Thu Oct 07 2004 Ray Strode <rstrode@redhat.com> 2.8.0-3
14cd710
- Check for NULL program name when looking for client
14cd710
  match in session.
14cd710
721d2c1
* Fri Sep 24 2004 Ray Strode <rstrode@redhat.com> 2.8.0-2
721d2c1
- Add "Session" item to More Preferences menu
721d2c1
5380c08
* Fri Sep 17 2004 Ray Strode <rstrode@redhat.com> 2.8.0-1
5380c08
- Update to 2.8.0 
5380c08
- Remove "Session" item from Preferences menu
5380c08
cvsdist 571bd93
* Fri Sep 03 2004 Ray Strode <rstrode@redhat.com> 2.7.91-2
cvsdist 571bd93
- Fix from Federico for infamous hanging splash screen problem.
cvsdist 571bd93
  (http://bugzilla.gnome.org/show_bug.cgi?id=151664)
cvsdist 571bd93
cvsdist b82449e
* Tue Aug 31 2004 Ray Strode <rstrode@redhat.com> 2.7.91-1
cvsdist b82449e
- Update to 2.7.91
cvsdist b82449e
cvsdist b7da87e
* Wed Aug 18 2004 Ray Strode <rstrode@redhat.com> 2.7.4-3
cvsdist b7da87e
- Change folder name from "autostart" to more aptly named
cvsdist b7da87e
  "session-upgrades" from suggestion by Colin Walters.
cvsdist b7da87e
- put non-upstream gconf key in rh_extensions
cvsdist b7da87e
cvsdist b7da87e
* Wed Aug 18 2004 Ray Strode <rstrode@redhat.com> 2.7.4-2
cvsdist 241ee56
- Provide drop-a-desktop-file method of adding programs
cvsdist 241ee56
  to the user's session.
cvsdist 241ee56
cvsdist 0036b66
* Fri Jul 30 2004 Ray Strode <rstrode@redhat.com> 2.7.4-1
cvsdist 0036b66
- Update to 2.7.4
cvsdist 0036b66
cvsdist bf0823f
* Wed Jul 14 2004 root <markmc@localhost.localdomain> - 2.6.0-7
cvsdist bf0823f
- Add patch to activate vino based on the "remote_access/enabled"
cvsdist bf0823f
  preference
cvsdist bf0823f
cvsdist 2f222ff
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2f222ff
- rebuilt
cvsdist 2f222ff
cvsdist ce581c7
* Mon Jun 14 2004 Ray Strode <rstrode@redhat.com> 2.6.0-5
cvsdist ce581c7
- Prevent having duplicate packages in different collections
cvsdist ce581c7
cvsdist 277752c
* Mon Jun 14 2004 Ray Strode <rstrode@redhat.com> 2.6.0-4
cvsdist 277752c
- Use desktop-file-install instead of patching 
cvsdist 277752c
  session-properties.desktop.  Add X-Red-Hat-Base category.
cvsdist 277752c
cvsdist 277752c
* Thu Jun 10 2004 Ray Strode <rstrode@redhat.com> 2.6.0-3
cvsdist 8ca03ca
- Add terminating list delimiter to OnlyShowIn entry of 
cvsdist 8ca03ca
  session-properties.desktop
cvsdist 8ca03ca
cvsdist 8ca03ca
* Fri Apr 16 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
cvsdist 8ca03ca
- #110725 BR automake14 autoconf gettext
cvsdist 8ca03ca
cvsdist bf0d4fd
* Wed Mar 31 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-1
cvsdist bf0d4fd
- Update to 2.6.0
cvsdist bf0d4fd
cvsdist d95ac45
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com>
cvsdist d95ac45
- Update to 2.5.91
cvsdist d95ac45
cvsdist d95ac45
* Tue Feb 24 2004 Mark McLoughlin <markmc@redhat.com> 2.5.90-1
cvsdist d95ac45
- Update to 2.5.90
cvsdist d95ac45
- Remove extraneous fontconfig BuildRequires
cvsdist d95ac45
- Resolve conflicts with the icons and splash-repaint patches
cvsdist d95ac45
cvsdist d95ac45
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d95ac45
- rebuilt
cvsdist d95ac45
cvsdist 8222cdf
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
cvsdist 8222cdf
- Update to 2.5.3
cvsdist 443b430
cvsdist 443b430
* Wed Nov 05 2003 Than Ngo <than@redhat.com> 2.4.0-2
cvsdist 443b430
- don't show gnome-session-properties in KDE (bug #102533)
cvsdist 443b430
cvsdist a128fa5
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-3
cvsdist a128fa5
- fix up gnome.desktop location
cvsdist a128fa5
cvsdist a128fa5
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-2
cvsdist a128fa5
- add gnome.desktop session for new gdm
cvsdist a128fa5
cvsdist a128fa5
* Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.7-1
cvsdist a128fa5
- update to 2.3.7
cvsdist a128fa5
- require control-center (#100562)
cvsdist a128fa5
cvsdist a128fa5
* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.3.6.2-1
cvsdist a128fa5
- update for gnome 2.3
cvsdist a128fa5
cvsdist a128fa5
* Sun Aug 10 2003 Elliot Lee <sopwith@redhat.com> 2.2.2-4
cvsdist a128fa5
- Rebuild
cvsdist a128fa5
cvsdist a128fa5
* Tue Jul 22 2003 Jonathan Blandford <jrb@redhat.com>
cvsdist a128fa5
- at-startup patch to add let at's start
cvsdist a128fa5
cvsdist a128fa5
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist a128fa5
- rebuilt
cvsdist a128fa5
cvsdist a128fa5
* Tue Jun  3 2003 Jeff Johnson <jbj@redhat.com>
cvsdist a128fa5
- add explicit epoch's where needed.
cvsdist a128fa5
cvsdist a128fa5
* Tue May 27 2003 Alexander Larsson <alexl@redhat.com> 2.2.2-1
cvsdist a128fa5
- Update to 2.2.2
cvsdist a128fa5
- Add XRandR backport
cvsdist a128fa5
- Fix up old patches, patch7 was upstream
cvsdist a128fa5
cvsdist a128fa5
* Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com> 2.2.0.2-5
cvsdist a128fa5
- Wait for GSD to start before continuing with session
cvsdist a128fa5
cvsdist 0a9215c
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-4
cvsdist 0a9215c
- repaint proper area of text in splash screen, #84527
cvsdist 0a9215c
cvsdist 0a9215c
* Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-3
cvsdist 0a9215c
- change icon for magicdev to one that exists in Bluecurve theme
cvsdist 0a9215c
  (part of #84491)
cvsdist 0a9215c
cvsdist 0a9215c
* Thu Feb 13 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-2
cvsdist 0a9215c
- load icons from icon theme
cvsdist 0a9215c
cvsdist 0a9215c
* Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-1
cvsdist 0a9215c
- 2.2.0.2
cvsdist 0a9215c
cvsdist 0a9215c
* Tue Feb  4 2003 Jonathan Blandford <jrb@redhat.com>
cvsdist 0a9215c
- remove extraneous separator.  Still ugly.
cvsdist 0a9215c
cvsdist 0a9215c
* Wed Jan 29 2003 Havoc Pennington <hp@redhat.com>
cvsdist 0a9215c
- add icons for the stuff in the default session #81489
cvsdist 0a9215c
cvsdist 0a9215c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 0a9215c
- rebuilt
cvsdist 0a9215c
cvsdist 0a9215c
* Sat Jan 11 2003 Havoc Pennington <hp@redhat.com>
cvsdist 0a9215c
- 2.1.90
cvsdist 0a9215c
- drop purgedelay patch, as it was increased upstream (though only to 2 minutes instead of 5)
cvsdist 0a9215c
cvsdist 0a9215c
* Fri Dec  6 2002 Tim Waugh <twaugh@redhat.com> 2.1.2-2
cvsdist 0a9215c
- Add eggcups to default session.
cvsdist 0a9215c
cvsdist 0a9215c
* Wed Nov 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 0a9215c
- 2.1.2
cvsdist 0a9215c
cvsdist 12dfcef
* Tue Sep  3 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 12dfcef
- Up purge delay for session manager to 5 minutes to avoid problem 
cvsdist 12dfcef
  with openoffice.org timing out
cvsdist 12dfcef
cvsdist e6040b6
* Wed Aug 28 2002 Havoc Pennington <hp@redhat.com>
cvsdist e6040b6
- put gdm session in here, conflict with old gdm
cvsdist e6040b6
- use DITHER_MAX for dithering to make splash screen look good in 16
cvsdist e6040b6
  bit
cvsdist e6040b6
cvsdist 526b60f
* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist 526b60f
- fix missing icons and misaligned text in splash
cvsdist 526b60f
cvsdist f721928
* Fri Aug 23 2002 Tim Waugh <twaugh@redhat.com>
cvsdist f721928
- Fix login sound disabling (bug #71664).
cvsdist f721928
cvsdist 3899e20
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist d91fb5b
- put rhn applet in default session
cvsdist d91fb5b
cvsdist d91fb5b
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3899e20
- fix the session file, should speed up login a lot
cvsdist 3899e20
- put magicdev in default session
cvsdist 3899e20
cvsdist 3899e20
* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3899e20
- 2.0.5 with more translations
cvsdist 3899e20
cvsdist 3899e20
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3899e20
- 2.0.4
cvsdist 3899e20
- remove gnome-settings-daemon from default session
cvsdist 3899e20
cvsdist 3899e20
* Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3899e20
- 2.0.3
cvsdist 3899e20
- remove splash screen, require redhat-artwork instead
cvsdist 3899e20
cvsdist 3899e20
* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 3899e20
- Set GTK_RC_FILES so we can change the gtk1 theme
cvsdist 3899e20
cvsdist 3899e20
* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3899e20
- pass --with-halt-command=/usr/bin/poweroff
cvsdist 3899e20
  --with-reboot-command=/usr/bin/reboot
cvsdist 3899e20
cvsdist 3899e20
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 3899e20
- Version 2.0.1, fixing missing po files
cvsdist 3899e20
cvsdist 3899e20
* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3899e20
- put in new default session with pam-panel-icon
cvsdist 3899e20
- disable schema install in make install, fixes rebuild failure.
cvsdist 3899e20
cvsdist 3899e20
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3899e20
- rebuild with new libraries
cvsdist 3899e20
cvsdist 38cb97f
* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- rebuild in different environment
cvsdist 38cb97f
cvsdist 38cb97f
* Thu Jun 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- add fix from Nalin to build require usermode
cvsdist 38cb97f
cvsdist 38cb97f
* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- 2.0.0
cvsdist 38cb97f
cvsdist 38cb97f
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- install the schemas, so we get a logout dialog and splash
cvsdist 38cb97f
- put in the splash from 7.3
cvsdist 38cb97f
cvsdist 38cb97f
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- rebuild in different environment
cvsdist 38cb97f
cvsdist 38cb97f
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- rebuild in new environment, require newer gtk2
cvsdist 38cb97f
cvsdist 38cb97f
* Sun Jun  9 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- remove obsoletes/provides gnome-core
cvsdist 38cb97f
cvsdist 38cb97f
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- rebuild in different environment
cvsdist 38cb97f
cvsdist 38cb97f
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- 1.5.21
cvsdist 38cb97f
cvsdist 38cb97f
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 38cb97f
- automated rebuild
cvsdist 38cb97f
cvsdist 38cb97f
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- rebuild in different environment
cvsdist 38cb97f
cvsdist 38cb97f
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- 1.5.19
cvsdist 38cb97f
- add more build reqs to chill out build system
cvsdist 38cb97f
- provide gnome-core
cvsdist 38cb97f
cvsdist 38cb97f
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- obsolete gnome-core
cvsdist 38cb97f
- 1.5.18
cvsdist 38cb97f
cvsdist 38cb97f
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- default to metacity
cvsdist 38cb97f
cvsdist 38cb97f
* Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 38cb97f
- Initial build.
cvsdist 38cb97f
cvsdist 38cb97f