Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aspell for openSUSE:Factory checked 
in at 2026-06-02 16:01:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aspell (Old)
 and      /work/SRC/openSUSE:Factory/.aspell.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aspell"

Tue Jun  2 16:01:09 2026 rev:44 rq:1356354 version:0.60.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/aspell/aspell.changes    2025-04-03 
18:43:07.412027131 +0200
+++ /work/SRC/openSUSE:Factory/.aspell.new.1937/aspell.changes  2026-06-02 
16:01:36.344177581 +0200
@@ -1,0 +2,19 @@
+Mon Jun  1 12:24:13 UTC 2026 - Petr Gajdos <[email protected]>
+
+- version update to 0.60.8.2:
+  • Improved compiler compatibility: Fixed Clang -Wstrict-prototypes
+    warnings for C interface, fixed new Clang warnings, fixed GCC 15
+    build issues, and added MSYS2 + MINGW64 compile fixes.
+  • Enhanced testing infrastructure with newer compiler versions,
+    including snapshots from both GCC and Clang, to catch future
+    problems before they make their way into distros.
+  • Fixed bug that caused aspell_speller_store_replacement to return
+    random values.
+  • Fixed typo in Texinfo filter option file.
+  • Various documentation updates and fixes.
+- modified patches
+  * aspell-strict-aliasing.patch (refreshed)
+- deleted patches
+  * aspell-gcc15.patch (upstreamed)
+
+-------------------------------------------------------------------

Old:
----
  aspell-0.60.8.1.tar.gz
  aspell-0.60.8.1.tar.gz.sig
  aspell-gcc15.patch

New:
----
  aspell-0.60.8.2.tar.gz
  aspell-0.60.8.2.tar.gz.sig

----------(Old B)----------
  Old:- deleted patches
  * aspell-gcc15.patch (upstreamed)
----------(Old E)----------

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

Other differences:
------------------
++++++ aspell.spec ++++++
--- /var/tmp/diff_new_pack.lPTo66/_old  2026-06-02 16:01:37.624230677 +0200
+++ /var/tmp/diff_new_pack.lPTo66/_new  2026-06-02 16:01:37.632231009 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aspell
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           aspell
-Version:        0.60.8.1
+Version:        0.60.8.2
 Release:        0
 Summary:        A Spell Checker
 License:        GFDL-1.1-or-later AND LGPL-2.1-only AND HPND AND 
SUSE-BSD-Mark-Modifications
@@ -31,14 +31,12 @@
 Patch0:         aspell-strict-aliasing.patch
 # PATCH-FIX-OPENSUSE aspell-quotes.patch [email protected] -- Fix command 
execution in script "run-with-aspell"
 Patch1:         aspell-quotes.patch
-# PATCH-FIX-UPSTREAM
-Patch2:         aspell-gcc15.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  ncurses-devel
 Requires(post): info
-Requires(preun):info
+Requires(preun): info
 Recommends:     aspell-en
 Suggests:       aspell-ispell
 Suggests:       aspell-spell
@@ -63,7 +61,7 @@
 Requires:       libaspell15 = %{version}
 Requires:       libpspell15 = %{version}
 Requires(post): info
-Requires(preun):info
+Requires(preun): info
 Provides:       pspell-devel = %{version}
 Obsoletes:      pspell-devel < %{version}
 

++++++ aspell-0.60.8.1.tar.gz -> aspell-0.60.8.2.tar.gz ++++++
++++ 7206 lines of diff (skipped)

++++++ aspell-strict-aliasing.patch ++++++
--- /var/tmp/diff_new_pack.lPTo66/_old  2026-06-02 16:01:40.128334546 +0200
+++ /var/tmp/diff_new_pack.lPTo66/_new  2026-06-02 16:01:40.192337201 +0200
@@ -1,19 +1,19 @@
---- a/modules/speller/default/writable.cpp
-+++ b/modules/speller/default/writable.cpp
-@@ -672,7 +672,7 @@
+Index: aspell-0.60.8.2/modules/speller/default/writable.cpp
+===================================================================
+--- aspell-0.60.8.2.orig/modules/speller/default/writable.cpp
++++ aspell-0.60.8.2/modules/speller/default/writable.cpp
+@@ -298,7 +298,7 @@ static inline void set_sl(WordEntry & re
  
- static void repl_next(WordEntry * w)
+ static void soundslike_next(WordEntry * w)
  {
 -  const Str * & i   = (const Str * &)(w->intr[0]);
 +  const Str * i   = (const Str * )(w->intr[0]);
    const Str *   end = (const Str *  )(w->intr[1]);
    set_word(*w, *i);
    ++i;
---- a/modules/speller/default/writable.cpp
-+++ b/modules/speller/default/writable.cpp
-@@ -246,7 +246,7 @@
+@@ -741,7 +741,7 @@ WritableReplDict::Enum * WritableReplDic
  
- static void soundslike_next(WordEntry * w)
+ static void repl_next(WordEntry * w)
  {
 -  const Str * & i   = (const Str * &)(w->intr[0]);
 +  const Str * i   = (const Str * )(w->intr[0]);

Reply via email to