Hello community,

here is the log from the commit of package ghc-simple-log for openSUSE:Factory 
checked in at 2017-06-22 10:38:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-simple-log (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-simple-log.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-simple-log"

Thu Jun 22 10:38:59 2017 rev:3 rq:504102 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-simple-log/ghc-simple-log.changes    
2017-03-14 10:05:57.217418687 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-simple-log.new/ghc-simple-log.changes       
2017-06-22 10:39:00.649314823 +0200
@@ -1,0 +2,5 @@
+Sat May 27 12:27:52 UTC 2017 - [email protected]
+
+- Update to version 0.5.1 revision 1.
+
+-------------------------------------------------------------------

New:
----
  simple-log.cabal

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

Other differences:
------------------
++++++ ghc-simple-log.spec ++++++
--- /var/tmp/diff_new_pack.5EkZh6/_old  2017-06-22 10:39:01.285225170 +0200
+++ /var/tmp/diff_new_pack.5EkZh6/_new  2017-06-22 10:39:01.289224607 +0200
@@ -25,6 +25,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-SafeSemaphore-devel
 BuildRequires:  ghc-async-devel
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ simple-log.cabal ++++++
Name:                 simple-log
Version:              0.5.1
x-revision: 1
Synopsis:             Simple log for Haskell
Description:          Log library for Haskell with removing unnecessary traces
License:              BSD3
License-file:         LICENSE
Author:               Alexandr `Voidex` Ruchkin
Homepage:             http://github.com/mvoidex/simple-log
Maintainer:           [email protected]
Category:             Logging
Build-type:           Simple
Cabal-version:        >= 1.6
Tested-with:          GHC == 7.6.1

source-repository head
  type: git
  location: git://github.com/mvoidex/simple-log.git

Library
  HS-Source-Dirs: src
  Build-Depends:
    base >= 4.8 && < 5,
    async >= 2.0 && < 3.0,
    containers >= 0.5 && < 0.6,
    deepseq >= 1.4 && < 1.5,
    directory >= 1.2 && < 1.4,
    exceptions >= 0.8 && < 0.9,
    filepath >= 1.4 && < 1.5,
    mtl >= 2.2 && < 2.3,
    SafeSemaphore >= 0.9.0 && < 1.0.0,
    text >= 0.11.0 && < 2.0.0,
    time >= 1.5 && < 1.7,
    transformers >= 0.4 && < 0.6
  Exposed-Modules:
    System.Log.Simple
    System.Log.Simple.Base
    System.Log.Simple.Config
    System.Log.Simple.Monad
    System.Log.Simple.Text
    System.Log.Simple.Console
    System.Log.Simple.File

  Ghc-Options: -Wall

Reply via email to