- Drop numdesks patch (#444135)

epel9
Miroslav Lichvar 17 years ago
parent 3f61e81242
commit bf801a60e3

@ -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) {

@ -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 <mlichvar@redhat.com> - 3.4.7.2-2
- Drop numdesks patch (#444135)
* Wed May 14 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-1
- Update to 3.4.7.2
- Use gnome menus by default (Luke Macken) (#443548)

Loading…
Cancel
Save