diff --git a/openbox.desktop b/openbox.desktop index 1401f0c..cc249ac 100644 --- a/openbox.desktop +++ b/openbox.desktop @@ -1,6 +1,5 @@ [Desktop Entry] Type=Application -Encoding=UTF-8 Name=Openbox Exec=openbox Icon=openbox diff --git a/openbox.spec b/openbox.spec index 759709e..8a2c54d 100644 --- a/openbox.spec +++ b/openbox.spec @@ -1,6 +1,6 @@ Name: openbox Version: 3.4.11.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -33,6 +33,7 @@ BuildRequires: libXcursor-devel BuildRequires: libXt-devel BuildRequires: libXrandr-devel BuildRequires: libXinerama-devel +Provides: firstboot(windowmanager) %description Openbox is a window manager designed explicity for standards-compliance and @@ -152,6 +153,10 @@ rm -rf %{buildroot} %changelog +* Sun Sep 19 2010 Christoph Wickert - 3.4.11.2-4 +- Provide firstboot(windowmanager) +- Remove obsolete Encoding key from openbox.desktop + * Tue Sep 07 2010 Miroslav Lichvar - 3.4.11.2-3 - generate terminals menu (#622426) - remove double quotes from menu labels (#630109)