Hello community,

here is the log from the commit of package ghc-rethinkdb for openSUSE:Factory 
checked in at 2017-01-31 12:45:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-rethinkdb (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-rethinkdb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-rethinkdb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-rethinkdb/ghc-rethinkdb.changes      
2016-11-24 21:24:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-rethinkdb.new/ghc-rethinkdb.changes 
2017-02-03 17:39:50.826476586 +0100
@@ -1,0 +2,5 @@
+Wed Jan 18 09:00:20 UTC 2017 - [email protected]
+
+- Update to version 2.2.0.7 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  rethinkdb.cabal

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

Other differences:
------------------
++++++ ghc-rethinkdb.spec ++++++
--- /var/tmp/diff_new_pack.nwRInj/_old  2017-02-03 17:39:51.214421676 +0100
+++ /var/tmp/diff_new_pack.nwRInj/_new  2017-02-03 17:39:51.214421676 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-rethinkdb
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -26,6 +26,7 @@
 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-aeson-devel
 BuildRequires:  ghc-base64-bytestring-devel
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -85,6 +87,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc doctests.hs
 
 %changelog

++++++ rethinkdb.cabal ++++++
name: rethinkdb
version: 2.2.0.7
x-revision: 1
cabal-version: >=1.8
build-type: Simple
license: Apache
license-file: LICENSE
maintainer: Etienne Laurin <[email protected]>
homepage: http://github.com/atnnn/haskell-rethinkdb
synopsis: A driver for RethinkDB 2.2
description:
    A driver for the RethinkDB database server
category: Database
author: Etienne Laurin, Brandon Martin

tested-with:
  GHC==7.6.3,
  GHC==7.8.4,
  GHC==7.10.3,
  GHC==8.0.1

source-repository head
    type: git
    location: https://github.com/atnnn/haskell-rethinkdb

flag dev
    default: False
    manual: True

library
    build-depends:
        base >=4 && <4.9.1,
        unordered-containers ==0.2.*,
        text >=0.11 && <1.3,
        aeson >=0.7 && <1.1,
        bytestring ==0.10.*,
        containers ==0.5.*,
        data-default >=0.5 && <0.8,
        network >=2.4 && <2.7,
        mtl >=2.1 && <2.3,
        vector >=0.10 && <0.12,
        time >=1.4 && <1.7,
        utf8-string >=0.3 && <1.1,
        binary >=0.5 && <0.9,
        scientific ==0.3.*,
        base64-bytestring ==1.0.*

    if flag(dev)
        other-modules:
            Debug
        exposed: True
        buildable: True
        -- ghc-prof-options: -fprof-auto
    exposed-modules:
        Database.RethinkDB
        Database.RethinkDB.NoClash
        Database.RethinkDB.Driver
        Database.RethinkDB.Functions
        Database.RethinkDB.Time
        Database.RethinkDB.Types
        Database.RethinkDB.Datum
        Database.RethinkDB.Geospatial
        Database.RethinkDB.ReQL
        Database.RethinkDB.Network
        Database.RethinkDB.MapReduce
        Database.RethinkDB.Wire
        Database.RethinkDB.Wire.Datum
        Database.RethinkDB.Wire.Frame
        Database.RethinkDB.Wire.Query
        Database.RethinkDB.Wire.Response
        Database.RethinkDB.Wire.Term
        Database.RethinkDB.Wire.VersionDummy
        Database.RethinkDB.Doctest
    exposed: True
    buildable: True

    if impl(ghc > 8)
        ghc-options: -Wall -Wno-redundant-constraints
    else
        ghc-options: -Wall

test-suite doctests
    build-depends:
        base,
        doctest >=0.9
    type: exitcode-stdio-1.0
    main-is: doctests.hs
    buildable: True
    ghc-options: -threaded

benchmark bench
    build-depends:
        base,
        criterion,
        rethinkdb,
        text,
        aeson,
        async
    hs-source-dirs: bench
    type: exitcode-stdio-1.0
    main-is: Bench.hs
    ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N
    ghc-prof-options: "-with-rtsopts=-p -s -h -i0.1 -N"

executable proto2hs
  if !flag(dev)
    buildable: False
  main-is: proto2hs.hs
  build-depends: base, text, attoparsec

Reply via email to