summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rw-r--r--metacity.spec20
-rw-r--r--sources2
3 files changed, 17 insertions, 7 deletions
diff --git a/.cvsignore b/.cvsignore
index 8a13509..7ca5887 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-metacity-2.4.0.91.tar.bz2
+metacity-2.4.0.92.tar.bz2
diff --git a/metacity.spec b/metacity.spec
index 3a63304..a09d98f 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -2,8 +2,8 @@
Summary: Metacity window manager
Name: metacity
-Version: 2.4.0.91
-Release: 2
+Version: 2.4.0.92
+Release: 1
URL: http://people.redhat.com/~hp/metacity/
Source0: %{name}-%{version}.tar.bz2
License: GPL
@@ -16,12 +16,12 @@ BuildRequires: Xft
BuildRequires: GConf2-devel >= 1.2.0
BuildRequires: desktop-file-utils >= 0.3
BuildRequires: libglade2-devel >= 2.0.0
+BuildRequires: intltool >= 0.22
Requires: redhat-artwork >= 0.27
Patch0: metacity-2.3.987-default-theme.patch
Patch1: metacity-2.3.987.92-system-font.patch
-Patch2: metacity-2.4.0.91-titlebar-font.patch
%description
@@ -33,11 +33,16 @@ GNOME 2.
%patch0 -p1 -b .default-theme
%patch1 -p1 -b .system-font
-%patch2 -p1 -b .titlebar-font
%build
%configure
-make %{?_smp_mflags}
+
+## intltool munges metacity.schemas in UTF-8 locale
+## http://bugzilla.gnome.org/show_bug.cgi?id=91289
+## force regeneration with intltool in non-UTF-8 locale
+rm -f src/metacity.schemas
+rm -f po/.intltool-merge-cache
+LANG=en_US.ISO-8859-1 make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
@@ -78,6 +83,11 @@ done
%{_datadir}/control-center-2.0
%changelog
+* Tue Aug 20 2002 Havoc Pennington <hp@redhat.com>
+- grow size of top resize, and display proper cursor on enter notify
+- require latest intltool to try and fix metacity.schemas by
+ regenerating it in non-UTF-8 locale
+
* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
- default to Sans Bold font, fixes #70920 and matches graphic design spec
diff --git a/sources b/sources
index 24f6a47..052016c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77eeb05cefac1e298f314c8a67ba1bde metacity-2.4.0.91.tar.bz2
+8ee9777968306809ee8040fc15c6a8ca metacity-2.4.0.92.tar.bz2