Upgrade to 1.12.0
Resolves #1710398,#1713910
This commit is contained in:
parent
e83a9089bc
commit
eec3e471a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ mutt-1.5.23.tar.gz
|
|||||||
/mutt-1.11.2.tar.gz
|
/mutt-1.11.2.tar.gz
|
||||||
/mutt-1.11.3.tar.gz
|
/mutt-1.11.3.tar.gz
|
||||||
/mutt-1.11.4.tar.gz
|
/mutt-1.11.4.tar.gz
|
||||||
|
/mutt-1.12.0.tar.gz
|
||||||
|
@ -2,9 +2,9 @@ diff -ur mutt-1.8.0.orig/contrib/Makefile.am mutt-1.8.0/contrib/Makefile.am
|
|||||||
--- mutt-1.8.0.orig/contrib/Makefile.am 2017-02-25 15:28:22.124997366 +0000
|
--- mutt-1.8.0.orig/contrib/Makefile.am 2017-02-25 15:28:22.124997366 +0000
|
||||||
+++ mutt-1.8.0/contrib/Makefile.am 2017-02-25 15:48:10.834036861 +0000
|
+++ mutt-1.8.0/contrib/Makefile.am 2017-02-25 15:48:10.834036861 +0000
|
||||||
@@ -5,7 +5,7 @@
|
@@ -5,7 +5,7 @@
|
||||||
SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \
|
|
||||||
sample.mailcap sample.muttrc sample.muttrc-sidebar sample.muttrc-tlr \
|
sample.mailcap sample.muttrc sample.muttrc-sidebar sample.muttrc-tlr \
|
||||||
sample.muttrc-compress sample.vimrc-sidebar colors.default colors.linux smime.rc \
|
sample.muttrc-compress sample.muttrc-starter \
|
||||||
|
sample.vimrc-sidebar colors.default colors.linux smime.rc \
|
||||||
- ca-bundle.crt smime_keys_test.pl mutt_xtitle
|
- ca-bundle.crt smime_keys_test.pl mutt_xtitle
|
||||||
+ smime_keys_test.pl mutt_xtitle
|
+ smime_keys_test.pl mutt_xtitle
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
Summary: A text mode mail user agent
|
Summary: A text mode mail user agent
|
||||||
Name: mutt
|
Name: mutt
|
||||||
Version: 1.11.4
|
Version: 1.12.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 5
|
Epoch: 5
|
||||||
# The entire source code is GPLv2+ except
|
# The entire source code is GPLv2+ except
|
||||||
# pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
|
# pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
|
||||||
@ -45,6 +45,7 @@ BuildRequires: ncurses-devel, gettext, automake
|
|||||||
BuildRequires: /usr/bin/xsltproc, docbook-style-xsl, perl-interpreter
|
BuildRequires: /usr/bin/xsltproc, docbook-style-xsl, perl-interpreter
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: lynx
|
BuildRequires: lynx
|
||||||
|
BuildRequires: docbook2X
|
||||||
|
|
||||||
%if %{with hcache}
|
%if %{with hcache}
|
||||||
%{?with_tokyocabinet:BuildRequires: tokyocabinet-devel}
|
%{?with_tokyocabinet:BuildRequires: tokyocabinet-devel}
|
||||||
@ -207,6 +208,10 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 28 2019 Matej Mužila <mmuzila@redhat.com> - 5:1.12.0-1
|
||||||
|
- Upgrade to 1.12.0
|
||||||
|
- Resolves #1710398,#1713910
|
||||||
|
|
||||||
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 5:1.11.4-2
|
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 5:1.11.4-2
|
||||||
- Remove hardcoded gzip suffix from GNU info pages
|
- Remove hardcoded gzip suffix from GNU info pages
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mutt-1.11.4.tar.gz) = 18c5bfa5c45ef70b3307afccf28f613a36de035f1b5c493f84f0571f7ba297cd0b25e01be9102a028c51c28c459c4bc62281da88926e16ce58c3c1407609e0eb
|
SHA512 (mutt-1.12.0.tar.gz) = b9482af3bfeb39ab8be7244deda49b56a77cfa15b3dfc7dd2b0ec2d7eba8e32b742b7a254ff64e6827a6f74f563830276bf950e8b2b192d27a1fd6b1df70443c
|
||||||
|
Loading…
Reference in New Issue
Block a user