summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-03 17:32:51 +0200
committerDanilo M. <danix@danix.xyz>2026-08-04 12:53:52 +0200
commit629bf3c20509b90b52667df4313de1f6d4debba2 (patch)
tree4d08ebfddb8a5b8b096924cf54212d50dd3f6634 /assets
parent2eaa898dab9b88cf8fd105b15291ecb6af0b7f45 (diff)
downloadqtmaildir-629bf3c20509b90b52667df4313de1f6d4debba2.tar.gz
qtmaildir-629bf3c20509b90b52667df4313de1f6d4debba2.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>
Diffstat (limited to 'assets')
-rw-r--r--assets/slackbuild/README4
-rwxr-xr-xassets/slackbuild/qtmaildir.SlackBuild2
2 files changed, 2 insertions, 4 deletions
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.