Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package racket for openSUSE:Factory checked 
in at 2021-11-30 23:15:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/racket (Old)
 and      /work/SRC/openSUSE:Factory/.racket.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "racket"

Tue Nov 30 23:15:53 2021 rev:14 rq:934581 version:8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/racket/racket.changes    2021-06-16 
20:37:06.839352916 +0200
+++ /work/SRC/openSUSE:Factory/.racket.new.31177/racket.changes 2021-12-02 
02:25:29.352558440 +0100
@@ -1,0 +2,16 @@
+Sun Oct 10 07:26:11 UTC 2021 - Fred Fu <moons...@gmail.com>
+- Update to 8.2:
+  * Racket CS improved the performance of large-integer arithmetic.
+  * Racket has improved support for layered and tethered installation.
+  * Racket CS supports nonatomic allocation via ffi/unsafe.
+  * Cross-compilation works fully with the raco cross tool, which
+    is distributed separately as the ???raco-cross??? package.
+  * DrRacket has performance improvements when editing files with
+    picts containing large bitmaps.
+  * Typed Racket more consistently refines field types of
+    non-polymorphic structs.
+  * Printing of values is unified across the teaching language
+    implementations and the stepper.
+- Rebase racket-doc.patch
+
+-------------------------------------------------------------------

Old:
----
  racket-8.1-src.tgz

New:
----
  racket-8.2-src.tgz

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

Other differences:
------------------
++++++ racket.spec ++++++
--- /var/tmp/diff_new_pack.RXgJi3/_old  2021-12-02 02:25:29.980556248 +0100
+++ /var/tmp/diff_new_pack.RXgJi3/_new  2021-12-02 02:25:29.984556234 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           racket
-Version:        8.1
+Version:        8.2
 Release:        0
 Summary:        Scheme implementation with teaching tools
 License:        Apache-2.0 OR MIT

++++++ racket-8.1-src.tgz -> racket-8.2-src.tgz ++++++
/work/SRC/openSUSE:Factory/racket/racket-8.1-src.tgz 
/work/SRC/openSUSE:Factory/.racket.new.31177/racket-8.2-src.tgz differ: char 5, 
line 1

++++++ racket-doc.patch ++++++
--- /var/tmp/diff_new_pack.RXgJi3/_old  2021-12-02 02:25:30.068555941 +0100
+++ /var/tmp/diff_new_pack.RXgJi3/_new  2021-12-02 02:25:30.068555941 +0100
@@ -1,16 +1,16 @@
 ---
- share/pkgs/scribble-lib/help/search.rkt |    3 ++-
+ share/pkgs/scribble-lib/help/search.rkt | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 --- share/pkgs/scribble-lib/help/search.rkt
-+++ share/pkgs/scribble-lib/help/search.rkt    2019-03-28 07:38:19.695803840 
+0000
-@@ -43,7 +43,8 @@
-       (let* ([path (build-path (find-user-doc-dir) sub)]
-              [path (if (file-exists? path) path (build-path (find-doc-dir) 
sub))])
-         (notify path)
--        (if (file-exists? path)
-+        (if (and (file-exists? path)
-+                 (file-exists? (build-path (find-doc-dir) "docindex.sqlite")))
-           (send-url/file path #:fragment fragment #:query query)
-           (let ([part (lambda (pfx x) (if x (string-append pfx x) ""))])
-             (send-url (string-append
++++ share/pkgs/scribble-lib/help/search.rkt
+@@ -47,7 +47,8 @@
+                       ;; Doesn't exist, but notify and then fall back below:
+                       (build-path (find-doc-dir) sub)))
+      (notify path)
+-     (if (file-exists? path)
++     (if (and (file-exists? path)
++              (file-exists? (build-path (find-doc-dir) "docindex.sqlite")))
+          (send-url/file path #:fragment fragment #:query query)
+          (let ([part (lambda (pfx x) (if x (string-append pfx x) ""))])
+            (send-url (string-append

Reply via email to