Package Release Info

xmonad-0.17.0-bp154.1.11

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-xmonad
ghc-xmonad-devel
xmonad

Change Logs

* Mon Nov 01 2021 psimons@suse.com
- Update xmonad to version 0.17.0.
  Upstream has edited the change log file since the last release in
  a non-trivial way, i.e. they did more than just add a new entry
  at the top. You can review the file at:
  http://hackage.haskell.org/package/xmonad-0.17.0/src/CHANGES.md
* Wed Jun 02 2021 psimons@suse.com
- Update xmonad to version 0.15 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
Version: 0.15-bp152.4.12
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
Version: 0.15-bp151.1.9
* Thu Oct 04 2018 psimons@suse.com
- Update xmonad to version 0.15.
  [#]# 0.15 (September 30, 2018)
  * Reimplement `sendMessage` to deal properly with windowset changes made
    during handling.
  * Add new library functions `windowBracket` and `modifyWindowSet` to
    `XMonad.Operations`.
  [#]# 0.14.2 (August 21, 2018)
  [#]## Bug Fixes
  * Add the sample configuration file xmonad.hs again to the release tarball.
    [https://github.com/xmonad/xmonad/issues/181]
* Wed Aug 22 2018 psimons@suse.com
- Update xmonad to version 0.14.2.
  [#]# unknown (unknown)
  [#]# 0.14.1 (August 20, 2018)
  [#]## Breaking Changes
  * The cabal build no longer installs xmonad.hs, xmonad.1, and xmonad.1.html
    as data files. The location cabal picks for chose files isn't useful as
    standard tools like man(1) won't find them there. Instead, we rely on
    distributors to pick up the files from the source tarball during the build
    and to install them into proper locations where their users expect them.
    [https://github.com/xmonad/xmonad/pull/127]
  [#]## Bug Fixes
  * Add support for GHC 8.6.x by providing an instance for 'MonadFail X'. A
    side effect of that change is that our code no longer compiles with GHC
    versions prior to 8.0.x. We could work around that, no doubt, but the
    resulting code would require CPP and Cabal flags and whatnot. It feels more
    reasonable to just require a moderately recent compiler instead of going
    through all that trouble.
  * xmonad no longer always recompile on startup. Now it only does so if the
    executable does not have the name that would be used for the compilation
    output. The purpose of recompiling and executing the results in this case is
    so that the `xmonad` executable in the package can be used with custom
    configurations.
  [#]## Enhancements
  * Whenever xmonad recompiles, it now explains how it is attempting to
    recompile, by outputting logs to stderr. If you are using xmonad as a custom
    X session, then this will end up in a `.xsession-errors` file.
* Fri Aug 17 2018 psimons@suse.com
- Update Cabal build information to prevent build attempts with
  GHC 8.6.x.
* Tue Jul 31 2018 psimons@suse.com
- Add xmonad at version 0.14.
Version: 0.13-bp150.3.3.1
* Thu Mar 07 2019 Michal Suchanek <msuchanek@suse.de>
- Fix focus when pointer entering empty workspace.
  Add xmonad-fix-empty-workspace-focus.patch
Version: 0.13-bp150.2.3
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Apr 20 2017 psimons@suse.com
- Add "remove-state-file-after-startup.patch" to fix issues where
  xmonad would not start because an incorrect serialized state file
  was still lying around in the user's home. The patch comes from
  https://github.com/xmonad/xmonad/pull/91 (boo#1128329).
* Sun Feb 12 2017 psimons@suse.com
- Update to version 0.13 with cabal2obs.
* Thu Nov 17 2016 dimstar@opensuse.org
- Add windowmanager provides (boo#981663).
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.12 revision 0 with cabal2obs.
* Tue Dec 22 2015 mimi.vx@gmail.com
- update to 0.12
  * Use of data-default allows using def where previously you had to write
    defaultConfig, defaultXPConfig, etc.
  * The setlocale package is now used instead of a binding shipped with xmonad proper
    allowing the use of Main.hs instead of Main.hsc
  * No longer encodes paths for spawnPID
  * The default manageHook no longer floats Gimp windows
  * Doesn't crash when there are fewer workspaces than screens
  * Query is now an instance of Applicative
  * Various improvements to the example configuration file
* Sun Aug 30 2015 mimi.vx@gmail.com
- drop  relax-utfstring-dep.patch , use of new macros functions instead
* Fri Apr 24 2015 mimi.vx@gmail.com
- add relax-utfstring-dep.patch for build with utf8-string-1+
* Sat Apr 04 2015 mimi.vx@gmail.com
- update to 0.11.1