rpms/evince/devel evince-0.5-invisible-char.patch, NONE, 1.1 evince.spec, 1.38, 1.39

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 31 04:51:19 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/evince/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1557

Modified Files:
	evince.spec 
Added Files:
	evince-0.5-invisible-char.patch 
Log Message:
* Mon Jan 30 2006 Christopher Aillon <caillon at redhat.com> 0.5.0-3
- Don't explicitly set the invisible char to '*'


evince-0.5-invisible-char.patch:
 evince-password.glade |    1 -
 1 files changed, 1 deletion(-)

--- NEW FILE evince-0.5-invisible-char.patch ---
Index: evince/data/evince-password.glade
===================================================================
RCS file: /cvs/gnome/evince/data/evince-password.glade,v
retrieving revision 1.3
diff -d -u -p -r1.3 evince-password.glade
--- evince/data/evince-password.glade	13 Sep 2005 13:41:17 -0000	1.3
+++ evince/data/evince-password.glade	31 Jan 2006 04:34:41 -0000
@@ -153,7 +153,6 @@
 		      <property name="max_length">0</property>
 		      <property name="text" translatable="yes"></property>
 		      <property name="has_frame">True</property>
-		      <property name="invisible_char" translatable="yes">*</property>
 		      <property name="activates_default">True</property>
 		    </widget>
 		    <packing>


Index: evince.spec
===================================================================
RCS file: /cvs/dist/rpms/evince/devel/evince.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- evince.spec	23 Jan 2006 15:51:42 -0000	1.38
+++ evince.spec	31 Jan 2006 04:51:17 -0000	1.39
@@ -4,7 +4,7 @@
 
 Name:		evince
 Version:	0.5.0
-Release:	2
+Release:	3
 Summary:	Document viewer
 
 License: 	GPL
@@ -34,6 +34,7 @@
 Requires(postun): scrollkeeper
 Requires(postun): desktop-file-utils
 
+Patch1: evince-0.5-invisible-char.patch
 
 %description
 evince is a GNOME-based document viewer.
@@ -41,7 +42,7 @@
 
 %prep
 %setup -q
-
+%patch1 -p1 -b .invisible-char
 
 %build
 %configure --disable-scrollkeeper
@@ -121,6 +122,9 @@
 
 
 %changelog
+* Mon Jan 30 2006 Christopher Aillon <caillon at redhat.com> 0.5.0-3
+- Don't explicitly set the invisible char to '*'
+
 * Mon Jan 23 2006 Kristian Høgsberg <krh at redhat.com> 0.5.0-2
 - Spec file update from Brian Pepple <bdpepple at ameritech.net> (#123527):
   - Drop Requires for gtk2 & poppler, devel soname pulls these in.




More information about the fedora-cvs-commits mailing list