Hello community,

here is the log from the commit of package ghc-cryptonite-conduit for 
openSUSE:Factory checked in at 2018-07-24 17:17:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cryptonite-conduit (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-cryptonite-conduit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-cryptonite-conduit"

Tue Jul 24 17:17:01 2018 rev:5 rq:623752 version:0.2.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-cryptonite-conduit/ghc-cryptonite-conduit.changes
    2018-05-30 12:25:21.286232709 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-cryptonite-conduit.new/ghc-cryptonite-conduit.changes
       2018-07-24 17:17:07.846894931 +0200
@@ -1,0 +2,11 @@
+Wed Jul 18 14:26:20 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+-------------------------------------------------------------------
+Wed Jul 18 14:11:52 UTC 2018 - psim...@suse.com
+
+- Revise cabal build file to specify more accurate dependencies.
+
+-------------------------------------------------------------------
@@ -22 +32,0 @@
-

New:
----
  cryptonite-conduit.cabal

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

Other differences:
------------------
++++++ ghc-cryptonite-conduit.spec ++++++
--- /var/tmp/diff_new_pack.aqIL6Y/_old  2018-07-24 17:17:09.242896732 +0200
+++ /var/tmp/diff_new_pack.aqIL6Y/_new  2018-07-24 17:17:09.246896737 +0200
@@ -26,6 +26,7 @@
 Group:          Development/Libraries/Haskell
 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-bytestring-devel
 BuildRequires:  ghc-conduit-devel
@@ -64,6 +65,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ cryptonite-conduit.cabal ++++++
Name:                cryptonite-conduit
version:             0.2.2
x-revision: 1
Synopsis:            cryptonite conduit
Description:
  Conduit bridge for cryptonite
  .
  For now only provide a conduit version for hash and hmac, but
  with contribution, this could provide cipher conduits too,
  and probably other things.
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vinc...@snarc.org>
Author:              Vincent Hanquez <vinc...@snarc.org>
Maintainer:          vinc...@snarc.org
Category:            Cryptography, Conduit
Stability:           experimental
Build-Type:          Simple
Homepage:            https://github.com/haskell-crypto/cryptonite-conduit
Cabal-Version:       >=1.8
Extra-source-files:  README.md CHANGELOG.md

Library
  Exposed-modules:   Crypto.Cipher.ChaChaPoly1305.Conduit
                     Crypto.MAC.HMAC.Conduit
                     Crypto.Hash.Conduit
                     Crypto.PubKey.ECIES.Conduit
  Build-depends:     base >= 4.8 && < 5
                   , bytestring
                   , conduit
                   , conduit-extra
                   , cryptonite
                   , exceptions
                   , memory
                   , resourcet
                   , transformers
  ghc-options:       -Wall -fwarn-tabs

test-suite cryptonite-conduit-test
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             Spec.hs
  build-depends:       base
                     , bytestring
                     , conduit
                     , conduit-combinators
                     , cryptonite
                     , cryptonite-conduit
                     , memory
                     , tasty
                     , tasty-hunit
                     , tasty-quickcheck
  ghc-options:       -Wall

source-repository head
  type: git
  location: https://github.com/haskell-crypto/cryptonite-conduit

Reply via email to