eb2656
Summary: Unobtrusive window manager
eb2656
Name: metacity
eb2656
Version: 3.28.0
eb2656
Release: 1%{?dist}
eb2656
URL: http://download.gnome.org/sources/metacity/
eb2656
Source0: http://download.gnome.org/sources/metacity/3.28/metacity-%{version}.tar.xz
eb2656
eb2656
License: GPLv2+
eb2656
Group: User Interface/Desktops
eb2656
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
eb2656
BuildRequires: pkgconfig(gio-2.0) >= 2.44.0
eb2656
BuildRequires: pkgconfig(gsettings-desktop-schemas)
eb2656
BuildRequires: pkgconfig(pango)
eb2656
BuildRequires: pkgconfig(libcanberra-gtk3)
eb2656
BuildRequires: pkgconfig(libstartup-notification-1.0)
eb2656
BuildRequires: pkgconfig(xcomposite)
eb2656
BuildRequires: pkgconfig(xfixes)
eb2656
BuildRequires: pkgconfig(xrender)
eb2656
BuildRequires: pkgconfig(xdamage)
eb2656
BuildRequires: pkgconfig(xrender)
eb2656
BuildRequires: pkgconfig(xcursor)
eb2656
BuildRequires: pkgconfig(libgtop-2.0)
eb2656
BuildRequires: libXinerama-devel
eb2656
BuildRequires: libSM-devel, libICE-devel, libX11-devel
eb2656
BuildRequires: desktop-file-utils
eb2656
BuildRequires: autoconf, automake, gettext-devel, libtool, gnome-common
eb2656
BuildRequires: yelp-tools
eb2656
BuildRequires: zenity
eb2656
BuildRequires: itstool
eb2656
eb2656
Requires: startup-notification 
eb2656
Requires: gsettings-desktop-schemas
eb2656
Requires: zenity
eb2656
eb2656
# http://bugzilla.redhat.com/605675
eb2656
Provides: firstboot(windowmanager) = metacity
eb2656
eb2656
%description
eb2656
Metacity is a window manager that integrates nicely with the GNOME desktop.
eb2656
It strives to be quiet, small, stable, get on with its job, and stay out of
eb2656
your attention.
eb2656
eb2656
%package devel
eb2656
Group: Development/Libraries
eb2656
Summary: Development files for metacity
eb2656
Requires: %{name} = %{version}-%{release}
eb2656
eb2656
%description devel
eb2656
This package contains the files needed for compiling programs using
eb2656
the metacity-private library. Note that you are not supposed to write
eb2656
programs using the metacity-private library, since it is a private
eb2656
API. This package exists purely for technical reasons.
eb2656
eb2656
%prep
eb2656
%setup -q
eb2656
# force regeneration
eb2656
rm -f src/org.gnome.metacity.gschema.valid
eb2656
eb2656
%build
eb2656
CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}"
eb2656
export CPPFLAGS
eb2656
eb2656
# Always rerun configure for now
eb2656
rm -f configure
eb2656
(if ! test -x configure; then autoreconf -i -f; fi;
eb2656
 %configure --disable-static --disable-schemas-compile)
eb2656
eb2656
SHOULD_HAVE_DEFINED="HAVE_SM HAVE_XINERAMA HAVE_XFREE_XINERAMA HAVE_RANDR HAVE_STARTUP_NOTIFICATION"
eb2656
eb2656
for I in $SHOULD_HAVE_DEFINED; do
eb2656
  if ! grep -q "define $I" config.h; then
eb2656
    echo "$I was not defined in config.h"
eb2656
    grep "$I" config.h
eb2656
    exit 1
eb2656
  else
eb2656
    echo "$I was defined as it should have been"
eb2656
    grep "$I" config.h
eb2656
  fi
