Package Release Info

ghc-libmpd-0.9.0.6-bp150.1.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-libmpd
ghc-libmpd-devel

Change Logs

* Thu Sep 15 2016 psimons@suse.com
- Update to version 0.9.0.6 revision 0 with cabal2obs.
Version: 0.10.0.0-bp155.2.14
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
Version: 0.10.0.0-bp154.1.12
* Wed Jan 27 2021 psimons@suse.com
- Update libmpd to version 0.10.0.0.
  * v0.10.0.0 2021-01-25
  - Require MPD version 0.19 or later.
  - Breaking: `list` now takes a `Query` instead of a `Maybe Artist`, and lists the requested tag of songs matching the query.
    Migrate by changing `list $Tag Nothing` to `list $Tag mempty` and `list Album (Just "someone")` to `list Album (Artist =? "someone")`.
  - Breaking: song ranges now expressed with the `Range` datatype rather than `(Position,Position)`, allowing for partial ranges (see documentation).
    Migrate by changing `(x,y)` to `Range x y`.
  - Breaking: add missing `Metadata` constructors: `AlbumSort`, `OriginalDate`, `Conductor`, `Work`, `Grouping`, `Label`, `MUSICBRAINZ_WORKID`.
  - Breaking: add missing `Subsystem` constructors: `PartitionS`, `NeighborS`, `MountS`.
  - Breaking: add missing `ReplayGainMode` constructor: `AutoMode`.
  - Breaking: move `toggle` from `N.M.C.Extensions` to `N.M.(C|A).PlaybackControl`.
  - Fix: `idle` now properly detects the following subsystems: `PartitionS`, `StickerS`, `SubscriptionS`, `MessageS`, `NeighborS`, `MountS`.
  - Remove deprecated functions: `(<&>)` (use `<>` instead), `updateId`, `addList`, `playlistAddList`.
  - Add monadic versions of `searchAdd` and `searchAddPl` commands (previously only had applicative versions)
  - Fix: The server setting "single: oneshot" now sets `stSingle` to `True` rather than erroring out.
* Mon Jan 04 2021 psimons@suse.com
- Update libmpd to version 0.9.3.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/libmpd-0.9.3.0/src/changelog.md
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Oct 06 2020 psimons@suse.com
- Update libmpd to version 0.9.2.0.
  * v0.9.2.0
  - New command: `seekCur`
  - Add `newtype Sign` to pass positive numbers to `MPDArg` with leading `+/-`.
  - Add monadic versions of `deleteRange` and `moveRange` commands (previously
    only had applicative versions)
  - Deprecate `<&>`, use `<>` instead. `<&>` will be removed in the next major version.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add libmpd at version 0.9.1.0.