From 9748795bb154c1a86a4940797ed75a9ee3aa746d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Dec 11 2016 10:20:52 +0000 Subject: update to 1.17.0 --- diff --git a/.gitignore b/.gitignore index 4000d2a..529f1b4 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /mate-terminal-1.15.1.tar.xz /mate-terminal-1.16.0.tar.xz /mate-terminal-1.16.1.tar.xz +/mate-terminal-1.17.0.tar.xz diff --git a/mate-terminal.spec b/mate-terminal.spec index 4b38626..645a526 100644 --- a/mate-terminal.spec +++ b/mate-terminal.spec @@ -2,7 +2,7 @@ %global rel_build 1 # This is needed, because src-url contains branched part of versioning-scheme. -%global branch 1.16 +%global branch 1.17 # Settings used for build from snapshots. %{!?rel_build:%global commit ac33ed09bb41ba717df3722cc71e25c1aa5134c5} @@ -14,9 +14,9 @@ Summary: Terminal emulator for MATE Name: mate-terminal -Version: %{branch}.1 +Version: %{branch}.0 %if 0%{?rel_build} -Release: 2%{?dist} +Release: 1%{?dist} %else Release: 0.2%{?git_rel}%{?dist} %endif @@ -31,11 +31,6 @@ URL: http://mate-desktop.org #Default to black bg white fg, unlimited scrollback, turn off use theme default Patch0: mate-terminal_better_defaults-1.15.1.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=1392132 -# http://git.mate-desktop.org/mate-terminal/commit/?h=1.16&id=7601e42e657579ff69730b29483d124ee8af5165 -Patch1: mate-terminal_0001-notebook-avoid-crash-on-tab-DND.patch -# http://git.mate-desktop.org/mate-terminal/commit/?h=1.16&id=6dc0e22c6189a3b396f31101a4aaa0d0dfe768da -Patch2: mate-terminal_0002-Fix-window-size-when-a-second-tab-is-added-by-drag-n.patch BuildRequires: dconf-devel BuildRequires: desktop-file-utils @@ -58,8 +53,6 @@ clickable URLs. %setup -q%{!?rel_build:n %{name}-%{commit}} %patch0 -p1 -b .better_defaults -%patch1 -p1 -b .0001 -%patch2 -p1 -b .0002 %if 0%{?rel_build} #NOCONFIGURE=1 ./autogen.sh @@ -107,6 +100,9 @@ fi %changelog +* Sun Dec 11 2016 Wolfgang Ulbrich - 1.17.0-1 +- update to 1.17.0 release + * Sun Nov 06 2016 Wolfgang Ulbrich - 1.16.1-2 - fix rhbz (#1392132) diff --git a/sources b/sources index 059082d..386bb14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f10d753e9ee9c1cbac66842460dc1c9 mate-terminal-1.16.1.tar.xz +2cd70c7803e991ea33cfc6e8bf5a2580 mate-terminal-1.17.0.tar.xz