Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-ed25519 for openSUSE:Factory checked in at 2025-02-23 16:26:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-ed25519 (Old) and /work/SRC/openSUSE:Factory/.ghc-ed25519.new.1873 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ed25519" Sun Feb 23 16:26:36 2025 rev:18 rq:1247858 version:0.0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-ed25519/ghc-ed25519.changes 2023-11-01 22:10:48.821519377 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-ed25519.new.1873/ghc-ed25519.changes 2025-02-23 16:26:57.387223579 +0100 @@ -1,0 +2,6 @@ +Sat Feb 15 16:10:45 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update ed25519 to version 0.0.5.0 revision 9. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-ed25519.spec ++++++ --- /var/tmp/diff_new_pack.0W1WLA/_old 2025-02-23 16:26:58.819283076 +0100 +++ /var/tmp/diff_new_pack.0W1WLA/_new 2025-02-23 16:26:58.835283740 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-ed25519 # -# Copyright (c) 2023 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: MIT 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/8.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/9.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ ed25519.cabal ++++++ --- /var/tmp/diff_new_pack.0W1WLA/_old 2025-02-23 16:26:59.059293047 +0100 +++ /var/tmp/diff_new_pack.0W1WLA/_new 2025-02-23 16:26:59.083294044 +0100 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: ed25519 version: 0.0.5.0 -x-revision: 8 +x-revision: 9 category: Cryptography license: MIT synopsis: Ed25519 cryptographic signatures @@ -12,11 +12,6 @@ author: Austin Seipp maintainer: Austin Seipp <ase...@pobox.com> build-type: Simple -tested-with: GHC == 7.0.1, GHC == 7.0.2, GHC == 7.0.3, GHC == 7.0.4, - GHC == 7.2.1, GHC == 7.2.2, GHC == 7.4.1, GHC == 7.4.2, - GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3, - GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4, - GHC == 7.10.1, GHC == 7.10.2 description: This package provides a simple, fast, self-contained copy of the @@ -24,6 +19,21 @@ includes support for detached signatures, and thorough documentation on the design and implementation, including usage guidelines. +tested-with: + GHC == 9.12.1 + GHC == 9.10.1 + GHC == 9.8.4 + GHC == 9.6.6 + GHC == 9.4.8 + GHC == 9.2.8 + GHC == 9.0.2 + GHC == 8.10.7 + GHC == 8.8.4 + GHC == 8.6.5 + GHC == 8.4.4 + GHC == 8.2.2 + GHC == 8.0.2 + extra-source-files: .travis.yml AUTHORS.txt @@ -61,7 +71,7 @@ library build-depends: - ghc-prim >= 0.1 && < 0.12, + ghc-prim >= 0.1 && < 1, base >= 4 && < 5, bytestring >= 0.9 && < 0.13 @@ -97,8 +107,8 @@ else build-depends: base >= 4 && < 5, - bytestring >= 0.9 && < 0.12, - QuickCheck >= 2.4 && < 2.9, + bytestring >= 0.9 && < 0.13, + QuickCheck >= 2.4 && < 2.16, ed25519 -- @@ -115,8 +125,8 @@ buildable: False else build-depends: - base >= 4 && < 5, - hlint >= 1.7 && < 1.10 + base >= 4 && < 5, + hlint >= 1.7 && < 4 test-suite doctests type: exitcode-stdio-1.0 @@ -129,9 +139,9 @@ else build-depends: base >= 4 && < 5, - filepath >= 1.0 && < 1.5, - directory >= 1.0 && < 1.3, - doctest >= 0.10 && < 0.12 + filepath >= 1.0 && < 1.6, + directory >= 1.0 && < 1.4, + doctest >= 0.10 && < 0.24 ------------------------------------------------------------------------------- -- Build pt 3: benchmarks @@ -140,9 +150,9 @@ type: exitcode-stdio-1.0 build-depends: base >= 4 && < 5, - bytestring >= 0.9 && < 0.12, - criterion >= 0.8 && < 1.2, - deepseq >= 1.3 && < 1.5, + bytestring >= 0.9 && < 0.13, + criterion >= 0.8 && < 1.8, + deepseq >= 1.3 && < 1.6, ed25519 default-language: Haskell2010