From 53234dce601b5be6f61da44ebd3e7d84054a539f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Mu=C5=BEila?= Date: Mon, 1 Apr 2019 17:03:23 +0200 Subject: [PATCH 1/4] Add smoke test --- tests/tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..fad7c5d --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + tests: + - simple: + dir: . + run: mutt --help From ad5864bed4274c510ccd63d7d938a56f25b1c055 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Thu, 20 Nov 2025 10:43:25 +0100 Subject: [PATCH 2/4] rebuilt for new gpgme --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 60631b0..2ba5482 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.15 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Nov 20 2025 Michal Hlavinka - 5:2.2.15-2 +- rebuilt for new gpgme + * Mon Nov 03 2025 Michal Hlavinka - 5:2.2.15-1 - updated to 2.2.15 (#2400970) From 2c6e217b88f5fb143f3e88fd4a308d8637ef1519 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Sat, 27 Dec 2025 16:48:26 +0100 Subject: [PATCH 3/4] updated to 2.2.16 (#2416539) --- .gitignore | 1 + mutt.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ce59f3b..475048d 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ mutt-1.5.23.tar.gz /mutt-2.2.13.tar.gz /mutt-2.2.14.tar.gz /mutt-2.2.15.tar.gz +/mutt-2.2.16.tar.gz diff --git a/mutt.spec b/mutt.spec index 2ba5482..6ad28e0 100644 --- a/mutt.spec +++ b/mutt.spec @@ -19,8 +19,8 @@ Summary: A text mode mail user agent Name: mutt -Version: 2.2.15 -Release: 2%{?dist} +Version: 2.2.16 +Release: 1%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Sat Dec 27 2025 Michal Hlavinka - 5:2.2.16-1 +- updated to 2.2.16 (#2416539) + * Thu Nov 20 2025 Michal Hlavinka - 5:2.2.15-2 - rebuilt for new gpgme diff --git a/sources b/sources index 0f6eba1..18c4529 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mutt-2.2.15.tar.gz) = f72c6d372242e2e9a2f8cdd0e38db8acc5311a85a58f90791d2725aa033ca7dbcc68dddea65d3750c9ac53b3b8606e32bf7aef8f9e1586c2d312602e13c0159a +SHA512 (mutt-2.2.16.tar.gz) = 5048aa9af6d928be59fe42b0bdbf22fc46c1dd47582cc7036782bff5756af2410ba80f2398c1edbf7be59a96eaa6736c8b8eff198f0dfc8841fb744093a39f80 From 791bd84bf6c519a7ea164ed146902c42f3e5bbed Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Thu, 8 Jan 2026 15:58:44 +0100 Subject: [PATCH 4/4] rebuild --- mutt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mutt.spec b/mutt.spec index 6ad28e0..bcf2fc5 100644 --- a/mutt.spec +++ b/mutt.spec @@ -20,7 +20,7 @@ Summary: A text mode mail user agent Name: mutt Version: 2.2.16 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 5 # The entire source code is GPLv2+ except # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain @@ -219,6 +219,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5 %changelog +* Thu Jan 08 2026 Michal Hlavinka - 5:2.2.16-2 +- rebuild + * Sat Dec 27 2025 Michal Hlavinka - 5:2.2.16-1 - updated to 2.2.16 (#2416539)