b5794a7
Summary: Unobtrusive window manager
cvsdist d98fafe
Name: metacity
41388ec
Version: 3.30.1
f2f7024
Release: 2%{?dist}
4db4c29
URL: http://download.gnome.org/sources/metacity/
41388ec
Source0: http://download.gnome.org/sources/metacity/3.30/metacity-%{version}.tar.xz
f2f7024
Patch1: metacity-ggo04.patch
7e62464
e8a55c7
License: GPLv2+
f2f7024
0130ee9
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
7e62464
BuildRequires: pkgconfig(gio-2.0) >= 2.44.0
7e62464
BuildRequires: pkgconfig(gsettings-desktop-schemas)
7e62464
BuildRequires: pkgconfig(pango)
7e62464
BuildRequires: pkgconfig(libcanberra-gtk3)
7e62464
BuildRequires: pkgconfig(libstartup-notification-1.0)
7e62464
BuildRequires: pkgconfig(xcomposite)
7e62464
BuildRequires: pkgconfig(xfixes)
7e62464
BuildRequires: pkgconfig(xrender)
7e62464
BuildRequires: pkgconfig(xdamage)
7e62464
BuildRequires: pkgconfig(xrender)
7e62464
BuildRequires: pkgconfig(xcursor)
7e62464
BuildRequires: pkgconfig(libgtop-2.0)
7e62464
BuildRequires: libXinerama-devel
sandmann d752fd7
BuildRequires: libSM-devel, libICE-devel, libX11-devel
7e62464
BuildRequires: desktop-file-utils
7e62464
BuildRequires: autoconf, automake, gettext-devel, libtool, gnome-common
8ea883a
BuildRequires: yelp-tools
459f182
BuildRequires: zenity
Richard Hughes b2a6020
BuildRequires: itstool
cvsdist 1d4f641
paragn 3c5e79b
Requires: startup-notification 
Florian Müllner a2fb1ab
Requires: gsettings-desktop-schemas
459f182
Requires: zenity
cvsdist d98fafe
e78e4d4
# http://bugzilla.redhat.com/605675
e78e4d4
Provides: firstboot(windowmanager) = metacity
e78e4d4
cvsdist d98fafe
%description
20cf74d
Metacity is a window manager that integrates nicely with the GNOME desktop.
20cf74d
It strives to be quiet, small, stable, get on with its job, and stay out of
b5794a7
your attention.
cvsdist d98fafe
1ccd7a9
%package devel
b5794a7
Summary: Development files for metacity
1ccd7a9
Requires: %{name} = %{version}-%{release}
1ccd7a9
1ccd7a9
%description devel
1ccd7a9
This package contains the files needed for compiling programs using
1ccd7a9
the metacity-private library. Note that you are not supposed to write
1ccd7a9
programs using the metacity-private library, since it is a private
1ccd7a9
API. This package exists purely for technical reasons.
1ccd7a9
cvsdist d98fafe
%prep
f2f7024
%autosetup -p1
c187ba6
# force regeneration
2448151
rm -f src/org.gnome.metacity.gschema.valid
cvsdist d98fafe
cvsdist d98fafe
%build
6eb5ae3
CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}"
6eb5ae3
export CPPFLAGS
cvsdist 3786716
Colin Walters ff7a108
# Always rerun configure for now
Colin Walters ff7a108
rm -f configure
333019e
(if ! test -x configure; then autoreconf -i -f; fi;
2448151
 %configure --disable-static --disable-schemas-compile)
hp fcb1516
bb17462
SHOULD_HAVE_DEFINED="HAVE_SM HAVE_XINERAMA HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
96433cc
cvsdist c244330
for I in $SHOULD_HAVE_DEFINED; do
cvsdist c244330
  if ! grep -q "define $I" config.h; then
cvsdist c244330
    echo "$I was not defined in config.h"
cvsdist c244330
    grep "$I" config.h
cvsdist c244330
    exit 1
cvsdist c244330
  else
cvsdist c244330
    echo "$I was defined as it should have been"
cvsdist c244330
    grep "$I" config.h
cvsdist c244330
  fi
