gnome-session.spec revision 16798
10139N/A#
10139N/A# spec file for package gnome-session
10139N/A#
12153N/A# Copyright 2008 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
10139N/A# Owner: niall
10139N/A#
12285N/A%include l10n.inc
10139N/AName: gnome-session
10139N/ALicense: GPL
10139N/AGroup: System/GUI/GNOME
16167N/AVersion: 2.26.1
13494N/ARelease: 3
10139N/ADistribution: Java Desktop System
10139N/AVendor: Sun Microsystems, Inc.
10139N/ASummary: Session Manager for the GNOME Desktop
16167N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.26/%{name}-%{version}.tar.bz2
10139N/ASource1: gnome-splash.png
12285N/ASource2: %{name}-po-sun-%{po_sun_version}.tar.bz2
12773N/A%if %build_l10n
12773N/ASource3: l10n-configure.sh
12773N/A%endif
13368N/ASource4: indiana-splash.jpg
16118N/ASource5: http://dlc.sun.com/osol/jds/downloads/extras/compiz/compiz-session-integration-6.6.tar.bz2
10139N/A#owner:gheet date:2004-08-06 type:bug bugster:5025823
10737N/APatch1: gnome-session-01-gnome-atom.diff
11419N/A%if %option_with_sun_branding
10139N/A#owner:yippi date:2004-11-04 type:branding
13494N/APatch2: gnome-session-02-gnome-about.diff
11419N/A%endif
11895N/A#owner:stephen date:2006-06-29 type:feature bugster:6444179
13494N/APatch3: gnome-session-03-wait-for-postrun.diff
10737N/A#owner:erwannc date:2003-07-29 type:branding
13494N/APatch4: gnome-session-04-busy-cursor.diff
11420N/A%if %option_with_sun_branding
11044N/A#owner:erwannc date:2005-05-11 type:branding
13494N/APatch5: gnome-session-05-solaris-branding.diff
11420N/A%endif
13368N/A#owner:erwannc date:2008-03-27 type:branding
16081N/APatch6: gnome-session-06-indiana-splash-hack.diff
15306N/A#owner:jedy date:2008-06-23 type:feature
16081N/APatch7: gnome-session-07-logout-dialog.diff
13494N/A#owner:gheet date:2006-11-03 type:feature bugster:6393728
16081N/APatch8: gnome-session-08-trusted-extensions.diff
14053N/A#owner:gheet date:2008-08-15 type:bug bugzilla:580824
16081N/APatch9: gnome-session-09-null-string.diff
14281N/A%if %option_with_sun_branding
14127N/A#owner:gheet date:2008-09-03 type:branding bugster:6743662
16081N/APatch10: gnome-session-10-show-splash.diff
14281N/A%endif
15825N/A#owner:gheet date:2009-02-12 type:bug doo:6538 bugzilla:580824
16081N/APatch11: gnome-session-11-null-dbus-path.diff
15756N/A#owner:mattman date:2009-02-03 type:feature bugster:6767905
16139N/APatch12: gnome-session-12-compiz-by-default.diff
16139N/A#owner:gheet date:2008-03-13 type:branding bugster:6753114
16139N/APatch13: gnome-session-13-access-save-session.diff
16139N/A#owner:gheet date:2009-03-13 type:branding doo:7289
16139N/APatch14: gnome-session-14-bad-clients.diff
10737N/A#owner:gheet date:2009-04-07 type:branding bugster:6753114
10139N/APatch15: gnome-session-15-reenable-session.diff
10139N/A#owner:gheet date:2009-04-30 type:branding doo:8554
10139N/APatch16: gnome-session-16-null-prop-name.diff
10139N/A#owner:gheet date:2009-06-08 type:bug doo:9350 bugster:5072920
10139N/APatch17: gnome-session-17-private-libice.diff
10139N/A
10139N/AURL: http://www.gnome.org
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/ADocdir: %{_defaultdocdir}/%{name}
10139N/AAutoreqprov: on
10139N/APrereq: GConf
10139N/A
10139N/A%define libgnomeui_version 2.2.0
10139N/A%define libwnck_version 2.2.1
10139N/A
10139N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
10139N/ABuildRequires: libwnck-devel >= %{libwnck_version}
10139N/ARequires: libgnomeui >= %{libgnomeui_version}
10139N/ARequires: libwnck >= %{libwnck_version}
12285N/A
12285N/A%description
12285N/AThis package provides the basic session manager and tools for the GNOME Desktop.
13383N/A
12285N/A%prep
15811N/A%setup -q
10139N/A%if %build_l10n
13449N/Abzcat %SOURCE2 | tar xf -
13494N/Acd po-sun; make; cd ..
13449N/A%endif
13494N/Agtar fxvj %{SOURCE5}
13855N/A%patch1 -p1
13489N/A%if %option_with_sun_branding
13830N/A%patch2 -p1
13581N/A%endif
13489N/A%patch3 -p1
13489N/A%patch4 -p1
14127N/A%if %option_with_sun_branding
16081N/A%patch5 -p1
16081N/Acp %SOURCE1 data/gnome-splash.png
16081N/A%endif
13830N/A%if %option_with_indiana_branding
13859N/Acp %SOURCE4 data/gnome-splash.png
14281N/A%patch6 -p1
16081N/A%endif
14281N/A%patch7 -p1
16081N/A%patch8 -p1
16081N/A%patch9 -p1
16081N/A%if %option_with_sun_branding
16139N/A%patch10 -p1
10139N/A%endif
10139N/A%patch11 -p1
10139N/A%patch12 -p1
10139N/A%patch13 -p1
10139N/A%patch14 -p1
10139N/A%patch15 -p1
10139N/A%patch16 -p1
10139N/A%patch17 -p1
10139N/A
10139N/A%build
10139N/A%ifos linux
10139N/Aif [ -x /usr/bin/getconf ]; then
10139N/A CPUS=`getconf _NPROCESSORS_ONLN`
10139N/Afi
10139N/A%else
10139N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10139N/A%endif
10139N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10139N/A CPUS=1
10139N/Afi
10139N/A
10139N/A%ifos solaris
10139N/A%define poweroff /usr/sbin/poweroff
12773N/A%define reboot /usr/sbin/reboot
12773N/A%else
12773N/A%define poweroff /usr/bin/poweroff
12773N/A%define reboot /usr/bin/reboot
12773N/A%endif
10139N/A
10139N/Alibtoolize --force
10139N/Aintltoolize -c -f --automake
10139N/A
10139N/A%if %build_l10n
10139N/Abash -x %SOURCE3 --enable-copyright
10139N/A%endif
10139N/A
10139N/Aaclocal $ACLOCAL_FLAGS -I .
10139N/Aautoheader
13830N/Aautomake -a -c -f
10139N/Aautoconf
10139N/ACFLAGS="$RPM_OPT_FLAGS" \
10139N/A./configure --prefix=%{_prefix} \
10139N/A --libexecdir=%{_libexecdir} \
10139N/A --sysconfdir=%{_sysconfdir} \
10139N/A --mandir=%{_mandir} \
15811N/A --with-halt-command=%poweroff \
15811N/A --with-reboot-command=%reboot
15811N/Amake -j $CPUS
15811N/A
10139N/A%install
10139N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
10139N/Amkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
10139N/Acp compiz-by-default.desktop $RPM_BUILD_ROOT%{_datadir}/applications
10139N/Amkdir -p $RPM_BUILD_ROOT%{_libdir}
10139N/Acp compiz-by-default $RPM_BUILD_ROOT%{_libdir}
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%post
10139N/Aexport GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
10139N/ASCHEMAS="gnome-session.schemas"
10142N/Afor S in $SCHEMAS; do
10139N/A gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
10139N/Adone
10139N/A
10139N/A%files
10139N/A%defattr(-,root,root)
15811N/A%{_bindir}/*
10139N/A%{_datadir}/pixmaps/*
10139N/A%{_mandir}/man1/*
16167N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
16167N/A%{_datadir}/gnome/default.session
16139N/A%{_datadir}/gnome/default.wm
16139N/A%{_datadir}/applications/
16139N/A%{_sysconfdir}/gconf/schemas/*
16139N/A%{_libdir}/compiz-by-default
16118N/A
16118N/A%changelog
16081N/A* Fri Jul 17 2009 - matt.keenan@sun.com
16081N/A- Bump compiz-session-integration tarball to 6.6 because of #10108
16010N/A* Thu Apr 30 2009 - ghee.teo@sun.com
16010N/A- added patches/gnome-session-16-null-prop-name.diff for doo#8554.
15868N/A* Wed Apr 22 2009 - matt.keenan@sun.com
15868N/A- Bump compiz-session-integration tarball to 6.5 because of #7772
15868N/A* Wed Apr 15 2009 - dave.lin@sun.com
15868N/A- Bump to 2.26.1
15868N/A* Wed Apr 08 2009 - ghee.teo@sun.com
15824N/A- Added gnome-session-15-reenable-session.diff to re-enable a last minute
15824N/A changes made in the community that disable session saving.
15824N/A* Fri Mar 20 2009 - matt.keenan@sun.com
15811N/A- Bump compiz-session-integration tarball to 6.4 fix #7370
15811N/A* Tue Mar 17 2009 - dave.lin@sun.com
15756N/A- Bump to 2.26.0
15756N/A* Fri Mar 13 2009 - ghee.teo@sun.com
15729N/A- Added two new patches to allow gnome-session-save and click to save session
15729N/A- gnome-session-13-access-save-session.diff (This patch is upstremable)
15729N/A- gnome-session-14-bad-clients.diff (This is a distro specific patch for now)
15729N/A* Wed Mar 11 2009 - matt.keenan@sun.com
15718N/A- Bump compiz-session-integration tarball to 6.3 fix #7287
15718N/A* Mon Mar 09 2009 - ghee.teo@sun.com
15718N/A- Uprev tarball to 2.25.92 and reordered all patches sequentially.
15718N/A* Fri Feb 27 2009 - matt.keenan@sun.com
15683N/A- Bump compiz-session-integration tarball to 6.2 fix #6967
15683N/A* Tue Feb 17 2009 - dave.lin@sun.com
15683N/A- Bump to 2.25.91
15448N/A- Reworked patch 10-trusted-extensions.diff.
15448N/A- Removed upstreamed patch 17-exit-avoid-restart.diff.
15306N/A- Removed upstreamed patch 11-menu-entry.diff.
15306N/A* Thu Feb 12 2009 - takao.fujiwara@sun.com
15229N/A- Remove patch Xsession-dtstart.diff and Xsession.diff.
15229N/A Now gnome-session is invoked directly and loads /etc/X11/xinit/xinitrc.d
15180N/A* Wed Feb 11 2009 - matt.keenan@sun.com
15180N/A- Integrate compiz-session-integration tarball for compiz-by-default
14552N/A* Tue Feb 03 2009 - matt.keenan@sun.com
14552N/A- Add 18-compiz-by-default.diff to enable compiz by default
14281N/A* Mon Jan 26 2009 - matt.keenan@sun.com
14281N/A- Bump to 2.25.5
14200N/A- Remove upstreamed patch 14-autostart.diff
14200N/A- Remove upstreamed patch 16-stop-ice-negotiation.diff
14150N/A* Fri Jan 23 2009 - brian.cameron@sun.com
14150N/A- Add patch gnome-session-17-exit-no-restart.diff to ensure that programs do
14150N/A not restart when gnome-session is killed. This makes the new GDM rewrite
14127N/A work much better.
14127N/A* Mon Jan 19 2009 - ghee.teo@sun.com
14127N/A- Bump to 2.25.3
14078N/A- Added gnome-session-16-stop-ice-negotiation as code has not released as tarball yet.
14127N/A* Wed Dec 03 2008 - dave.lin@sun.com
14127N/A- Bump to 2.25.2
13992N/A* Wed Nov 05 2008 - jedy.wang@sun.com
13992N/A- Change the owner of 09-logout-dialog.diff to jedy.
13960N/A* Mon Oct 20 2008 - ghee.teo@sun.com
13960N/A- Added gnome-session-15-hide-preference-options.diff #6761428 created by MattK.
13882N/A* Thu Oct 09 2008 - halton.huo@sun.com
13882N/A- Add patch autostart.diff to fix bugster #6756344, bugzilla #555369
13882N/A* Mon Sep 29 2008 - ghee.teo@sun.com
13869N/A- Bump to 2.24.0 - reworked gnome-session-10-trusted-extensions.diff
13869N/A* Thu Sep 11 2008 - jedy.wang@sun.com
13869N/A- Do not apply show-splash for OpenSolaris.
13869N/A* Tue Sep 09 2008 - christian.kelly@sun.com
13855N/A- Bump to 2.23.92, rework gnome-session-07-compiz-integration.diff
13855N/A* Thu Sep 04 2008 - ghee.teo@sun.com
13855N/A- Removed 13-desktop-id.diff which has been implemented differently upstream.
13752N/A gnome-session-14-restart-app.diff which was taken from upstream..
13752N/A* Wed Sep 03 2008 - ghee.teo@sun.com
13634N/A- Added gnome-session-15-show-splash.diff, a brnading patch to enable splash.
13634N/A Also corrected indiana splash screen location.
13551N/A* Mon Sep 01 2008 - ghee.teo@sun.com
13551N/A- Added gnome-session-14-restart-app.diff. A patch taken from trunk which
13494N/A should be removed when the trunk code is released as tarball.
13494N/A* Fri Aug 22 2008 - jedy.wang@sun.com
13464N/A- rename desktop.diff to menu-entry.diff.
13464N/A* Thu Aug 21 2008 - dave.lin@sun.com
13464N/A- Bump to 2.23.90
13449N/A* Fri Aug 15 2008 - ghee.teo@un.com
13449N/A- Added patch gnome-session-15-null-string.diff. This is a Solaris thing.
13449N/A Hopefully though when PSARC/2008/403 is integrated, we will not need patches like this.
13449N/A* Thu Aug 14 2008 - ghee.teo@sun.com
13444N/A- Added patch gnome-session-13-gconf-schema.diff which stop metacity
13444N/A from starting up due to typo in gconf key. It is in trunk. so have not
13444N/A bug id for it.
13444N/A* Wed Aug 13 2008 - erwann@sun.com
13443N/A- Bumped to 2.23.6
13443N/A- ported my patches included Ghee's one and commented out the others.
13443N/A* Mon Aug 04 2008 - brian.cameron@sun.com
13443N/A- Bump to 2.23.5.
13443N/A* Wed Jul 23 2008 - matt.keenan@sun.com
13383N/A- Remove man5 from %files, default.session.5 removed from gnome-session
13383N/A* Mon Jul 14 2008 - jedy.wang@sun.com
13353N/A- Add 12-desktop.diff.
13353N/A* Wed Jul 02 2008 - niall.power@sun.com
13297N/A- Collapse patch numbers. Remove logout-effect.diff
13297N/A* Mon Jun 23 2008 - simon.zheng@sun.com
13297N/A- Add 15-logout-dialog.diff. Use gpm dbus interface to
13113N/A reboot/shutdown due to ConsoleKit is unavailable.
13113N/A* Thu Jun 19 2008 - brian.cameron@sun.com
13001N/A- Re-enable gnome-session-03-gnome-about.diff patch. Add new patch
13001N/A gnome-session-14-fixcrash.diff to fix crashing issue when gnome-session
12837N/A starts. Bugzilla bug #539187.
12837N/A* Thu Jun 19 2008 - niall.power@sun.com
12826N/A -10-disable-ssh.diff: Dropped since ssh is supported in gnome-session
12826N/A now.
12586N/A* Thu Jun 19 2008 - niall.power@sun.com
12586N/A- Bump to 2.23.4 community tarball.
12561N/A Dropped patches:
12561N/A -06-gnome-volcheck... No longer ship gnome-volcheck
12513N/A -09-find-dbus-daemon Launches dbus-launch now instead of dbus-daemon
12513N/A Commented out patches that don't apply to new sources.
12513N/A* Thu Jun 12 2008 - takao.fujiwara@sun.com
12509N/A- Add po-logout to avoid UI freeze.
12509N/A* Fri Jun 06 2008 - simon.zheng@sun.com
12509N/A- Remove 13-logout-shutdown-dialog.diff and 14-
12499N/A* Sat May 31 2008 - brian.cameron@sun.com
12499N/A- Add patch so that the "Switch User" button does not show up on
12499N/A Solaris. Fixes bugzilla:535892.
12480N/A* Tue May 27 2008 - damien.carbery@sun.com
12480N/A- Bump to 2.22.2.
12392N/A* Wed May 07 2008 - simon.zheng@sun.com
12392N/A- Add patch 13-logout-shutdown-dialog.
12369N/A* Fri Apr 11 2008 - damien.carbery@sun.com
12369N/A- Bump to 2.22.1.1.
12335N/A* Thu Apr 10 2008 - damien.carbery@sun.com
12335N/A- Bump to 2.22.1.
12335N/A* Tue Mar 11 2008 - damien.carbery@sun.com
12285N/A- Bump to 2.22.0.
12285N/A* Fri Mar 07 2008 - damien.carbery@sun.com
12279N/A- Bump to 2.21.93.
12279N/A* Fri Feb 29 2008 - brian.cameron@sun.com
12221N/A- When building with DT (CDE login), then make sure the gnome.desktop
12221N/A file calls /usr/dt/bin/Xsession.jds rather than gnome-session.
12221N/A* Fri Feb 29 2008 - jeff.cai@sun.com
12219N/A- Bump to 2.21.92. Add patch 10-disable-ssh to revert patch #503278. This
12219N/A removes the gnome-session dependency on gnome-keyring.
12162N/A* Thu Feb 28 2008 - damien.carbery@sun.com
12162N/A- Revert to 2.21.91 because 2.21.92 requires a new version of gnome-keyring,
12153N/A which breaks.
12153N/A* Wed Feb 27 2008 - damien.carbery@sun.com
11419N/A- Bump to 2.21.92.
11419N/A* Fri Feb 15 2008 - damien.carbery@sun.com
11416N/A- Remove upstream patch 10-gsd-header-dir.
11416N/A* Wed Feb 13 2008 - damien.carbery@sun.com
11391N/A- Bump to 2.21.91.
11391N/A* Tue Feb 05 2008 - damien.carbery@sun.com
11391N/A- Add patch 10-gsd-header-dir to work with change in gnome-settings-daemon.
11260N/A Bugzilla 511820.
11260N/A* Tue Jan 29 2008 - takao.fujiwara@sun.com
11190N/A- Add l10n tarball.
11190N/A* Mon Jan 28 2008 - damien.carbery@sun.com
11069N/A- Bump to 2.21.90.
11069N/A* Thu Jan 17 2007 - brian.cameron@sun.com
10979N/A- Remove patch gnome-session-09-fixdbus.diff. No longer needed
10979N/A now that we use D-Bus 1.1.3.
10941N/A* Thu Jan 17 2008 - damien.carbery@sun.com
10941N/A- Bump to 2.21.5.
10941N/A* Tue Jan 08 2007 - brian.cameron@sun.com
10911N/A- Add patch 9 and 10 to allow gnome-session to launch D-Bus.
10911N/A* Tue Jan 08 2007 - damien.carbery@sun.com
10810N/A- Bump to 2.20.3.
10810N/A* Fri Oct 19 2007 - laca@sun.com
10740N/A- only display gnome-about on 1st login if --with-sun-branding is used
10740N/A* Fri Oct 19 2007 - damien.carbery@sun.com
10740N/A- Bump to 2.20.1.
10740N/A* Fri Oct 12 2007 - laca@sun.com
10737N/A- always apply the tjds patch even if --with-tjds is not used, otherwise
10737N/A some patches that follow it fail and it doesn't hurt anyway
10695N/A* Tue Sep 18 2007 - damien.carbery@sun.com
10695N/A- Bump to 2.20.0.
10280N/A* Wed Sep 05 2007 - damien.carbery@sun.com
10280N/A- Bump to 2.19.92.
10139N/A* Wed Aug 15 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.90.
10139N/A* Tue Jul 31 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.6.
10139N/A* Tue Jul 17 2007 - ghee.teo@sun.com
10139N/A- Remove gnome-session-04-purge-warn-delay.diff
10139N/A after sun patch day review.
10139N/A* Mon Jul 09 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.5.
10139N/A* Mon Jun 18 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.19.4. Remove upstream patch, 08-fixtime.
10139N/A* Wed Jun 06 2007 - irene.huang@sun.com
10139N/A- %if %with_hal then do not apply patch7, volcheck.diff
10139N/A so that this patch will not be applied when HAL is enabled. Also modify
10139N/A the source path so that the source can be found.
10139N/A* Tue Jun 05 2007 - brian.cameron@sun.com
10139N/A- Bump to 2.19.3
10139N/A* Mon May 28 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.18.2.
10139N/A* Tue Mar 13 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.18.0.
10139N/A* Tue Feb 27 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.92.
10139N/A* Tue Feb 13 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.91.
10139N/A* Thu Feb 01 2007 - damien.carbery@sun.com
10139N/A- Remove upstream patch, 08-lXau; renumber remainder.
10139N/A* Sun Jan 28 2007 - laca@sun.com
10139N/A- add %if %build_tjds guard around tjds patch so we can build without trusted
10139N/A jds support
10139N/A* Mon Jan 22 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.90.1.
10139N/A* Mon Jan 22 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.90.
10139N/A* Tue Jan 09 2007 - damien.carbery@sun.com
10139N/A- Bump to 2.17.5.
10139N/A* Sat Dec 30 2006 - li.yuan@sun.com
10139N/A- Add gnome-session-11-remove-filter.diff to fix bugzilla #390882.
10139N/A Remove filter when it is not needed.
10139N/A* Fri Dec 15 2006 - li.yuan@sun.com
10139N/A- Add libexecdir option to configure to make gnome-session know
10139N/A where the at-spi-registryd is.
10139N/A* Sun Dec 03 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.17.3.
10139N/A* Wed Nov 22 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.17.2.
10139N/A* Fri Nov 03 2006 - ghee.teo@sun.com
10139N/A- Fixed up gnome-session-09-trusted-extensions.diff for 2.16
10139N/A* Tue Oct 31 2006 - takao.fujiwara@sun.com
10139N/A- Added intltoolize to read LINGAS file. Fixes 6488189.
10139N/A* Mon Oct 30 2006 - irene.huang@sun.com
10139N/A- add patch gnome-session-10-gnome-volcheck-default-session.diff
10139N/A which is orignally
10139N/A Solaris/patches/gnome-session-01-gnome-volcheck-default-session.diff
10139N/A* Mon Oct 23 2006 - glynn.foster@sun.com
10139N/A- Fix up fuzziness of the gnome-session patches. Merge the logout
10139N/A effect patches together, remove the non-existant a11y patch, and
10139N/A comment out the broken trusted extensions patch.
10139N/A* Tue Oct 03 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.1.
10139N/A* Mon Sep 04 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.16.0.
10139N/A* Fri Aug 25 2006 - damien.carbery@sun.com
10139N/A- Add patch, 12-lXau, to link libXau in.
10139N/A* Tue Aug 22 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.92.
10139N/A- Remove upstream patch, 10-fixcrash, renumber remainder.
10139N/A* Tue Aug 08 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.91.
10139N/A* Fri Jul 28 2006 - brian.cameron@sun.com
10139N/A- Move gnome-session-07-gnome-volcheck-default-session.diff to
10139N/A Solaris/patches so we can only apply this if HAL package is
10139N/A installed.
10139N/A* Fri Jul 28 2006 - dermot.mccluskey@sun.com
10139N/A- Fix minor typo.
10139N/A* Mon Jul 24 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.15.90.
10139N/A* Mon Jul 24 2006 - padraig.obriain@sun.com
10139N/A- Bump to 2.15.4.
10139N/A* Fri Jun 23 2006 - brian.cameron@sun.com
10139N/A- Bump to 2.14.2.
10139N/A* Fri May 05 2006 - brian.cameron@sun.com
10139N/A- Add patch to fix crash when HAL is enabled, caused by printing of a NULL
10139N/A string.
10139N/A* Fri Apr 10 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.1.
10139N/A* Tue Mar 14 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.14.0.
10139N/A* Thu Mar 9 2006 - damien.carbery@sun.com
10139N/A- Add patch, 10-G_DEBUG-off, to not set G_DEBUG=fatal_criticals as it exposes
10139N/A a lot of crashes in Evolution.
10139N/A* Tue Feb 28 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.92.
10139N/A* Tue Feb 14 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.91.
10139N/A- Remove unneeded glib-gettextize and intltoolize calls.
10139N/A* Sun Jan 29 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.90
10139N/A* Sun Jan 22 2006 - damien.carbery@sun.com
10139N/A- Call intltoolize and glib-gettextize to avoid infinite loop.
10139N/A* Fri Jan 20 2006 - damien.carbery@sun.com
10139N/A- Bump to 2.13.5.
10139N/A* Sat Sep 17 2005 - glynn.foster@sun.com
10139N/A- Bump to 2.12.0
10139N/A* Mon Aug 15 2005 - damien.carbery@sun.com
10139N/A- Bump to 2.11.91.
10139N/A* Fri Aug 05 2005 - glynn.foster@sun.com
10139N/A- Merge the 2 splashes into one. Remove the linux splash branding patch
10139N/A to focus on one for the moment - we can bring it back later if need
10139N/A be.
10139N/A* Tue Jun 14 2005 - bill.haneman@sun.com
10139N/A- Set GNOME_DISABLE_CRASH_DIALOG to '1', not 'true', for
10139N/A bug #6273175. (Previous patch set it to 'true', which failed to work).
10139N/A* Fri May 20 2005 - bill.haneman@sun.com
10139N/A- Edit gnome-session-09-load-a11y-modules.diff to set
10139N/A GNOME_DISABLE_CRASH_DIALOG when a11y is on, fix for bug #6273175.
10139N/A* Wed May 11 2005 - balamurali.viswanathan@wipro.com
10139N/A- Bump to 2.10.0
10139N/A* Wed Jan 23 2005 - arvind.samptur@wipro.com
10139N/A- Edit patch gnome-session-09-load-a11y-modules.diff to set
10139N/A the GTK_MODULES env before gnome_program_init (). This way
10139N/A b-a-s will get this env and will pass it on to all the factories
10139N/A that it would spawn.
10139N/A* Fri Jan 21 2005 - bill.haneman@sun.com
10139N/A- Edited patch gnome-session-09-load-a11y-modules.diff to fix bug
10139N/A 6202413. We now putenv("NO_J2D_DGA=true") when a11y is enabled,
10139N/A and the env variable isnt already set.
10139N/A* Thu Jan 14 2005 - ghee.teo@sun.com
10139N/A- Reduce the purge_delay and warn_delay to 30seconds which essentially
10139N/A revert back the bugzilla#94754. This patch is to partially fix bq2
10139N/A #4978659. The Mozilla team has fixed the mozilla side of the problem by
10139N/A 5068301, however, reducing this timeouts will benefit other badly broken
10139N/A session apps.
10139N/A* Mon Jan 10 2005 - kieran.colfer@sun.com
10139N/A- changing date on previous changelog entry - was causing rpmbuild
10139N/A to fail with "%changelog not in descending chronological order" :-)
10139N/A* Mon Jan 03 2005 - arvind.samptur@wipro.com
10139N/A- Now that gnome-settings-daemon starts per display, the
10139N/A patch gnome-session-07-sunray-screensaver.diff should not
10139N/A be required. Corresponding g-s-d patch is
10139N/A control-center-27-settings-daemon-per-display.diff
10139N/A* Thu Nov 12 2004 - alvaro.lopez@sun.com
10139N/A- Added patch #12. It fixes #5099423
10139N/A* Thu Nov 10 2004 - alvaro.lopez@sun.com
10139N/A- Source header fixed.
10139N/A* Wed Nov 10 2004 - leena.gunda@wipro.com
10139N/A- Added patch gnome-session-11-gnome-volcheck-default-session.diff
10139N/A to start gnome-volcheck for Solaris.
10139N/A* Thu Nov 04 2004 - brian.cameron@sun.com
10139N/A- Added patch 10 so that gnome-about launches on first-time login.
10139N/A* Fri Oct 29 2004 - laca@sun.com
10139N/A- Add gnome-session-remove.1 man page to %files
10139N/A* Thu Oct 28 2004 - matt.keenan@sun.com
10139N/A- Add gnome-session-remove.1 man page
10139N/A* Thu Oct 28 2004 - muktha.narayan@wipro.com
10139N/A- Load the a11y libraries by setting the GTK_MODULES env variable.
10139N/A Fixes issues addressed in bug #5097456.
10139N/A* Sat Sep 11 2004 - laca@sun.com
10139N/A- Move Solaris specific LDFLAGS to the Solaris spec file
10139N/A* Fri Sep 10 2004 - damien.carbery@sun.com
10139N/A- Set LDFLAGS so Xrandr and Xrender can be found.
10139N/A* Fri Aug 13 2004 - ghee.teo@sun.com
10139N/A- Forward ported sun-patches/gnome-session/560-4780014-s.diff
10139N/A as gnome-session-07-sunray-screensaver.diff. This is a security fix but
10139N/A really only affects Sunray.
10139N/A* Tue Aug 10 2004 - matt.keenan@sun.com
10139N/A- Bug:5084286, forward ported patch from mercury for logout effect.
10139N/A* Thu Jul 08 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-session-l10n-po-1.2.tar.bz2
10139N/A* Wed Jul 07 2004 - niall.power@sun.com
10139N/A- ported to rpm4
10139N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
10139N/A- added "-j $CPUS" to make to speed up builds
10139N/A* Wed Jun 09 2004 - ghee.teo@sun.com
10139N/A- do not compile patch1 on Solaris as it is a linux only patch.
10139N/A so use ifos linux to compile in
10139N/A gnome-session-01-magicdev-default-session.diff
10139N/A* Wed May 12 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-session-l10n-po-1.1.tar.bz2
10139N/A* Fri May 07 2004 - <matt.keenan@sun.com>
10139N/A- Bump to 2.6.1.
10139N/A* Tue Apr 06 2004 - arvind.samptur@wipro.com
10139N/A- Add patch to create an atom for legacy X apps to determine
10139N/A if they are running currently under GNOME
10139N/A* Mon Mar 29 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-session-l10n-po-1.0.tar.bz2
10139N/A* Tue Mar 24 2004 - <glynn.foster@sun.com>
10139N/A- Bump to 2.6.0. Remove man page and logout effect. Seems like
10139N/A a not hugely useful branding patch that it might be good to
10139N/A remove.
10139N/A* Tue Feb 24 2004 - <glynn.foster@sun.com>
10139N/A- Bump to 2.5.90
10139N/A* Fri Dec 15 2003 - <glynn.foster@sun.com>
10139N/A- Bump to 2.5.2
10139N/A* Wed Aug 06 2003 - <glynn.foster@sun.com>
- Remove splash icons for non-important apps
* Wed Jul 30 2003 - <markmc@sun.com>
- Add magicdev correctly
* Mon Jul 21 2003 - <markmc@sun.com>
- Make it use the consolehelper versions of reboot and poweroff.
* Fri Jul 11 2003 - <matt.keenan@sun.com>
- Add patch for logout effect
* Thu Jul 10 2003 - <glynn.foster@sun.com>
- Add an icon to the splash widget.
* Thu Jul 10 2003 - <glynn.foster@sun.com>
- Add magicdev to the default session.
* Wed Jul 09 2003 - <michael.twomey@sun.com>
- add in sun po files
* Mon Jun 30 2003 - <markmc@sun.com>
- run autoheader so config.h contains gets HAVE_RANDR
* Mon Jun 30 2003 - <markmc@sun.com>
- add display properties restoration patch
- copy the splash screen into the build tree in
%prep rather than manually installing it in %install
* Tue May 13 2003 - <ghee.teo@Sun.COM>
- Created new spec file for gnome-session