Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-witherable for openSUSE:Factory checked in at 2026-06-10 16:10:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-witherable (Old) and /work/SRC/openSUSE:Factory/.ghc-witherable.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-witherable" Wed Jun 10 16:10:00 2026 rev:7 rq:1358475 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-witherable/ghc-witherable.changes 2024-12-20 23:12:09.772288070 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-witherable.new.2375/ghc-witherable.changes 2026-06-10 16:15:06.191294633 +0200 @@ -1,0 +2,6 @@ +Mon Dec 29 13:46:32 UTC 2025 - Peter Simons <[email protected]> + +- Update witherable to version 0.5 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-witherable.spec ++++++ --- /var/tmp/diff_new_pack.01se4k/_old 2026-06-10 16:15:08.219378677 +0200 +++ /var/tmp/diff_new_pack.01se4k/_new 2026-06-10 16:15:08.219378677 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-witherable # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,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-orphans-devel ++++++ witherable.cabal ++++++ --- /var/tmp/diff_new_pack.01se4k/_old 2026-06-10 16:15:08.271380832 +0200 +++ /var/tmp/diff_new_pack.01se4k/_new 2026-06-10 16:15:08.275380998 +0200 @@ -1,7 +1,7 @@ cabal-version: 2.4 name: witherable version: 0.5 -x-revision: 1 +x-revision: 2 synopsis: filterable traversable description: A stronger variant of `traverse` which can remove elements and generalised mapMaybe, catMaybes, filter homepage: https://github.com/fumieval/witherable @@ -14,7 +14,7 @@ build-type: Simple extra-source-files: CHANGELOG.md tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || - ==9.0.1 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 + ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.4 || ==9.10.3 || ==9.12.2 source-repository head type: git @@ -26,7 +26,7 @@ Witherable build-depends: base >=4.9 && <5, base-orphans >=0.8.4 && <0.10, - containers >=0.5.7.1 && <0.8, + containers >=0.5.7.1 && <0.9, hashable >=1.2.7.0 && <1.6, transformers >=0.5.2.0 && <0.7, unordered-containers >=0.2.12.0 && <0.3,
