rpms/gnome-terminal/devel gnome-terminal-2.13.90-invisible-char.patch, NONE, 1.1 .cvsignore, 1.19, 1.20 gnome-terminal.spec, 1.29, 1.30 sources, 1.19, 1.20

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 31 02:28:19 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/gnome-terminal/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv993

Modified Files:
	.cvsignore gnome-terminal.spec sources 
Added Files:
	gnome-terminal-2.13.90-invisible-char.patch 
Log Message:
* Mon Jan 30 2006 Christopher Aillon <caillon at redhat.com> 2.13.90-1
- Update to 2.13.90
- Add patch to not specify a default invisible char, let GTK+ handle it


gnome-terminal-2.13.90-invisible-char.patch:
 gnome-terminal.glade2 |    6 ------
 1 files changed, 6 deletions(-)

--- NEW FILE gnome-terminal-2.13.90-invisible-char.patch ---
? gnome-terminal-2.13.90-invisible-char.patch
Index: src/gnome-terminal.glade2
===================================================================
RCS file: /cvs/gnome/gnome-terminal/src/gnome-terminal.glade2,v
retrieving revision 1.58
diff -d -u -p -r1.58 gnome-terminal.glade2
--- src/gnome-terminal.glade2	11 Jan 2006 13:05:03 -0000	1.58
+++ src/gnome-terminal.glade2	31 Jan 2006 02:09:59 -0000
@@ -640,7 +640,6 @@
 		      <property name="max_length">0</property>
 		      <property name="text" translatable="yes"></property>
 		      <property name="has_frame">True</property>
-		      <property name="invisible_char">*</property>
 		      <property name="activates_default">True</property>
 		    </widget>
 		    <packing>
@@ -879,7 +878,6 @@
 		  <property name="max_length">0</property>
 		  <property name="text" translatable="yes"></property>
 		  <property name="has_frame">True</property>
-		  <property name="invisible_char">*</property>
 		  <property name="activates_default">False</property>
 		  <property name="width_chars">14</property>
 		</widget>
@@ -1098,7 +1096,6 @@
 			      <property name="max_length">0</property>
 			      <property name="text" translatable="yes"></property>
 			      <property name="has_frame">True</property>
-			      <property name="invisible_char">*</property>
 			      <property name="activates_default">False</property>
 			    </widget>
 			    <packing>
@@ -1298,7 +1295,6 @@
 			      <property name="max_length">0</property>
 			      <property name="text" translatable="yes"></property>
 			      <property name="has_frame">True</property>
-			      <property name="invisible_char">*</property>
 			      <property name="activates_default">False</property>
 			    </widget>
 			    <packing>
@@ -1657,7 +1653,6 @@
 				  <property name="max_length">0</property>
 				  <property name="text" translatable="yes"></property>
 				  <property name="has_frame">True</property>
-				  <property name="invisible_char">*</property>
 				  <property name="activates_default">False</property>
 				</widget>
 				<packing>
@@ -1907,7 +1902,6 @@ Isn't displayed</property>
 				  <property name="max_length">0</property>
 				  <property name="text" translatable="yes"></property>
 				  <property name="has_frame">True</property>
-				  <property name="invisible_char">*</property>
 				  <property name="activates_default">False</property>
 				</widget>
 				<packing>


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gnome-terminal/devel/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	19 Jan 2006 17:56:51 -0000	1.19
+++ .cvsignore	31 Jan 2006 02:28:17 -0000	1.20
@@ -4,3 +4,4 @@
 gnome-terminal-2.13.1.tar.bz2
 gnome-terminal-2.13.2.tar.bz2
 gnome-terminal-2.13.3.tar.bz2
+gnome-terminal-2.13.90.tar.bz2


Index: gnome-terminal.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-terminal/devel/gnome-terminal.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gnome-terminal.spec	19 Jan 2006 17:56:51 -0000	1.29
+++ gnome-terminal.spec	31 Jan 2006 02:28:17 -0000	1.30
@@ -12,12 +12,13 @@
 
 Summary: GNOME Terminal
 Name: gnome-terminal
-Version: 2.13.3
+Version: 2.13.90
 Release: 1
 URL: http://www.gnome.org/
 Source0: gnome-terminal-%{version}.tar.bz2
 Source1: ne.po
 Patch0: gnome-terminal-2.12.0-inputmethod.patch
+Patch1: gnome-terminal-2.13.90-invisible-char.patch
 License: GPL 
 Group: User Interface/Desktops
 
@@ -53,6 +54,7 @@
 %setup -q
 cp ${RPM_SOURCE_DIR}/ne.po po
 %patch0 -p1 -b .inputmethod
+%patch1 -p0 -b .invisible-char
 
 %build
 
@@ -101,6 +103,10 @@
 %{_libdir}/bonobo
 
 %changelog
+* Mon Jan 30 2006 Christopher Aillon <caillon at redhat.com> 2.13.90-1
+- Update to 2.13.90
+- Add patch to not specify a default invisible char, let GTK+ handle it
+
 * Thu Jan 19 2006 Matthias Clasen <mclasen at redhat.com> 2.13.3-1
 - Update to 2.13.3
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gnome-terminal/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	19 Jan 2006 17:56:51 -0000	1.19
+++ sources	31 Jan 2006 02:28:17 -0000	1.20
@@ -1 +1 @@
-0b25b5962fa7a74fa19b020d5bfdd310  gnome-terminal-2.13.3.tar.bz2
+bd6dd166ca197cf9561f122f191aa49d  gnome-terminal-2.13.90.tar.bz2




More information about the fedora-cvs-commits mailing list