commit ghc-cmark-lucid for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-cmark-lucid for openSUSE:Factory checked in at 2017-08-31 20:46:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cmark-lucid (Old) and /work/SRC/openSUSE:Factory/.ghc-cmark-lucid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-cmark-lucid" Thu Aug 31 20:46:37 2017 rev:2 rq:513221 version:0.1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cmark-lucid/ghc-cmark-lucid.changes 2017-04-12 18:05:38.651650454 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cmark-lucid.new/ghc-cmark-lucid.changes 2017-08-31 20:46:38.614152925 +0200 @@ -1,0 +2,5 @@ +Tue Jul 25 03:01:26 UTC 2017 - psimons@suse.com + +- Update to version 0.1.0.0 revision 1. + +------------------------------------------------------------------- New: ---- cmark-lucid.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cmark-lucid.spec ++++++ --- /var/tmp/diff_new_pack.6BUlTx/_old 2017-08-31 20:46:40.081946899 +0200 +++ /var/tmp/diff_new_pack.6BUlTx/_new 2017-08-31 20:46:40.121941285 +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-cmark-devel BuildRequires: ghc-lucid-devel @@ -32,7 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Use cmark with Lucid. +A package for rendering Markdown (parsed via cmark) to Lucid's HTML. %package devel Summary: Haskell %{pkg_name} library development files @@ -47,6 +48,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ cmark-lucid.cabal ++++++ name: cmark-lucid version: 0.1.0.0 x-revision: 1 synopsis: Use cmark with Lucid description: A package for rendering Markdown (parsed via cmark) to Lucid's HTML. homepage: http://github.com/aelve/cmark-lucid bug-reports: http://github.com/aelve/cmark-lucid/issues license: BSD3 license-file: LICENSE author: Artyom maintainer: yom@artyom.me -- 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/cmark-lucid.git library exposed-modules: CMark.Lucid -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5 , cmark , lucid == 2.* ghc-options: -Wall -fno-warn-unused-do-bind hs-source-dirs: lib default-language: Haskell2010
participants (1)
-
root@hilbert.suse.de