[packages/mutt] - muttbug idea dropped upstream, issues to be reported via gitlab
adamg
adamg at pld-linux.org
Tue Nov 27 18:27:43 CET 2018
commit f71a9479deb005c362cf9262f7df4426811f38b1
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Tue Nov 27 18:00:53 2018 +0100
- muttbug idea dropped upstream, issues to be reported via gitlab
mutt-muttbug-tmp.patch | 18 ------------------
mutt.spec | 3 ---
2 files changed, 21 deletions(-)
---
diff --git a/mutt.spec b/mutt.spec
index a577aae..da2438d 100644
--- a/mutt.spec
+++ b/mutt.spec
@@ -53,7 +53,6 @@ Patch12: %{name}-Muttrc_mbox_path.patch
Patch13: %{name}-po.patch
Patch14: %{name}-home_etc.patch
Patch15: %{name}-Muttrc.patch
-Patch16: %{name}-muttbug-tmp.patch
Patch17: %{name}-folder_columns.patch
Patch18: %{name}-imap_recent.patch
Patch19: %{name}-Muttrc.head.patch
@@ -166,8 +165,6 @@ Mutt - це невеликий, але потужний повноекранни
%{?with_home_etc:%patch14 -p1}
# muttrc
%patch15 -p1
-# muttbug-tmp - idea dropped, issues to be reported via gitlab
-#%patch16 -p1
# breaks display if arrow_cursor is set
%{?with_folder_column:%patch17 -p1}
%{?with_imap_recent:%patch18 -p1}
diff --git a/mutt-muttbug-tmp.patch b/mutt-muttbug-tmp.patch
deleted file mode 100644
index b800c38..0000000
--- a/mutt-muttbug-tmp.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- mutt-1.2.5/muttbug.sh.in.foo Mon May 14 10:09:57 2001
-+++ mutt-1.2.5/muttbug.sh.in Mon May 14 10:12:41 2001
-@@ -85,13 +85,8 @@
- exec > /dev/tty
- exec < /dev/tty
-
--SCRATCH=${TMPDIR-/tmp}/`basename $0`.`hostname`.$$
--
--mkdir ${SCRATCH} || \
--{
-- echo "`basename $0`: Can't create temporary directory." >& 2 ;
-- exit 1 ;
--}
-+TMP=${TMPDIR-/tmp}/`basename $0`.`hostname`
-+SCRATCH=`mktemp -d $TMP.XXXXXX || exit 1`
-
- trap "rm -r -f ${SCRATCH} ; trap '' 0 ; exit" 0 1 2
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mutt.git/commitdiff/3699f85ee961bd75d7d6f2bc4c79601395a3dfce
More information about the pld-cvs-commit
mailing list