Hello community, here is the log from the commit of package ghc-cmark for openSUSE:Factory checked in at 2016-04-22 16:24:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cmark (Old) and /work/SRC/openSUSE:Factory/.ghc-cmark.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-cmark" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cmark/ghc-cmark.changes 2016-03-31 13:02:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cmark.new/ghc-cmark.changes 2016-04-22 16:25:16.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Apr 15 20:01:43 UTC 2016 - mimi.vx@gmail.com + +- use system libcmark on openSUSE:Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cmark.spec ++++++ --- /var/tmp/diff_new_pack.ujXkKO/_old 2016-04-22 16:25:17.000000000 +0200 +++ /var/tmp/diff_new_pack.ujXkKO/_new 2016-04-22 16:25:17.000000000 +0200 @@ -36,6 +36,10 @@ # Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel BuildRequires: ghc-text-devel +%if 0%{?suse_version} >= 1330 +BuildRequires: pkg-config +BuildRequires: pkgconfig(libcmark) +%endif %if %{with tests} BuildRequires: ghc-HUnit-devel %endif @@ -104,6 +108,9 @@ Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} Requires: %{name} = %{version}-%{release} +%if 0%{?suse_version} >=1330 +Requires: pkgconfig(libcmark) +%endif %description devel This package provides the Haskell %{pkg_name} library development files. @@ -111,6 +118,9 @@ %prep %setup -q -n %{pkg_name}-%{version} +%if 0%{?suse_version} >= 1330 +cabal-tweak-flag pkgconfig True +%endif %build %ghc_lib_build