Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-cprng-aes for openSUSE:Factory 
checked in at 2023-07-18 21:54:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cprng-aes (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-cprng-aes.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-cprng-aes"

Tue Jul 18 21:54:19 2023 rev:5 rq:1098949 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-cprng-aes/ghc-cprng-aes.changes      
2023-04-04 21:19:29.140832830 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-cprng-aes.new.3193/ghc-cprng-aes.changes    
2023-07-18 21:54:31.250425994 +0200
@@ -1,0 +2,6 @@
+Wed Jul 12 11:05:01 UTC 2023 - Peter Simons <[email protected]>
+
+- Update cprng-aes to version 0.6.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  cprng-aes.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-cprng-aes.spec ++++++
--- /var/tmp/diff_new_pack.el4dqD/_old  2023-07-18 21:54:32.338432076 +0200
+++ /var/tmp/diff_new_pack.el4dqD/_new  2023-07-18 21:54:32.386432345 +0200
@@ -25,6 +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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -83,6 +84,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ cprng-aes.cabal ++++++
Name:                cprng-aes
Version:             0.6.1
x-revision: 1
Description:
    Simple crypto pseudo-random-number-generator with really good randomness 
property.
    .
    Using ent, a randomness property maker on one 1Mb sample:
       Entropy = 7.999837 bits per byte.
       Optimum compression would reduce the size of this 1048576 byte file by 0 
percent.
       Chi square distribution for 1048576 samples is 237.02
       Arithmetic mean value of data bytes is 127.3422 (127.5 = random)
       Monte Carlo value for Pi is 3.143589568 (error 0.06 percent)
    .
    Compared to urandom with the same sampling:
       Entropy = 7.999831 bits per byte.
       Optimum compression would reduce the size of this 1048576 byte file by 0 
percent.
       Chi square distribution for 1048576 samples is 246.63
       Arithmetic mean value of data bytes is 127.6347 (127.5 = random).
       Monte Carlo value for Pi is 3.132465868 (error 0.29 percent).

License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <[email protected]>
Author:              Vincent Hanquez <[email protected]>
Maintainer:          Vincent Hanquez <[email protected]>
Synopsis:            Crypto Pseudo Random Number Generator using AES in counter 
mode.
Build-Type:          Simple
Category:            Cryptography
stability:           experimental
Cabal-Version:       >=1.8
Homepage:            http://github.com/vincenthz/hs-cprng-aes
data-files:          README.md

Library
  Build-Depends:     base >= 3 && < 5
                   , bytestring < 0.12
                   , byteable
                   , crypto-random >= 0.0.7 && < 0.1
                   , cipher-aes >= 0.2.9 && < 0.3

  Exposed-modules:   Crypto.Random.AESCtr
  Other-modules:     Crypto.Random.AESCtr.Internal
  ghc-options:       -Wall

Benchmark bench-cprng-aes
  hs-source-dirs:    Benchmarks
  Main-Is:           Benchmarks.hs
  type:              exitcode-stdio-1.0
  Build-depends:     base >= 4 && < 5
                   , bytestring
                   , crypto-random
                   , cprng-aes
                   , criterion
                   , mtl

source-repository head
  type: git
  location: git://github.com/vincenthz/hs-cprng-aes

Reply via email to