Hello community,

here is the log from the commit of package cmark for openSUSE:Factory checked 
in at 2016-11-02 12:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmark (Old)
 and      /work/SRC/openSUSE:Factory/.cmark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmark"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmark/cmark.changes      2016-09-01 
14:03:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmark.new/cmark.changes 2016-11-02 
12:45:51.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Oct 16 15:47:56 UTC 2016 - mplus...@suse.com
+
+- Use current cmake macros
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cmark.spec ++++++
--- /var/tmp/diff_new_pack.8QS8NG/_old  2016-11-02 12:45:52.000000000 +0100
+++ /var/tmp/diff_new_pack.8QS8NG/_new  2016-11-02 12:45:52.000000000 +0100
@@ -25,10 +25,9 @@
 Group:          Productivity/Text/Utilities
 Url:            https://github.com/jgm/cmark
 Source:         
https://github.com/jgm/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  cmake
+BuildRequires:  cmake >= 3.0.2
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 `cmark` is the C reference implementation of CommonMark,
@@ -66,10 +65,10 @@
 
 %build
 %cmake -DCMARK_TESTS=OFF
-make %{?_smp_mflags} V=1
+%make_jobs
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%cmake_install
 rm %{buildroot}%{_libdir}/libcmark.a
 
 %post -n %{libname} -p /sbin/ldconfig


Reply via email to