Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-crypton for openSUSE:Factory checked in at 2024-07-22 17:16:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-crypton (Old) and /work/SRC/openSUSE:Factory/.ghc-crypton.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-crypton" Mon Jul 22 17:16:14 2024 rev:3 rq:1188633 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-crypton/ghc-crypton.changes 2024-03-20 21:15:56.421516620 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-crypton.new.17339/ghc-crypton.changes 2024-07-22 17:16:59.762870247 +0200 @@ -1,0 +2,10 @@ +Thu Apr 25 23:14:26 UTC 2024 - Peter Simons <[email protected]> + +- Update crypton to version 1.0.0. + ## 1.0.0 + + * Versions follow the standard version policy. + * Removing pthread stuff. + [#32](https://github.com/kazu-yamamoto/crypton/pull/32) + +------------------------------------------------------------------- Old: ---- crypton-0.34.tar.gz New: ---- crypton-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-crypton.spec ++++++ --- /var/tmp/diff_new_pack.CumPOs/_old 2024-07-22 17:17:01.018920181 +0200 +++ /var/tmp/diff_new_pack.CumPOs/_new 2024-07-22 17:17:01.018920181 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-crypton # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.34 +Version: 1.0.0 Release: 0 Summary: Cryptography Primitives sink License: BSD-3-Clause @@ -38,7 +38,6 @@ BuildRequires: ghc-memory-devel BuildRequires: ghc-memory-prof BuildRequires: ghc-rpm-macros -BuildRequires: glibc-devel ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-tasty-devel @@ -84,7 +83,6 @@ Summary: Haskell %{pkg_name} library development files Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} -Requires: glibc-devel Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} ++++++ crypton-0.34.tar.gz -> crypton-1.0.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crypton-0.34/CHANGELOG.md new/crypton-1.0.0/CHANGELOG.md --- old/crypton-0.34/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/crypton-1.0.0/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,9 @@ +## 1.0.0 + +* Versions follow the standard version policy. +* Removing pthread stuff. + [#32](https://github.com/kazu-yamamoto/crypton/pull/32) + ## 0.34 * Hashing getRandomBytes before using as Seed for ChaChaDRG diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crypton-0.34/Crypto/Hash/Types.hs new/crypton-1.0.0/Crypto/Hash/Types.hs --- old/crypton-0.34/Crypto/Hash/Types.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/crypton-1.0.0/Crypto/Hash/Types.hs 2001-09-09 03:46:40.000000000 +0200 @@ -7,9 +7,10 @@ -- -- Crypto hash types definitions -- -{-# LANGUAGE GeneralizedNewtypeDeriving #-} -{-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DataKinds #-} +{-# LANGUAGE DeriveDataTypeable #-} +{-# LANGUAGE GeneralizedNewtypeDeriving #-} +{-# LANGUAGE RoleAnnotations #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE TypeFamilies #-} module Crypto.Hash.Types @@ -97,6 +98,8 @@ newtype Digest a = Digest (Block Word8) deriving (Eq,Ord,ByteArrayAccess, Data) +type role Digest nominal + instance NFData (Digest a) where rnf (Digest u) = u `deepseq` () diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crypton-0.34/crypton.cabal new/crypton-1.0.0/crypton.cabal --- old/crypton-0.34/crypton.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/crypton-1.0.0/crypton.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 1.18 name: crypton -version: 0.34 +version: 1.0.0 license: BSD3 license-file: LICENSE copyright: Vincent Hanquez <[email protected]> @@ -310,9 +310,6 @@ else build-depends: base - if os(linux) - extra-libraries: pthread - if flag(old_toolchain_inliner) cc-options: -fgnu89-inline
