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-10-02 20:06:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/janet (Old)
 and      /work/SRC/openSUSE:Factory/.janet.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "janet"

Mon Oct  2 20:06:10 2023 rev:4 rq:1114542 version:1.31.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/janet/janet.changes      2023-09-02 
22:08:44.041581293 +0200
+++ /work/SRC/openSUSE:Factory/.janet.new.28202/janet.changes   2023-10-02 
20:08:38.051482015 +0200
@@ -1,0 +2,14 @@
+Sat Sep 30 13:48:01 UTC 2023 - Soc Virnyl Estela 
<[email protected]>
+
+- Update to version 1.31.0:
+  * Report line and column when using `janet_dobytes`
+  * Add `:unless` loop modifier
+  * Allow calling `reverse` on generators.
+  * Improve performance of a number of core functions including `partition`, 
`mean`, `keys`, `values`, `pairs`, `interleave`.
+  * Add `lengthable?`
+  * Add `os/sigaction`
+  * Change `every?` and `any?` to behave like the functional versions of the 
`and` and `or` macros.
+  * Fix bug with garbage collecting threaded abstract types.
+  * Add `:signal` to the `sandbox` function to allow intercepting signals.
+
+-------------------------------------------------------------------

Old:
----
  janet-1.30.0.tar.gz

New:
----
  janet-1.31.0.tar.gz

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

Other differences:
------------------
++++++ janet.spec ++++++
--- /var/tmp/diff_new_pack.mXFfKb/_old  2023-10-02 20:08:39.015516685 +0200
+++ /var/tmp/diff_new_pack.mXFfKb/_new  2023-10-02 20:08:39.019516828 +0200
@@ -17,11 +17,12 @@
 
 
 %global somajor 1
-%global sominor 30
+%global sominor 31
+%global revision 0
 %global libname libjanet%{somajor}_%{sominor}
 
 Name:           janet
-Version:        %{somajor}.%{sominor}.0
+Version:        %{somajor}.%{sominor}.%{revision}
 Release:        0
 Summary:        Lisp-like functional and imperative programming language
 License:        MIT
@@ -31,18 +32,17 @@
 BuildRequires:  ninja
 
 %description
-Janet is a functional and imperative programming language.
-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.
+Janet is a functional and imperative programming language.  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
+Summary:        Library for the lisp-like functional and imperative 
programming language
 Group:          System/Libraries
 
 %description -n %{libname}
-Janet is a functional and imperative programming language.
+This contains the library for Janet—a functional and imperative programming 
language.
 
 %package devel
 Summary:        Headers for embedding Janet scripting
@@ -50,9 +50,11 @@
 Requires:       %{libname} = %{version}
 
 %description devel
-Janet is a functional and imperative programming language.
-Janet scripting can be added to an application by embedding a single
-C source file and a single header.
+Janet is a functional and imperative programming language.  Janet scripting
+can be added to an application by embedding a single C source file and a
+single header.
+
+This package contains the development files for the Janet programming language.
 
 %prep
 %autosetup
@@ -82,7 +84,11 @@
 %files devel
 %dir %{_libdir}/janet
 %dir %{_includedir}/janet
+
+%if 0%{?suse_version} > 1600 || 0%{?sle_version} == 150500 && 0%{?is_opensuse}
 %{_includedir}/janet.h
+%endif
+
 %{_includedir}/janet/janet.h
 %{_libdir}/pkgconfig/janet.pc
 %{_libdir}/libjanet.so

++++++ janet-1.30.0.tar.gz -> janet-1.31.0.tar.gz ++++++
++++ 1772 lines of diff (skipped)

Reply via email to