Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libime for openSUSE:Factory checked 
in at 2025-06-23 15:04:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libime (Old)
 and      /work/SRC/openSUSE:Factory/.libime.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libime"

Mon Jun 23 15:04:02 2025 rev:16 rq:1287592 version:1.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/libime/libime.changes    2025-01-29 
16:17:58.694380181 +0100
+++ /work/SRC/openSUSE:Factory/.libime.new.7067/libime.changes  2025-06-23 
15:04:41.828292685 +0200
@@ -1,0 +2,9 @@
+Fri Jun 20 13:37:57 UTC 2025 - Marguerite Su <i...@marguerite.su>
+
+- update to 1.1.11
+  * update dict with more unicode characters.
+  * Fix undefined behavior to make it work on emscripten
+- drop patch libime-1.1.10-boost166.patch, upstream chose to use
+  c++20, boost166 no longer fits.
+
+-------------------------------------------------------------------

Old:
----
  libime-1.1.10-boost166.patch
  libime-1.1.10_dict.tar.zst

New:
----
  libime-1.1.11_dict.tar.zst

----------(Old B)----------
  Old:  * Fix undefined behavior to make it work on emscripten
- drop patch libime-1.1.10-boost166.patch, upstream chose to use
  c++20, boost166 no longer fits.
----------(Old E)----------

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

Other differences:
------------------
++++++ libime.spec ++++++
--- /var/tmp/diff_new_pack.QOEfcH/_old  2025-06-23 15:04:43.156348090 +0200
+++ /var/tmp/diff_new_pack.QOEfcH/_new  2025-06-23 15:04:43.156348090 +0200
@@ -17,25 +17,24 @@
 
 
 Name:           libime
-Version:        1.1.10
+Version:        1.1.11
 Release:        0
 Summary:        Generic input method implementation
 License:        LGPL-2.1-or-later
 Group:          System/I18n/Chinese
 URL:            https://github.com/fcitx/libime
 Source:         
https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}_dict.tar.zst
-#PATCH-FIX-UPSTREAM boost 1.66 in leap 15.5 doesn't have 
container_hash/hash.hpp, it was splitted
-# from functional/hash.hpp since boost 1.67
-Patch:          %{name}-1.1.10-boost166.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fcitx5-devel
 BuildRequires:  fdupes
+%if 0%{?suse_version} >= 1550
 BuildRequires:  gcc-c++
-BuildRequires:  libboost_filesystem-devel
+%else
+BuildRequires:  gcc13-c++
+%endif
 BuildRequires:  libboost_iostreams-devel
-BuildRequires:  libboost_regex-devel
 BuildRequires:  libzstd-devel
 BuildRequires:  zstd
 
@@ -91,9 +90,13 @@
 This package provides dictionary files for libime.
 
 %prep
-%autosetup -p1
+%autosetup
 
 %build
+%if 0%{?suse_version} < 1550
+export CC=%{_bindir}/gcc-13
+export CXX=%{_bindir}/g++-13
+%endif
 export LANG=en_US.UTF-8
 %cmake -DCMAKE_SKIP_RPATH=OFF
 %make_build

++++++ libime-1.1.10_dict.tar.zst -> libime-1.1.11_dict.tar.zst ++++++
/work/SRC/openSUSE:Factory/libime/libime-1.1.10_dict.tar.zst 
/work/SRC/openSUSE:Factory/.libime.new.7067/libime-1.1.11_dict.tar.zst differ: 
char 7, line 1

Reply via email to