Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fcitx5-lua for openSUSE:Factory 
checked in at 2023-10-04 22:31:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx5-lua (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx5-lua.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx5-lua"

Wed Oct  4 22:31:15 2023 rev:5 rq:1114922 version:5.0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx5-lua/fcitx5-lua.changes    2022-09-21 
14:43:59.866006779 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx5-lua.new.28202/fcitx5-lua.changes 
2023-10-04 22:32:04.552995288 +0200
@@ -1,0 +2,6 @@
+Tue Oct  3 07:37:06 UTC 2023 - Marguerite Su <i...@marguerite.su>
+
+- update version 5.0.11
+  * only find test modules when tes enabled
+
+-------------------------------------------------------------------

Old:
----
  fcitx5-lua-5.0.10.tar.xz

New:
----
  fcitx5-lua-5.0.11.tar.xz

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

Other differences:
------------------
++++++ fcitx5-lua.spec ++++++
--- /var/tmp/diff_new_pack.0xUZED/_old  2023-10-04 22:32:05.517030132 +0200
+++ /var/tmp/diff_new_pack.0xUZED/_new  2023-10-04 22:32:05.521030276 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx5-lua
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # 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:           fcitx5-lua
-Version:        5.0.10
+Version:        5.0.11
 Release:        0
 Summary:        Lua support for fcitx
 License:        LGPL-2.1-or-later
@@ -27,6 +27,7 @@
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fcitx5-devel
 BuildRequires:  gcc-c++
+Supplements:    fcitx5
 %if 0%{?suse_version} >= 1550
 BuildRequires:  lua54-devel
 %else
@@ -35,7 +36,6 @@
 %if 0%{?suse_version} <= 1520
 BuildRequires:  appstream-glib-devel
 %endif
-Supplements:    fcitx5
 
 %description
 Lua support for fcitx

++++++ fcitx5-lua-5.0.10.tar.xz -> fcitx5-lua-5.0.11.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fcitx5-lua-5.0.10/CMakeLists.txt 
new/fcitx5-lua-5.0.11/CMakeLists.txt
--- old/fcitx5-lua-5.0.10/CMakeLists.txt        2022-08-30 04:17:37.461806800 
+0200
+++ new/fcitx5-lua-5.0.11/CMakeLists.txt        2023-09-29 22:23:52.461529000 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.10)
-project(fcitx5-lua VERSION 5.0.10)
+project(fcitx5-lua VERSION 5.0.11)
 
 find_package(ECM REQUIRED 1.0.0)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" 
${CMAKE_MODULE_PATH})
@@ -13,7 +13,7 @@
 find_package(Fcitx5Core REQUIRED)
 find_package(Gettext REQUIRED)
 find_package(Pthread REQUIRED)
-find_package(Fcitx5Module REQUIRED COMPONENTS TestFrontend TestIM QuickPhrase)
+find_package(Fcitx5Module REQUIRED COMPONENTS QuickPhrase)
 
 option(USE_DLOPEN "Use dlopen to load lua library." On)
 option(ENABLE_TEST "Build Test" On)
@@ -65,6 +65,8 @@
 add_subdirectory(po)
 
 if (ENABLE_TEST)
+    find_package(Fcitx5ModuleTestFrontend REQUIRED)
+    find_package(Fcitx5ModuleTestIM REQUIRED)
     enable_testing()
     add_subdirectory(test)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/fcitx5-lua-5.0.10/org.fcitx.Fcitx5.Addon.Lua.metainfo.xml.in 
new/fcitx5-lua-5.0.11/org.fcitx.Fcitx5.Addon.Lua.metainfo.xml.in
--- old/fcitx5-lua-5.0.10/org.fcitx.Fcitx5.Addon.Lua.metainfo.xml.in    
2022-08-30 04:17:37.541807200 +0200
+++ new/fcitx5-lua-5.0.11/org.fcitx.Fcitx5.Addon.Lua.metainfo.xml.in    
2023-09-29 22:23:52.528201800 +0200
@@ -10,6 +10,7 @@
   <url type="bugtracker">https://github.com/fcitx/fcitx5-lua/issues</url>
   <project_group>Fcitx</project_group>
   <releases>
+    <release version="5.0.11" date="2023-09-29"/>
     <release version="5.0.10" date="2022-08-29"/>
     <release version="5.0.9" date="2022-07-03"/>
     <release version="5.0.8" date="2022-05-22"/>

Reply via email to