diff --git a/openbox-3.4.7.2-numdesks.patch b/openbox-3.4.7.2-numdesks.patch deleted file mode 100644 index b3c2ad1..0000000 --- a/openbox-3.4.7.2-numdesks.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up openbox-3.4.7.2/openbox/screen.c.numdesks openbox-3.4.7.2/openbox/screen.c ---- openbox-3.4.7.2/openbox/screen.c.numdesks 2008-04-14 01:22:12.000000000 +0200 -+++ openbox-3.4.7.2/openbox/screen.c 2008-05-14 15:53:39.000000000 +0200 -@@ -401,7 +401,7 @@ void screen_startup(gboolean reconfig) - this will also set the default names from the config file up for - desktops that don't have names yet */ - screen_num_desktops = 0; -- if (PROP_GET32(RootWindow(ob_display, ob_screen), -+ if (0 && PROP_GET32(RootWindow(ob_display, ob_screen), - net_number_of_desktops, cardinal, &d)) - { - if (d != config_desktops_num) { diff --git a/openbox.spec b/openbox.spec index a4cfc91..a8251b4 100644 --- a/openbox.spec +++ b/openbox.spec @@ -1,6 +1,6 @@ Name: openbox Version: 3.4.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly configurable and standards-compliant X11 window manager Group: User Interface/Desktops @@ -12,7 +12,6 @@ Source2: xdg-menu Source3: menu.xml Patch0: openbox-3.4.7.1-autostartdir.patch -Patch1: openbox-3.4.7.2-numdesks.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -66,7 +65,6 @@ The %{name}-libs package contains shared libraries used by %{name}. %prep %setup -q %patch0 -p1 -b .autostartdir -%patch1 -p1 -b .numdesks %build @@ -134,6 +132,9 @@ rm -rf %{buildroot} %changelog +* Tue May 20 2008 Miroslav Lichvar - 3.4.7.2-2 +- Drop numdesks patch (#444135) + * Wed May 14 2008 Miroslav Lichvar - 3.4.7.2-1 - Update to 3.4.7.2 - Use gnome menus by default (Luke Macken) (#443548)