[termit] Update to 2.8.0 Remove dsofix.patch because the linking issues are fixed

Christoph Wickert cwickert at fedoraproject.org
Mon May 23 09:31:13 UTC 2011


commit 34f36e2ee194f6b2cf120b262984a981bdb06388
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon May 23 11:30:49 2011 +0200

    Update to 2.8.0
    Remove dsofix.patch because the linking issues are fixed

 .gitignore                |    1 +
 sources                   |    2 +-
 termit-2.3.0-dsofix.patch |   11 -----------
 termit.spec               |   10 +++++-----
 4 files changed, 7 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83cadfa..d5cf71a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ termit-2.5.0.tar.bz2
 /termit-2.6.0.tar.bz2
 /termit-2.7.0.tar.bz2
 /termit-2.7.1.tar.bz2
+/termit-2.8.0.tar.bz2
diff --git a/sources b/sources
index c51a9c9..3bc0abc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-50644fe36056cf314ebd45e8d52e2c2f  termit-2.7.1.tar.bz2
+44b140542dfbd9691d271b7ef607d2a1  termit-2.8.0.tar.bz2
diff --git a/termit.spec b/termit.spec
index 9013dd0..c2c59de 100644
--- a/termit.spec
+++ b/termit.spec
@@ -1,7 +1,7 @@
 # Review at https://bugzilla.redhat.com/show_bug.cgi?id=496168
 
 Name:           termit
-Version:        2.7.1
+Version:        2.8.0
 Release:        1%{?dist}
 Summary:        Simple terminal emulator based on vte library
 
@@ -9,8 +9,6 @@ Group:          User Interface/X
 License:        GPLv2
 URL:            http://wiki.github.com/nonstop/termit/
 Source0:        http://cloud.github.com/downloads/nonstop/%{name}/%{name}-%{version}.tar.bz2
-# fix for http://code.google.com/p/termit/issues/detail?id=51
-Patch0:         termit-2.3.0-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel
@@ -33,8 +31,6 @@ Configuration can be changed via $HOME/.config/termit/termit.cfg file.
 
 %prep
 %setup -q
-%patch0 -p1 -b .dsofix
-# fix paths in the README
 sed -i 's!doc/!%{_docdir}/%{name}-%{version}!' ./doc/README
 # add a generic icon to the desktop file
 echo Icon=terminal >> ./doc/termit.desktop
@@ -76,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Mon May 22 2011 Christoph Wickert <wickert at kolabsys.com> - 2.8.0-1
+- Update to 2.8.0
+- Remove dsofix.patch because the linking issues are fixed
+
 * Mon Mar 28 2011 Christoph Wickert <cwickert at fedoraproject.org> - 2.7.1-1
 - Update to 2.7.1
 


More information about the scm-commits mailing list