cvsdist c244330
done
cvsdist d98fafe
paragn 3c5e79b
make CPPFLAGS="$CPPFLAGS" LIBS="$LIBS" %{?_smp_mflags}
82fa10b
cvsdist d98fafe
%install
paragn 3c5e79b
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
cvsdist d98fafe
paragn 3c5e79b
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
cvsdist 1d4f641
d69334e
# the desktop file is not valid, I've complained on metacity-devel-list
d69334e
#desktop-file-install --vendor "" --delete-original \
d69334e
#	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
d69334e
#	$RPM_BUILD_ROOT%{_datadir}/applications/metacity.desktop
c50db27
438f29b
%find_lang %{name} --all-name --with-gnome
cvsdist 1d4f641
25b9f71
%ldconfig_scriptlets
cvsdist 7c2e0c1
17bab9b
%files -f %{name}.lang
e8a55c7
%doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd rationales.txt
1ccd7a9
%{_bindir}/metacity
1ccd7a9
%{_bindir}/metacity-message
2448151
%{_datadir}/glib-2.0/schemas/*
cvsdist d98fafe
%{_datadir}/metacity
a89a7d1
%{_datadir}/gnome-control-center/keybindings/*
1ccd7a9
%{_libdir}/lib*.so.*
1ccd7a9
%{_mandir}/man1/metacity.1.gz
b5794a7
%{_mandir}/man1/metacity-message.1.gz
c50db27
%{_datadir}/applications/metacity.desktop
1ccd7a9
1ccd7a9
%files devel
1ccd7a9
%{_bindir}/metacity-theme-viewer
1ccd7a9
%{_bindir}/metacity-window-demo
cvsdist c244330
%{_includedir}/*
9e15c5d
%{_libdir}/lib*.so
cvsdist c244330
%{_libdir}/pkgconfig/*
ff8ee48
%{_mandir}/man1/metacity-theme-viewer.1.gz
ff8ee48
%{_mandir}/man1/metacity-window-demo.1.gz
cvsdist d98fafe
cvsdist d98fafe
%changelog
f2f7024
* Thu Nov 29 2018 Peter Robinson <pbrobinson@fedoraproject.org> 3.30.1-2
f2f7024
- Add upstream fix for Sugar regression (rhbz 1519042)
f2f7024
41388ec
* Mon Nov 12 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 3.30.1-1
41388ec
- Update to 3.30.1
41388ec
7785acf
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.0-2
7785acf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7785acf
0130ee9
* Mon Mar 12 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 3.28.0-1
0130ee9
- Update to 3.28.0
0130ee9
e18c6c4
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-2
e18c6c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e18c6c4
050cf23
* Mon Nov 13 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.26.0-1
050cf23
- Update to 3.26.0
050cf23
- Remove obsolete scriptlets
c448300
- Remove obsolete patches
050cf23
4b822e6
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.2-3
4b822e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4b822e6
73cb4c2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.2-2
73cb4c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
73cb4c2
90e55ee
* Sun Jul 02 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.25.2-1
90e55ee
- new version
90e55ee
0fa8c52
* Mon Jun 12 2017 Kevin Fenzi <kevin@scrye.com> - 3.25.1-2
0fa8c52
- Rebuild for new libgtop2
0fa8c52
7e62464
* Fri Jun 09 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.25.1-1
7e62464
- Update to 3.25.1 (#1376984)
7e62464
126a684
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-5
126a684
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
126a684
b5410d5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-4
b5410d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b5410d5
964bcda
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-3
964bcda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
964bcda
eea91f3
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-2
eea91f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
eea91f3
Richard Hughes d77e3e4
* Wed Jun 18 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
Richard Hughes d77e3e4
- Update to 3.12.0
Richard Hughes d77e3e4
f4d0e3c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.13-7
f4d0e3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f4d0e3c
7b94ea9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.13-6
7b94ea9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7b94ea9
Florian Müllner 2646469
* Thu May 16 2013 Florian Müllner <fmuellner@redhat.com> - 2.34.13-5
Florian Müllner 2646469
- Include documentation update from upstream
Florian Müllner 2646469
ccf7070
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.13-4
ccf7070
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ccf7070
Florian Müllner e16d262
* Thu Nov 22 2012 Florian Müllner <fmuellner@redhat.com> - 2.34.13-3
Florian Müllner e16d262
- Clean up leftovers from upstream patch removed in commit 24481514
Florian Müllner e16d262
4814299
* Tue Nov 20 2012 Matthias Clasen <mclasen@redhat.com> - 2.34.13-2
4814299
- Don't use a patch fuzz of 999
4814299
Florian Müllner 81dd2fd
* Mon Oct 15 2012 Florian Müllner <fmuellner@redhat.com> - 2.34.13-1
Florian Müllner 81dd2fd
- Update to 2.34.13
Florian Müllner 81dd2fd
Richard Hughes 7a28f66
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 2.34.8-1
Richard Hughes 7a28f66
- Update to 2.34.8
8ea883a
- Add yelp-tools BR
Richard Hughes 7a28f66
Florian Müllner f271ca0
* Mon Aug 06 2012 Florian Müllner <fmuellner@redhat.com> - 2.34.5-1
Florian Müllner f271ca0
- Update to new upstream version, drop upstreamed patch
Florian Müllner f271ca0
87f6f52
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.3-4
87f6f52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
87f6f52
f70b012
* Wed Jul 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.34.3-3
f70b012
- Fix %%post scriptlet dependencies.
f70b012
24f36ef
* Thu Jun 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.34.3-2
24f36ef
- Add options to disable mouse button modifers
24f36ef
Florian Müllner dfad3e8
* Tue Mar 20 2012 Florian Müllner <fmuellner@redhat.com> - 2.34.3-1
Florian Müllner dfad3e8
- Update to new upstream version
Florian Müllner dfad3e8
46bd293
* Sat Feb 18 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.34.2-3
46bd293
- Execute %%postun via /bin/sh not /sbin/ldconfig.
46bd293
Florian Müllner a2fb1ab
* Wed Feb 15 2012 Florian Müllner <fmuellner@redhat.com> 2.34.2-2
Florian Müllner a2fb1ab
- Explicitly require gsettings-desktop-schemas
Florian Müllner a2fb1ab
2448151
* Thu Feb 09 2012 Florian Müllner <fmuellner@redhat.com> 2.34.2-1
2448151
- Update to 2.34.2
2448151
- Remove patches:
2448151
  - screenshot-forkbomb.patch: screenshot keybindings have been moved
2448151
    to gnome-settings-daemon
2448151
  - workspace.patch: default preference values now defined in
2448151
    gsettings-desktop-schemas
2448151
  - default-window-icon.patch: included upstream
2448151
- Rebase remaining patches
2448151
- Adjust spec file to dropped GConf dependency
2448151
1baef66
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.1-3
1baef66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1baef66
4bb0698
* Thu Nov 10 2011 Adam Jackson <ajax@redhat.com> 2.34.1-2
4bb0698
- Rebuild to break bogus libpng dep
4bb0698
4392e46
* Wed Jul  6 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.1-1
4392e46
- Update to 2.34.1
4392e46
Daniel Drake a8a42e3
* Sun May 22 2011 Daniel Drake <dsd@laptop.org> - 2.34.0-2
Daniel Drake a8a42e3
- Add upstream patch to allow keybindings ungrab, needed for Sugar
Daniel Drake a8a42e3
c442846
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.0-1
c442846
- Update to 2.34.0
c442846
Colin Walters ff7a108
* Mon Feb 28 2011 Colin Walters <walters@verbum.org> - 2.32.0-1.git20110228
Colin Walters ff7a108
- Upstream git snapshot
Colin Walters ff7a108
  Includes Alt-` binding which we really want for gnome-shell
Colin Walters ff7a108
- Drop upstreamed patches
Colin Walters ff7a108
- Switch to my auto-autogen snippet which automatically invokes configure,
Colin Walters ff7a108
  so we can build from a pure git archive
Colin Walters ff7a108
- Instead of using autoreconf, just rm -f configure and let autogen do
Colin Walters ff7a108
  the work
Colin Walters 5f09179
- BR gnome-common so autogen works
Colin Walters ff7a108
80b6264
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.3-5
80b6264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
80b6264
63ca758
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 2.30.3-4
63ca758
- Drop gnome-themes dependency
63ca758
paragn df1a333
* Tue Oct 26 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.30.3-3
paragn df1a333
- Gconf2 scriptlet accepts schema file names without file extension.
paragn df1a333
paragn 3c5e79b
* Mon Oct 18 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.30.3-2
paragn 3c5e79b
- Merge-review cleanup (#226138)
paragn 3c5e79b
028565e
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.3-1
63ca758
- Update to 2.30.3
028565e
cf99a0f
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.2-1
cf99a0f
- Update to 2.30.2
cf99a0f
e78e4d4
* Wed Sep 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.30.0-8
e78e4d4
- firstboot -> metacity dep (#605675)
e78e4d4
b2a865c
* Tue Jul 20 2010 Dan Horák <dan[at]danny.cz> - 2.30.0-7
b2a865c
- updated the nofocuswindows_prefs patch for gcc 4.5
b2a865c
4c6a10f
* Wed Jun 23 2010 Owen Taylor <otaylor@redhat.com> - 2.30.0-6
4c6a10f
- Add patch to allow breaking out from maximization during mouse resize
4c6a10f
  (gnome bz 622517)
4c6a10f
83db893
* Wed Jun  9 2010 Owen Taylor <otaylor@redhat.com> - 2.30.0-5
c6c5993
- Add a patch to fix confusion between windows (rhbz #533066)
c6c5993
- Add additional tweeks no_focus_windows and new_windows_always_on_top
c6c5993
  preferences (gnome bz 599248, gnome bz 599261)
c6c5993
ca37292
* Tue Apr 20 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-3
ca37292
- Include the default window icon
ca37292
ebaa1dd
* Mon Apr  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-2
ebaa1dd
- Don't crash on titlebar right-click
ebaa1dd
ef39377
* Wed Mar 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
ef39377
- Update to 2.30.0
ef39377
5297b78
* Fri Feb 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
3a2e69b
- Fix linking with pedantic linkers
5297b78
04e23b7
* Wed Jan 27 2010 Owen Taylor <otaylor@redhat.com> - 2.28.1-2
068875f
- Update to 2.28.1, remove 7 patches now applied upstream
068875f
0445ab3
* Sun Jan  3 2010 Owen Taylor <otaylor@redhat.com> - 2.28.0-15
0445ab3
- Fix crash in _IceTransClose (rhbz 551994)
0445ab3
  The previous patch for rhbz 539905 didn't actually fix the
0445ab3
  problem; the ICE connection was still being closed twice.
0445ab3
27a699f
* Thu Dec 17 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-14
891e460
- Fix crash in in tooltip on_style_set() (rhbz 546509)
891e460
- Fix Crash in SmcSetProperties() on exit (rhbz 539905, gnome 604867)
891e460
27a699f
* Thu Dec 10 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-13
97b0323
- Require gnome-themes rather than nodoka-metacity-theme (rhbz 532455, Stijn Hoop)
97b0323
- Add patches for GNOME bugs
97b0323
   445447 - Application-induced window raise fails when raise_on_click off (rhbz 526045)
97b0323
   530702 - compiz doesn't start if metacity compositor is enabled (rhbz 537791)
891e460
   559816 - Doesn't update keybindings being disabled/cleared (rhbz 473224)
97b0323
   567528 - Cannot raise windows from applications in Tcl/Tk and Java (rhbz 503522)
97b0323
   577576 - Failed to read saved session file warning on new sessions (rhbz 493245)
891e460
   598231 - When Chromium rings the bell, metacity quits (rhbz 532282)
97b0323
   598995 - Don't focus ancestor window on a different workspace (rhbz 237158)
97b0323
   599097 - For mouse and sloppy focus, return to "mouse mode" on motion (rhbz 530261)
97b0323
   599248 - Add no_focus_windows preference to list windows that shouldn't be focused (rhbz 530262)
97b0323
   599261 - Add a new_windows_always_on_top preference (rhbz 530263)
97b0323
   599262 - Add XFCE Terminal as a terminal
891e460
   604319 - Handle XError and XIOError for unknown displays (rhbz 537845)
97b0323
2486a74
* Thu Nov 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-11
2486a74
- Fix a problem with the previous change
2486a74
ff33ff6
* Tue Nov 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-10
ff33ff6
- Disable key repeat for screenshot keybinding (#506369)
ff33ff6
ff33ff6
* Thu Nov 05 2009 Ray Strode <rstrode@redhat.com> 2.28.0-9
ff33ff6
- One stab at the metacity patch
ff33ff6
ff33ff6
* Thu Nov 05 2009 Ray Strode <rstrode@redhat.com> 2.28.0-8
ff33ff6
- Minor clean ups to last patch based on feedback from
ff33ff6
  Owen
ff33ff6
ff33ff6
* Thu Nov 05 2009 Ray Strode <rstrode@redhat.com> 2.28.0-7
ff33ff6
- Don't do bad things on sigterm
ff33ff6
ff33ff6
* Wed Oct 28 2009 Matthias Clasen <mclasen@redhat.cm> - 2.28.0-6
ff33ff6
- Make tooltips look sharper
ff33ff6
ff33ff6
* Wed Oct 21 2009 Matthias Clasen <mclasen@redhat.cm> - 2.28.0-4
ff33ff6
- Make tooltips look match GTK+
ff33ff6
ff33ff6
* Thu Oct 15 2009 Matthias Clasen <mclasen@redhat.cm> - 2.28.0-3
ff33ff6
- Tweak the default number of workspaces
ff33ff6
dc8d2a0
* Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.cm> - 2.28.0-1
dc8d2a0
- Update to 2.28.0
dc8d2a0
b3923bc
* Tue Sep  8 2009 Matthias Clasen <mclasen@redhat.cm> - 2.27.1-1
b3923bc
- Update to 2.27.1
b3923bc
17fc960
* Wed Sep  2 2009 Peter Robinson <pbrobinson@gmail.com> - 2.27.0-9
17fc960
- Add upstreamed patch for option to force fullscreen for sugar
17fc960
- https://bugzilla.redhat.com/show_bug.cgi?id=516225
17fc960
60fb7e8
* Fri Aug 28 2009 Lennart Poettering <lpoetter@redhat.com> - 2.27.0-8
60fb7e8
- Actually apply the patch from -7
60fb7e8
c3365d8
* Fri Aug 28 2009 Lennart Poettering <lpoetter@redhat.com> - 2.27.0-7
c3365d8
- Apply another trivial patch related to sound events
c3365d8
- http://bugzilla.gnome.org/show_bug.cgi?id=593358
c3365d8
1f1aa49
* Fri Aug 28 2009 Lennart Poettering <lpoetter@redhat.com> - 2.27.0-6
c3365d8
- Apply two trivial patches for bell/sound
1f1aa49
- http://bugzilla.gnome.org/show_bug.cgi?id=593356
1f1aa49
- http://bugzilla.gnome.org/show_bug.cgi?id=593355
1f1aa49
220a674
* Sat Aug 22 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-5
220a674
- Add a fix for http://bugzilla.gnome.org/show_bug.cgi?id=588119,
220a674
  remove no-longer-needed no-lame-dialog patch
220a674
c187ba6
* Wed Aug  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.0-4
c187ba6
- Change the default theme to Clearlooks
c187ba6
9c6a71c
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.0-3
9c6a71c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9c6a71c
f38f2e7
* Sun Jun  7 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.0-2
f38f2e7
- Make DND work better
f38f2e7
- Don't show a lame dialog
f38f2e7
68853f2
* Sun May 31 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.0-1
68853f2
- Update to 2.27.0
68853f2
5873694
* Mon Apr 27 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-2
5873694
- Don't drop schemas translations from po files
5873694
c83fe89
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-1
c83fe89
- Update to 2.26.0
c83fe89
20cf74d
* Wed Mar 11 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-6
20cf74d
- Fix interaction with autohide panels
20cf74d
cf075a6
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.144-5
cf075a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
cf075a6
d1520d7
* Sat Feb 21 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-4
d1520d7
- Don't force the bell (#486137)
d1520d7
ba881e9
* Wed Feb 18 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-3
ba881e9
- Update the theme patch to apply to the right file
ba881e9
382252b
* Tue Feb 10 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-2
382252b
- Use libcanberra to play the alert sound from the sound theme
382252b
  for the audible system bell
382252b
51ff734
* Tue Feb  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-1
51ff734
- Update to 2.25.144
51ff734
9188483
* Mon Jan  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.89-1
9188483
- Update to 2.25.89
9188483
9abde12
* Tue Dec 16 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.55-1
9abde12
- Update to 2.25.55
9abde12
985e968
* Mon Dec 15 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.34-3
d8631c6
- Clean _NET_SUPPORTING_WM_CHECK on shutdown
985e968
- Fix BuildRequires
d8631c6
999a8ff
* Wed Dec  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.34-1
999a8ff
- Update to 2.25.34
999a8ff
e993da3
* Mon Nov 24 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.8-4
f009e05
- Update to 2.25.8
f009e05
f4d268c
* Sat Nov 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.5-4
b5794a7
- Tweak %%summary and %%description
f4d268c
- Fix BuildRequires
b5794a7
24710ca
* Wed Nov 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.5-1
24710ca
- Update to 2.25.5
24710ca
05ae082
* Fri Oct 31 2008 Soren Sandmann <sandmann@redhat.com> - 2.24.0-3
05ae082
- Don't spam .xsession-errors so hard (bug 467802)
05ae082
8b4f11c
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
8b4f11c
- Save some space
8b4f11c
a726c20
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
a726c20
- Update to 2.24.0
a726c20
9dc82f2
* Fri Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.610-2
1a70e80
- Fix some memory leaks
1a70e80
ba33f1d
* Tue Sep  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.610-1
ba33f1d
- Update to 2.23.610
ba33f1d
34895f9
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.233-1
34895f9
- Update to 2.23.233
34895f9
0b89068
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.144-1
0b89068
- Update to 2.23.144
0b89068
30b55a0
* Tue Jul 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.55-1
30b55a0
- Update to 2.23.55
30b55a0
4beeb40
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.34-1
4beeb40
- Update to 2.23.34
4beeb40
663450e
* Tue May 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.21-1
663450e
- Update to 2.23.21
663450e
8c4282b
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.13-1
8c4282b
- Update to 2.23.13
8c4282b
f11a833
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.8-1
f11a833
- Update to 2.23.8
f11a833
- Drop obsolete patches
f11a833
a336c6a
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
a336c6a
- Fix a possible crash in the appearance capplet with
a336c6a
  invalid metacity themes (launchpad #199402)
a336c6a
Marco Pesenti Gritti ab5f0a0
* Wed Mar 12 2008 Marco Pesenti Gritti <mpg@redhat.com> - 2.22.0-2
Marco Pesenti Gritti ab5f0a0
- Add patch to fix focus of keep-above windows
Marco Pesenti Gritti ab5f0a0
  http://bugzilla.gnome.org/show_bug.cgi?id=519188
Marco Pesenti Gritti ab5f0a0
8b03e67
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
8b03e67
- Update to 2.22.0
8b03e67
a27cf90
* Wed Feb 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.21-1
a27cf90
- Update to 2.21.21
a27cf90
03f2425
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.13-1
03f2425
- Update to 2.21.13
03f2425
17bab9b
* Wed Feb  6 2008 Colin Walters <walters@redhat.com> - 2.21.8.svn3554-1
17bab9b
- Drop random macros at top of file; spec files should be as amenable
17bab9b
  to static analysis as possible, easing our way into the bright future
17bab9b
  where our software build process isn't a horrible mismash of a
17bab9b
  preprocessor on shell script, with manual editing required, 
17bab9b
  but something scriptable.
17bab9b
- Update to SVN 3554, to which our patches were designed to apply
17bab9b
- Readd patch metacity-2.21.13-dont-move-windows.patch, which makes
17bab9b
  Firefox behave as those multiple-workspace users desire.
17bab9b
c3e2123
* Wed Feb  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.8-1
c3e2123
- Update to 2.21.8
c3e2123
7275b1b
* Sun Feb  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-3
7275b1b
- Make skip-taskbar windows appear in the ctrl-alt-tab list
7275b1b
c659e03
* Thu Dec 20 2007 Colin Walters <walters@redhat.com> - 2.21.5-2
c659e03
- Add patch for avoiding moving windows across workspaces
c659e03
  This makes clicking on links in firefox do what you want.
c659e03
  http://bugzilla.gnome.org/show_bug.cgi?id=482354
c659e03
569d124
* Wed Dec 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
569d124
- Update to 2.21.5, including the new compositor
569d124
1495bf2
* Sun Dec 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
1495bf2
- Update to 2.21.3
1495bf2
ad05a32
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
ad05a32
- Update to 2.21.2
ad05a32
0441410
* Tue Nov 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
0441410
- Update to 2.21.1
0441410
2d39531
* Sun Nov 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-4
2d39531
- Fix a crash when the number of workspaces is 1
2d39531
ba81acc
* Thu Oct 18 2007 Colin Walters <walters@redhat.com> - 2.20.0-3
ba81acc
- Add patch to fix workspace behavior when presenting normal windows
ba81acc
201bff3
* Thu Sep 27 2007 Ray Strode <rstrode@redhat.com> - 2.20.0-2
201bff3
- Drop dep on redhat-artwork, add one on nodoka
201bff3
8aae942
* Sun Sep 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
8aae942
- Update to 2.20.0
8aae942
e9c7265
* Tue Sep 11 2007 Ray Strode <rstrode@redhat.com> - 2.19.55-4
e9c7265
- fix crash on logout (and on the subsequent login, bug 243761)
e9c7265
f7336aa
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 2.19.55-3
f7336aa
- Rebuild for build id
f7336aa
1887c43
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.55-2
1887c43
- Switch default theme to Nodoka
1887c43
d4d6e4b
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.55-1
d4d6e4b
- Update to 2.19.55
d4d6e4b
e8a55c7
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.34-3
e8a55c7
- Update license field
e8a55c7
1b53b15
* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 2.19.34-2
1b53b15
- Rebuild for RH #249435
1b53b15
0b19293
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.34-1
0b19293
- Update to 2.19.34
0b19293
4037025
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.21-3
4037025
- Require control-center-filesystem
4037025
a89a7d1
* Thu Jul  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.21-2
a89a7d1
- Fix keybindings
a89a7d1
bd63419
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.21-1
bd63419
- Update to 2.19.21
bd63419
f58541f
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.13-2
f58541f
- Clean up directory ownership
f58541f
726f4d0
* Fri Jun 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.13-1
726f4d0
- Update to 2.19.13
726f4d0
9e15c5d
* Mon Jun 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.8-2
9e15c5d
- Don't ship .so.0 in the -devel package (#243689)
9e15c5d
0d019aa
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.8-1
0d019aa
- Update to 2.19.8
0d019aa
4db4c29
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
4db4c29
- Update to 2.19.5
4db4c29
1ccd7a9
* Tue Apr  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-2
1ccd7a9
- Split off a devel package (#203547)
1ccd7a9
- Some spec file cleanups (#21573)
1ccd7a9
5e385e5
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
5e385e5
- Update to 2.18.0
5e385e5
77e1b2d
* Wed Feb 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.8-1
77e1b2d
- Update to 2.17.8
77e1b2d
eee6a47
* Thu Feb 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-2
eee6a47
- Fix a spec file typo
eee6a47
- Don't ship static libraries
eee6a47
2a5de4a
* Wed Jan 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
2a5de4a
- Update to 2.17.5
2a5de4a
53f8f31
* Mon Nov  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
53f8f31
- Update to 2.17.2
53f8f31
b951af2
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
b951af2
- Update to 2.17.1
b951af2
3b4bf4b
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-7
3b4bf4b
- Fix scripts according to packaging guidelines
3b4bf4b
35ccd23
* Tue Oct 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
35ccd23
- Add missing Requires (#203813)
35ccd23
b58bf83
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.16.0-5
b58bf83
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
b58bf83
sandmann f9bc0f1
* Mon Sep 25 2006 Soren Sandmann <sandmann@redhat.com> - 2.16.0-4.fc6
sandmann f9bc0f1
- Build
sandmann f9bc0f1
sandmann d752fd7
* Fri Sep 21 2006 Soren Sandmann <sandmann@redhat.com>
sandmann d752fd7
- Remove GL dependencies.
sandmann d752fd7
- Remove static-cm patch
sandmann d752fd7
- add patch to fix more CurrentTime race conditions (bug 206263)
sandmann d752fd7
b961428
* Thu Sep 14 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-3.fc6
b961428
- remove stale ctrl-alt-delete patch
b961428
sandmann a463942
* Sat Sep  9 2006 Soren Sandmann <sandmann@redhat.com> - 2.16.0-2.fc6
sandmann 2c08949
- Add patch from Elijah that may fix bug 204519
sandmann 2c08949
4ee5e2e
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
4ee5e2e
- Update to 2.16.0
4ee5e2e
f38831a
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.34-1.fc6
f38831a
- Update to 2.15.34
f38831a
- Require pkgconfig, since we installing a .pc file
f38831a
4d09c22
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.21-1.fc6
4d09c22
- Update to 2.15.21
4d09c22
- Uninstall gconf schemas in %%preun
4d09c22
sandmann df19e9c
* Mon Aug 7 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.13-2
sandmann df19e9c
- Remove leftover snapshot string.
sandmann df19e9c
sandmann cd102e0
* Mon Aug 7 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.13-1
sandmann cd102e0
- Update to 2.15.13. Disable compositing manager.
sandmann cd102e0
e9398cd
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.5-6.1
e9398cd
- rebuild
e9398cd
3342db2
* Tue Jun 13 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.15.5-6
3342db2
- remove BR on automake14, use current automake instead
3342db2
sandmann 0b911f7
* Tue Jun 6 2006 Soren Sandmann <sandmann@redhat.com> 2.15.5-5
sandmann 0b911f7
- Update to new tarball with different intltool magic in it.
sandmann 0b911f7
sandmann 656c3e8
* Tue Jun 6 2006 Soren Sandmann <sandmann@redhat.com> 2.15.5-4
sandmann 656c3e8
- Update intltool BuildRequires to 0.35
sandmann 656c3e8
sandmann 77c3b95
* Fri Jun 2 2006 Soren Sandmann <sandmann@redhat.com> 2.15.5-2
sandmann 77c3b95
- Update intltool BuildRequires to 0.34.90
sandmann 77c3b95
sandmann 0a98dca
* Thu Jun 1 2006 Soren Sandmann <sandmann@redhat.com> 2.15.5-1
sandmann 0a98dca
- Update metacity to a cvs snapshot, and libcm 0.0.22. (The standalone
sandmann 0a98dca
  libcm package is being put through the package review process). 
sandmann 0a98dca
Kristian Høgsberg 5f98e56
* Tue May 30 2006 Kristian Høgsberg <krh@redhat.com> 2.15.3-4
Kristian Høgsberg 5f98e56
- Bump for rawhide build.
Kristian Høgsberg 5f98e56
Kristian Høgsberg 4af96ee
* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> - 2.15.3-3
Kristian Høgsberg 4af96ee
- Bump libGL build requires so libcm picks up the right tfp tokens.
Kristian Høgsberg 4af96ee
sandmann d98cb22
* Thu May 18 2006 Soren Sandmann <sandmann@redhat.com> 2.15.3-2
sandmann ec0e105
- Update libcm to 0.0.21
sandmann ec0e105
905a26d
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> 2.15.3-1
905a26d
- Update to 2.15.3
905a26d
6ef4059
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 2.15.2-2
6ef4059
- Update protocol dep to 7.0-13 for final EXT_tfp enums, and rebuild.
6ef4059
sandmann 265aad6
* Thu May 11 2006 Soren Sandmann <sandmann@redhat.com> 2.15.2-1
sandmann 265aad6
- Update to metacity 2.15.2
sandmann 265aad6
Kristian Høgsberg d0d3a22
* Tue Apr 18 2006 Kristian Høgsberg <krh@redhat.com> 2.15.0-6
Kristian Høgsberg d0d3a22
- Bump for fc5-bling build.
Kristian Høgsberg d0d3a22
sandmann b3887af
* Thu Apr 13 2006 Soren Sandmann <sandmann@redhat.com> 2.15.0-5
sandmann b3887af
- Update to libcm 0.0.19
sandmann b3887af
Kristian Høgsberg 97c3723
* Wed Apr 12 2006 Kristian Høgsberg <krh@redhat.com> 2.15.0-4
Kristian Høgsberg 97c3723
- Bump for fc5-bling rebuild.
Kristian Høgsberg 97c3723
sandmann 0f5931d
* Thu Apr 6 2006 Soren Sandmann <sandmann@redhat.com> - 2.16.0-3
sandmann 0f5931d
- Bump libcm to 0.0.18.
sandmann 0f5931d
sandmann cd243ad
* Mon Apr  3 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.0-2
sandmann cd243ad
- Fix leftover libcm-snapshot-date, buildrequire libXcomposite-devel >= 0.3
sandmann cd243ad
sandmann 7bb0431
* Fri Mar 31 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.0
sandmann 7bb0431
- Update to 2.15.0
sandmann 7bb0431
1b783d5
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 2.14.0-1
1b783d5
- update to 2.14.0
1b783d5
6d3d8b9
* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 2.13.144-1
6d3d8b9
- update to 2.13.144
6d3d8b9
- add bling patch from HEAD
6d3d8b9
a9749df
* Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> - 2.13.89.0.2006.02.17-2
a9749df
- disable compositor on s390 s390x and ppc64
a9749df
82fa10b
* Fri Feb 17 2006 Ray Strode <rstrode@redhat.com> - 2.13.89.0.2006.02.17-1
82fa10b
- Update to latest cvs snapshot to give meaningful failure error
82fa10b
  messages
82fa10b
- Don't remove build root in install, because it triggers a
82fa10b
  rebuild of metacity
82fa10b
6eb5ae3
* Thu Feb 16 2006 Ray Strode <rstrode@redhat.com> - 2.13.89.0.2006.02.16-1
6eb5ae3
- Update to cvs snapshot to add the ability to 
6eb5ae3
  runtime enable compositor
6eb5ae3
- change %%makeinstall to make install DESTDIR=..
6eb5ae3
5c7248e
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.89-1
5c7248e
- Update to 2.13.89
5c7248e
3c9df52
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.55-1.2
3c9df52
- bump again for double-long bug on ppc(64)
3c9df52
0d19612
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.55-1.1
0d19612
- rebuilt for new gcc4.1 snapshot and glibc changes
0d19612
229745d
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> 2.13.55-1
229745d
- Update to 2.13.55
229745d
d62323b
* Thu Jan 26 2006 Matthias Clasen <mclasen@redhat.com> 2.13.34-1
d62323b
- Update to 2.13.34
d62323b
6eb5ae3
* Mon Jan 16 2006 Ray Strode <rstrode@redhat.com> 2.13.21-1
2bc4f3b
- Update to 2.13.21
2bc4f3b
372b571
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.13-1
372b571
- Update to 2.13.13
372b571
41946d1
* Tue Jan 03 2006 Matthias Clasen <mclasen@redhat.com> 2.13.8-1
41946d1
- Update to 2.13.8
41946d1
f355ca9
* Thu Dec 15 2005 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
f355ca9
- Update to 2.13.5
f355ca9
b3d64a5
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b3d64a5
- rebuilt
b3d64a5
1185766
* Thu Dec  1 2005 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
1185766
- Update to 2.13.3
1185766
43f8e55
* Mon Nov 21 2005 Ray Strode <rstrode@redhat.com> 2.13.2-1
43f8e55
- Update to 2.13.2
43f8e55
a4dfa60
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com>
a4dfa60
- remove references to obsolete X11R6 paths
a4dfa60
a625a95
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
a625a95
- Update to 2.12.1
a625a95
d5627cf
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
d5627cf
- Update to 2.12.0
a625a95
548eb64
* Thu Sep  1 2005 Ray Strode <rstrode@redhat.com> 2.11.2-3
548eb64
- truncate long window titles to 512 characters (bug 164071)
548eb64
282d9df
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> 2.11.2-2
282d9df
- rebuild for new cairo
282d9df
e0ea3b9
* Tue Aug  9 2005 Ray Strode <rstrode@redhat.com> 2.11.2-1
e0ea3b9
- Update to 2.11.2 (fixes bug 163745)
e0ea3b9
d14c655
* Fri Aug  5 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
d14c655
- New upstream version
d14c655
0ec8ef4
* Mon Jul 18 2005 Matthias Clasen <mclasen@redhat.com> 2.11.0-3
294ca12
- fix xcursor detection
294ca12
b4d8ed5
* Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> 2.11.0-1
b4d8ed5
- newer upstream version
b4d8ed5
43bfdd9
* Mon May 30 2005 Warren Togami <wtogami@redhat.com> 2.10.0-2
43bfdd9
- raise demands attention (#157271 newren)
43bfdd9
9fe4823
* Sun Apr  3 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
9fe4823
- Update to 2.10.0
9fe4823
078611e
* Thu Mar 17 2005 Matthias Clasen <mclasen@redhat.com> 2.9.21-2
078611e
- Switch to Clearlooks as default theme
078611e
0157322
* Mon Feb 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.21-1
0157322
- Update to 2.9.21
0157322
7e74fdd
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> 2.9.13-1
7e74fdd
- Update to 2.9.13
7e74fdd
8097fec
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.8-1
8097fec
- Update to 2.9.8
8097fec
hp fcb1516
* Sat Oct 16 2004 Havoc Pennington <hp@redhat.com> 2.8.6-2
hp fcb1516
- remove all the rerunning of autotools, intltool, etc. cruft; seemed to be breaking build
hp fcb1516
hp b768a9b
* Fri Oct 15 2004 Havoc Pennington <hp@redhat.com> 2.8.6-1
hp b768a9b
- upgrade to 2.8.6, fixes a lot of focus bugs primarily.
hp b768a9b
sandmann d381c97
* Fri Oct 15 2004 Soren Sandmann <sandmann@redhat.com> - 2.8.5-3
sandmann d381c97
- Kludge around right alt problem (#132379)
sandmann d381c97
fdcdb10
* Mon Oct 11 2004 Alexander Larsson <alexl@redhat.com> - 2.8.5-2
fdcdb10
- Require startup-notification 0.7 (without this we'll crash)
fdcdb10
2044c84
* Thu Sep 23 2004 Alexander Larsson <alexl@redhat.com> - 2.8.5-1
2044c84
- update to 2.8.5
2044c84
cvsdist 7a1d178
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.8.4-1
cvsdist 7a1d178
- update to 2.8.4
cvsdist 7a1d178
cvsdist 9e2010f
* Tue Aug 24 2004 Warren Togami <wtogami@redhat.com> 2.8.3-1
cvsdist 9e2010f
- update to 2.8.3
cvsdist 9e2010f
cvsdist 0dbfbe1
* Thu Aug  5 2004 Mark McLoughlin <markmc@redhat.com> 2.8.2-1
cvsdist 0dbfbe1
- Update to 2.8.2
cvsdist 0dbfbe1
- Remove systemfont patch - upstream now
cvsdist 0dbfbe1
cvsdist ef201ad
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist ef201ad
- rebuilt
cvsdist ef201ad
cvsdist dd69594
* Thu May  6 2004 Havoc Pennington <hp@redhat.com> 2.8.1-2
cvsdist dd69594
- fix mangled Summary
cvsdist dd69594
cvsdist dd69594
* Thu May  6 2004 Havoc Pennington <hp@redhat.com> 2.8.1-1
cvsdist dd69594
- 2.8.1
cvsdist dd69594
cvsdist dd69594
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.8.0-1
cvsdist dd69594
- update to 2.8.0
cvsdist dd69594
cvsdist f3b8501
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.7.1-1
cvsdist f3b8501
- Update to 2.7.1
cvsdist f3b8501
cvsdist f3b8501
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f3b8501
- rebuilt
cvsdist f3b8501
cvsdist f3b8501
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.7.0-1
cvsdist f3b8501
- update to 2.7.0
cvsdist f3b8501
- removed reduced resouces patch (its now upstream)
cvsdist f3b8501
cvsdist f3b8501
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist f3b8501
- rebuilt
cvsdist f3b8501
cvsdist 7c2e0c1
* Mon Oct 27 2003 Havoc Pennington <hp@redhat.com> 2.6.3-1
cvsdist 7c2e0c1
- 2.6.3
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Wed Oct  1 2003 Havoc Pennington <hp@redhat.com> 2.6.2-1
cvsdist 7c2e0c1
- 2.6.2
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Thu Sep  4 2003 Havoc Pennington <hp@redhat.com> 2.5.3-3
cvsdist 7c2e0c1
- put reduced resources patch back in
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Fri Aug 22 2003 Elliot Lee <sopwith@redhat.com> 2.5.3-2
cvsdist 7c2e0c1
- Work around libXrandr need for extra $LIBS
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.5.3-1
cvsdist 7c2e0c1
- update for gnome 2.3
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.4.55-7
cvsdist 7c2e0c1
- rebuild
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.4.55-6
cvsdist 7c2e0c1
- backport the "reduced_resources" patch with wireframe
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Mon Jul 07 2003 Christopher Blizzard <blizzard@redhat.com> 2.4.55-4
cvsdist 7c2e0c1
- add patch to fix mouse down problems in mozilla
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 7c2e0c1
- rebuilt
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Thu May 29 2003 Havoc Pennington <hp@redhat.com> 2.4.55-2
cvsdist 7c2e0c1
- rebuild
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Thu May 29 2003 Havoc Pennington <hp@redhat.com> 2.4.55-1
cvsdist 7c2e0c1
- 2.4.55
cvsdist 7c2e0c1
cvsdist 7c2e0c1
* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 7c2e0c1
- add proper ldconfig calls for shared libs
cvsdist 7c2e0c1
cvsdist c244330
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist c244330
- rebuilt
cvsdist c244330
cvsdist c244330
* Fri Feb 21 2003 Havoc Pennington <hp@redhat.com> 2.4.34-2
cvsdist c244330
- fix a crash in multihead situations, #84412
cvsdist c244330
cvsdist c244330
* Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 2.4.34-1
cvsdist c244330
- 2.4.34
cvsdist c244330
- try disabling smp_mflags and see if it fixes build
cvsdist c244330
cvsdist c244330
* Wed Jan 22 2003 Havoc Pennington <hp@redhat.com>
cvsdist c244330
- 2.4.21.90 with a bunch o' fixes
cvsdist c244330
cvsdist c244330
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist c244330
- rebuilt
cvsdist c244330
cvsdist c244330
* Thu Jan 16 2003 Havoc Pennington <hp@redhat.com>
cvsdist c244330
- bind Ctrl+Alt+Del to logout, #72973
cvsdist c244330
cvsdist c244330
* Wed Jan 15 2003 Havoc Pennington <hp@redhat.com>
cvsdist c244330
- 2.4.13.90 cvs snap with event queue lag fix
cvsdist c244330
cvsdist c244330
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
cvsdist c244330
- 2.4.13
cvsdist c244330
cvsdist c244330
* Thu Dec 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist c244330
- 2.4.8
cvsdist c244330
cvsdist c244330
* Mon Dec  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist c244330
- 2.4.5.90
cvsdist c244330
- add little script after configure that checks what config.h
cvsdist c244330
  contains, to be sure we detected all the right features.
cvsdist c244330
cvsdist c244330
* Tue Oct 29 2002 Havoc Pennington <hp@redhat.com>
cvsdist c244330
- 2.4.3
cvsdist c244330
- remove patches that have gone upstream
cvsdist c244330
cvsdist cff38f1
* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist cff38f1
- fix shaded window decorations in Bluecurve theme
cvsdist cff38f1
cvsdist 2eb3cc5
* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist c15e296
- fix the mplayer-disappears-on-de-fullscreen bug
cvsdist c15e296
cvsdist c15e296
* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 2eb3cc5
- add some fixes from CVS for #71163 #72379 #72478 #72513
cvsdist 2eb3cc5
cvsdist af6a6bb
* Thu Aug 22 2002 Havoc Pennington <hp@redhat.com>
cvsdist af6a6bb
- patch .schemas.in instead of .schemas so we get right default theme/fonts
cvsdist af6a6bb
cvsdist 3786716
* Tue Aug 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3786716
- grow size of top resize, and display proper cursor on enter notify
cvsdist 3786716
- require latest intltool to try and fix metacity.schemas by
cvsdist 3786716
  regenerating it in non-UTF-8 locale
cvsdist 3786716
cvsdist 1d4f641
* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
cvsdist 3ed5fdf
- default to Sans Bold font, fixes #70920 and matches graphic design spec
cvsdist 3ed5fdf
cvsdist 3ed5fdf
* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- 2.4.0.91 with raise/lower keybindings for msf, fixes to fullscreen
cvsdist 3ed5fdf
- more apps that probably intend to be, fix for changing number of
cvsdist 1d4f641
  workspaces, fix for moving windows in multihead
cvsdist 1d4f641
cvsdist 1d4f641
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- update build requires
cvsdist 1d4f641
cvsdist 1d4f641
* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- upgrade to cvs snap 2.4.0.90 with pile of bugfixes from 
cvsdist 1d4f641
  this weekend
cvsdist 1d4f641
- change default theme to bluecurve and require new redhat-artwork
cvsdist 1d4f641
cvsdist 1d4f641
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- 2.4.0
cvsdist 1d4f641
- themes are moved, require appropriate redhat-artwork
cvsdist 1d4f641
cvsdist 1d4f641
* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- munge the desktop file to be in toplevel menus and 
cvsdist 1d4f641
  not show in KDE
cvsdist 1d4f641
cvsdist 1d4f641
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- don't use system font by default as metacity's 
cvsdist 1d4f641
  font is now in the system font dialog
cvsdist 1d4f641
cvsdist 1d4f641
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- 2.3.987.92 cvs snap
cvsdist 1d4f641
cvsdist 1d4f641
* Fri Jul 12 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- 2.3.987.91 cvs snap
cvsdist 1d4f641
cvsdist 1d4f641
* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- 2.3.987.90 cvs snap
cvsdist 1d4f641
cvsdist 1d4f641
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 1d4f641
- automated rebuild
cvsdist 1d4f641
cvsdist 1d4f641
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- rebuild for new libraries
cvsdist 1d4f641
cvsdist 1d4f641
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
cvsdist 1d4f641
- rebuild in different environment
cvsdist 1d4f641
cvsdist d98fafe
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- 2.3.987
cvsdist d98fafe
- default to redhat theme
cvsdist d98fafe
cvsdist d98fafe
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- rebuild in different environment
cvsdist d98fafe
cvsdist d98fafe
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- 2.3.610.90 cvs snap
cvsdist d98fafe
cvsdist d98fafe
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist d98fafe
- automated rebuild
cvsdist d98fafe
cvsdist d98fafe
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- rebuild in different environment
cvsdist d98fafe
cvsdist d98fafe
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- 2.3.377
cvsdist d98fafe
cvsdist d98fafe
* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- 2.3.233
cvsdist d98fafe
cvsdist d98fafe
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- rebuild in different environment
cvsdist d98fafe
- add gconf schemas boilerplate
cvsdist d98fafe
cvsdist d98fafe
* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
cvsdist d98fafe
- 2.3.89
cvsdist d98fafe
cvsdist d98fafe
* Tue Oct 30 2001 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- 2.3.34
cvsdist d98fafe
cvsdist d98fafe
* Fri Oct 13 2001 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- 2.3.21 
cvsdist d98fafe
cvsdist d98fafe
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- 2.3.8
cvsdist d98fafe
- 2.3.13
cvsdist d98fafe
cvsdist d98fafe
* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
cvsdist d98fafe
- Initial build.
cvsdist d98fafe
cvsdist d98fafe