Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-wizards for openSUSE:Factory checked in at 2023-06-22 23:25:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-wizards (Old) and /work/SRC/openSUSE:Factory/.ghc-wizards.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-wizards" Thu Jun 22 23:25:38 2023 rev:6 rq:1094455 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-wizards/ghc-wizards.changes 2023-04-04 21:25:06.082787419 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-wizards.new.15902/ghc-wizards.changes 2023-06-22 23:26:11.345880749 +0200 @@ -1,0 +2,6 @@ +Wed Jun 7 16:20:07 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update wizards to version 1.0.3 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-wizards.spec ++++++ --- /var/tmp/diff_new_pack.1DZYSK/_old 2023-06-22 23:26:12.305885645 +0200 +++ /var/tmp/diff_new_pack.1DZYSK/_new 2023-06-22 23:26:12.309885666 +0200 @@ -25,7 +25,7 @@ License: BSD-3-Clause 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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ wizards.cabal ++++++ --- /var/tmp/diff_new_pack.1DZYSK/_old 2023-06-22 23:26:12.361885931 +0200 +++ /var/tmp/diff_new_pack.1DZYSK/_new 2023-06-22 23:26:12.365885951 +0200 @@ -8,7 +8,7 @@ -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented. Version: 1.0.3 -x-revision: 1 +x-revision: 2 -- A short (one-line) description of the package. Synopsis: High level, generic library for interrogative user interfaces @@ -62,7 +62,7 @@ -- Extra-source-files: -- Constraint on the version of Cabal needed to build this package. -Cabal-version: >=1.6 +Cabal-version: >=1.8 source-repository head type: git @@ -84,7 +84,7 @@ Extensions: OverlappingInstances -- Packages needed in order to build this package. - Build-depends: base == 4.*, haskeline >= 0.6 && < 0.9, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.6, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.7 + Build-depends: base == 4.*, haskeline >= 0.6 && < 0.9, mtl >= 2.0 && < 2.4, transformers >= 0.1 && < 0.7, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.7 -- Modules not exported by this package. -- Other-modules: