update to 3.6.1

epel9
Miroslav Lichvar 10 years ago
parent f69ce204b4
commit 7b5e7ccbe1

2
.gitignore vendored

@ -1,2 +1,2 @@
/setlayout.c /setlayout.c
/openbox-3.6.tar.gz /openbox-3.6.1.tar.xz

@ -1,12 +0,0 @@
diff -up openbox-3.6/obrender/theme.h.abifix openbox-3.6/obrender/theme.h
--- openbox-3.6/obrender/theme.h.abifix 2015-01-12 20:48:27.000000000 +0100
+++ openbox-3.6/obrender/theme.h 2015-06-25 17:28:43.401411179 +0200
@@ -114,6 +114,8 @@ struct _RrTheme {
RrColor *osd_pressed_lineart;
RrColor *osd_focused_lineart;
RrColor *menu_title_shadow_color;
+ /* padding to make libobrender compatible with openbox-3.5.2 */
+ void *_pad[8];
RrColor *menu_text_shadow_color;
/* style settings - pics */

@ -1,20 +1,17 @@
Name: openbox Name: openbox
Version: 3.6 Version: 3.6.1
Release: 3%{?dist} Release: 3%{?dist}
Summary: A highly configurable and standards-compliant X11 window manager Summary: A highly configurable and standards-compliant X11 window manager
Group: User Interface/Desktops Group: User Interface/Desktops
License: GPLv2+ License: GPLv2+
URL: http://openbox.org URL: http://openbox.org
Source0: http://openbox.org/dist/%{name}/%{name}-%{version}.tar.gz Source0: http://openbox.org/dist/%{name}/%{name}-%{version}.tar.xz
Source1: http://icculus.org/openbox/tools/setlayout.c Source1: http://icculus.org/openbox/tools/setlayout.c
Source2: xdg-menu Source2: xdg-menu
Source3: menu.xml Source3: menu.xml
Source4: terminals.menu Source4: terminals.menu
# restore libobrender compatibility, remove when soname is bumped!
Patch1: openbox-abifix.patch
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# required by xdg-menu and xdg-autostart scripts # required by xdg-menu and xdg-autostart scripts
@ -95,7 +92,6 @@ KDE session.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .abifix
%build %build

@ -1,2 +1,2 @@
16ca0d290cae2f4c16a35e9cdfb6f503 setlayout.c 16ca0d290cae2f4c16a35e9cdfb6f503 setlayout.c
a995a15361b18f24e45f9be752e89f4e openbox-3.6.tar.gz 46bf5f1edda0eda0d9e824b585988be9 openbox-3.6.1.tar.xz

Loading…
Cancel
Save