[xfce4-terminal] Update to 0.6.3

Kevin Fenzi kevin at fedoraproject.org
Fri Dec 27 17:12:58 UTC 2013


commit e67d786b6cfad026d5486d406f641cab20d897ac
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Fri Dec 27 10:12:53 2013 -0700

    Update to 0.6.3
    
    - Drop unstreamed patches.

 .gitignore                                 |    1 +
 sources                                    |    2 +-
 xfce4-terminal-0.6.2-locale-crashfix.patch |   54 ----------------------------
 xfce4-terminal-0.6.2-save.patch            |   53 ---------------------------
 xfce4-terminal.spec                        |   17 +++------
 5 files changed, 8 insertions(+), 119 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ff72e41..145d8d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /xfce4-terminal-0.6.0.tar.bz2
 /xfce4-terminal-0.6.1.tar.bz2
 /xfce4-terminal-0.6.2.tar.bz2
+/xfce4-terminal-0.6.3.tar.bz2
diff --git a/sources b/sources
index 584e737..ea53fc2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5cdb302bd770c9f2d30262c26639006  xfce4-terminal-0.6.2.tar.bz2
+6a2816d8b0933cd707ed456ceb731399  xfce4-terminal-0.6.3.tar.bz2
diff --git a/xfce4-terminal.spec b/xfce4-terminal.spec
index 5420756..fd0eed2 100644
--- a/xfce4-terminal.spec
+++ b/xfce4-terminal.spec
@@ -1,21 +1,14 @@
 %global minorversion 0.6
 
 Name:           xfce4-terminal
-Version:        0.6.2
-Release:        4%{?dist}
+Version:        0.6.3
+Release:        1%{?dist}
 Summary:        X Terminal Emulator for the Xfce Desktop environment
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://docs.xfce.org/apps/terminal/start
 Source0:        http://archive.xfce.org/src/apps/xfce4-terminal/%{minorversion}/%{name}-%{version}.tar.bz2
-# Fix session save/restore of terminals
-# https://bugzilla.xfce.org/show_bug.cgi?id=9732
-Patch1:         xfce4-terminal-0.6.2-save.patch
-# Fix for crash on locale menu. 
-# https://bugzilla.xfce.org/show_bug.cgi?id=10395
-# https://bugzilla.redhat.com/show_bug.cgi?id=1015850
-Patch2:         xfce4-terminal-0.6.2-locale-crashfix.patch
 
 BuildRequires:  vte-devel >= 0.28.1
 BuildRequires:  libSM-devel
@@ -37,8 +30,6 @@ it unique among X terminal emulators.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure
@@ -76,6 +67,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/*/man1/xfce4-terminal.1.*
 
 %changelog
+* Fri Dec 27 2013 Kevin Fenzi <kevin at scrye.com> 0.6.3-1
+- Update to 0.6.3
+- Drop unstreamed patches. 
+
 * Mon Dec 23 2013 Kevin Fenzi <kevin at scrye.com> 0.6.2-4
 - Add patch to fix crash in locale menu. Fixes bug #1015850
 


More information about the scm-commits mailing list