[mate-file-manager-open-terminal] add patch to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Thu Sep 26 11:28:51 UTC 2013


commit 86f2465b4f772a3838a385ef60bd8e8a40406b13
Author: raveit65 <chat-to-me at raveit.de>
Date:   Thu Sep 26 13:28:36 2013 +0200

    add patch to spec file

 mate-file-manager-open-terminal.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/mate-file-manager-open-terminal.spec b/mate-file-manager-open-terminal.spec
index dd066c3..8017b0f 100644
--- a/mate-file-manager-open-terminal.spec
+++ b/mate-file-manager-open-terminal.spec
@@ -1,11 +1,16 @@
 Name:		mate-file-manager-open-terminal
 Version:	1.6.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Mate-file-manager extension for an open terminal shortcut
 
 License:	GPLv2+
 URL:		http://mate-desktop.org
-Source0:	http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
+Source0:	http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+
+# ustream patch
+# http://git.mate-desktop.org/mate-file-manager-open-terminal/patch/?id=0dcf116
+# fix rhbz (#1004501)
+Patch0:     mate-file-manager-open-terminal_fix-crash-opening-terminal-in-remote-locations.patch
 
 BuildRequires:	mate-common
 BuildRequires:	pkgconfig(libcaja-extension)
@@ -19,6 +24,7 @@ Terminal" option for mate-file-manager users who prefer that option.
 
 %prep
 %setup -q
+%patch0 -p1 -b .crash
 NOCONFIGURE=1 ./autogen.sh
 
 %build
@@ -59,6 +65,9 @@ fi
 
 
 %changelog
+* Thu Sep 26 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.0-4
+- fix rhbz (#1004501), caja crashed if openening a terminal in remote locations
+
 * Thu Aug 15 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.0-3
 - fix yum scriptlet errors
 - remove needless gsettings-desktop-schemas dependencies


More information about the scm-commits mailing list