[fbterm] New Upstream Version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Mon Nov 12 15:25:12 UTC 2012


commit b92b7601a237bc32e96ff6c96d4f5e0f326ade71
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Mon Nov 12 10:26:39 2012 -0500

    New Upstream Version

 .gitignore  |    1 +
 fbterm.spec |   33 +++++++++++++++++++++++++--------
 sources     |    2 +-
 3 files changed, 27 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6dae4a..4320b95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 fbterm-1.6.tar.gz
+/fbterm-1.7.0.tar.gz
diff --git a/fbterm.spec b/fbterm.spec
index 7eb1b8f..63fde55 100644
--- a/fbterm.spec
+++ b/fbterm.spec
@@ -1,18 +1,21 @@
 Name:       fbterm
-Version:    1.6
-Release:    6%{?dist}
+Version:    1.7.0
+Release:    1%{?dist}
 License:    GPLv2+
 Group:      Applications/System
 URL:        http://code.google.com/p/fbterm/
 Source0:    http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz
+
 #Patch0:    %{name}-1.2-kernel-header.patch
 #Patch1:    %{name}-1.3-setcap.patch
 #Patch2:    %{name}-1.4-iminput.patch
 Patch3:    %{name}-1.6-rpmpack.patch
 Patch4:    %{name}-1.6-el5.patch
+
 Summary:    A frame-buffer terminal emulator
 Summary(zh_CN): 运行在帧缓冲的快速终端仿真器
 Summary(zh_TW): 運行在frame-buffer的快速終端模擬機
+
 %define fbterm_rules_name 99-fbterm.rules
 %define fbterm_rules_dir %{_sysconfdir}/udev/rules.d
 %define fbterm_rules_path %{fbterm_rules_dir}/%{fbterm_rules_name}
@@ -70,18 +73,18 @@ autoreconf -iv
 make %{?_smp_mflags}
 
 %install
-%__rm -rf $RPM_BUILD_ROOT
-%__make DESTDIR=${RPM_BUILD_ROOT} install
-%__chmod 755 $RPM_BUILD_ROOT/%{_bindir}/%{name}
+%__rm -rf %{buildroot}
+%__make DESTDIR=%{buildroot} install
+%__chmod 755 %{buildroot}/%{_bindir}/%{name}
 %if 0%{?fedora} >= 9
-%__mkdir -p $RPM_BUILD_ROOT/%{fbterm_rules_dir}
-%__cat >>$RPM_BUILD_ROOT/%{fbterm_rules_path} <<EOF
+%__mkdir -p %{buildroot}/%{fbterm_rules_dir}
+%__cat >>%{buildroot}/%{fbterm_rules_path} <<EOF
 KERNEL=="fb[0-9]*", SUBSYSTEM=="graphics", MODE="0666"
 EOF
 %endif
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %if 0%{?fedora} >= 9
 %post
@@ -106,6 +109,20 @@ setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name}
 
 
 %changelog
+* Mon Nov 12 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.7.0-1
+- New Upstream Version
+  1. added redirecting /dev/tty0 output to FbTerm's sub-window
+  2. added option "ambiguous-wide" to treat ambiguous CJK characters as wide width
+  3. added option "font-height" to force font height
+  4. added shortcut CTRL_ALT_K to kill the frozen IM server
+  5. fixed a bug where curses line drawing characters give inverted questions marks
+  6. fixed a text auto selection bug
+  7. fixed a logical error in terminal insert mode
+  8. fixed a few other bugs 
+
+- From version 1.7, FbTerm redirects /dev/tty0 output to the pseudo terminal of current sub-window. In linux before version 2.6.10, anybody can do this as long as the output was not redirected yet; since version 2.6.10, only root or a process with the CAP_SYS_ADMIN capability may do this.
+- In a number of CJK encodings there are ambiguous width characters which have a width of either narrow or wide depending on the context of their use. By default, FbTerm treats them as narrow width characters, the new added option "ambiguous-wide" may be used to change the behavior. 
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 583b373..ffe9267 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-531ea0984836b58fd123e6a97a4228c6  fbterm-1.6.tar.gz
+db49e3cbe64526eda358e79e824a2617  fbterm-1.7.0.tar.gz


More information about the scm-commits mailing list