Update to 1.8.0
This commit is contained in:
parent
df2deb8456
commit
a28488a870
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ mutt-1.5.23.tar.gz
|
|||||||
/mutt-1.7.0.tar.gz
|
/mutt-1.7.0.tar.gz
|
||||||
/mutt-1.7.1.tar.gz
|
/mutt-1.7.1.tar.gz
|
||||||
/mutt-1.7.2.tar.gz
|
/mutt-1.7.2.tar.gz
|
||||||
|
/mutt-1.8.0.tar.gz
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
diff -ur mutt-1.7.1.orig/contrib/Makefile.am mutt-1.7.1/contrib/Makefile.am
|
diff -ur mutt-1.8.0.orig/contrib/Makefile.am mutt-1.8.0/contrib/Makefile.am
|
||||||
--- mutt-1.7.1.orig/contrib/Makefile.am 2016-10-09 12:08:41.081976100 +0100
|
--- mutt-1.8.0.orig/contrib/Makefile.am 2017-02-25 15:28:22.124997366 +0000
|
||||||
+++ mutt-1.7.1/contrib/Makefile.am 2016-10-09 12:10:16.019451571 +0100
|
+++ 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 \
|
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.vimrc-sidebar colors.default colors.linux smime.rc \
|
sample.muttrc-compress 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
|
||||||
|
|
||||||
EXTRA_DIST = language.txt language50.txt \
|
EXTRA_DIST = language.txt language50.txt \
|
||||||
patch.slang-1.2.2.keypad.1 \
|
patch.slang-1.2.2.keypad.1 \
|
||||||
diff -ur mutt-1.7.1.orig/doc/smime-notes.txt mutt-1.7.1/doc/smime-notes.txt
|
diff -ur mutt-1.8.0.orig/doc/smime-notes.txt mutt-1.8.0/doc/smime-notes.txt
|
||||||
--- mutt-1.7.1.orig/doc/smime-notes.txt 2016-10-09 12:08:41.071976366 +0100
|
--- mutt-1.8.0.orig/doc/smime-notes.txt 2017-02-25 15:28:22.119997501 +0000
|
||||||
+++ mutt-1.7.1/doc/smime-notes.txt 2016-10-09 12:11:11.964963896 +0100
|
+++ mutt-1.8.0/doc/smime-notes.txt 2017-02-25 16:06:38.986242390 +0000
|
||||||
@@ -40,8 +40,10 @@
|
@@ -40,8 +40,10 @@
|
||||||
- Edit the smime_sign_as line in your muttrc, replacing the keyid with your
|
- Edit the smime_sign_as line in your muttrc, replacing the keyid with your
|
||||||
own.
|
own.
|
@ -1,7 +1,7 @@
|
|||||||
diff -up mutt-1.5.18/doc/Muttrc.head.muttrc mutt-1.5.18/doc/Muttrc.head
|
diff -ur mutt-1.8.0.orig/doc/Muttrc.head mutt-1.8.0/doc/Muttrc.head
|
||||||
--- mutt-1.5.18/doc/Muttrc.head.muttrc 2008-01-30 05:26:50.000000000 +0100
|
--- mutt-1.8.0.orig/doc/Muttrc.head 2017-02-25 15:28:22.120997474 +0000
|
||||||
+++ mutt-1.5.18/doc/Muttrc.head 2008-05-19 10:58:21.000000000 +0200
|
+++ mutt-1.8.0/doc/Muttrc.head 2017-02-25 15:30:10.643079681 +0000
|
||||||
@@ -19,11 +19,15 @@ macro index,pager,attach,compose \cb "\
|
@@ -24,11 +24,15 @@
|
||||||
|
|
||||||
# Show documentation when pressing F1
|
# Show documentation when pressing F1
|
||||||
macro generic,pager <F1> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
|
macro generic,pager <F1> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
|
||||||
@ -14,7 +14,6 @@ diff -up mutt-1.5.18/doc/Muttrc.head.muttrc mutt-1.5.18/doc/Muttrc.head
|
|||||||
|
|
||||||
+bind editor <delete> delete-char
|
+bind editor <delete> delete-char
|
||||||
+
|
+
|
||||||
# If Mutt is unable to determine your site's domain name correctly, you can
|
# Handler for gzip compressed mailboxes
|
||||||
# set the default here.
|
# open-hook '\.gz$' "gzip -cd '%f' > '%t'"
|
||||||
#
|
# close-hook '\.gz$' "gzip -c '%t' > '%f'"
|
||||||
diff -up mutt-1.5.18/contrib/sample.muttrc mutt-1.5.18/contrib/sample
|
|
23
mutt.spec
23
mutt.spec
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
Summary: A text mode mail user agent
|
Summary: A text mode mail user agent
|
||||||
Name: mutt
|
Name: mutt
|
||||||
Version: 1.7.2
|
Version: 1.8.0
|
||||||
Release: 3%{?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
|
||||||
@ -28,8 +28,8 @@ Group: Applications/Internet
|
|||||||
# hg snapshot created from http://dev.mutt.org/hg/mutt
|
# hg snapshot created from http://dev.mutt.org/hg/mutt
|
||||||
Source: ftp://ftp.mutt.org/pub/%{name}/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.mutt.org/pub/%{name}/%{name}-%{version}.tar.gz
|
||||||
Source1: mutt_ldap_query
|
Source1: mutt_ldap_query
|
||||||
Patch1: mutt-1.5.18-muttrc.patch
|
Patch1: mutt-1.8.0-muttrc.patch
|
||||||
Patch2: mutt-1.7.1-cabundle.patch
|
Patch2: mutt-1.8.0-cabundle.patch
|
||||||
# https://dev.mutt.org/trac/ticket/3569
|
# https://dev.mutt.org/trac/ticket/3569
|
||||||
Patch3: mutt-1.7.0-syncdebug.patch
|
Patch3: mutt-1.7.0-syncdebug.patch
|
||||||
# FIXME make it to upstream
|
# FIXME make it to upstream
|
||||||
@ -196,29 +196,34 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 25 2017 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.8.0-1
|
||||||
|
- Upgrade to 1.8.0
|
||||||
|
- Rebase muttrc patch
|
||||||
|
- Rebase cabundle patch
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.7.2-3
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5:1.7.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 5:1.7.2-2
|
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 5:1.7.2-2
|
||||||
- Rebuild for gpgme 1.18
|
- Rebuild for gpgme 1.18
|
||||||
|
|
||||||
* Mon Dec 05 2016 Fabio Alessandro Locati <fale@redhat.com> - 5:1.7.2-1
|
* Mon Dec 05 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.7.2-1
|
||||||
- Upgrade to 1.7.2
|
- Upgrade to 1.7.2
|
||||||
|
|
||||||
* Sun Oct 09 2016 Fabio Alessandro Locati <fale@redhat.com> - 5:1.7.1-1
|
* Sun Oct 09 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.7.1-1
|
||||||
- Upgrade to 1.7.1
|
- Upgrade to 1.7.1
|
||||||
- Rebase cabundle patch
|
- Rebase cabundle patch
|
||||||
|
|
||||||
* Sat Aug 20 2016 Fabio Alessandro Locati <fale@redhat.com> - 5:1.7.0-1
|
* Sat Aug 20 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.7.0-1
|
||||||
- Upgrade to 1.7.0
|
- Upgrade to 1.7.0
|
||||||
|
|
||||||
* Thu Jul 07 2016 Jon Ciesla <limburgher@gmail.com> - 5:1.6.2-1
|
* Thu Jul 07 2016 Jon Ciesla <limburgher@gmail.com> - 5:1.6.2-1
|
||||||
- Upgrade to 1.6.2
|
- Upgrade to 1.6.2
|
||||||
|
|
||||||
* Mon May 02 2016 Fabio Alessandro Locati <fale@redhat.com> - 5:1.6.1-1
|
* Mon May 02 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.6.1-1
|
||||||
- Upgrade to 1.6.1
|
- Upgrade to 1.6.1
|
||||||
|
|
||||||
* Mon Apr 18 2016 Fabio Alessandro Locati <fale@redhat.com> - 5:1.6.0-1
|
* Mon Apr 18 2016 Fabio Alessandro Locati <fale@fedoraproject.org> - 5:1.6.0-1
|
||||||
- Upgrade to 1.6.0
|
- Upgrade to 1.6.0
|
||||||
- Drop patch domainname since it should not be needed any more
|
- Drop patch domainname since it should not be needed any more
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user