File xmonad.changes of Package xmonad
-------------------------------------------------------------------
Sat Feb 3 17:42:19 UTC 2024 - Peter Simons <psimons@suse.com>
- Update xmonad to version 0.18.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.18.0/src/CHANGES.md
-------------------------------------------------------------------
Sun Apr 2 13:05:34 UTC 2023 - Peter Simons <psimons@suse.com>
- Update xmonad to version 0.17.2.
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.2/src/CHANGES.md
-------------------------------------------------------------------
Thu Mar 30 17:09:22 UTC 2023 - Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
-------------------------------------------------------------------
Sat Nov 5 13:42:54 UTC 2022 - Peter Simons <psimons@suse.com>
- Update xmonad to version 0.17.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sat Sep 3 14:07:31 UTC 2022 - Peter Simons <psimons@suse.com>
- Update xmonad to version 0.17.1.
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.1/src/CHANGES.md
-------------------------------------------------------------------
Mon Nov 1 08:29:22 UTC 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 2 07:09:03 UTC 2021 - psimons@suse.com
- Update xmonad to version 0.15 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Aug 18 10:46:55 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jun 16 11:14:57 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Fri Nov 8 16:15:23 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Thu Oct 4 09:42:58 UTC 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 09:14:12 UTC 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 14:35:50 UTC 2018 - psimons@suse.com
- Update Cabal build information to prevent build attempts with
GHC 8.6.x.
-------------------------------------------------------------------
Tue Jul 31 14:10:02 UTC 2018 - psimons@suse.com
- Add xmonad at version 0.14.