Hello community,

here is the log from the commit of package ghc-kraken for openSUSE:Factory 
checked in at 2016-11-02 12:46:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-kraken (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-kraken.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-kraken"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-kraken/ghc-kraken.changes    2016-10-22 
13:19:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-kraken.new/ghc-kraken.changes       
2016-11-02 12:46:31.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Oct  6 13:51:45 UTC 2016 - [email protected]
+
+- Update to version 0.0.3 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  kraken.cabal

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

Other differences:
------------------
++++++ ghc-kraken.spec ++++++
--- /var/tmp/diff_new_pack.Y6GwmH/_old  2016-11-02 12:46:32.000000000 +0100
+++ /var/tmp/diff_new_pack.Y6GwmH/_new  2016-11-02 12:46:32.000000000 +0100
@@ -22,9 +22,10 @@
 Release:        0
 Summary:        Kraken.io API client
 License:        MIT
-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
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-bytestring-devel
@@ -51,16 +52,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ kraken.cabal ++++++
name:                kraken
version:             0.0.3
x-revision: 1

synopsis:            Kraken.io API client
description:
  Kraken is a robust, ultra-fast image optimizer and compressor with
  best-in-class algorithms.

license:             MIT
license-file:        LICENSE

author:              Tomas Carnecky
maintainer:          [email protected]

category:            Network

build-type:          Simple
cabal-version:       >=1.10


source-repository head
    type:     git
    location: git://github.com/wereHamster/kraken-haskell.git


library
  hs-source-dirs:      src
  default-language:    Haskell2010

  ghc-options:         -Wall

  exposed-modules:
     Network.Kraken

  build-depends:
     base >=4.5 && <4.10
   , bytestring >=0.10
   , http-client
   , http-client-tls
   , aeson
   , mtl

Reply via email to