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-09-02 22:07:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/janet (Old)
 and      /work/SRC/openSUSE:Factory/.janet.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "janet"

Sat Sep  2 22:07:53 2023 rev:3 rq:1108575 version:1.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/janet/janet.changes      2023-06-05 
18:08:23.831767738 +0200
+++ /work/SRC/openSUSE:Factory/.janet.new.1766/janet.changes    2023-09-02 
22:08:44.041581293 +0200
@@ -1,0 +2,34 @@
+Sat Aug 26 14:10:22 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 1.30.0:
+  Changes in 1.30.0:
+   - Change indexing of `array/remove` to start from -1 at the end instead of 
-2.
+   - Add new string escape sequences `\\a`, `\\b`, `\\?`, and `\\'`.
+   - Fix bug with marshalling channels
+   - Add `div` for floored division
+   - Make `div` and `mod` variadic
+   - Support `bnot` for integer types.
+   - Define `(mod x 0)` as `x`
+   - Add `ffi/pointer-cfunction` to convert pointers to cfunctions
+  Changes since 1.29.1:
+   - Add support for passing booleans to PEGs for "always" and "never" 
matching.
+   - Allow dictionary types for `take` and `drop`
+   - Fix bug with closing channels while other fibers were waiting on them - 
`ev/take`, `ev/give`, and `ev/select`  will now return the correct (documented) 
value when another fiber closes the channel.
+   - Add `ffi/calling-conventions` to show all available calling conventions 
for FFI.
+   - Add `net/setsockopt`
+   - Add `signal` argument to `os/proc-kill` to send signals besides `SIGKILL` 
on Posix.
+   - Add `source` argument to `os/clock` to get different time sources.
+   - Various combinator functions now are variadic like `map`
+   - Add `file/lines` to iterate over lines in a file lazily.
+   - Reorganize test suite to be sorted by module rather than pseudo-randomly.
+   - Add `*task-id*`
+   - Add `env` argument to `fiber/new`.
+   - Add `JANET_NO_AMALG` flag to Makefile to properly incremental builds
+   - Optimize bytecode compiler to generate fewer instructions and improve 
loops.
+   - Fix bug with `ev/gather` and hung fibers.
+   - Add `os/isatty`
+   - Add `has-key?` and `has-value?`
+   - Make imperative arithmetic macros variadic
+   - `ev/connect` now yields to the event loop instead of blocking while 
waiting for an ACK.
+
+-------------------------------------------------------------------

Old:
----
  janet-1.28.0.tar.gz

New:
----
  janet-1.30.0.tar.gz

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

Other differences:
------------------
++++++ janet.spec ++++++
--- /var/tmp/diff_new_pack.tOSBSM/_old  2023-09-02 22:08:45.041617027 +0200
+++ /var/tmp/diff_new_pack.tOSBSM/_new  2023-09-02 22:08:45.045617170 +0200
@@ -17,7 +17,7 @@
 
 
 %global somajor 1
-%global sominor 28
+%global sominor 30
 %global libname libjanet%{somajor}_%{sominor}
 
 Name:           janet

++++++ janet-1.28.0.tar.gz -> janet-1.30.0.tar.gz ++++++
++++ 13050 lines of diff (skipped)

Reply via email to