diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-03 17:32:51 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-03 17:32:51 +0200 |
| commit | c7cd253da79543166360eedce1cedaa2594c219a (patch) | |
| tree | 3d7a2f6cafd0018b96f728fac91cde3226175b11 | |
| parent | 8a4eba043008bf76266c6e707f80a1194f1b5dfa (diff) | |
| download | qtmaildir-c7cd253da79543166360eedce1cedaa2594c219a.tar.gz qtmaildir-c7cd253da79543166360eedce1cedaa2594c219a.zip | |
release: 0.4.1v0.4.1
Packaging only. The 0.4.0 tarball predated QTMAILDIR_BUILD_TESTS, so a
package built from it accepted -DQTMAILDIR_BUILD_TESTS=OFF and ignored
it. This tag is the first whose source honours the flag.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
| -rw-r--r-- | CHANGELOG.md | 15 | ||||
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | assets/slackbuild/README | 4 | ||||
| -rwxr-xr-x | assets/slackbuild/qtmaildir.SlackBuild | 2 |
4 files changed, 18 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ec610..291576b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,21 @@ point at which they are stable. Nothing yet. +## [0.4.1] - 2026-08-03 + +Packaging only. No change to the application itself. + +### Added + +- A SlackBuild under `assets/slackbuild/`, with the usual `.info`, + `slack-desc`, `doinst.sh` and `README`. It follows SBo conventions except + for the tag, `_danix` rather than `_SBo`, and the package type, `txz` rather + than `tgz`, since it is not an SBo submission. +- `QTMAILDIR_BUILD_TESTS`, on by default. Turning it off skips the test suite + and its `Qt6::Test` dependency, which a packaging build has no use for. + 0.4.0 accepted this flag but ignored it, because the option did not exist in + that tarball; this release is the first where it takes effect. + ## [0.4.0] - 2026-08-03 Attachments become reachable. They were parsed all along and there was simply diff --git a/CMakeLists.txt b/CMakeLists.txt index e974dd8..bdaa6ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(qtmaildir VERSION 0.4.0 LANGUAGES CXX) +project(qtmaildir VERSION 0.4.1 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/assets/slackbuild/README b/assets/slackbuild/README index 3a61b70..a97158a 100644 --- a/assets/slackbuild/README +++ b/assets/slackbuild/README @@ -23,6 +23,4 @@ documented in /usr/doc/qtmaildir-$VERSION/README.md. This package is built with the test suite disabled (-DQTMAILDIR_BUILD_TESTS=OFF), which skips the Qt6::Test dependency and -builds nothing that would ship. Note that this option was added after -0.4.0 was tagged: with the 0.4.0 tarball the flag is accepted but has no -effect, so that build still compiles the tests and needs Qt6::Test. +builds nothing that would ship. diff --git a/assets/slackbuild/qtmaildir.SlackBuild b/assets/slackbuild/qtmaildir.SlackBuild index c968cbc..2ae5d3e 100755 --- a/assets/slackbuild/qtmaildir.SlackBuild +++ b/assets/slackbuild/qtmaildir.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=qtmaildir -VERSION=${VERSION:-0.4.0} +VERSION=${VERSION:-0.4.1} BUILD=${BUILD:-1} # Not _SBo: this is not an SBo submission. sbolint reports the tag and the # package type as errors for that reason; both are deliberate. |
