Hello community, here is the log from the commit of package neovim for openSUSE:Factory checked in at 2018-12-07 14:34:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neovim (Old) and /work/SRC/openSUSE:Factory/.neovim.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neovim" Fri Dec 7 14:34:57 2018 rev:18 rq:655637 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/neovim/neovim.changes 2018-10-12 13:10:33.955310681 +0200 +++ /work/SRC/openSUSE:Factory/.neovim.new.19453/neovim.changes 2018-12-07 14:34:59.295101825 +0100 @@ -1,0 +2,5 @@ +Thu Dec 6 09:12:15 UTC 2018 - Martin Pluskal <[email protected]> + +- Use cmake macro for building + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neovim.spec ++++++ --- /var/tmp/diff_new_pack.6xzgno/_old 2018-12-07 14:35:00.927099802 +0100 +++ /var/tmp/diff_new_pack.6xzgno/_new 2018-12-07 14:35:00.927099802 +0100 @@ -44,6 +44,11 @@ BuildRequires: git-core BuildRequires: gperf BuildRequires: libtool +BuildRequires: lua51-LPeg +BuildRequires: lua51-bit32 +BuildRequires: lua51-luajit-devel +BuildRequires: lua51-luarocks +BuildRequires: lua51-mpack BuildRequires: make BuildRequires: msgpack-devel BuildRequires: pkgconfig @@ -56,14 +61,9 @@ BuildRequires: pkgconfig(unibilium) BuildRequires: pkgconfig(vterm) Requires: gperf -BuildRequires: lua51-LPeg -BuildRequires: lua51-bit32 -BuildRequires: lua51-luajit-devel -BuildRequires: lua51-luarocks -BuildRequires: lua51-mpack -Recommends: xsel Requires(post): desktop-file-utils Requires(postun): desktop-file-utils +Recommends: xsel %if 0%{?suse_version} < 1330 BuildRequires: hicolor-icon-theme Requires(post): gtk3-tools @@ -83,7 +83,7 @@ %lang_package %prep -%setup -q -n %{name}-%{version} +%setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -101,8 +101,9 @@ %cmake \ -DUSE_BUNDLED=OFF \ -DLUAJIT_USE_BUNDLED=OFF \ - -DENABLE_JEMALLOC=ON -make %{?_smp_mflags} + -DENABLE_JEMALLOC=ON \ + -Wno-dev +%make_jobs %install %cmake_install
