Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
4 changed files with 3 additions and 22 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -59,4 +59,3 @@ 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
|
||||
|
|
|
|||
13
mutt.spec
13
mutt.spec
|
|
@ -19,8 +19,8 @@
|
|||
|
||||
Summary: A text mode mail user agent
|
||||
Name: mutt
|
||||
Version: 2.2.16
|
||||
Release: 2%{?dist}
|
||||
Version: 2.2.15
|
||||
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,15 +219,6 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 08 2026 Michal Hlavinka <mhlavink@redhat.com> - 5:2.2.16-2
|
||||
- rebuild
|
||||
|
||||
* Sat Dec 27 2025 Michal Hlavinka <mhlavink@redhat.com> - 5:2.2.16-1
|
||||
- updated to 2.2.16 (#2416539)
|
||||
|
||||
* Thu Nov 20 2025 Michal Hlavinka <mhlavink@redhat.com> - 5:2.2.15-2
|
||||
- rebuilt for new gpgme
|
||||
|
||||
* Mon Nov 03 2025 Michal Hlavinka <mhlavink@redhat.com> - 5:2.2.15-1
|
||||
- updated to 2.2.15 (#2400970)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (mutt-2.2.16.tar.gz) = 5048aa9af6d928be59fe42b0bdbf22fc46c1dd47582cc7036782bff5756af2410ba80f2398c1edbf7be59a96eaa6736c8b8eff198f0dfc8841fb744093a39f80
|
||||
SHA512 (mutt-2.2.15.tar.gz) = f72c6d372242e2e9a2f8cdd0e38db8acc5311a85a58f90791d2725aa033ca7dbcc68dddea65d3750c9ac53b3b8606e32bf7aef8f9e1586c2d312602e13c0159a
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- simple:
|
||||
dir: .
|
||||
run: mutt --help
|
||||
Loading…
Add table
Add a link
Reference in a new issue