Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-unicode-collation for openSUSE:Factory checked in at 2025-01-28 16:41:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unicode-collation (Old) and /work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unicode-collation" Tue Jan 28 16:41:10 2025 rev:9 rq:1240784 version:0.1.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unicode-collation/ghc-unicode-collation.changes 2024-06-27 16:01:04.593692183 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-unicode-collation.new.2316/ghc-unicode-collation.changes 2025-01-28 16:41:23.587582668 +0100 @@ -1,0 +2,6 @@ +Thu Jan 23 06:07:35 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update unicode-collation to version 0.1.3.6 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unicode-collation.spec ++++++ --- /var/tmp/diff_new_pack.oc1z3w/_old 2025-01-28 16:41:24.107604116 +0100 +++ /var/tmp/diff_new_pack.oc1z3w/_new 2025-01-28 16:41:24.107604116 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-unicode-collation # -# 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-2-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 ++++++ unicode-collation.cabal ++++++ --- /var/tmp/diff_new_pack.oc1z3w/_old 2025-01-28 16:41:24.147605766 +0100 +++ /var/tmp/diff_new_pack.oc1z3w/_new 2025-01-28 16:41:24.151605931 +0100 @@ -1,7 +1,7 @@ cabal-version: 2.2 name: unicode-collation version: 0.1.3.6 -x-revision: 1 +x-revision: 2 synopsis: Haskell implementation of the Unicode Collation Algorithm description: This library provides a pure Haskell implementation of the Unicode Collation Algorithm described at @@ -51,7 +51,7 @@ Default: False common common-options - build-depends: base >= 4.11 && < 4.21 + build-depends: base >= 4.11 && < 4.22 ghc-options: -Wall -Wcompat