Hello community,
here is the log from the commit of package ghc-cheapskate-lucid for
openSUSE:Factory checked in at 2017-08-31 20:46:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-cheapskate-lucid (Old)
and /work/SRC/openSUSE:Factory/.ghc-cheapskate-lucid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cheapskate-lucid"
Thu Aug 31 20:46:34 2017 rev:2 rq:513220 version:0.1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-cheapskate-lucid/ghc-cheapskate-lucid.changes
2017-03-28 15:18:45.243038094 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-cheapskate-lucid.new/ghc-cheapskate-lucid.changes
2017-08-31 20:46:36.686423508 +0200
@@ -1,0 +2,5 @@
+Tue Jul 25 03:01:26 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.0 revision 1.
+
+-------------------------------------------------------------------
New:
----
cheapskate-lucid.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cheapskate-lucid.spec ++++++
--- /var/tmp/diff_new_pack.Mfzzx4/_old 2017-08-31 20:46:37.902252850 +0200
+++ /var/tmp/diff_new_pack.Mfzzx4/_new 2017-08-31 20:46:37.906252289 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-cheapskate-lucid
#
-# 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
@@ -22,20 +22,19 @@
Release: 0
Summary: Use cheapskate with Lucid
License: BSD-3-Clause
-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-blaze-html-devel
BuildRequires: ghc-cheapskate-devel
BuildRequires: ghc-lucid-devel
BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
-Use cheapskate with Lucid.
+A package for rendering Markdown (parsed via cheapskate) to Lucid's HTML.
%package devel
Summary: Haskell %{pkg_name} library development files
@@ -51,16 +50,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
++++++ cheapskate-lucid.cabal ++++++
name: cheapskate-lucid
version: 0.1.0.0
x-revision: 1
synopsis: Use cheapskate with Lucid
description:
A package for rendering Markdown (parsed via cheapskate) to Lucid's HTML.
homepage: http://github.com/aelve/cheapskate-lucid
bug-reports: http://github.com/aelve/cheapskate-lucid/issues
license: BSD3
license-file: LICENSE
author: Artyom
maintainer: [email protected]
-- copyright:
category: Web
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1
build-type: Simple
extra-source-files: CHANGELOG.md
cabal-version: >=1.10
source-repository head
type: git
location: git://github.com/aelve/cheapskate-lucid.git
library
exposed-modules: Cheapskate.Lucid
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5
, blaze-html >= 0.5
, cheapskate == 0.1.*
, lucid == 2.*
ghc-options: -Wall -fno-warn-unused-do-bind
hs-source-dirs: lib
default-language: Haskell2010