Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package MyGUI for openSUSE:Factory checked in at 2023-12-13 18:34:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/MyGUI (Old) and /work/SRC/openSUSE:Factory/.MyGUI.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "MyGUI" Wed Dec 13 18:34:39 2023 rev:9 rq:1132734 version:3.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/MyGUI/MyGUI.changes 2023-05-03 12:57:39.567967230 +0200 +++ /work/SRC/openSUSE:Factory/.MyGUI.new.25432/MyGUI.changes 2023-12-13 18:34:45.525952613 +0100 @@ -1,0 +2,48 @@ +Fri Dec 8 01:19:24 UTC 2023 - Adriankhl <adrian.k.h....@outlook.com> + +- Update version 3.4.3 + * Core + * Allow passing lambdas into MyGUI::newDelegate without explicitly wrapping them into std::function + * Widgets + * Add missing eventClipboardChanged when trying to cut/copy with no text selected + * Fixed rare crash when changing widget style after it was clicked in the same frame + * Fixed TabItem left disabled when rapidly switching between tabs + * Improve performance of the TabControl tabs switching + * Fixed ignoring "FontHeight" property when "FontName" is also set + * Move MyGUI::DEFAULT to deprecated, add TabControl::DEFAULT_WIDTH instead + * Platforms + * Fix build with Ogre 14 + * Tools + * Minor fixes for macOS + * Use macOS Command key in tools + # Other + * Switch to C++17 + * Use string_view, unique_ptr and some other stuff + * Various code improvements, including range base for migration and some other minor stuff + * Add some missing MYGUI_DONT_USE_OBSOLETE checks for deprecated stuff + * Remove MYGUI_DEBUG_MODE from headers to avoid issues with mixed debug/release builds + * Core + * Add missing MYGUI_EXPORT for ControllerRepeatClick (was not linking in non-static builds) + * Use commands for key combinations on EditBox, provide macOS proper bindings + * Add support for string_view in UString + * Widgets + * ComboBox and ListBox: make "AddItem" use LanguageManager::replaceTags same way it is done for caption properties + * EditBox: Allow text input while holding Ctrl (Allow key combinations involving CTRL that produce printable characters) + * Platforms + * OpenGL: Fix build with libX11-free wayland setup + * Ogre: Correct vertex color order for ogre 13 + * Demos and Tools + * Use SDL_WINDOWEVENT_FOCUS_GAINED/SDL_WINDOWEVENT_FOCUS_LOST events for better detection when window should have low FPS + * Fix macOS resources paths, do not use MACOSX_BUNDLE + * Fix various deprecated or incorrect resources usage + * Other + * Add missing MYGUI_EXPORT to fix C4275 warnings + * Various minor build fixes and improvements + * Enable more warnings in MYGUI_HIGH_LEVEL_WARNINGS mode + * Use GNUInstallDirs to install includes +- Remove mygui-add-missing-include.patch +- Remove MyGUI-install-libCommon.patch +- Remove 0001-Fix-linking-with-Wl-no-undefined.patch +- Add MYGUI_DONT_USE_OBSOLETE=ON setting + +------------------------------------------------------------------- Old: ---- 0001-Fix-linking-with-Wl-no-undefined.patch MyGUI-install-libCommon.patch MyGUI3.4.1.tar.gz mygui-add-missing-include.patch New: ---- MyGUI3.4.3.tar.gz BETA DEBUG BEGIN: Old:- Remove MyGUI-install-libCommon.patch - Remove 0001-Fix-linking-with-Wl-no-undefined.patch - Add MYGUI_DONT_USE_OBSOLETE=ON setting Old:- Remove mygui-add-missing-include.patch - Remove MyGUI-install-libCommon.patch - Remove 0001-Fix-linking-with-Wl-no-undefined.patch Old: * Use GNUInstallDirs to install includes - Remove mygui-add-missing-include.patch - Remove MyGUI-install-libCommon.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ MyGUI.spec ++++++ --- /var/tmp/diff_new_pack.ChL7wf/_old 2023-12-13 18:34:46.721996805 +0100 +++ /var/tmp/diff_new_pack.ChL7wf/_new 2023-12-13 18:34:46.721996805 +0100 @@ -18,9 +18,9 @@ %define capname MYGUI -%define _sover 3_4_1 +%define _sover 3_4_3 Name: MyGUI -Version: 3.4.1 +Version: 3.4.3 Release: 0 Summary: A GUI library for Ogre Rendering Engine License: MIT @@ -29,12 +29,6 @@ Source: https://github.com/MyGUI/mygui/archive/MyGUI%{version}.tar.gz Source1: %{name}.png Source99: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM MyGUI-install-libCommon.patch -- https://github.com/MyGUI/mygui/pull/233 -Patch0: MyGUI-install-libCommon.patch -# PATCH-FIX-UPSTREAM 0001-Fix-linking-with-Wl-no-undefined.patch -- https://github.com/MyGUI/mygui/pull/232 -Patch1: 0001-Fix-linking-with-Wl-no-undefined.patch -# PATCH-FIX-UPSTREAM mygui-add-missing-include.patch -- Add missing include -Patch2: mygui-add-missing-include.patch BuildRequires: cmake BuildRequires: dejavu BuildRequires: dos2unix @@ -155,6 +149,7 @@ -DMYGUI_INSTALL_DEMOS=ON \ -DMYGUI_INSTALL_DOCS=ON \ -DMYGUI_INSTALL_MEDIA=ON \ + -DMYGUI_DONT_USE_OBSOLETE=ON \ -DMYGUI_FULL_RPATH=OFF \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_BUILD_TYPE=release \ ++++++ MyGUI3.4.1.tar.gz -> MyGUI3.4.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/MyGUI/MyGUI3.4.1.tar.gz /work/SRC/openSUSE:Factory/.MyGUI.new.25432/MyGUI3.4.3.tar.gz differ: char 12, line 1