Hello community,

here is the log from the commit of package ghc-hworker for openSUSE:Factory 
checked in at 2017-03-18 20:50:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hworker (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hworker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hworker"

Sat Mar 18 20:50:23 2017 rev:2 rq:477453 version:0.1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hworker/ghc-hworker.changes  2016-09-27 
13:43:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hworker.new/ghc-hworker.changes     
2017-03-18 20:50:24.287117418 +0100
@@ -1,0 +2,5 @@
+Wed Jan  4 21:24:42 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  hworker.cabal

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

Other differences:
------------------
++++++ ghc-hworker.spec ++++++
--- /var/tmp/diff_new_pack.doo2FM/_old  2017-03-18 20:50:24.859036396 +0100
+++ /var/tmp/diff_new_pack.doo2FM/_new  2017-03-18 20:50:24.863035829 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hworker
 #
-# 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
@@ -23,11 +23,11 @@
 Release:        0
 Summary:        A reliable at-least-once job queue built on top of redis
 License:        ISC
-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-aeson-devel
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel
@@ -42,7 +42,6 @@
 BuildRequires:  ghc-hspec-contrib-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 See README.
@@ -60,21 +59,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

++++++ hworker.cabal ++++++
name:                hworker
version:             0.1.0.1
x-revision: 1
synopsis:            A reliable at-least-once job queue built on top of redis.
description:         See README.
homepage:            http://github.com/dbp/hworker
license:             ISC
license-file:        LICENSE
author:              Daniel Patterson
maintainer:          [email protected]
build-type:          Simple
extra-source-files:  README.md CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules:     System.Hworker
  other-modules:       Data.Aeson.Helpers
  build-depends:       base >= 4.8 && < 5
                     , aeson
                     , hedis >= 0.6.5
                     , text
                     , bytestring
                     , time >= 1.5
                     , attoparsec
                     , uuid >= 1.2.6 && < 1.4
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall

Test-Suite hworker-test
  type:            exitcode-stdio-1.0
  hs-source-dirs:  src test
  main-is:         Spec.hs
  other-modules: Data.Aeson.Helpers
               , System.Hworker
  build-depends:       base >= 4.7 && < 5
                     , aeson
                     , hedis >= 0.6.5
                     , text
                     , bytestring
                     , time >= 1.5
                     , attoparsec
                     , uuid >= 1.2.6
                     , hspec >= 2
                     , hspec-contrib
                     , HUnit

Reply via email to