]> git.pld-linux.org Git - packages/mutt.git/commitdiff
- muttbug idea dropped upstream, issues to be reported via gitlab
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 27 Nov 2018 17:00:53 +0000 (18:00 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Tue, 27 Nov 2018 17:00:53 +0000 (18:00 +0100)
mutt-muttbug-tmp.patch [deleted file]
mutt.spec

diff --git a/mutt-muttbug-tmp.patch b/mutt-muttbug-tmp.patch
deleted file mode 100644 (file)
index b800c38..0000000
+++ /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
index a577aae5ffa36277df4ce8fcce6277edd97a4966..da2438db03ffa1fadfa53a4b6b8c56868cbeb826 100644 (file)
--- 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
 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
 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
 %{?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}
 # breaks display if arrow_cursor is set
 %{?with_folder_column:%patch17 -p1}
 %{?with_imap_recent:%patch18 -p1}
This page took 0.039071 seconds and 4 git commands to generate.