Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-crypto-random for
openSUSE:Factory checked in at 2023-07-18 21:54:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-crypto-random (Old)
and /work/SRC/openSUSE:Factory/.ghc-crypto-random.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-crypto-random"
Tue Jul 18 21:54:20 2023 rev:6 rq:1098950 version:0.0.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-crypto-random/ghc-crypto-random.changes
2023-04-04 21:19:39.456898603 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-crypto-random.new.3193/ghc-crypto-random.changes
2023-07-18 21:54:32.714434178 +0200
@@ -1,0 +2,6 @@
+Tue Jul 11 13:18:03 UTC 2023 - Peter Simons <[email protected]>
+
+- Update crypto-random to version 0.0.9 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-crypto-random.spec ++++++
--- /var/tmp/diff_new_pack.lySf21/_old 2023-07-18 21:54:33.402438025 +0200
+++ /var/tmp/diff_new_pack.lySf21/_new 2023-07-18 21:54:33.410438069 +0200
@@ -25,7 +25,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
+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
++++++ crypto-random.cabal ++++++
--- /var/tmp/diff_new_pack.lySf21/_old 2023-07-18 21:54:33.454438315 +0200
+++ /var/tmp/diff_new_pack.lySf21/_new 2023-07-18 21:54:33.462438360 +0200
@@ -1,6 +1,6 @@
Name: crypto-random
Version: 0.0.9
-x-revision: 1
+x-revision: 2
Description: Simple cryptographic random related types
License: BSD3
License-file: LICENSE
@@ -31,7 +31,8 @@
Other-modules: Crypto.Random.Entropy.Windows
extra-libraries: advapi32
else
- Build-Depends: unix
+ Build-Depends: unix < 2.8
+ -- Build failure with unix-2.8, see
https://github.com/vincenthz/hs-crypto-random/pull/14
Other-modules: Crypto.Random.Entropy.Unix
if arch(i386)