Hello community, here is the log from the commit of package nim for openSUSE:Factory checked in at 2017-03-03 17:54:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nim (Old) and /work/SRC/openSUSE:Factory/.nim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nim" Fri Mar 3 17:54:30 2017 rev:3 rq:461864 version:0.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nim/nim.changes 2017-02-21 13:51:03.538369946 +0100 +++ /work/SRC/openSUSE:Factory/.nim.new/nim.changes 2017-03-03 17:54:31.316485183 +0100 @@ -1,0 +2,5 @@ +Thu Mar 2 09:14:26 UTC 2017 - [email protected] + +- Update description + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nim.spec ++++++ --- /var/tmp/diff_new_pack.Szl617/_old 2017-03-03 17:54:31.888404402 +0100 +++ /var/tmp/diff_new_pack.Szl617/_new 2017-03-03 17:54:31.888404402 +0100 @@ -28,9 +28,13 @@ ExclusiveArch: %ix86 x86_64 %description -Nim is a statically typed, imperative programming language that -tries to give the programmer ultimate power without compromises on -runtime efficiency. +Nim is a statically typed, imperative programming language. + +Beneath a infix/indentation-based syntax with a (AST-based) macro +system lies a semantic model that supports a soft realtime GC on +thread local heaps. Asynchronous message passing is used between +threads. An unsafe shared memory heap is also provided for the +increased efficiency that results from that model. %prep %setup -q
