diff --git a/mate-terminal.spec b/mate-terminal.spec index c93783e..dfd54b7 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: 5%{?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 @@ -29,6 +31,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 - 1.8.1-1 +- update to 1.8.1 release +- added option to copy selection to clipboard + * Sun Aug 17 2014 Fedora Release Engineering - 1.8.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild