From 265aad66bdf63b3c66969101c583c660d1e04ee2 Mon Sep 17 00:00:00 2001 From: sandmann Date: Thu, 11 May 2006 16:35:58 +0000 Subject: Update to 2.15.2 --- .cvsignore | 1 + metacity.spec | 17 +++++++++++------ sources | 2 +- 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 2.15.2-1 +- Update to metacity 2.15.2 + * Tue Apr 18 2006 Kristian Høgsberg 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 -- cgit