commit ghc-libmpd for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-libmpd for openSUSE:Factory checked in at 2024-07-02 18:17:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-libmpd (Old) and /work/SRC/openSUSE:Factory/.ghc-libmpd.new.18349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-libmpd" Tue Jul 2 18:17:50 2024 rev:10 rq:1184358 version:0.10.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-libmpd/ghc-libmpd.changes 2024-03-20 21:16:10.926060206 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-libmpd.new.18349/ghc-libmpd.changes 2024-07-02 18:17:53.738593745 +0200 @@ -1,0 +2,10 @@ +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. + +------------------------------------------------------------------- @@ -71 +80,0 @@ - Old: ---- fix-build-with-ghc-9.8.x.patch libmpd-0.10.0.0.tar.gz New: ---- libmpd-0.10.0.1.tar.gz BETA DEBUG BEGIN: Old: - Drop obsolete fix-build-with-ghc-9.8.x.patch. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-libmpd.spec ++++++ --- /var/tmp/diff_new_pack.jdYvbK/_old 2024-07-02 18:17:54.322615116 +0200 +++ /var/tmp/diff_new_pack.jdYvbK/_new 2024-07-02 18:17:54.322615116 +0200 @@ -20,13 +20,12 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.0.0 +Version: 0.10.0.1 Release: 0 Summary: An MPD client library License: MIT URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Patch1: https://github.com/vimus/libmpd-haskell/pull/138.patch#/fix-build-with-ghc-9... BuildRequires: ghc-Cabal-devel BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-attoparsec-prof @@ -93,7 +92,7 @@ This package provides the Haskell %{pkg_name} profiling library. %prep -%autosetup -n %{pkg_name}-%{version} -p1 +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build ++++++ libmpd-0.10.0.0.tar.gz -> libmpd-0.10.0.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmpd-0.10.0.0/README.md new/libmpd-0.10.0.1/README.md --- old/libmpd-0.10.0.0/README.md 2021-01-25 16:49:51.000000000 +0100 +++ new/libmpd-0.10.0.1/README.md 2001-09-09 03:46:40.000000000 +0200 @@ -12,7 +12,7 @@ ## Getting * [Latest release on Hackage] -* `git clone git://github.com/vimus/libmpd-haskell.git` +* `git clone https://github.com/vimus/libmpd-haskell.git` [Latest release on Hackage]: https://hackage.haskell.org/package/libmpd "libmpd-haskell on Hackage" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmpd-0.10.0.0/changelog.md new/libmpd-0.10.0.1/changelog.md --- old/libmpd-0.10.0.0/changelog.md 2021-01-25 16:49:51.000000000 +0100 +++ new/libmpd-0.10.0.1/changelog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +* v0.10.0.1 + - Fix build issues caused by removed symbols in dependencies + - Adjust `text` bounds + * 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. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmpd-0.10.0.0/libmpd.cabal new/libmpd-0.10.0.1/libmpd.cabal --- old/libmpd-0.10.0.0/libmpd.cabal 2021-01-25 16:49:51.000000000 +0100 +++ new/libmpd-0.10.0.1/libmpd.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ Cabal-Version: 2.4 Name: libmpd -Version: 0.10.0.0 +Version: 0.10.0.1 Synopsis: An MPD client library. Description: A client library for MPD, the Music Player Daemon. Category: Network, Sound @@ -20,14 +20,16 @@ Homepage: http://github.com/vimus/libmpd-haskell#readme Bug-reports: http://github.com/vimus/libmpd-haskell/issues -Tested-With: GHC ==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.3 +Tested-With: GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.3, GHC==9.8.2 Build-Type: Simple Extra-Source-Files: README.md - changelog.md tests/*.hs +Extra-Doc-Files: + changelog.md + Source-Repository head type: git location: https://github.com/vimus/libmpd-haskell @@ -45,12 +47,12 @@ , containers >= 0.3 && < 1 , filepath >= 1 && < 2 , mtl >= 2.2.2 && < 3 - , text >= 0.11 && < 2 + , text >= 0.11 && < 2.2 , time >= 1.5 && < 2 -- Additional dependencies , data-default-class >= 0.0.1 && < 1 - , network >= 2.6.3.5 + , network >= 3 && < 3.3 , safe-exceptions >= 0.1 && < 0.2 , utf8-string >= 0.3.1 && < 1.1 @@ -103,7 +105,7 @@ Default-Language: Haskell2010 Main-Is: Main.hs Hs-Source-Dirs: src tests - cpp-options: -DTEST -Wall -Werror + cpp-options: -DTEST ghc-options: -fno-warn-missing-signatures Build-Depends: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmpd-0.10.0.0/src/Network/MPD/Commands/Parse.hs new/libmpd-0.10.0.1/src/Network/MPD/Commands/Parse.hs --- old/libmpd-0.10.0.0/src/Network/MPD/Commands/Parse.hs 2021-01-25 16:49:51.000000000 +0100 +++ new/libmpd-0.10.0.1/src/Network/MPD/Commands/Parse.hs 2001-09-09 03:46:40.000000000 +0200 @@ -12,6 +12,7 @@ import Network.MPD.Commands.Types +import Control.Monad import Control.Monad.Except import Data.Maybe (fromMaybe) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmpd-0.10.0.0/tests/StringConn.hs new/libmpd-0.10.0.1/tests/StringConn.hs --- old/libmpd-0.10.0.0/tests/StringConn.hs 2021-01-02 18:39:00.000000000 +0100 +++ new/libmpd-0.10.0.1/tests/StringConn.hs 2001-09-09 03:46:40.000000000 +0200 @@ -13,6 +13,7 @@ import Control.Applicative import Prelude hiding (exp) +import Control.Monad import Control.Monad.Except import Control.Monad.Identity import Control.Monad.Reader
participants (1)
-
Source-Sync