diff --git a/icewm.spec b/icewm.spec index a4fc16f..a49036a 100644 --- a/icewm.spec +++ b/icewm.spec @@ -1,6 +1,6 @@ Name: icewm Version: 1.2.37 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Light and configurable window manager Group: User Interface/Desktops @@ -104,9 +104,9 @@ older Fedora releases and RHEL. # Configure sets the CXXFLAGS to: -fpermissive -fno-exceptions -fno-rtti -Wxxx... # In general it doesn't seem to break anything. BZ# if you hit something bad. ./autogen.sh -%configure --enable-gradients \ +%configure --enable-gradients \ --enable-antialiasing \ - --enable-i18n + --enable-i18n \ --enable-menus-gnome2 \ --disable-menus-gnome1 \ --with-cfgdir=%{_sysconfdir}/icewm @@ -154,6 +154,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc AUTHORS BUGS CHANGES COPYING README README.wm-session TODO doc/*.html %exclude %{_datadir}/icewm/startup +%exclude %{_datadir}/icewm/themes/clearlooks %{_datadir}/icewm %{_datadir}/icewm/icons %{_datadir}/icewm/keys @@ -206,6 +207,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 22 2010 Gilboa Davara - 1.2.37-7 +- Fix missing backspace. +- Fix duplicate clearlooks theme. (#545268) + * Fri Jan 22 2010 Rahul Sundaram - 1.2.37-6 - Rebuild for libgnome-desktop soname bump - Fix mixed use of tabs and spaces