Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kseexpr for openSUSE:Factory checked in at 2021-07-16 22:12:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kseexpr (Old) and /work/SRC/openSUSE:Factory/.kseexpr.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kseexpr" Fri Jul 16 22:12:58 2021 rev:4 rq:906651 version:4.0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kseexpr/kseexpr.changes 2021-06-11 00:19:45.005429128 +0200 +++ /work/SRC/openSUSE:Factory/.kseexpr.new.2632/kseexpr.changes 2021-07-16 22:13:30.562504919 +0200 @@ -1,0 +2,30 @@ +Tue Jul 13 10:27:16 UTC 2021 - Wolfgang Bauer <wba...@tmo.at> + +- Update to 4.0.3.0 + * Update the UI parser to enable string variables (kde#439292) + * Comment parsing: fix skipping the first character after #\s+ + * ExprEditor: disconnect the correct signal + * Fix typo in LLVM support + * Insert new variables at the start of the current line + (kde#439260) + * Fix mixed up translations (kde#439257) + * Complete removal of float_t and double_t from function + signatures (kde#431436) + * VectorControl: fix valueChanged connect signature + * ExprCurve, ExprColorCurve: add missing label on interpolation + type (kde#439263) + * ExprAddDialog: fix alignment of Default label for String + variables + * Insert new variables above the current line (kde#439260) + * Insert variable name assignment with string types (kde#439259) + * Interpolate Image Editor root via Qt's native path handling + * Docstrings typo fixes (kde#439257) + * Do not use float/double_t types for C++17 utils (kde#431436) + * Fix SOVERSION (kde#429320) + * i18n: load translations for ki18n's fallback languages + (kde#438836) + * Add support for LLVM 12 + * Add compatibility with VFX 2019 +- Drop Fix-possible-compiler-error.patch, fixed upstream + +------------------------------------------------------------------- Old: ---- Fix-possible-compiler-error.patch kseexpr-4.0.2.0.tar.gz New: ---- kseexpr-4.0.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kseexpr.spec ++++++ --- /var/tmp/diff_new_pack.F21FHK/_old 2021-07-16 22:13:31.054501443 +0200 +++ /var/tmp/diff_new_pack.F21FHK/_new 2021-07-16 22:13:31.058501414 +0200 @@ -16,23 +16,18 @@ # -%define sover 4_0_2_0 -%if %pkg_vcmp extra-cmake-modules >= 5.64 +%define sover 4 %bcond_without lang -%else -%bcond_with lang -%endif Name: kseexpr -Version: 4.0.2.0 +Version: 4.0.3.0 Release: 0 Summary: The embeddable expression engine fork for Krita License: GPL-3.0-or-later AND Apache-2.0 AND BSD-3-Clause AND MIT Group: Productivity/Graphics/Other URL: https://invent.kde.org/graphics/kseexpr/ -Source0: https://download.kde.org/stable/%{name}/4.0.2/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE -Patch0: Fix-possible-compiler-error.patch +Source0: https://download.kde.org/stable/%{name}/4.0.3/%{name}-%{version}.tar.gz BuildRequires: extra-cmake-modules +BuildRequires: cmake(KF5I18n) BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5LinguistTools) @@ -86,8 +81,10 @@ %files -n libKSeExpr%{sover} %license LICENSES/* -%{_libdir}/libKSeExpr.so.%{version} -%{_libdir}/libKSeExprUI.so.%{version} +%{_libdir}/libKSeExpr.so.%{sover} +%{_libdir}/libKSeExpr.so.%{sover}.* +%{_libdir}/libKSeExprUI.so.%{sover} +%{_libdir}/libKSeExprUI.so.%{sover}.* %files devel %{_datadir}/pkgconfig/kseexpr.pc ++++++ kseexpr-4.0.2.0.tar.gz -> kseexpr-4.0.3.0.tar.gz ++++++ ++++ 10739 lines of diff (skipped)