forked from pool/kseexpr
- 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 Now without the "File listed twice" warnings. OBS-URL: https://build.opensuse.org/request/show/906650 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kseexpr?expand=0&rev=9
59 lines
2.3 KiB
Plaintext
59 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 13 10:27:16 UTC 2021 - Wolfgang Bauer <wbauer@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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 10 05:42:30 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
|
|
|
|
- Update to 4.0.2.0
|
|
* Fix charconv support with MSVC/GCC11 (kde#437890)
|
|
* Remove unnecessary parameters in CMakeLists
|
|
* Fix translation lookup in stock Linux deployments (kde#429782)
|
|
* Make reproducible tarballs
|
|
* Add support for LLVM 11
|
|
- Drop patches merged upstream:
|
|
* Fix-translation-lookup-in-stock-Linux-deployments.patch
|
|
* 0001-Fix-charconv-support-with-MSVC-GCC11.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 2 06:04:23 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Add GCC 11 build fix (kde#437890):
|
|
* 0001-Fix-charconv-support-with-MSVC-GCC11.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 13 12:42:40 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
|
|
|
|
- Initial package
|
|
- Add Fix-translation-lookup-in-stock-Linux-deployments.patch to
|
|
fix loading the translations (kde#429782)
|
|
- Add Fix-possible-compiler-error.patch to fix compiler errors on
|
|
i586 (kde#431436)
|
|
|