Hello community, here is the log from the commit of package ghc-SHA for openSUSE:Factory checked in at 2018-05-30 12:13:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-SHA (Old) and /work/SRC/openSUSE:Factory/.ghc-SHA.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-SHA" Wed May 30 12:13:17 2018 rev:4 rq:607882 version:1.6.4.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-SHA/ghc-SHA.changes 2017-09-15 21:14:21.437983825 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-SHA.new/ghc-SHA.changes 2018-05-30 12:22:56.518762159 +0200 @@ -1,0 +2,6 @@ +Mon May 14 17:02:11 UTC 2018 - [email protected] + +- Update SHA to version 1.6.4.4. + Upstream does not provide a changelog. + +------------------------------------------------------------------- Old: ---- SHA-1.6.4.2.tar.gz New: ---- SHA-1.6.4.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-SHA.spec ++++++ --- /var/tmp/diff_new_pack.MWrYou/_old 2018-05-30 12:22:57.514732599 +0200 +++ /var/tmp/diff_new_pack.MWrYou/_new 2018-05-30 12:22:57.514732599 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-SHA # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name SHA %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.6.4.2 +Version: 1.6.4.4 Release: 0 Summary: Implementations of the SHA suite of message digest functions License: BSD-3-Clause @@ -75,7 +75,7 @@ %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files ++++++ SHA-1.6.4.2.tar.gz -> SHA-1.6.4.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SHA-1.6.4.2/SHA.cabal new/SHA-1.6.4.4/SHA.cabal --- old/SHA-1.6.4.2/SHA.cabal 2015-03-26 22:32:04.000000000 +0100 +++ new/SHA-1.6.4.4/SHA.cabal 2018-03-15 01:38:14.000000000 +0100 @@ -1,6 +1,6 @@ name: SHA category: Cryptography, Codec -version: 1.6.4.2 +version: 1.6.4.4 license: BSD3 license-file: LICENSE author: Adam Wick <[email protected]>, Brian Lewis <[email protected]> @@ -40,7 +40,7 @@ type: exitcode-stdio-1.0 hs-source-dirs: src main-is: Test.hs - ghc-options: -Wall -fhpc + ghc-options: -Wall build-depends: array > 0 && < 10000, base > 4.3 && < 7, binary >= 0.7 && < 10000, @@ -52,78 +52,93 @@ GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans -funbox-strict-fields -fwarn-tabs cpp-options: -DSHA_TEST - if impl(ghc >= 6.12) + if impl(ghc >= 6.12) && impl(ghc < 7.7) Ghc-Options: -fregs-graph Executable sha1 - if !flag(exe) - buildable: False - hs-source-dirs: src-bin - build-depends: base >= 4 && < 6, - bytestring > 0.8 && < 10000, - directory > 0.0 && < 10000, - SHA > 1.6 && < 10000 Main-Is: Main.hs - extensions: CPP - GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans - -funbox-strict-fields -fwarn-tabs - cpp-options: -DALGORITHM=sha1 + if flag(exe) + hs-source-dirs: src-bin + build-depends: base >= 4 && < 6, + bytestring > 0.8 && < 10000, + directory > 0.0 && < 10000, + SHA > 1.6 && < 10000 + extensions: CPP + GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans + -funbox-strict-fields -fwarn-tabs + cpp-options: -DALGORITHM=sha1 + if impl(ghc >= 6.12) && impl(ghc < 7.7) + Ghc-Options: -fregs-graph + else + buildable: False Executable sha224 - if !flag(exe) - buildable: False - hs-source-dirs: src-bin - build-depends: base >= 4 && < 6, - bytestring > 0.8 && < 10000, - directory > 0.0 && < 10000, - SHA > 1.6 && < 10000 Main-Is: Main.hs - extensions: CPP - GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans - -funbox-strict-fields -fwarn-tabs - cpp-options: -DALGORITHM=sha224 + if flag(exe) + hs-source-dirs: src-bin + build-depends: base >= 4 && < 6, + bytestring > 0.8 && < 10000, + directory > 0.0 && < 10000, + SHA > 1.6 && < 10000 + extensions: CPP + GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans + -funbox-strict-fields -fwarn-tabs + cpp-options: -DALGORITHM=sha224 + if impl(ghc >= 6.12) && impl(ghc < 7.7) + Ghc-Options: -fregs-graph + else + buildable: False Executable sha256 - if !flag(exe) - buildable: False - hs-source-dirs: src-bin - build-depends: base >= 4 && < 6, - bytestring > 0.8 && < 10000, - directory > 0.0 && < 10000, - SHA > 1.6 && < 10000 Main-Is: Main.hs - extensions: CPP - GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans - -funbox-strict-fields -fwarn-tabs - cpp-options: -DALGORITHM=sha256 + if flag(exe) + hs-source-dirs: src-bin + build-depends: base >= 4 && < 6, + bytestring > 0.8 && < 10000, + directory > 0.0 && < 10000, + SHA > 1.6 && < 10000 + extensions: CPP + GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans + -funbox-strict-fields -fwarn-tabs + cpp-options: -DALGORITHM=sha256 + if impl(ghc >= 6.12) && impl(ghc < 7.7) + Ghc-Options: -fregs-graph + else + buildable: False Executable sha384 - if !flag(exe) - buildable: False - hs-source-dirs: src-bin - build-depends: base >= 4 && < 6, - bytestring > 0.8 && < 10000, - directory > 0.0 && < 10000, - SHA > 1.6 && < 10000 Main-Is: Main.hs - extensions: CPP - GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans - -funbox-strict-fields -fwarn-tabs - cpp-options: -DALGORITHM=sha384 + if flag(exe) + hs-source-dirs: src-bin + build-depends: base >= 4 && < 6, + bytestring > 0.8 && < 10000, + directory > 0.0 && < 10000, + SHA > 1.6 && < 10000 + extensions: CPP + GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans + -funbox-strict-fields -fwarn-tabs + cpp-options: -DALGORITHM=sha384 + if impl(ghc >= 6.12) && impl(ghc < 7.7) + Ghc-Options: -fregs-graph + else + buildable: False Executable sha512 - if !flag(exe) - buildable: False - hs-source-dirs: src-bin - build-depends: base >= 4 && < 6, - bytestring > 0.8 && < 10000, - directory > 0.0 && < 10000, - SHA > 1.6 && < 10000 Main-Is: Main.hs - extensions: CPP - GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans - -funbox-strict-fields -fwarn-tabs - cpp-options: -DALGORITHM=sha512 + if flag(exe) + hs-source-dirs: src-bin + build-depends: base >= 4 && < 6, + bytestring > 0.8 && < 10000, + directory > 0.0 && < 10000, + SHA > 1.6 && < 10000 + extensions: CPP + GHC-Options: -O2 -Wall -fno-ignore-asserts -fno-warn-orphans + -funbox-strict-fields -fwarn-tabs + cpp-options: -DALGORITHM=sha512 + if impl(ghc >= 6.12) && impl(ghc < 7.7) + Ghc-Options: -fregs-graph + else + buildable: False source-repository head type: git
