commit cmark for openSUSE:Factory
Hello community, here is the log from the commit of package cmark for openSUSE:Factory checked in at 2017-10-01 17:01:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmark (Old) and /work/SRC/openSUSE:Factory/.cmark.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cmark" Sun Oct 1 17:01:57 2017 rev:7 rq:529924 version:0.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cmark/cmark.changes 2017-09-22 21:35:04.126900496 +0200 +++ /work/SRC/openSUSE:Factory/.cmark.new/cmark.changes 2017-10-01 17:02:06.760193144 +0200 @@ -1,0 +2,6 @@ +Fri Sep 29 11:06:13 UTC 2017 - dimstar@opensuse.org + +- Add cmark-install_libdir_is_abs.patch: CMAKE_INSTALL_LIBDIR is an + absolute path (if -DLIBDIR=%{_libdir} is being passed. + +------------------------------------------------------------------- New: ---- cmark-install_libdir_is_abs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmark.spec ++++++ --- /var/tmp/diff_new_pack.XxiZSu/_old 2017-10-01 17:02:07.516086806 +0200 +++ /var/tmp/diff_new_pack.XxiZSu/_new 2017-10-01 17:02:07.520086243 +0200 @@ -25,6 +25,7 @@ Group: Productivity/Text/Utilities Url: https://github.com/jgm/cmark Source: https://github.com/jgm/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: cmark-install_libdir_is_abs.patch BuildRequires: cmake >= 3.0.2 BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -62,6 +63,7 @@ %prep %setup -q +%patch0 -p1 %build %cmake -DCMARK_TESTS=OFF -DCMARK_STATIC=OFF ++++++ cmark-install_libdir_is_abs.patch ++++++ Index: cmark-0.28.0/src/libcmark.pc.in =================================================================== --- cmark-0.28.0.orig/src/libcmark.pc.in +++ cmark-0.28.0/src/libcmark.pc.in @@ -1,6 +1,6 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=@CMAKE_INSTALL_PREFIX@ -libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ +libdir=@CMAKE_INSTALL_LIBDIR@ includedir=@CMAKE_INSTALL_PREFIX@/include Name: libcmark
participants (1)
-
root@hilbert.suse.de