Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librime-lua for openSUSE:Factory checked in at 2025-08-20 14:40:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librime-lua (Old) and /work/SRC/openSUSE:Factory/.librime-lua.new.29662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librime-lua" Wed Aug 20 14:40:41 2025 rev:5 rq:1298890 version:0.0.0+git20250809.68f9c36 Changes: -------- --- /work/SRC/openSUSE:Factory/librime-lua/librime-lua.changes 2024-05-01 14:58:25.234193277 +0200 +++ /work/SRC/openSUSE:Factory/.librime-lua.new.29662/librime-lua.changes 2025-08-20 14:40:47.533278703 +0200 @@ -1,0 +2,7 @@ +Sat Aug 9 14:59:31 UTC 2025 - Chang <calad0i.f...@outlook.com> + +- Update to git.20250809.68f9c36 +- cmake.patch + Add cmake_minimum_required to patch cmake failure + +------------------------------------------------------------------- Old: ---- librime-lua-0.0.0+git20240308.20ddea9.tar.gz New: ---- cmake.patch librime-lua-0.0.0+git20250809.68f9c36.tar.gz ----------(New B)---------- New:- Update to git.20250809.68f9c36 - cmake.patch Add cmake_minimum_required to patch cmake failure ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librime-lua.spec ++++++ --- /var/tmp/diff_new_pack.YcnjIR/_old 2025-08-20 14:40:48.273309474 +0200 +++ /var/tmp/diff_new_pack.YcnjIR/_new 2025-08-20 14:40:48.277309640 +0200 @@ -1,7 +1,7 @@ # # spec file for package librime-lua # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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,13 +17,14 @@ Name: librime-lua -Version: 0.0.0+git20240308.20ddea9 +Version: 0.0.0+git20250809.68f9c36 Release: 0 Summary: Lua plugin for librime License: SUSE-Permissive URL: https://github.com/hchunhui/librime-lua Source: %{name}-%{version}.tar.gz Patch0: glog.patch +Patch1: cmake.patch BuildRequires: boost-devel BuildRequires: cmake BuildRequires: darts ++++++ cmake.patch ++++++ --- librime-lua.orig/CMakeLists.txt +++ librime-lua/CMakeLists.txt @@ -1,3 +1,4 @@ +cmake_minimum_required(VERSION 3.5) set(LUA_VERSION "lua" CACHE STRING "lua version") if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/lua5.4/lua.h") find_package(PkgConfig) ++++++ librime-lua-0.0.0+git20240308.20ddea9.tar.gz -> librime-lua-0.0.0+git20250809.68f9c36.tar.gz ++++++ ++++ 55029 lines of diff (skipped)