Hello community,

here is the log from the commit of package ccls for openSUSE:Factory checked in 
at 2020-08-21 19:11:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ccls (Old)
 and      /work/SRC/openSUSE:Factory/.ccls.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ccls"

Fri Aug 21 19:11:06 2020 rev:11 rq:828411 version:0.20190823.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccls/ccls.changes        2020-06-12 
21:47:23.732968517 +0200
+++ /work/SRC/openSUSE:Factory/.ccls.new.3399/ccls.changes      2020-08-21 
19:12:29.348652500 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 08:33:21 UTC 2020 - Martin Liška <mli...@suse.cz>
+
+- Use memoryperjob constraint instead of %limit_build macro.
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ ccls.spec ++++++
--- /var/tmp/diff_new_pack.W6LfAa/_old  2020-08-21 19:12:32.476654358 +0200
+++ /var/tmp/diff_new_pack.W6LfAa/_new  2020-08-21 19:12:32.476654358 +0200
@@ -34,7 +34,6 @@
 BuildRequires:  clang-devel >= 7.0
 BuildRequires:  cmake >= 3.8
 BuildRequires:  llvm-devel >= 7.0
-BuildRequires:  memory-constraints
 BuildRequires:  rapidjson-devel
 BuildRequires:  zlib-devel
 Requires:       clang >= 5.0
@@ -77,7 +76,6 @@
 %cmake -DUSE_SYSTEM_RAPIDJSON=ON -DCLANG_LINK_CLANG_DYLIB=on
 
 # ccls currently consumes ~1GB of memory during compilation per thread
-%limit_build -m 1500
 %make_build
 popd
 

++++++ _constraints ++++++
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
  <hardware>
    <memoryperjob>
      <size unit="M">1500</size>
    </memoryperjob>
  </hardware>
</constraints>

Reply via email to