rpms/itcl/F-12 itcl.spec,1.14,1.15

Michael Thomas wart at fedoraproject.org
Mon Dec 7 16:59:44 UTC 2009


Author: wart

Update of /cvs/pkgs/rpms/itcl/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13317

Modified Files:
	itcl.spec 
Log Message:
Fix segfault during init (bz #539453)




Index: itcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/itcl/F-12/itcl.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- itcl.spec	25 Jul 2009 03:41:12 -0000	1.14
+++ itcl.spec	7 Dec 2009 16:59:43 -0000	1.15
@@ -3,7 +3,7 @@
 
 Name:           itcl
 Version:        3.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Object oriented extensions to Tcl and Tk
 
 Group:          Development/Libraries
@@ -16,6 +16,7 @@ Patch0:         itcl-3.4-tclbindir.patch
 Patch1:         itcl-3.4-libdir.patch
 Patch2:         itcl-3.4-soname.patch
 Patch3:         itcl-3.4-findinit.patch
+Patch4:         itcl-3.4-segfaultinit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  tcl(abi) = 8.5
@@ -38,6 +39,7 @@ Development headers and libraries for li
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %configure
@@ -73,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/itclConfig.sh
 
 %changelog
+* Mon Dec 7 2009 Wart <wart at kobold.org> - 3.4-6
+- Fix segfault during startup (BZ #539453)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list