eb2656
done
eb2656
eb2656
make CPPFLAGS="$CPPFLAGS" LIBS="$LIBS" %{?_smp_mflags}
eb2656
eb2656
%install
eb2656
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
eb2656
eb2656
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
eb2656
eb2656
# the desktop file is not valid, I've complained on metacity-devel-list
eb2656
#desktop-file-install --vendor "" --delete-original \
eb2656
#	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
eb2656
#	$RPM_BUILD_ROOT%{_datadir}/applications/metacity.desktop
eb2656
eb2656
%find_lang %{name} --all-name --with-gnome
eb2656
eb2656
%post -p /sbin/ldconfig
eb2656
eb2656
%postun -p /sbin/ldconfig
eb2656
eb2656
%files -f %{name}.lang
eb2656
%doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd rationales.txt
eb2656
%{_bindir}/metacity
eb2656
%{_bindir}/metacity-message
eb2656
%{_datadir}/glib-2.0/schemas/*
eb2656
%{_datadir}/metacity
eb2656
%{_datadir}/gnome-control-center/keybindings/*
eb2656
%{_libdir}/lib*.so.*
eb2656
%{_mandir}/man1/metacity.1.gz
eb2656
%{_mandir}/man1/metacity-message.1.gz
eb2656
%{_datadir}/applications/metacity.desktop
eb2656
eb2656
%files devel
eb2656
%defattr(-,root,root,-)
eb2656
%{_bindir}/metacity-theme-viewer
eb2656
%{_bindir}/metacity-window-demo
eb2656
%{_includedir}/*
eb2656
%{_libdir}/lib*.so
eb2656
%{_libdir}/pkgconfig/*
eb2656
%{_mandir}/man1/metacity-theme-viewer.1.gz
eb2656
%{_mandir}/man1/metacity-window-demo.1.gz
eb2656
eb2656
%changelog
eb2656
* Mon Mar 12 2018 Yaakov Selkowitz <yselkowi@redhat.com> - 3.28.0-1
eb2656
- Update to 3.28.0
eb2656
eb2656
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-2
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
eb2656
eb2656
* Mon Nov 13 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.26.0-1
eb2656
- Update to 3.26.0
eb2656
- Remove obsolete scriptlets
eb2656
- Remove obsolete patches
eb2656
eb2656
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.2-3
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
eb2656
eb2656
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.2-2
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
eb2656
eb2656
* Sun Jul 02 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.25.2-1
eb2656
- new version
eb2656
eb2656
* Mon Jun 12 2017 Kevin Fenzi <kevin@scrye.com> - 3.25.1-2
eb2656
- Rebuild for new libgtop2
eb2656
eb2656
* Fri Jun 09 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 3.25.1-1
eb2656
- Update to 3.25.1 (#1376984)
eb2656
eb2656
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-5
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
eb2656
eb2656
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-4
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
eb2656
eb2656
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-3
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
eb2656
eb2656
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.0-2
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
eb2656
eb2656
* Wed Jun 18 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
eb2656
- Update to 3.12.0
eb2656
eb2656
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.13-7
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
eb2656
eb2656
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.13-6
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
eb2656
eb2656
* Thu May 16 2013 Florian Müllner <fmuellner@redhat.com> - 2.34.13-5
eb2656
- Include documentation update from upstream
eb2656
eb2656
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.13-4
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
eb2656
eb2656
* Thu Nov 22 2012 Florian Müllner <fmuellner@redhat.com> - 2.34.13-3
eb2656
- Clean up leftovers from upstream patch removed in commit 24481514
eb2656
eb2656
* Tue Nov 20 2012 Matthias Clasen <mclasen@redhat.com> - 2.34.13-2
eb2656
- Don't use a patch fuzz of 999
eb2656
eb2656
* Mon Oct 15 2012 Florian Müllner <fmuellner@redhat.com> - 2.34.13-1
eb2656
- Update to 2.34.13
eb2656
eb2656
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 2.34.8-1
eb2656
- Update to 2.34.8
eb2656
- Add yelp-tools BR
eb2656
eb2656
* Mon Aug 06 2012 Florian Müllner <fmuellner@redhat.com> - 2.34.5-1
eb2656
- Update to new upstream version, drop upstreamed patch
eb2656
eb2656
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.3-4
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
eb2656
eb2656
* Wed Jul 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.34.3-3
eb2656
- Fix %%post scriptlet dependencies.
eb2656
eb2656
* Thu Jun 14 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.34.3-2
eb2656
- Add options to disable mouse button modifers
eb2656
eb2656
* Tue Mar 20 2012 Florian Müllner <fmuellner@redhat.com> - 2.34.3-1
eb2656
- Update to new upstream version
eb2656
eb2656
* Sat Feb 18 2012 Michael Schwendt <mschwendt@fedoraproject.org> - 2.34.2-3
eb2656
- Execute %%postun via /bin/sh not /sbin/ldconfig.
eb2656
eb2656
* Wed Feb 15 2012 Florian Müllner <fmuellner@redhat.com> 2.34.2-2
eb2656
- Explicitly require gsettings-desktop-schemas
eb2656
eb2656
* Thu Feb 09 2012 Florian Müllner <fmuellner@redhat.com> 2.34.2-1
eb2656
- Update to 2.34.2
eb2656
- Remove patches:
eb2656
  - screenshot-forkbomb.patch: screenshot keybindings have been moved
eb2656
    to gnome-settings-daemon
eb2656
  - workspace.patch: default preference values now defined in
eb2656
    gsettings-desktop-schemas
eb2656
  - default-window-icon.patch: included upstream
eb2656
- Rebase remaining patches
eb2656
- Adjust spec file to dropped GConf dependency
eb2656
eb2656
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.34.1-3
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
eb2656
eb2656
* Thu Nov 10 2011 Adam Jackson <ajax@redhat.com> 2.34.1-2
eb2656
- Rebuild to break bogus libpng dep
eb2656
eb2656
* Wed Jul  6 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.1-1
eb2656
- Update to 2.34.1
eb2656
eb2656
* Sun May 22 2011 Daniel Drake <dsd@laptop.org> - 2.34.0-2
eb2656
- Add upstream patch to allow keybindings ungrab, needed for Sugar
eb2656
eb2656
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.34.0-1
eb2656
- Update to 2.34.0
eb2656
eb2656
* Mon Feb 28 2011 Colin Walters <walters@verbum.org> - 2.32.0-1.git20110228
eb2656
- Upstream git snapshot
eb2656
  Includes Alt-` binding which we really want for gnome-shell
eb2656
- Drop upstreamed patches
eb2656
- Switch to my auto-autogen snippet which automatically invokes configure,
eb2656
  so we can build from a pure git archive
eb2656
- Instead of using autoreconf, just rm -f configure and let autogen do
eb2656
  the work
eb2656
- BR gnome-common so autogen works
eb2656
eb2656
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.30.3-5
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
eb2656
eb2656
* Thu Jan 13 2011 Matthias Clasen <mclasen@redhat.com> - 2.30.3-4
eb2656
- Drop gnome-themes dependency
eb2656
eb2656
* Tue Oct 26 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.30.3-3
eb2656
- Gconf2 scriptlet accepts schema file names without file extension.
eb2656
eb2656
* Mon Oct 18 2010 Parag Nemade <paragn AT fedoraproject.org> - 2.30.3-2
eb2656
- Merge-review cleanup (#226138)
eb2656
eb2656
* Thu Sep 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.3-1
eb2656
- Update to 2.30.3
eb2656
eb2656
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.2-1
eb2656
- Update to 2.30.2
eb2656
eb2656
* Wed Sep 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.30.0-8
eb2656
- firstboot -> metacity dep (#605675)
eb2656
eb2656
* Tue Jul 20 2010 Dan Horák <dan[at]danny.cz> - 2.30.0-7
eb2656
- updated the nofocuswindows_prefs patch for gcc 4.5
eb2656
eb2656
* Wed Jun 23 2010 Owen Taylor <otaylor@redhat.com> - 2.30.0-6
eb2656
- Add patch to allow breaking out from maximization during mouse resize
eb2656
  (gnome bz 622517)
eb2656
eb2656
* Wed Jun  9 2010 Owen Taylor <otaylor@redhat.com> - 2.30.0-5
eb2656
- Add a patch to fix confusion between windows (rhbz #533066)
eb2656
- Add additional tweeks no_focus_windows and new_windows_always_on_top
eb2656
  preferences (gnome bz 599248, gnome bz 599261)
eb2656
eb2656
* Tue Apr 20 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-3
eb2656
- Include the default window icon
eb2656
eb2656
* Mon Apr  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-2
eb2656
- Don't crash on titlebar right-click
eb2656
eb2656
* Wed Mar 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
eb2656
- Update to 2.30.0
eb2656
eb2656
* Fri Feb 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-3
eb2656
- Fix linking with pedantic linkers
eb2656
eb2656
* Wed Jan 27 2010 Owen Taylor <otaylor@redhat.com> - 2.28.1-2
eb2656
- Update to 2.28.1, remove 7 patches now applied upstream
eb2656
eb2656
* Sun Jan  3 2010 Owen Taylor <otaylor@redhat.com> - 2.28.0-15
eb2656
- Fix crash in _IceTransClose (rhbz 551994)
eb2656
  The previous patch for rhbz 539905 didn't actually fix the
eb2656
  problem; the ICE connection was still being closed twice.
eb2656
eb2656
* Thu Dec 17 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-14
eb2656
- Fix crash in in tooltip on_style_set() (rhbz 546509)
eb2656
- Fix Crash in SmcSetProperties() on exit (rhbz 539905, gnome 604867)
eb2656
eb2656
* Thu Dec 10 2009 Owen Taylor <otaylor@redhat.com> - 2.28.0-13
eb2656
- Require gnome-themes rather than nodoka-metacity-theme (rhbz 532455, Stijn Hoop)
eb2656
- Add patches for GNOME bugs
eb2656
   445447 - Application-induced window raise fails when raise_on_click off (rhbz 526045)
eb2656
   530702 - compiz doesn't start if metacity compositor is enabled (rhbz 537791)
eb2656
   559816 - Doesn't update keybindings being disabled/cleared (rhbz 473224)
eb2656
   567528 - Cannot raise windows from applications in Tcl/Tk and Java (rhbz 503522)
eb2656
   577576 - Failed to read saved session file warning on new sessions (rhbz 493245)
eb2656
   598231 - When Chromium rings the bell, metacity quits (rhbz 532282)
eb2656
   598995 - Don't focus ancestor window on a different workspace (rhbz 237158)
eb2656
   599097 - For mouse and sloppy focus, return to "mouse mode" on motion (rhbz 530261)
eb2656
   599248 - Add no_focus_windows preference to list windows that shouldn't be focused (rhbz 530262)
eb2656
   599261 - Add a new_windows_always_on_top preference (rhbz 530263)
eb2656
   599262 - Add XFCE Terminal as a terminal
eb2656
   604319 - Handle XError and XIOError for unknown displays (rhbz 537845)
eb2656
eb2656
* Thu Nov 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-11
eb2656
- Fix a problem with the previous change
eb2656
eb2656
* Tue Nov 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-10
eb2656
- Disable key repeat for screenshot keybinding (#506369)
eb2656
eb2656
* Thu Nov 05 2009 Ray Strode <rstrode@redhat.com> 2.28.0-9
eb2656
- One stab at the metacity patch
eb2656
eb2656
* Thu Nov 05 2009 Ray Strode <rstrode@redhat.com> 2.28.0-8
eb2656
- Minor clean ups to last patch based on feedback from
eb2656
  Owen
eb2656
eb2656
* Thu Nov 05 2009 Ray Strode <rstrode@redhat.com> 2.28.0-7
eb2656
- Don't do bad things on sigterm
eb2656
eb2656
* Wed Oct 28 2009 Matthias Clasen <mclasen@redhat.cm> - 2.28.0-6
eb2656
- Make tooltips look sharper
eb2656
eb2656
* Wed Oct 21 2009 Matthias Clasen <mclasen@redhat.cm> - 2.28.0-4
eb2656
- Make tooltips look match GTK+
eb2656
eb2656
* Thu Oct 15 2009 Matthias Clasen <mclasen@redhat.cm> - 2.28.0-3
eb2656
- Tweak the default number of workspaces
eb2656
eb2656
* Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.cm> - 2.28.0-1
eb2656
- Update to 2.28.0
eb2656
eb2656
* Tue Sep  8 2009 Matthias Clasen <mclasen@redhat.cm> - 2.27.1-1
eb2656
- Update to 2.27.1
eb2656
eb2656
* Wed Sep  2 2009 Peter Robinson <pbrobinson@gmail.com> - 2.27.0-9
eb2656
- Add upstreamed patch for option to force fullscreen for sugar
eb2656
- https://bugzilla.redhat.com/show_bug.cgi?id=516225
eb2656
eb2656
* Fri Aug 28 2009 Lennart Poettering <lpoetter@redhat.com> - 2.27.0-8
eb2656
- Actually apply the patch from -7
eb2656
eb2656
* Fri Aug 28 2009 Lennart Poettering <lpoetter@redhat.com> - 2.27.0-7
eb2656
- Apply another trivial patch related to sound events
eb2656
- http://bugzilla.gnome.org/show_bug.cgi?id=593358
eb2656
eb2656
* Fri Aug 28 2009 Lennart Poettering <lpoetter@redhat.com> - 2.27.0-6
eb2656
- Apply two trivial patches for bell/sound
eb2656
- http://bugzilla.gnome.org/show_bug.cgi?id=593356
eb2656
- http://bugzilla.gnome.org/show_bug.cgi?id=593355
eb2656
eb2656
* Sat Aug 22 2009 Owen Taylor <otaylor@redhat.com> - 2.27.0-5
eb2656
- Add a fix for http://bugzilla.gnome.org/show_bug.cgi?id=588119,
eb2656
  remove no-longer-needed no-lame-dialog patch
eb2656
eb2656
* Wed Aug  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.0-4
eb2656
- Change the default theme to Clearlooks
eb2656
eb2656
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.0-3
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
eb2656
eb2656
* Sun Jun  7 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.0-2
eb2656
- Make DND work better
eb2656
- Don't show a lame dialog
eb2656
eb2656
* Sun May 31 2009 Matthias Clasen  <mclasen@redhat.com> - 2.27.0-1
eb2656
- Update to 2.27.0
eb2656
eb2656
* Mon Apr 27 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-2
eb2656
- Don't drop schemas translations from po files
eb2656
eb2656
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-1
eb2656
- Update to 2.26.0
eb2656
eb2656
* Wed Mar 11 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-6
eb2656
- Fix interaction with autohide panels
eb2656
eb2656
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.144-5
eb2656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
eb2656
eb2656
* Sat Feb 21 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-4
eb2656
- Don't force the bell (#486137)
eb2656
eb2656
* Wed Feb 18 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-3
eb2656
- Update the theme patch to apply to the right file
eb2656
eb2656
* Tue Feb 10 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-2
eb2656
- Use libcanberra to play the alert sound from the sound theme
eb2656
  for the audible system bell
eb2656
eb2656
* Tue Feb  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.144-1
eb2656
- Update to 2.25.144
eb2656
eb2656
* Mon Jan  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.89-1
eb2656
- Update to 2.25.89
eb2656
eb2656
* Tue Dec 16 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.55-1
eb2656
- Update to 2.25.55
eb2656
eb2656
* Mon Dec 15 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.34-3
eb2656
- Clean _NET_SUPPORTING_WM_CHECK on shutdown
eb2656
- Fix BuildRequires
eb2656
eb2656
* Wed Dec  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.34-1
eb2656
- Update to 2.25.34
eb2656
eb2656
* Mon Nov 24 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.8-4
eb2656
- Update to 2.25.8
eb2656
eb2656
* Sat Nov 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.5-4
eb2656
- Tweak %%summary and %%description
eb2656
- Fix BuildRequires
eb2656
eb2656
* Wed Nov 12 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.5-1
eb2656
- Update to 2.25.5
eb2656
eb2656
* Fri Oct 31 2008 Soren Sandmann <sandmann@redhat.com> - 2.24.0-3
eb2656
- Don't spam .xsession-errors so hard (bug 467802)
eb2656
eb2656
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
eb2656
- Save some space
eb2656
eb2656
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
eb2656
- Update to 2.24.0
eb2656
eb2656
* Fri Sep 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.610-2
eb2656
- Fix some memory leaks
eb2656
eb2656
* Tue Sep  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.610-1
eb2656
- Update to 2.23.610
eb2656
eb2656
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.233-1
eb2656
- Update to 2.23.233
eb2656
eb2656
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.144-1
eb2656
- Update to 2.23.144
eb2656
eb2656
* Tue Jul 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.55-1
eb2656
- Update to 2.23.55
eb2656
eb2656
* Tue Jun 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.34-1
eb2656
- Update to 2.23.34
eb2656
eb2656
* Tue May 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.21-1
eb2656
- Update to 2.23.21
eb2656
eb2656
* Mon May  5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.13-1
eb2656
- Update to 2.23.13
eb2656
eb2656
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.8-1
eb2656
- Update to 2.23.8
eb2656
- Drop obsolete patches
eb2656
eb2656
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
eb2656
- Fix a possible crash in the appearance capplet with
eb2656
  invalid metacity themes (launchpad #199402)
eb2656
eb2656
* Wed Mar 12 2008 Marco Pesenti Gritti <mpg@redhat.com> - 2.22.0-2
eb2656
- Add patch to fix focus of keep-above windows
eb2656
  http://bugzilla.gnome.org/show_bug.cgi?id=519188
eb2656
eb2656
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
eb2656
- Update to 2.22.0
eb2656
eb2656
* Wed Feb 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.21-1
eb2656
- Update to 2.21.21
eb2656
eb2656
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.13-1
eb2656
- Update to 2.21.13
eb2656
eb2656
* Wed Feb  6 2008 Colin Walters <walters@redhat.com> - 2.21.8.svn3554-1
eb2656
- Drop random macros at top of file; spec files should be as amenable
eb2656
  to static analysis as possible, easing our way into the bright future
eb2656
  where our software build process isn't a horrible mismash of a
eb2656
  preprocessor on shell script, with manual editing required, 
eb2656
  but something scriptable.
eb2656
- Update to SVN 3554, to which our patches were designed to apply
eb2656
- Readd patch metacity-2.21.13-dont-move-windows.patch, which makes
eb2656
  Firefox behave as those multiple-workspace users desire.
eb2656
eb2656
* Wed Feb  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.8-1
eb2656
- Update to 2.21.8
eb2656
eb2656
* Sun Feb  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-3
eb2656
- Make skip-taskbar windows appear in the ctrl-alt-tab list
eb2656
eb2656
* Thu Dec 20 2007 Colin Walters <walters@redhat.com> - 2.21.5-2
eb2656
- Add patch for avoiding moving windows across workspaces
eb2656
  This makes clicking on links in firefox do what you want.
eb2656
  http://bugzilla.gnome.org/show_bug.cgi?id=482354
eb2656
eb2656
* Wed Dec 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
eb2656
- Update to 2.21.5, including the new compositor
eb2656
eb2656
* Sun Dec 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
eb2656
- Update to 2.21.3
eb2656
eb2656
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
eb2656
- Update to 2.21.2
eb2656
eb2656
* Tue Nov 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
eb2656
- Update to 2.21.1
eb2656
eb2656
* Sun Nov 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-4
eb2656
- Fix a crash when the number of workspaces is 1
eb2656
eb2656
* Thu Oct 18 2007 Colin Walters <walters@redhat.com> - 2.20.0-3
eb2656
- Add patch to fix workspace behavior when presenting normal windows
eb2656
eb2656
* Thu Sep 27 2007 Ray Strode <rstrode@redhat.com> - 2.20.0-2
eb2656
- Drop dep on redhat-artwork, add one on nodoka
eb2656
eb2656
* Sun Sep 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
eb2656
- Update to 2.20.0
eb2656
eb2656
* Tue Sep 11 2007 Ray Strode <rstrode@redhat.com> - 2.19.55-4
eb2656
- fix crash on logout (and on the subsequent login, bug 243761)
eb2656
eb2656
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 2.19.55-3
eb2656
- Rebuild for build id
eb2656
eb2656
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.55-2
eb2656
- Switch default theme to Nodoka
eb2656
eb2656
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.55-1
eb2656
- Update to 2.19.55
eb2656
eb2656
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.34-3
eb2656
- Update license field
eb2656
eb2656
* Wed Jul 25 2007 Jesse Keating <jkeating@redhat.com> - 2.19.34-2
eb2656
- Rebuild for RH #249435
eb2656
eb2656
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.34-1
eb2656
- Update to 2.19.34
eb2656
eb2656
* Fri Jul  6 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.21-3
eb2656
- Require control-center-filesystem
eb2656
eb2656
* Thu Jul  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.21-2
eb2656
- Fix keybindings
eb2656
eb2656
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.21-1
eb2656
- Update to 2.19.21
eb2656
eb2656
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.13-2
eb2656
- Clean up directory ownership
eb2656
eb2656
* Fri Jun 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.13-1
eb2656
- Update to 2.19.13
eb2656
eb2656
* Mon Jun 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.8-2
eb2656
- Don't ship .so.0 in the -devel package (#243689)
eb2656
eb2656
* Mon Jun  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.8-1
eb2656
- Update to 2.19.8
eb2656
eb2656
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
eb2656
- Update to 2.19.5
eb2656
eb2656
* Tue Apr  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-2
eb2656
- Split off a devel package (#203547)
eb2656
- Some spec file cleanups (#21573)
eb2656
eb2656
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
eb2656
- Update to 2.18.0
eb2656
eb2656
* Wed Feb 28 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.8-1
eb2656
- Update to 2.17.8
eb2656
eb2656
* Thu Feb 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-2
eb2656
- Fix a spec file typo
eb2656
- Don't ship static libraries
eb2656
eb2656
* Wed Jan 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
eb2656
- Update to 2.17.5
eb2656
eb2656
* Mon Nov  6 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
eb2656
- Update to 2.17.2
eb2656
eb2656
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.1-1
eb2656
- Update to 2.17.1
eb2656
eb2656
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-7
eb2656
- Fix scripts according to packaging guidelines
eb2656
eb2656
* Tue Oct 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-6
eb2656
- Add missing Requires (#203813)
eb2656
eb2656
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.16.0-5
eb2656
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
eb2656
eb2656
* Mon Sep 25 2006 Soren Sandmann <sandmann@redhat.com> - 2.16.0-4.fc6
eb2656
- Build
eb2656
eb2656
* Fri Sep 21 2006 Soren Sandmann <sandmann@redhat.com>
eb2656
- Remove GL dependencies.
eb2656
- Remove static-cm patch
eb2656
- add patch to fix more CurrentTime race conditions (bug 206263)
eb2656
eb2656
* Thu Sep 14 2006 Ray Strode <rstrode@redhat.com> - 2.16.0-3.fc6
eb2656
- remove stale ctrl-alt-delete patch
eb2656
eb2656
* Sat Sep  9 2006 Soren Sandmann <sandmann@redhat.com> - 2.16.0-2.fc6
eb2656
- Add patch from Elijah that may fix bug 204519
eb2656
eb2656
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
eb2656
- Update to 2.16.0
eb2656
eb2656
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.34-1.fc6
eb2656
- Update to 2.15.34
eb2656
- Require pkgconfig, since we installing a .pc file
eb2656
eb2656
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.21-1.fc6
eb2656
- Update to 2.15.21
eb2656
- Uninstall gconf schemas in %%preun
eb2656
eb2656
* Mon Aug 7 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.13-2
eb2656
- Remove leftover snapshot string.
eb2656
eb2656
* Mon Aug 7 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.13-1
eb2656
- Update to 2.15.13. Disable compositing manager.
eb2656
eb2656
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.5-6.1
eb2656
- rebuild
eb2656
eb2656
* Tue Jun 13 2006 Michael J. Knox <michael[AT]knox.net.nz> - 2.15.5-6
eb2656
- remove BR on automake14, use current automake instead
eb2656
eb2656
* Tue Jun 6 2006 Soren Sandmann <sandmann@redhat.com> 2.15.5-5
eb2656
- Update to new tarball with different intltool magic in it.
eb2656
eb2656
* Tue Jun 6 2006 Soren Sandmann <sandmann@redhat.com> 2.15.5-4
eb2656
- Update intltool BuildRequires to 0.35
eb2656
eb2656
* Fri Jun 2 2006 Soren Sandmann <sandmann@redhat.com> 2.15.5-2
eb2656
- Update intltool BuildRequires to 0.34.90
eb2656
eb2656
* Thu Jun 1 2006 Soren Sandmann <sandmann@redhat.com> 2.15.5-1
eb2656
- Update metacity to a cvs snapshot, and libcm 0.0.22. (The standalone
eb2656
  libcm package is being put through the package review process). 
eb2656
eb2656
* Tue May 30 2006 Kristian Høgsberg <krh@redhat.com> 2.15.3-4
eb2656
- Bump for rawhide build.
eb2656
eb2656
* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> - 2.15.3-3
eb2656
- Bump libGL build requires so libcm picks up the right tfp tokens.
eb2656
eb2656
* Thu May 18 2006 Soren Sandmann <sandmann@redhat.com> 2.15.3-2
eb2656
- Update libcm to 0.0.21
eb2656
eb2656
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> 2.15.3-1
eb2656
- Update to 2.15.3
eb2656
eb2656
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 2.15.2-2
eb2656
- Update protocol dep to 7.0-13 for final EXT_tfp enums, and rebuild.
eb2656
eb2656
* Thu May 11 2006 Soren Sandmann <sandmann@redhat.com> 2.15.2-1
eb2656
- Update to metacity 2.15.2
eb2656
eb2656
* Tue Apr 18 2006 Kristian Høgsberg <krh@redhat.com> 2.15.0-6
eb2656
- Bump for fc5-bling build.
eb2656
eb2656
* Thu Apr 13 2006 Soren Sandmann <sandmann@redhat.com> 2.15.0-5
eb2656
- Update to libcm 0.0.19
eb2656
eb2656
* Wed Apr 12 2006 Kristian Høgsberg <krh@redhat.com> 2.15.0-4
eb2656
- Bump for fc5-bling rebuild.
eb2656
eb2656
* Thu Apr 6 2006 Soren Sandmann <sandmann@redhat.com> - 2.16.0-3
eb2656
- Bump libcm to 0.0.18.
eb2656
eb2656
* Mon Apr  3 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.0-2
eb2656
- Fix leftover libcm-snapshot-date, buildrequire libXcomposite-devel >= 0.3
eb2656
eb2656
* Fri Mar 31 2006 Soren Sandmann <sandmann@redhat.com> - 2.15.0
eb2656
- Update to 2.15.0
eb2656
eb2656
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 2.14.0-1
eb2656
- update to 2.14.0
eb2656
eb2656
* Mon Mar  6 2006 Ray Strode <rstrode@redhat.com> - 2.13.144-1
eb2656
- update to 2.13.144
eb2656
- add bling patch from HEAD
eb2656
eb2656
* Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> - 2.13.89.0.2006.02.17-2
eb2656
- disable compositor on s390 s390x and ppc64
eb2656
eb2656
* Fri Feb 17 2006 Ray Strode <rstrode@redhat.com> - 2.13.89.0.2006.02.17-1
eb2656
- Update to latest cvs snapshot to give meaningful failure error
eb2656
  messages
eb2656
- Don't remove build root in install, because it triggers a
eb2656
  rebuild of metacity
eb2656
eb2656
* Thu Feb 16 2006 Ray Strode <rstrode@redhat.com> - 2.13.89.0.2006.02.16-1
eb2656
- Update to cvs snapshot to add the ability to 
eb2656
  runtime enable compositor
eb2656
- change %%makeinstall to make install DESTDIR=..
eb2656
eb2656
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.89-1
eb2656
- Update to 2.13.89
eb2656
eb2656
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.55-1.2
eb2656
- bump again for double-long bug on ppc(64)
eb2656
eb2656
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.55-1.1
eb2656
- rebuilt for new gcc4.1 snapshot and glibc changes
eb2656
eb2656
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> 2.13.55-1
eb2656
- Update to 2.13.55
eb2656
eb2656
* Thu Jan 26 2006 Matthias Clasen <mclasen@redhat.com> 2.13.34-1
eb2656
- Update to 2.13.34
eb2656
eb2656
* Mon Jan 16 2006 Ray Strode <rstrode@redhat.com> 2.13.21-1
eb2656
- Update to 2.13.21
eb2656
eb2656
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.13-1
eb2656
- Update to 2.13.13
eb2656
eb2656
* Tue Jan 03 2006 Matthias Clasen <mclasen@redhat.com> 2.13.8-1
eb2656
- Update to 2.13.8
eb2656
eb2656
* Thu Dec 15 2005 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
eb2656
- Update to 2.13.5
eb2656
eb2656
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
eb2656
- rebuilt
eb2656
eb2656
* Thu Dec  1 2005 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
eb2656
- Update to 2.13.3
eb2656
eb2656
* Mon Nov 21 2005 Ray Strode <rstrode@redhat.com> 2.13.2-1
eb2656
- Update to 2.13.2
eb2656
eb2656
* Fri Nov 18 2005 Bill Nottingham <notting@redhat.com>
eb2656
- remove references to obsolete X11R6 paths
eb2656
eb2656
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
eb2656
- Update to 2.12.1
eb2656
eb2656
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
eb2656
- Update to 2.12.0
eb2656
eb2656
* Thu Sep  1 2005 Ray Strode <rstrode@redhat.com> 2.11.2-3
eb2656
- truncate long window titles to 512 characters (bug 164071)
eb2656
eb2656
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> 2.11.2-2
eb2656
- rebuild for new cairo
eb2656
eb2656
* Tue Aug  9 2005 Ray Strode <rstrode@redhat.com> 2.11.2-1
eb2656
- Update to 2.11.2 (fixes bug 163745)
eb2656
eb2656
* Fri Aug  5 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
eb2656
- New upstream version
eb2656
eb2656
* Mon Jul 18 2005 Matthias Clasen <mclasen@redhat.com> 2.11.0-3
eb2656
- fix xcursor detection
eb2656
eb2656
* Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> 2.11.0-1
eb2656
- newer upstream version
eb2656
eb2656
* Mon May 30 2005 Warren Togami <wtogami@redhat.com> 2.10.0-2
eb2656
- raise demands attention (#157271 newren)
eb2656
eb2656
* Sun Apr  3 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
eb2656
- Update to 2.10.0
eb2656
eb2656
* Thu Mar 17 2005 Matthias Clasen <mclasen@redhat.com> 2.9.21-2
eb2656
- Switch to Clearlooks as default theme
eb2656
eb2656
* Mon Feb 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.21-1
eb2656
- Update to 2.9.21
eb2656
eb2656
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> 2.9.13-1
eb2656
- Update to 2.9.13
eb2656
eb2656
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.8-1
eb2656
- Update to 2.9.8
eb2656
eb2656
* Sat Oct 16 2004 Havoc Pennington <hp@redhat.com> 2.8.6-2
eb2656
- remove all the rerunning of autotools, intltool, etc. cruft; seemed to be breaking build
eb2656
eb2656
* Fri Oct 15 2004 Havoc Pennington <hp@redhat.com> 2.8.6-1
eb2656
- upgrade to 2.8.6, fixes a lot of focus bugs primarily.
eb2656
eb2656
* Fri Oct 15 2004 Soren Sandmann <sandmann@redhat.com> - 2.8.5-3
eb2656
- Kludge around right alt problem (#132379)
eb2656
eb2656
* Mon Oct 11 2004 Alexander Larsson <alexl@redhat.com> - 2.8.5-2
eb2656
- Require startup-notification 0.7 (without this we'll crash)
eb2656
eb2656
* Thu Sep 23 2004 Alexander Larsson <alexl@redhat.com> - 2.8.5-1
eb2656
- update to 2.8.5
eb2656
eb2656
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.8.4-1
eb2656
- update to 2.8.4
eb2656
eb2656
* Tue Aug 24 2004 Warren Togami <wtogami@redhat.com> 2.8.3-1
eb2656
- update to 2.8.3
eb2656
eb2656
* Thu Aug  5 2004 Mark McLoughlin <markmc@redhat.com> 2.8.2-1
eb2656
- Update to 2.8.2
eb2656
- Remove systemfont patch - upstream now
eb2656
eb2656
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
eb2656
- rebuilt
eb2656
eb2656
* Thu May  6 2004 Havoc Pennington <hp@redhat.com> 2.8.1-2
eb2656
- fix mangled Summary
eb2656
eb2656
* Thu May  6 2004 Havoc Pennington <hp@redhat.com> 2.8.1-1
eb2656
- 2.8.1
eb2656
eb2656
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.8.0-1
eb2656
- update to 2.8.0
eb2656
eb2656
* Wed Mar 10 2004 Mark McLoughlin <markmc@redhat.com> 2.7.1-1
eb2656
- Update to 2.7.1
eb2656
eb2656
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
eb2656
- rebuilt
eb2656
eb2656
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.7.0-1
eb2656
- update to 2.7.0
eb2656
- removed reduced resouces patch (its now upstream)
eb2656
eb2656
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
eb2656
- rebuilt
eb2656
eb2656
* Mon Oct 27 2003 Havoc Pennington <hp@redhat.com> 2.6.3-1
eb2656
- 2.6.3
eb2656
eb2656
* Wed Oct  1 2003 Havoc Pennington <hp@redhat.com> 2.6.2-1
eb2656
- 2.6.2
eb2656
eb2656
* Thu Sep  4 2003 Havoc Pennington <hp@redhat.com> 2.5.3-3
eb2656
- put reduced resources patch back in
eb2656
eb2656
* Fri Aug 22 2003 Elliot Lee <sopwith@redhat.com> 2.5.3-2
eb2656
- Work around libXrandr need for extra $LIBS
eb2656
eb2656
* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.5.3-1
eb2656
- update for gnome 2.3
eb2656
eb2656
* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.4.55-7
eb2656
- rebuild
eb2656
eb2656
* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.4.55-6
eb2656
- backport the "reduced_resources" patch with wireframe
eb2656
eb2656
* Mon Jul 07 2003 Christopher Blizzard <blizzard@redhat.com> 2.4.55-4
eb2656
- add patch to fix mouse down problems in mozilla
eb2656
eb2656
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
eb2656
- rebuilt
eb2656
eb2656
* Thu May 29 2003 Havoc Pennington <hp@redhat.com> 2.4.55-2
eb2656
- rebuild
eb2656
eb2656
* Thu May 29 2003 Havoc Pennington <hp@redhat.com> 2.4.55-1
eb2656
- 2.4.55
eb2656
eb2656
* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
eb2656
- add proper ldconfig calls for shared libs
eb2656
eb2656
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
eb2656
- rebuilt
eb2656
eb2656
* Fri Feb 21 2003 Havoc Pennington <hp@redhat.com> 2.4.34-2
eb2656
- fix a crash in multihead situations, #84412
eb2656
eb2656
* Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 2.4.34-1
eb2656
- 2.4.34
eb2656
- try disabling smp_mflags and see if it fixes build
eb2656
eb2656
* Wed Jan 22 2003 Havoc Pennington <hp@redhat.com>
eb2656
- 2.4.21.90 with a bunch o' fixes
eb2656
eb2656
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
eb2656
- rebuilt
eb2656
eb2656
* Thu Jan 16 2003 Havoc Pennington <hp@redhat.com>
eb2656
- bind Ctrl+Alt+Del to logout, #72973
eb2656
eb2656
* Wed Jan 15 2003 Havoc Pennington <hp@redhat.com>
eb2656
- 2.4.13.90 cvs snap with event queue lag fix
eb2656
eb2656
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
eb2656
- 2.4.13
eb2656
eb2656
* Thu Dec 12 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.4.8
eb2656
eb2656
* Mon Dec  2 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.4.5.90
eb2656
- add little script after configure that checks what config.h
eb2656
  contains, to be sure we detected all the right features.
eb2656
eb2656
* Tue Oct 29 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.4.3
eb2656
- remove patches that have gone upstream
eb2656
eb2656
* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
eb2656
- fix shaded window decorations in Bluecurve theme
eb2656
eb2656
* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
eb2656
- fix the mplayer-disappears-on-de-fullscreen bug
eb2656
eb2656
* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
eb2656
- add some fixes from CVS for #71163 #72379 #72478 #72513
eb2656
eb2656
* Thu Aug 22 2002 Havoc Pennington <hp@redhat.com>
eb2656
- patch .schemas.in instead of .schemas so we get right default theme/fonts
eb2656
eb2656
* Tue Aug 20 2002 Havoc Pennington <hp@redhat.com>
eb2656
- grow size of top resize, and display proper cursor on enter notify
eb2656
- require latest intltool to try and fix metacity.schemas by
eb2656
  regenerating it in non-UTF-8 locale
eb2656
eb2656
* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
eb2656
- default to Sans Bold font, fixes #70920 and matches graphic design spec
eb2656
eb2656
* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.4.0.91 with raise/lower keybindings for msf, fixes to fullscreen
eb2656
- more apps that probably intend to be, fix for changing number of
eb2656
  workspaces, fix for moving windows in multihead
eb2656
eb2656
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
eb2656
- update build requires
eb2656
eb2656
* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
eb2656
- upgrade to cvs snap 2.4.0.90 with pile of bugfixes from 
eb2656
  this weekend
eb2656
- change default theme to bluecurve and require new redhat-artwork
eb2656
eb2656
* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.4.0
eb2656
- themes are moved, require appropriate redhat-artwork
eb2656
eb2656
* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
eb2656
- munge the desktop file to be in toplevel menus and 
eb2656
  not show in KDE
eb2656
eb2656
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
eb2656
- don't use system font by default as metacity's 
eb2656
  font is now in the system font dialog
eb2656
eb2656
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.987.92 cvs snap
eb2656
eb2656
* Fri Jul 12 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.987.91 cvs snap
eb2656
eb2656
* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.987.90 cvs snap
eb2656
eb2656
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
eb2656
- automated rebuild
eb2656
eb2656
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
eb2656
- rebuild for new libraries
eb2656
eb2656
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
eb2656
- rebuild in different environment
eb2656
eb2656
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.987
eb2656
- default to redhat theme
eb2656
eb2656
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
eb2656
- rebuild in different environment
eb2656
eb2656
* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.610.90 cvs snap
eb2656
eb2656
* Sun May 26 2002 Tim Powers <timp@redhat.com>
eb2656
- automated rebuild
eb2656
eb2656
* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
eb2656
- rebuild in different environment
eb2656
eb2656
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.377
eb2656
eb2656
* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.233
eb2656
eb2656
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
eb2656
- rebuild in different environment
eb2656
- add gconf schemas boilerplate
eb2656
eb2656
* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
eb2656
- 2.3.89
eb2656
eb2656
* Tue Oct 30 2001 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.34
eb2656
eb2656
* Fri Oct 13 2001 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.21 
eb2656
eb2656
* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
eb2656
- 2.3.8
eb2656
- 2.3.13
eb2656
eb2656
* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
eb2656
- Initial build.
eb2656
eb2656