diff --git a/.cvsignore b/.cvsignore index 89c4e57..48e9fcd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xfwm4-4.4.0.tar.bz2 +xfwm4-4.4.1.tar.bz2 diff --git a/sources b/sources index 7927b3b..fc99c6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8bb7231a20b30bfc1936b0facb9f072c xfwm4-4.4.0.tar.bz2 +c531edad76c909001acccc02936404f2 xfwm4-4.4.1.tar.bz2 diff --git a/xfwm4-4.4.1-fix-typo.patch b/xfwm4-4.4.1-fix-typo.patch new file mode 100644 index 0000000..8444cb0 --- /dev/null +++ b/xfwm4-4.4.1-fix-typo.patch @@ -0,0 +1,12 @@ +diff -Naur xfwm4-4.4.1/src/frame.c xfwm4-4.4.1-fix-typo/src/frame.c +--- xfwm4-4.4.1/src/frame.c ++++ xfwm4-4.4.1-fix-typo/src/frame.c +@@ -38,7 +38,7 @@ + #include "compositor.h" + + #ifndef ShapeInput +-#define ShapeInput 2; ++#define ShapeInput 2 + #endif + + int diff --git a/xfwm4.spec b/xfwm4.spec index 748cbdf..70a241c 100644 --- a/xfwm4.spec +++ b/xfwm4.spec @@ -1,10 +1,11 @@ Summary: Next generation window manager for Xfce Name: xfwm4 -Version: 4.4.0 +Version: 4.4.1 Release: 1%{?dist} License: GPL URL: http://www.xfce.org/ -Source0: http://www.xfce.org/archive/xfce-4.4.0/src/xfwm4-4.4.0.tar.bz2 +Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfwm4-4.4.1.tar.bz2 +Patch0: xfwm4-4.4.1-fix-typo.patch Group: User Interface/Desktops BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,6 +30,7 @@ xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3 and Xfce. %prep %setup -q +%patch0 -p1 -b .fix-typo %build %configure @@ -69,6 +71,9 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_datadir}/themes %changelog +* Wed Apr 11 2007 Kevin Fenzi - 4.4.1-1 +- Update to 4.4.1 + * Sun Jan 21 2007 Kevin Fenzi - 4.4.0-1 - Update to 4.4.0