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-22 17:44:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hpke (Old) and /work/SRC/openSUSE:Factory/.ghc-hpke.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hpke" Mon Jun 22 17:44:30 2026 rev:3 rq:1361117 version:0.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hpke/ghc-hpke.changes 2026-06-10 16:02:54.224961708 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hpke.new.1956/ghc-hpke.changes 2026-06-22 17:45:02.558571428 +0200 @@ -1,0 +2,6 @@ +Fri Mar 10 23:54:11 UTC 2026 - Peter Simons <[email protected]> + +- Update hpke to version 0.1.0. + * Using "ram" instead of "memory". + +------------------------------------------------------------------- @@ -11 +16,0 @@ - Old: ---- hpke-0.0.0.tar.gz hpke.cabal New: ---- hpke-0.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hpke.spec ++++++ --- /var/tmp/diff_new_pack.VbtNED/_old 2026-06-22 17:45:03.354599327 +0200 +++ /var/tmp/diff_new_pack.VbtNED/_new 2026-06-22 17:45:03.358599467 +0200 @@ -20,13 +20,12 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.0.0 +Version: 0.1.0 Release: 0 Summary: Hybrid Public Key Encryption 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 @@ -36,8 +35,8 @@ BuildRequires: ghc-bytestring-prof BuildRequires: ghc-crypton-devel BuildRequires: ghc-crypton-prof -BuildRequires: ghc-memory-devel -BuildRequires: ghc-memory-prof +BuildRequires: ghc-ram-devel +BuildRequires: ghc-ram-prof BuildRequires: ghc-rpm-macros ExcludeArch: %{ix86} %if %{with tests} @@ -78,7 +77,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ hpke-0.0.0.tar.gz -> hpke-0.1.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hpke-0.0.0/ChangeLog.md new/hpke-0.1.0/ChangeLog.md --- old/hpke-0.0.0/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hpke-0.1.0/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,9 @@ # ChangeLog for hpke +## 0.1.0 + +* Using "ram" instead of "memory". + ## 0.0.0 * Initial release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hpke-0.0.0/hpke.cabal new/hpke-0.1.0/hpke.cabal --- old/hpke-0.0.0/hpke.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hpke-0.1.0/hpke.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: hpke -version: 0.0.0 +version: 0.1.0 license: BSD3 license-file: LICENSE maintainer: [email protected] @@ -32,8 +32,8 @@ base >=4.7 && <5, base16-bytestring, bytestring, - crypton >= 1.0.2, - memory + crypton >= 1.1.0 && <1.2, + ram default-extensions: Strict StrictData
