| Summary: | 4.0.1.0 doesn't have a proper soversion. | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] SeExpr | Reporter: | Antonio Rojas <arojas> |
| Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | amy |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/kseexpr/commit/997e20bb7958cdd2d1c3196133d4043a9bea13e4 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Antonio Rojas
2020-11-18 18:54:56 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/kseexpr/-/merge_requests/2 Git commit 8cacac86fad8f4bc6d6a0d60ce739031b7cc5db8 by L. E. Segovia, on behalf of Antonio Rojas.
Committed on 06/06/2021 at 21:34.
Pushed by lsegovia into branch 'merge-requests/2'.
Fix SOVERSION
${KSeExpr_MAJOR_VERSION} is not defined, the correct variable name is ${KSeExpr_VERSION_MAJOR}
M +3 -3 src/KSeExpr/CMakeLists.txt
M +3 -3 src/KSeExprUI/CMakeLists.txt
https://invent.kde.org/graphics/kseexpr/commit/8cacac86fad8f4bc6d6a0d60ce739031b7cc5db8
Git commit 997e20bb7958cdd2d1c3196133d4043a9bea13e4 by L. E. Segovia, on behalf of Antonio Rojas.
Committed on 06/06/2021 at 21:34.
Pushed by lsegovia into branch 'master'.
Fix SOVERSION
${KSeExpr_MAJOR_VERSION} is not defined, the correct variable name is ${KSeExpr_VERSION_MAJOR}
M +3 -3 src/KSeExpr/CMakeLists.txt
M +3 -3 src/KSeExprUI/CMakeLists.txt
https://invent.kde.org/graphics/kseexpr/commit/997e20bb7958cdd2d1c3196133d4043a9bea13e4
|