commit ghc-cacophony for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-cacophony for openSUSE:Factory checked in at 2017-08-31 20:46:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cacophony (Old) and /work/SRC/openSUSE:Factory/.ghc-cacophony.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-cacophony" Thu Aug 31 20:46:30 2017 rev:3 rq:513218 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cacophony/ghc-cacophony.changes 2017-04-17 10:25:37.376063018 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cacophony.new/ghc-cacophony.changes 2017-08-31 20:46:32.183055618 +0200 @@ -1,0 +2,10 @@ +Sun Jul 30 03:01:26 UTC 2017 - psimons@suse.com + +- Update to version 0.10.0 revision 1. + +------------------------------------------------------------------- +Thu Jul 27 14:04:38 UTC 2017 - psimons@suse.com + +- Update to version 0.10.0. + +------------------------------------------------------------------- Old: ---- cacophony-0.9.2.tar.gz New: ---- cacophony-0.10.0.tar.gz cacophony.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cacophony.spec ++++++ --- /var/tmp/diff_new_pack.zplyMh/_old 2017-08-31 20:46:33.494871487 +0200 +++ /var/tmp/diff_new_pack.zplyMh/_new 2017-08-31 20:46:33.514868680 +0200 @@ -19,13 +19,14 @@ %global pkg_name cacophony %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.9.2 +Version: 0.10.0 Release: 0 Summary: A library implementing the Noise protocol License: SUSE-Public-Domain Group: Development/Languages/Other 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-cryptonite-devel @@ -41,7 +42,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} BuildRequires: ghc-aeson-devel -BuildRequires: ghc-async-devel +BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-base16-bytestring-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-hlint-devel @@ -49,8 +50,7 @@ %endif %description -This library implements the -<https://github.com/trevp/noise/blob/master/noise.md Noise> protocol. +This library implements the <https://noiseprotocol.org Noise> protocol. %package devel Summary: Haskell %{pkg_name} library development files @@ -65,6 +65,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -87,6 +88,6 @@ %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.md changelog.md examples +%doc README.md changelog.md %changelog ++++++ cacophony-0.9.2.tar.gz -> cacophony-0.10.0.tar.gz ++++++ ++++ 56144 lines of diff (skipped) ++++++ cacophony.cabal ++++++ -- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: cacophony version: 0.10.0 x-revision: 1 synopsis: A library implementing the Noise protocol. description: This library implements the <https://noiseprotocol.org Noise> protocol. category: Cryptography homepage: https://github.com/centromere/cacophony#readme bug-reports: https://github.com/centromere/cacophony/issues maintainer: John Galt <jgalt@centromere.net> license: PublicDomain license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: .travis.yml changelog.md LICENSE package.yaml README.md stack.yaml tests/.hlint tools/pretty-print/format-vectors.py tools/pretty-print/vector-template.jinja vectors/cacophony.txt source-repository head type: git location: https://github.com/centromere/cacophony flag build-tools description: Build tools manual: True default: False library hs-source-dirs: src default-extensions: OverloadedStrings ghc-options: -Wall build-depends: base >= 4.9 && < 4.11 , bytestring , cryptonite , exceptions , free , lens , memory , monad-coroutine , mtl , safe-exceptions , transformers exposed-modules: Crypto.Noise Crypto.Noise.Cipher Crypto.Noise.Cipher.AESGCM Crypto.Noise.Cipher.ChaChaPoly1305 Crypto.Noise.DH Crypto.Noise.DH.Curve25519 Crypto.Noise.DH.Curve448 Crypto.Noise.Exception Crypto.Noise.HandshakePatterns Crypto.Noise.Hash Crypto.Noise.Hash.BLAKE2b Crypto.Noise.Hash.BLAKE2s Crypto.Noise.Hash.SHA256 Crypto.Noise.Hash.SHA512 Crypto.Noise.Internal.CipherState Crypto.Noise.Internal.Handshake.Interpreter Crypto.Noise.Internal.Handshake.Pattern Crypto.Noise.Internal.Handshake.State Crypto.Noise.Internal.Handshake.Validation Crypto.Noise.Internal.NoiseState Crypto.Noise.Internal.SymmetricState Crypto.Noise.Validation other-modules: Paths_cacophony default-language: Haskell2010 executable noise-repl main-is: Main.hs hs-source-dirs: tools/noise-repl default-extensions: OverloadedStrings ghc-options: -Wall -O2 -rtsopts -threaded -with-rtsopts=-N if flag(build-tools) build-depends: attoparsec , base , base16-bytestring , base64-bytestring , bytestring , cacophony , haskeline , network , process else buildable: False other-modules: Client Options Pipe Socket Types default-language: Haskell2010 test-suite hlint type: exitcode-stdio-1.0 main-is: hlint.hs hs-source-dirs: tests/hlint ghc-options: -Wall -O2 -rtsopts -threaded -with-rtsopts=-N build-depends: base >= 4.9 && < 4.10 , hlint default-language: Haskell2010 test-suite vectors type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: tests/vectors default-extensions: OverloadedStrings ghc-options: -Wall -O2 -rtsopts -threaded -with-rtsopts=-N build-depends: aeson , attoparsec , base >= 4.9 && < 4.10 , base16-bytestring , bytestring , cacophony , directory , text other-modules: Generate Keys Types VectorFile Verify default-language: Haskell2010 benchmark bench type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: benchmarks default-extensions: OverloadedStrings ghc-options: -Wall -O2 -rtsopts -threaded -with-rtsopts=-N build-depends: async , base >= 4.9 && < 4.10 , base16-bytestring , bytestring , cacophony , criterion , deepseq other-modules: Keys Types default-language: Haskell2010
participants (1)
-
root@hilbert.suse.de