Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nyxt for openSUSE:Factory checked in 
at 2024-06-03 17:42:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nyxt (Old)
 and      /work/SRC/openSUSE:Factory/.nyxt.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nyxt"

Mon Jun  3 17:42:59 2024 rev:20 rq:1178083 version:3.11.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/nyxt/nyxt.changes        2024-04-10 
17:49:47.911166705 +0200
+++ /work/SRC/openSUSE:Factory/.nyxt.new.24587/nyxt.changes     2024-06-03 
17:43:09.434357124 +0200
@@ -1,0 +2,13 @@
+Sat Jun  1 20:25:02 UTC 2024 - Michael Pujos <pujos.mich...@gmail.com>
+
+- added cl-gobject-introspection-sb-int.patch and fset-sb-int.patch
+  for compilation with SBCL 2.4.5
+- Update to version 3.11.7:
+  * Bug fixes 
+    - Fix query handling when invoking command set-url (Ctrl+l)
+    - Fix incorrect redirection when reduce-tracking-mode is enabled
+    - Improve clipboard facilities detection on X11 and Wayland
+  * UI/UX 
+    - Bind common zoom keybindings for all keyschemes
+
+-------------------------------------------------------------------

Old:
----
  nyxt-3.11.6-source-with-submodules.tar.xz

New:
----
  cl-gobject-introspection-sb-int.patch
  fset-sb-int.patch
  nyxt-3.11.7-source-with-submodules.tar.xz

BETA DEBUG BEGIN:
  New:
- added cl-gobject-introspection-sb-int.patch and fset-sb-int.patch
  for compilation with SBCL 2.4.5
  New:
- added cl-gobject-introspection-sb-int.patch and fset-sb-int.patch
  for compilation with SBCL 2.4.5
BETA DEBUG END:

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

Other differences:
------------------
++++++ nyxt.spec ++++++
--- /var/tmp/diff_new_pack.Xttob6/_old  2024-06-03 17:43:09.982377320 +0200
+++ /var/tmp/diff_new_pack.Xttob6/_new  2024-06-03 17:43:09.982377320 +0200
@@ -20,7 +20,7 @@
 # and possibly prone to security issues.
 %bcond_with webextensions
 Name:           nyxt
-Version:        3.11.6
+Version:        3.11.7
 Release:        0
 Summary:        Keyboard-oriented, Common Lisp extensible web-browser
 License:        BSD-3-Clause
@@ -29,6 +29,8 @@
 Source:         nyxt-%{version}-source-with-submodules.tar.xz
 Source1:        nyxt-rpmlintrc
 Patch0:         so_ver_fix.patch
+Patch1:         cl-gobject-introspection-sb-int.patch
+Patch2:         fset-sb-int.patch
 BuildRequires:  gcc-c++
 BuildRequires:  git
 BuildRequires:  libfixposix-devel

++++++ cl-gobject-introspection-sb-int.patch ++++++
#https://github.com/andy128k/cl-gobject-introspection/issues/100
--- nyxt-3.11.7-origin/_build/cl-gobject-introspection/src/init.lisp
+++ nyxt-3.11.7/_build/cl-gobject-introspection/src/init.lisp
@@ -143,4 +143,4 @@
   (destroy-data :pointer)
   (connect-flags connect-flags))
 
-#+sbcl (sb-ext::set-floating-point-modes :traps nil)
+#+sbcl (sb-int::set-floating-point-modes :traps nil)

++++++ fset-sb-int.patch ++++++
--- nyxt-3.11.7-origin/_build/fset/Code/port.lisp
+++ nyxt-3.11.7/_build/fset/Code/port.lisp
@@ -348,7 +348,7 @@
     `(if (null ,x) 0 (cl:length ,x))))
 #+sbcl
 (defmacro length-nv (x)
-  (sb-ext::once-only ((x x))
+  (sb-int::once-only ((x x))
     `(if (null ,x) 0 (cl:length ,x))))
 #-(or cmu scl sbcl)
 (defmacro length-nv (x)

++++++ nyxt-3.11.6-source-with-submodules.tar.xz -> 
nyxt-3.11.7-source-with-submodules.tar.xz ++++++
/work/SRC/openSUSE:Factory/nyxt/nyxt-3.11.6-source-with-submodules.tar.xz 
/work/SRC/openSUSE:Factory/.nyxt.new.24587/nyxt-3.11.7-source-with-submodules.tar.xz
 differ: char 27, line 1

Reply via email to