SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ghc-libmpd-doc-0.10.0.1-dlh.31.7.noarch.rpm :

* Fri Jun 21 2024 Peter Simons - Update libmpd to version 0.10.0.1.
* v0.10.0.1 - Fix build issues caused by removed symbols in dependencies - Adjust `text` bounds- Drop obsolete fix-build-with-ghc-9.8.x.patch.
* Fri Mar 01 2024 Peter Simons - Apply fix-build-with-ghc-9.8.x.patch to support ghc-9.8.x.- Drop obsolete fix-build-with-ghc-9.6.x.patch.
* Thu Nov 16 2023 Peter Simons - Apply fix-build-with-ghc-9.6.x.patch to support ghc-9.6.x.
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Wed Jan 27 2021 psimonsAATTsuse.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 psimonsAATTsuse.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 - disable %{ix86} build
* Tue Oct 06 2020 psimonsAATTsuse.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 - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimonsAATTsuse.com- Add libmpd at version 0.9.1.0.
 
ICM