OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-libmpd?expand=0&rev=27
81 lines
3.8 KiB
Plaintext
81 lines
3.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jun 21 17:22:19 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- 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 1 20:39:50 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- 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 13:20:34 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Apply fix-build-with-ghc-9.6.x.patch to support ghc-9.6.x.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:07:23 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 27 19:36:27 UTC 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 4 11:06:54 UTC 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 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 6 08:56:03 UTC 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 10:45:19 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 10:27:03 UTC 2020 - psimons@suse.com
|
|
|
|
- Add libmpd at version 0.9.1.0.
|