Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hare for openSUSE:Factory checked in 
at 2024-07-19 15:26:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hare (Old)
 and      /work/SRC/openSUSE:Factory/.hare.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hare"

Fri Jul 19 15:26:48 2024 rev:7 rq:1188270 version:0.24.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/hare/hare.changes        2024-05-13 
17:59:10.616294312 +0200
+++ /work/SRC/openSUSE:Factory/.hare.new.17339/hare.changes     2024-07-19 
15:26:57.678289811 +0200
@@ -1,0 +2,60 @@
+Tue Jul 16 15:31:19 UTC 2024 - Soc Virnyl Estela <[email protected]>
+
+- Remove riscv64-correct-comments.patch
+
+-------------------------------------------------------------------
+Tue Jul 16 14:32:27 UTC 2024 - Soc Virnyl Estela <[email protected]>
+
+- Update to version 0.24.2:
+  This release introduces a lot of breaking changes
+  * time::date now accepts a zone offset (zoff) parameter in
+    time::date::reckon and time::date::truncate.
+  * time::date::calculus has been renamed to time::date::rflag.
+  * time::date::realize requires .vloc to be set, and no longer defaults
+    to UTC.
+  * time::date::now() is renamed to time::date::localnow() and
+    time::date::nowutc() is renamed to time::date::now()
+  * time::date::EPOCHAL_JULIAN and EPOCHAL_GREGORIAN have been renamed to
+    EPOCHDAY_JULIAN and EPOCHDAY_GREGORIAN respectively
+  * time::chrono::eq has been removed and replaced with
+    time::chrono::simultaneous and time::chrono::coincident
+  * time::chrono::mzone has been renamed to time::chrono::ozone
+  * The type of time::date::parsefail has been chnaged from rune (storing
+    the offending format specifier) to (size, rune), which adds the index
+    of the position where the parsing failure occured.
+  * Several constants for format layouts in time::date have been renamed:
+    [[EMAILZ]] => [[EMAILZONE]]
+    [[STAMP_NANO]] => [[STAMPNANO]]
+    [[STAMP_ZOFF]] => [[STAMPZOFF]]
+    [[STAMP_ZONE]] => [[STAMPZONE]]
+    [[STAMP_NOZL]] => [[STAMPLOC]]
+  * unix::hosts
+  * unix::passwd
+  * "done" is now a reserved word and cannot be used in user-defined names
+  * The following standard library symbols have been updated to use done
+    types in their API:
+    * bytes::next_token/bytes::prev_token
+    * encoding::utf8
+    * fs::next
+    * glob::next
+    * io::EOF
+    * mime
+    * path::nextiter
+    * strings::next/strings::prev
+    * strings::next_token/strings::prev_token
+    * In short, if your program matches on a function using the iterator
+      pattern with "void" and this causes an error from 0.24.2, the
+      correct solution is likely to rewrite it to use a for-each loop, or
+      replace "void" with "done" in the relevant match case.
+  * for-each loops and the "done" type
+  * Optional parameters for functions
+  * Support for shared memory and memfds on supported platforms
+  * Revised and improved APIs for unix::*
+  * Improved performance for bufio and related APIs
+  * regex:: now supports multiple alternation (i.e. (x|y|z))
+  * New cryptography APIs:
+    * crypto::ec
+    * crypto::ecdh
+    * crypto::ecdsa
+
+-------------------------------------------------------------------

Old:
----
  hare-0.24.0.tar.gz
  riscv64-correct-comments.patch

New:
----
  hare-0.24.2.tar.gz

BETA DEBUG BEGIN:
  Old:
- Remove riscv64-correct-comments.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ hare.spec ++++++
--- /var/tmp/diff_new_pack.Tqf80o/_old  2024-07-19 15:26:59.690369870 +0200
+++ /var/tmp/diff_new_pack.Tqf80o/_new  2024-07-19 15:26:59.698370189 +0200
@@ -19,7 +19,7 @@
 %bcond_without  test
 Name:           hare
 Release:        0
-Version:        0.24.0
+Version:        0.24.2
 Summary:        Hare system programming language
 Group:          Development/Tools/Building
 License:        MPL-2.0
@@ -27,10 +27,6 @@
 Source0:        
https://git.sr.ht/~sircmpwn/hare/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 Source2:        README-suse-maint.md
-# PATCH-FIX-UPSTREAM riscv64-correct-comments.patch [email protected]
-# Fixes: 
https://lists.sr.ht/~sircmpwn/hare-users/%[email protected]%3E
-# Patch-from: https://git.sr.ht/~sircmpwn/hare/commit/80e45e4d931a
-Patch0:         riscv64-correct-comments.patch
 BuildRequires:  binutils
 BuildRequires:  gcc
 # Hare and the HareC compiler should have the same version

++++++ hare-0.24.0.tar.gz -> hare-0.24.2.tar.gz ++++++
++++ 46273 lines of diff (skipped)

Reply via email to