[termit] Update to 2.9.0 New config files in %{_sysconfdir}/xdg/termit/

Christoph Wickert cwickert at fedoraproject.org
Sun Jul 3 22:40:04 UTC 2011


commit b95f5d21fecd414d11f3344fd62a0431c171d87c
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Jul 4 00:39:22 2011 +0200

    Update to 2.9.0
    New config files in %{_sysconfdir}/xdg/termit/

 .gitignore  |    1 +
 sources     |    2 +-
 termit.spec |    7 ++++++-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a95111f..e950cd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ termit-2.5.0.tar.bz2
 /termit-2.7.1.tar.bz2
 /termit-2.8.0.tar.bz2
 /termit-2.8.1.tar.bz2
+/termit-2.9.0.tar.bz2
diff --git a/sources b/sources
index 3ae2f5f..560bdf7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9a2147aa53142f30bdbae510db3e78e  termit-2.8.1.tar.bz2
+8a612c035d4e8a2a48d9f12eb0d47874  termit-2.9.0.tar.bz2
diff --git a/termit.spec b/termit.spec
index 410e953..6764141 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.8.1
+Version:        2.9.0
 Release:        1%{?dist}
 Summary:        Simple terminal emulator based on vte library
 
@@ -67,11 +67,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING TODO
 %doc doc/README doc/rc.lua.example doc/lua_api.txt doc/termit.svg
+%config(noreplace) %{_sysconfdir}/xdg/termit/
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Sun Jun 03 2011 Christoph Wickert <cwickert at fedoraproject.org> - 2.9.0-1
+- Update to 2.9.0
+- New config files in %%{_sysconfdir}/xdg/termit/
+
 * Sun May 29 2011 Christoph Wickert <cwickert at fedoraproject.org> - 2.8.1-1
 - Update to 2.8.1
 


More information about the scm-commits mailing list