summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsandmann <sandmann@fedoraproject.org>2006-05-11 16:35:58 +0000
committersandmann <sandmann@fedoraproject.org>2006-05-11 16:35:58 +0000
commit265aad66bdf63b3c66969101c583c660d1e04ee2 (patch)
tree7d14fd2cd96e48d88bfe76d2477f94303bc204f9
parentd0d3a22381b37ba51b983c5eec8e6914dd1fc206 (diff)
downloadmetacity-265aad66bdf63b3c66969101c583c660d1e04ee2.tar.gz
metacity-265aad66bdf63b3c66969101c583c660d1e04ee2.tar.xz
metacity-265aad66bdf63b3c66969101c583c660d1e04ee2.zip
Update to 2.15.2metacity-2_15_2-1
-rw-r--r--.cvsignore1
-rw-r--r--metacity.spec17
-rw-r--r--sources2
3 files changed, 13 insertions, 7 deletions
diff --git a/.cvsignore b/.cvsignore
index 33f6e71..559b5a3 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -3,3 +3,4 @@ metacity-2.15.0.20060331.tar.gz
libcm-0.0.18.tar.gz
libcm-0.0.19.tar.gz
metacity-2.15.0.apr13-2006.tar.gz
+metacity-2.15.2.tar.bz2
diff --git a/metacity.spec b/metacity.spec
index 3493c0f..27564a4 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -1,15 +1,17 @@
%define gettext_package metacity
%define libcm_version 0.0.19
-%define metacity_version 2.15.0
-%define metacity_snapshot apr13-2006
+%define metacity_version 2.15.2
+
+%define metacity_filename metacity-%{metacity_version}
+#-apr13-2005
Summary: Metacity window manager
Name: metacity
Version: %{metacity_version}
-Release: 6
+Release: 1
URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
-Source0: metacity-%{metacity_version}.%{metacity_snapshot}.tar.gz
+Source0: %{metacity_filename}.tar.bz2
Source1: libcm-%{libcm_version}.tar.gz
License: GPL
Group: User Interface/Desktops
@@ -43,8 +45,8 @@ Metacity is a simple window manager that integrates nicely with
GNOME 2.
%prep
-%setup -q -n metacity-%{metacity_version}.%{metacity_snapshot}
-%setup -D -T -a1 -n metacity-%{metacity_version}.%{metacity_snapshot}
+%setup -q -n %{metacity_filename}
+%setup -D -T -a1 -n %{metacity_filename}
%patch0 -p1 -b .ctrlaltdel
%patch1 -p1 -b .static-cm
@@ -139,6 +141,9 @@ done
%{_mandir}/man1/*
%changelog
+* Thu May 11 2006 Soren Sandmann <sandmann@redhat.com> 2.15.2-1
+- Update to metacity 2.15.2
+
* Tue Apr 18 2006 Kristian Høgsberg <krh@redhat.com> 2.15.0-6
- Bump for fc5-bling build.
diff --git a/sources b/sources
index fc4e097..5f455fa 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
00289a8a5abbda47c2c2a4a31d026cd4 libcm-0.0.19.tar.gz
-d2b76466bad8b9182cf6baf5547b772f metacity-2.15.0.apr13-2006.tar.gz
+30ae205200a0c07903b031f7216e01ef metacity-2.15.2.tar.bz2