Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hpke for openSUSE:Factory checked in at 2026-06-10 16:00:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hpke (Old) and /work/SRC/openSUSE:Factory/.ghc-hpke.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hpke" Wed Jun 10 16:00:36 2026 rev:2 rq:1358377 version:0.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hpke/ghc-hpke.changes 2025-07-31 17:46:08.764018171 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hpke.new.2375/ghc-hpke.changes 2026-06-10 16:02:54.224961708 +0200 @@ -1,0 +2,6 @@ +Sat Mar 7 18:23:57 UTC 2026 - Peter Simons <[email protected]> + +- Update hpke to version 0.0.0 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- hpke.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hpke.spec ++++++ --- /var/tmp/diff_new_pack.FvnU5W/_old 2026-06-10 16:02:57.385092664 +0200 +++ /var/tmp/diff_new_pack.FvnU5W/_new 2026-06-10 16:02:57.385092664 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-hpke # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof @@ -77,6 +78,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ hpke.cabal ++++++ cabal-version: >=1.10 name: hpke version: 0.0.0 x-revision: 1 license: BSD3 license-file: LICENSE maintainer: [email protected] author: Kazu Yamamoto synopsis: Hybrid Public Key Encryption description: Hybrid Public Key Encryption defined in RFC9180 category: Cryptography build-type: Simple extra-source-files: ChangeLog.md library exposed-modules: Crypto.HPKE Crypto.HPKE.Internal other-modules: Crypto.HPKE.AEAD Crypto.HPKE.Context Crypto.HPKE.ID Crypto.HPKE.KDF Crypto.HPKE.KEM Crypto.HPKE.KeyPair Crypto.HPKE.KeySchedule Crypto.HPKE.PublicKey Crypto.HPKE.Setup Crypto.HPKE.Types default-language: Haskell2010 ghc-options: -Wall build-depends: base >=4.7 && <5, base16-bytestring, bytestring, crypton >= 1.0.2 && < 1.1, memory default-extensions: Strict StrictData test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs build-tool-depends: hspec-discover:hspec-discover hs-source-dirs: test other-modules: A1Spec A2Spec A3Spec A4Spec A5Spec A6Spec Test default-language: Haskell2010 default-extensions: Strict StrictData ghc-options: -Wall -threaded -rtsopts build-depends: base >=4.9 && <5, QuickCheck, bytestring, base16-bytestring, hpke, hspec
