Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package janet for openSUSE:Factory checked in at 2023-06-05 18:08:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/janet (Old) and /work/SRC/openSUSE:Factory/.janet.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "janet" Mon Jun 5 18:08:07 2023 rev:2 rq:1090882 version:1.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/janet/janet.changes 2023-06-01 17:19:17.334078049 +0200 +++ /work/SRC/openSUSE:Factory/.janet.new.15902/janet.changes 2023-06-05 18:08:23.831767738 +0200 @@ -1,0 +2,5 @@ +Mon May 29 09:52:23 UTC 2023 - Jan Engelhardt <[email protected]> + +- Fix errors, trim, and wrap description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ janet.spec ++++++ --- /var/tmp/diff_new_pack.DOIKv3/_old 2023-06-05 18:08:24.399771091 +0200 +++ /var/tmp/diff_new_pack.DOIKv3/_new 2023-06-05 18:08:24.403771115 +0200 @@ -32,9 +32,10 @@ %description Janet is a functional and imperative programming language. -It runs on Windows, Linux, macOS, BSDs, and should run on other systems with some porting. -The entire language (core library, interpreter, compiler, assembler, PEG) is less than 1MB. -You can also add Janet scripting to an application by embedding a single C source file and a single header. +The entire language (core library, interpreter, compiler, assembler, +PEG) is less than 2MB. +Janet scripting can be added to an application by embedding a single +C source file and a single header. %package -n %{libname} Summary: Lisp-like functional and imperative programming language @@ -42,23 +43,19 @@ %description -n %{libname} Janet is a functional and imperative programming language. -It runs on Windows, Linux, macOS, BSDs, and should run on other systems with some porting. -The entire language (core library, interpreter, compiler, assembler, PEG) is less than 1MB. -You can also add Janet scripting to an application by embedding a single C source file and a single header. %package devel -Summary: Lisp-like functional and imperative programming language +Summary: Headers for embedding Janet scripting Group: Development/Languages/C and C++ Requires: %{libname} = %{version} %description devel Janet is a functional and imperative programming language. -It runs on Windows, Linux, macOS, BSDs, and should run on other systems with some porting. -The entire language (core library, interpreter, compiler, assembler, PEG) is less than 1MB. -You can also add Janet scripting to an application by embedding a single C source file and a single header. +Janet scripting can be added to an application by embedding a single +C source file and a single header. %prep -%setup -q +%autosetup %build export CFLAGS="%optflags -ffat-lto-objects"
