Package Release Info

openbox-3.6.1-bp151.3.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libobrender32
libobt2
openbox
openbox-devel
openbox-gnome
openbox-kde

Change Logs

Version: 3.6.1-bp150.2.4
* Wed Oct 14 2015 dimstar@opensuse.org
- Add xsltproc Requires: /usr/bin/openbox-pipemenu launches
  xsltproc to build up the menu (boo#949357).
* Fri Aug 07 2015 jengelh@inai.de
- Implement the shared library packaging style
- Resolve rpmlint warning: files-duplicate
  /usr/share/doc/packages/openbox/xbm/shade.xbm
  /usr/share/doc/packages/openbox/xbm/shade_toggled.xbm
* Thu Jul 30 2015 trcs@gmx.com
- update to 3.6.1:
  * Bump ABI version of libobrender that should have been done in
    3.6
  * Added various new abilities to If action, including the <query>
    tag, matching class, name, role and window type.
  * Added ForEach action.
  * Restore the <center> option for window placement.
  * New GrowToFill action.
  * Updated Portuguese and Polish translations.
  * New Galician translation.
  * Added strict option to ToggleShowDesktop action.
  * Speed optimization in rendering code.
  * New <position> tag for ShowMenu action allows placing menus
    other than at the mouse cursor.
  * Fix some corner cases of relative position to work correctly.
  * Allow specifying multiple mousebinds in one tag as we already
    do for keybinds (separated by spaces, as "W-Return M-S-F3" for
    example).
  * Added option rebindOnMappingNotify option, on by default, which
    controls if we update binds when the keyboard layout changes at
    runtime.
  * The resize action now only considers the part of the client
    that is onscreen for purposes of picking an action to perform.
  * Make desktop actions non-interactive (means you can have more
    actions bound to a key after them, and the dialog disappears on
    a timer instead of when releasing the modifier keys).
  * obxprop is now not pathologically slow when printing very long
    arrays.
  * Fix menu accelerator underlines sometimes not showing up.
  * Fix so you can click menu entries before the menuHideDelay
    expires if it's a new click.
  * Don't readd the X event fd to the poll set every time we
    reconfigure.
  * Fix some specialized button bitmaps not loading from the
    correct files. (toggled + pressed or hover would just be the
    base toggled image).
  * Various small bugfixes.
- spec file clean-up
  * removed unnecessary Requires: libxslt-tools
  * removed unnecessary %clean section
- Removed unnecessary patch:
  * openbox-3.5-2-toggled_hover-toggled_pressed-bitmaps-ignored.patch
- Removed openbox-3.5.2-return.patch
- Added openbox-3.6.1-return.patch to fix a new
  no-return-in-nonvoid-function error in actions/if.c
  * openbox-3.5.2-return.patch is included in this patch
* Fri Mar 06 2015 trcs@gmx.com
- added openbox-3.5-2-toggled_hover-toggled_pressed-bitmaps-ignored.patch
  * fixes https://bugzilla.icculus.org/show_bug.cgi?id=6065
- spec file cleanup
  * removed checks for discontinued openSUSE versions
  * removed explicit dependency libxslt to fix RPMLINT warning
  * renamed README.SuSE to README.SUSE to fix RPMLINT warning
* Mon Oct 06 2014 hrvoje.senjan@gmail.com
- Fixup previous changes: explicitly add pkgconfig(sm), pkgconfig(ice)
  and pkgconfig(x11), otherwise packages linking against obrender
  fail unless they also require those libraries for themselves.
  The are not picked up by dependancy generator, as they are hidden
  behind a var and added to Libs section
* Wed Sep 24 2014 crrodriguez@opensuse.org
- In the previous change I forgot to remove xorg-x11-devel
  from the -devel package requires. Remove *all* hardcoded
  deps of that package and let pkgconfig dependency generator
  pick the correct packages for us.
* Mon Sep 15 2014 crrodriguez@opensuse.org
- Cleanup BuildRequires so only exactly what is required is
  pulled for build, in particular avoid using metapackage
  xorg-x11-dev.
- Enable verbose build.
- Use --disable-static instead of just removing the libraries.
- removed unused openbox-no_nb.patch patch
* Thu Apr 10 2014 mq@suse.com
- fixed xsession file to run openbox-session (BNC 806790) instead of directly
  the openbox binary
* Tue Aug 13 2013 pascal.bleser@opensuse.org
- update to 3.5.2:
  * Fix crash in theme rendering code, and in theme parsing code.
  * Maximize windows without borders to fill the whole screen, don't leave a
    one-pixel empty space. (Bug #5996)
- changes from 3.5.1:
  * New translations: Afrikaans, Belarusian, Interlingua, Hebrew, Romanian,
    Greek.
  * Updated translations: Italian, Serbian, Spanish, Czech, Hungarian, Turkish,
    German, Arabic, Polish, Dutch, Lithuanian, Portuguese, Estonian.
  * SVG icon support
  * Allow application rules to control window size with a new <size> tag.
  * Allow application rules to pick a monitor for new windows without forcing
    a position.
  * Allow non-interactive focus cycling with a new <interactive> tag.
  * New LeastOverlap window placement policy replaces the old default
    behaviour. It finds a place on a given monitor that overlaps as few
    windows as possible. Contributed by Ian Zimmerman.
  * Improved Xinerama behaviour.
  * Correctly interface with latest gnome-session for Gnome/Openbox X sessions.
  * Allow third-party control of window opacity in compositing managers.
  * Improved themeing options. Contributed by Dave Foster.
  * Add <monitor>, <title type="regex">, <title type="exact"> and
    <activedesktop> options to If action.
  * Addresses bugs #4661, #5506, #5186, #5758, #5410, #5228, #5277, #5731,
    [#5746], #5737, #5419, #5721, #5711, #5385, #5500, #4992, #5443, #5518,
    [#5444], #4782, #5237, #5228, #5173, #5203, #5246, #5180, #5179, #5150,
    [#5132], #4937, #4889, #5253, #3769, #5819, #5811, #5081, #5426 among others.
- add imlib2 support
- add rsvg and cairo support on openSUSE >= 12.3
- packager changelog:
  * dropped openbox-3.5.0-moveresize.patch, merged upstream [bio#5460]
  * rewrote openbox-3.5.0-return.diff to openbox-3.5.2-return.patch
  * use perl regex instead of patch to rename no to nb in LINGUAS
  * removed obsolete Authors: section in descriptions
  * use safe clean section
* Wed Aug 15 2012 dram.wang@gmail.com
- add openbox-3.5.0-moveresize.patch to fix crash on unexpected
  NET_WM_MOVERESIZE_CANCEL messages bio#5460
* Wed Nov 23 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Sun Aug 07 2011 andrea@opensuse.org
- new upstream version 3.5.0
  * New alt-tab dialog shows windows in a vertical list
  * Improved Xinerama support
  * Allow icons in menus
  * Theme options for prompt dialogs (osd.button.unpressed.*,
    osd.button.pressed.*, osd.button.focused.*)
  * Addresses bug #4877, #4596, #4617, #4752, #4663, #4662,
    [#4586], #2319, #4341, #4519, #4543, #4503, #4355, #4072,
    [#3702], #4284
  * Lots of additional bug fixes and performance improvements
- removed openbox-3.4.7.2-24bit.patch now in upstream code
* Mon Mar 14 2011 gber@opensuse.org
- merged erroneously duplicated %post/un
* Mon Mar 14 2011 gber@opensuse.org
- call %desktop_database_post/un
* Tue Aug 03 2010 andrea@opensuse.org
- fixed openbox-kde description bnc#622879
* Tue Jun 22 2010 guido+opensuse.org@berhoerster.name
- fix issue with xcompmgr-autostart putting the .desktop-file in
  $XDG_CONFIG_HOME instead of $XDG_CONFIG_HOME/autostart
* Fri Jun 04 2010 andrea@opensuse.org
- added xcompmgr-autostart to easly enable compositing
* Wed May 26 2010 guido+opensuse.org@berhoerster.name
- fixed typo in menu.xml
* Mon May 17 2010 guido+opensuse.org@berhoerster.name
- new version of openbox-pipemenu which works properly in
  non-English locales
- added new dynamic default menu
* Sat May 15 2010 andrea@opensuse.org
- new upstream version 0.4.11.2, bug fix release
  * Updated Estonian and Portuguese translations.
  * Fix a rare crash involving moving fullscreen windows to
    different monitors
  * Fix a more common crash involving pressing right in a menu
- split out -kde and -gnome integration