Hello community,
here is the log from the commit of package ghc-logging-facade for
openSUSE:Factory checked in at 2016-12-06 14:25:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-logging-facade (Old)
and /work/SRC/openSUSE:Factory/.ghc-logging-facade.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-logging-facade"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-logging-facade/ghc-logging-facade.changes
2016-11-02 12:34:31.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-logging-facade.new/ghc-logging-facade.changes
2016-12-06 14:25:03.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 14 09:29:53 UTC 2016 - [email protected]
+
+- Update to version 0.1.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
New:
----
logging-facade.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-logging-facade.spec ++++++
--- /var/tmp/diff_new_pack.Nspwxo/_old 2016-12-06 14:25:04.000000000 +0100
+++ /var/tmp/diff_new_pack.Nspwxo/_new 2016-12-06 14:25:04.000000000 +0100
@@ -23,19 +23,18 @@
Release: 0
Summary: Simple logging abstraction that allows multiple back-ends
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-rpm-macros
-# Begin cabal-rpm deps:
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-transformers-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-hspec-devel
%endif
-# End cabal-rpm deps
%description
Simple logging abstraction that allows multiple back-ends.
@@ -53,21 +52,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
++++++ logging-facade.cabal ++++++
name: logging-facade
version: 0.1.1
x-revision: 1
synopsis: Simple logging abstraction that allows multiple back-ends
description: Simple logging abstraction that allows multiple back-ends
license: MIT
license-file: LICENSE
copyright: (c) 2014 Simon Hengel
author: Simon Hengel <[email protected]>
maintainer: Simon Hengel <[email protected]>
build-type: Simple
cabal-version: >= 1.10
category: System
source-repository head
type: git
location: https://github.com/sol/logging-facade
library
ghc-options: -Wall
hs-source-dirs: src
exposed-modules:
System.Logging.Facade
System.Logging.Facade.Sink
System.Logging.Facade.Class
System.Logging.Facade.Types
build-depends:
base >= 4.6 && <5
, transformers
, template-haskell
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
ghc-options: -Wall
hs-source-dirs: test
main-is: Spec.hs
other-modules:
System.Logging.FacadeSpec
build-depends:
base == 4.*
, logging-facade
, hspec == 2.*
default-language: Haskell2010