Hello community,

here is the log from the commit of package ghc-siphash for openSUSE:Factory 
checked in at 2016-12-06 14:25:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-siphash (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-siphash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-siphash"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-siphash/ghc-siphash.changes  2016-10-20 
23:07:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-siphash.new/ghc-siphash.changes     
2016-12-06 14:25:52.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 14 09:29:58 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0.3 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  siphash.cabal

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

Other differences:
------------------
++++++ ghc-siphash.spec ++++++
--- /var/tmp/diff_new_pack.Qm48h1/_old  2016-12-06 14:25:53.000000000 +0100
+++ /var/tmp/diff_new_pack.Qm48h1/_new  2016-12-06 14:25:53.000000000 +0100
@@ -23,11 +23,11 @@
 Release:        0
 Summary:        Siphash: a fast short input PRF
 License:        BSD-3-Clause
-Group:          System/Libraries
+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
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-cpu-devel
 BuildRequires:  ghc-rpm-macros
@@ -37,7 +37,6 @@
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Haskell implementation of siphash.
@@ -56,21 +55,16 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++++++ siphash.cabal ++++++
Name:                siphash
Version:             1.0.3
x-revision: 1
Description:
    Haskell implementation of siphash. [http://131002.net/siphash/siphash.pdf]
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vinc...@snarc.org>
Author:              Vincent Hanquez <vinc...@snarc.org>
Maintainer:          Vincent Hanquez <vinc...@snarc.org>
Synopsis:            siphash: a fast short input PRF
Category:            Data, Cryptography
Build-Type:          Simple
Cabal-Version:       >=1.8
Homepage:            http://github.com/vincenthz/hs-siphash
data-files:          README.md

Library
  Build-Depends:     base >= 4.5 && < 6, bytestring, cpu
  Exposed-modules:   Crypto.MAC.SipHash

Test-Suite test-siphash
  type:              exitcode-stdio-1.0
  hs-source-dirs:    Tests
  Main-Is:           Tests.hs
  Build-depends:     base >= 4 && < 5
                   , siphash
                   , bytestring
                   , QuickCheck >= 2
                   , test-framework >= 0.3.3
                   , test-framework-quickcheck2 >= 0.2.9

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

Reply via email to