rpms/nedit/devel nedit.spec,1.7,1.8

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Wed Aug 30 11:13:10 UTC 2006


Author: jnovy

Update of /cvs/extras/rpms/nedit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26862

Modified Files:
	nedit.spec 
Log Message:
- don't use the autodetected, but default visual to avoid
  crashes (#199770)



Index: nedit.spec
===================================================================
RCS file: /cvs/extras/rpms/nedit/devel/nedit.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nedit.spec	24 May 2006 08:05:48 -0000	1.7
+++ nedit.spec	30 Aug 2006 11:13:10 -0000	1.8
@@ -5,7 +5,7 @@
 Summary: A GUI text editor for systems with X and Motif.
 Name: nedit
 Version: 5.5
-Release: 8%{?dist}
+Release: 9%{?dist}
 Source: http://nedit.org/ftp/v5_5/nedit-%{version}-src.tar.bz2
 Source1: nedit.desktop
 Source2: nedit-icon.png
@@ -15,6 +15,7 @@
 Patch3: nedit-5.5-motif223.patch
 Patch4: nedit-5.5-varfix.patch
 Patch5: nedit-5.5-nc-manfix.patch
+Patch6: nedit-5.5-visfix.patch
 URL: http://nedit.org
 License: GPL
 Group: Applications/Editors
@@ -37,6 +38,7 @@
 %patch3 -p1 -b .motif223
 %patch4 -p1 -b .varfix
 %patch5 -p1 -b .nc-manfix
+%patch6 -p1 -b .visfix
 
 %build
 make linux LIB=%{_lib} << EOF
@@ -82,6 +84,10 @@
 %endif
 
 %changelog
+* Wed Aug 30 2006 Jindrich Novy <jnovy at redhat.com> 5.5-9
+- don't use the autodetected, but default visual to avoid
+  crashes (#199770)
+
 * Wed May 24 2006 Jindrich Novy <jnovy at redhat.com> 5.5-8
 - don't strip binaries so that we have usable debuginfo
   nedit package (#192607)




More information about the fedora-extras-commits mailing list