Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-HsYAML for openSUSE:Factory checked in at 2023-09-21 22:23:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old) and /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-HsYAML" Thu Sep 21 22:23:11 2023 rev:21 rq:1112757 version:0.2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes 2023-09-04 22:54:23.917499019 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1770/ghc-HsYAML.changes 2023-09-21 22:23:39.066177674 +0200 @@ -1,0 +2,6 @@ +Thu Sep 14 07:42:47 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update HsYAML to version 0.2.1.1 revision 6. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-HsYAML.spec ++++++ --- /var/tmp/diff_new_pack.7y00g9/_old 2023-09-21 22:23:40.126216140 +0200 +++ /var/tmp/diff_new_pack.7y00g9/_new 2023-09-21 22:23:40.126216140 +0200 @@ -26,7 +26,7 @@ License: GPL-2.0-or-later URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ HsYAML.cabal ++++++ --- /var/tmp/diff_new_pack.7y00g9/_old 2023-09-21 22:23:40.158217300 +0200 +++ /var/tmp/diff_new_pack.7y00g9/_new 2023-09-21 22:23:40.162217446 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.14 name: HsYAML version: 0.2.1.1 -x-revision: 5 +x-revision: 6 synopsis: Pure Haskell YAML 1.2 processor homepage: https://github.com/haskell-hvr/HsYAML @@ -155,7 +155,7 @@ , containers , mtl -- non-inherited - , QuickCheck == 2.14.* - , tasty == 1.4.* + , QuickCheck == 2.14.* + , tasty >= 1.4 && < 1.6 , tasty-quickcheck == 0.10.*