[mate-terminal/f20] update spec file to 1.8.1 + added option to copy selection to clipboard

Wolfgang Ulbrich raveit65 at fedoraproject.org
Thu Oct 2 19:18:38 UTC 2014


commit 67c96164fa3244a06be742cf7403a68e3c9d96ff
Author: raveit65 <chat-to-me at raveit.de>
Date:   Thu Oct 2 21:18:25 2014 +0200

    update spec file to 1.8.1 + added option to copy selection to clipboard

 mate-terminal.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/mate-terminal.spec b/mate-terminal.spec
index 74c69a3..bf52463 100644
--- a/mate-terminal.spec
+++ b/mate-terminal.spec
@@ -1,13 +1,15 @@
 Summary:        Terminal emulator for MATE
 Name:           mate-terminal
-Version:        1.8.0
-Release:        3%{?dist}
+Version:        1.8.1
+Release:        1%{?dist}
 License:        GPLv3+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 
 #Default to black bg white fg, unlimited scrollback, turn off use theme default
 Patch0:        mate-terminal_better_defaults.patch
+# http://git.mate-desktop.org/mate-terminal/commit/?id=a6a5774
+Patch1:        mate-terminal_copy-selection.patch
 
 BuildRequires: dconf-devel
 BuildRequires: desktop-file-utils
@@ -30,6 +32,7 @@ clickable URLs.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static                \
@@ -69,6 +72,10 @@ fi
 
 
 %changelog
+* Thu Oct 02 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.8.1-1
+- update to 1.8.1 release
+- added option to copy selection to clipboard
+
 * Sat Jul 26 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.8.0-3
 - update to 1.8.0 release
 - update build requires


More information about the scm-commits mailing list