From 9927724bf2736ef2a440a7e6c039e2865889d82b Mon Sep 17 00:00:00 2001 From: Sami Ahmed Date: Wed, 8 Jul 2026 00:19:22 -0700 Subject: [PATCH] chore(packaging): add %changelog to triangles.spec The RPM spec had no %changelog section, so 'rpm -q --changelog triangles' returned nothing and downstream tooling (dnf/yum repoclosure, COPR audit) flagged the package as low-quality. Add entries for the 6.x release line (6.1.5, 6.1.4, 6.1.3, 6.1.1, 6.1.0) and 5.3.7. Skipped v6.1.2: that release was yanked (5c312bb published 2026-07-01, superseded by 6.1.3). Including it would mislead anyone searching the changelog for the actual v3-snapshot fix. Dates match git tag dates. Maintainer identity uses the project email sami@cryptographic-triangles.org (matches other release metadata). --- packaging/rpm/triangles.spec | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/packaging/rpm/triangles.spec b/packaging/rpm/triangles.spec index 87edefc..ca8381f 100644 --- a/packaging/rpm/triangles.spec +++ b/packaging/rpm/triangles.spec @@ -42,3 +42,33 @@ install -Dm644 %{SOURCE2} %{buildroot}%{_datadir}/applications/triangles-qt.desk %{_bindir}/triangles-qt %{_bindir}/trianglesd %{_datadir}/applications/triangles-qt.desktop + +%changelog +* Wed Jul 08 2026 Sami Ahmed - 6.1.5-1 +- 6.1.5 release. UI: olive-green for unconfirmed/immature stake balances. + Wallet: close-hang on Windows from detached Tor/I2P threads fixed. + Consensus: live PoS checks during stale-tip IBD. Plus release + infrastructure (reproducible builds, signed release pipeline) and + audit follow-ups. + +* Sat Jul 04 2026 Sami Ahmed - 6.1.4-1 +- 6.1.4 release. CI: Tor bundle download resilience. NeedsBootstrap + flag now correctly persists across rocksdb/ restarts. CI reliability + only; no protocol/wallet/chain format changes. + +* Thu Jul 02 2026 Sami Ahmed - 6.1.3-1 +- 6.1.3 release. Chain-DB migration hardening, BIP39 passphrase + support, HD-wallet indicator, test isolation improvements. + Supersedes the broken v6.1.2 hotfix. + +* Wed Jul 01 2026 Sami Ahmed - 6.1.1-1 +- 6.1.1 release. v3 snapshot support, portable x86-64-v2 baseline, + anti-spam fix, continuous finality checkpoints. + +* Tue Jun 30 2026 Sami Ahmed - 6.1.0-1 +- 6.1.0 release. SQLite wallet backend, RocksDB default, Boost + removal, I2P startup fix. Initial 6.x line with C++20 modernization + and embedded Tor/I2P support. + +* Tue Mar 24 2026 Sami Ahmed - 5.3.7-1 +- 5.3.7 release.