Author: patrys                       Date: Tue Jan 31 14:22:55 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- disable TERM voodoo magic by default (PLD-specific and breaks
  compatibility with other hosts, did not make it upstream for
  several years now so no longer try to fix the whole world)

---- Files affected:
SPECS:
   gnome-terminal.spec (1.72.2.1 -> 1.72.2.2) 

---- Diffs:

================================================================
Index: SPECS/gnome-terminal.spec
diff -u SPECS/gnome-terminal.spec:1.72.2.1 SPECS/gnome-terminal.spec:1.72.2.2
--- SPECS/gnome-terminal.spec:1.72.2.1  Mon Jan 30 23:43:31 2006
+++ SPECS/gnome-terminal.spec   Tue Jan 31 15:22:50 2006
@@ -4,6 +4,9 @@
 # passing the keypress to the application running in the terminal). Ditto 
 # for the last tab. This is kinda annoying.
 %bcond_with    disable_prev_next_tab_sensitivity_changes
+# This is specific to PLD and causes an "unknown term type" on most other
+# hosts I have to work on (the rest of the world uses xterm for g-t)
+%bcond_with    term_voodoo
 #
 Summary:       GNOME Terminal
 Summary(pl):   Terminal dla GNOME
@@ -49,7 +52,9 @@
 
 %prep
 %setup -q
+%if %{with term_voodoo}
 %patch0 -p1
+%endif
 %if %{with disable_prev_next_tab_sensitivity_changes}
 %patch1 -p1
 %endif
@@ -108,6 +113,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.72.2.2  2006/01/31 14:22:50  patrys
+- disable TERM voodoo magic by default (PLD-specific and breaks
+  compatibility with other hosts, did not make it upstream for
+  several years now so no longer try to fix the whole world)
+
 Revision 1.72.2.1  2006/01/30 22:43:31  freetz
 - 2.13.90
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SPECS/gnome-terminal.spec?r1=1.72.2.1&r2=1.72.2.2&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to