Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-crypto-token for
openSUSE:Factory checked in at 2026-06-22 17:44:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-crypto-token (Old)
and /work/SRC/openSUSE:Factory/.ghc-crypto-token.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-crypto-token"
Mon Jun 22 17:44:28 2026 rev:4 rq:1361116 version:0.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-crypto-token/ghc-crypto-token.changes
2026-06-10 15:59:28.520437251 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-crypto-token.new.1956/ghc-crypto-token.changes
2026-06-22 17:45:00.678505533 +0200
@@ -1,0 +2,6 @@
+Sat Jun 18 03:30:42 UTC 2026 - Peter Simons <[email protected]>
+
+- Update crypto-token to version 0.2.0.
+ Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
Old:
----
crypto-token-0.1.2.tar.gz
crypto-token.cabal
New:
----
crypto-token-0.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-crypto-token.spec ++++++
--- /var/tmp/diff_new_pack.QaEHtV/_old 2026-06-22 17:45:01.626538760 +0200
+++ /var/tmp/diff_new_pack.QaEHtV/_new 2026-06-22 17:45:01.634539041 +0200
@@ -20,13 +20,12 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.2
+Version: 0.2.0
Release: 0
Summary: Crypto tokens
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-array-devel
BuildRequires: ghc-array-prof
@@ -36,10 +35,10 @@
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-crypton-devel
BuildRequires: ghc-crypton-prof
-BuildRequires: ghc-memory-devel
-BuildRequires: ghc-memory-prof
BuildRequires: ghc-network-byte-order-devel
BuildRequires: ghc-network-byte-order-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
++++++ crypto-token-0.1.2.tar.gz -> crypto-token-0.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/crypto-token-0.1.2/crypto-token.cabal
new/crypto-token-0.2.0/crypto-token.cabal
--- old/crypto-token-0.1.2/crypto-token.cabal 2001-09-09 03:46:40.000000000
+0200
+++ new/crypto-token-0.2.0/crypto-token.cabal 2001-09-09 03:46:40.000000000
+0200
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: crypto-token
-version: 0.1.2
+version: 0.2.0
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto <[email protected]>
@@ -22,9 +22,9 @@
base >=4.9 && <5,
array,
bytestring,
- crypton,
- memory,
- network-byte-order
+ crypton >=1.1.0 && <1.2,
+ network-byte-order,
+ ram
if impl(ghc >=8)
default-extensions: Strict StrictData