rpms/lesstif/FC-3 lesstif.spec,1.13,1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 27 15:25:02 UTC 2006


Author: twoerner

Update of /cvs/dist/rpms/lesstif/FC-3
In directory cvs.devel.redhat.com:/tmp/cvs-serv12537

Modified Files:
	lesstif.spec 
Log Message:
[tw]
- applied patches:
  - fixed possible libXpm overflows (#151640)
  - allow to write XPM files with absolute path names again (#140815)




Index: lesstif.spec
===================================================================
RCS file: /cvs/dist/rpms/lesstif/FC-3/lesstif.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- lesstif.spec	6 May 2005 14:13:21 -0000	1.13
+++ lesstif.spec	27 Jan 2006 15:25:00 -0000	1.14
@@ -4,7 +4,7 @@
 Summary: An OSF/Motif(R) clone.
 Name: lesstif
 Version: 0.93.36
-Release: 6.FC3.2
+Release: 6.FC3.3
 License: LGPL
 Group: Development/Libraries
 Source: ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/lesstif-%{version}.tar.bz2
@@ -75,10 +75,12 @@
 %patch0 -p1 -b .libtool
 %patch2 -p1 -b .CAN-2004-0687-0688
 %patch3 -p1 -b .CAN-2004-0914
+%patch4 -p1 -b .CAN-2004-0914_sec8
+%patch5 -p1 -b .CAN-2005-0605
 
 LESSTIFTOP=$PWD
 CFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=%{prefix} \
+./configure --prefix=%{prefix} \ 2005 Thomas Woerner <twoerner at redhat.com> 0.93-36-6.FC3.2
     --libdir=%{prefix}/%{_lib} \
     --enable-shared \
     --enable-static \
@@ -212,6 +214,11 @@
 %endif
 
 %changelog
+* Fri Jan 27 2006 Thomas Woerner <twoerner at redhat.com> 0.93-36-6.FC3.3
+- applied patches:
+  - fixed possible libXpm overflows (#151640)
+  - allow to write XPM files with absolute path names again (#140815)
+
 * Fri May  6 2005 Thomas Woerner <twoerner at redhat.com> 0.93-36-6.FC3.2
 - fixed possible libXpm overflows (#151640)
 - allow to write XPM files with absolute path names again (#140815)




More information about the fedora-cvs-commits mailing list