rpms/iwidgets/devel iwidgets-4.0.2-tkversion.patch, NONE, 1.1 iwidgets.spec, 1.6, 1.7

Michael Thomas wart at fedoraproject.org
Sat Dec 5 20:49:34 UTC 2009


Author: wart

Update of /cvs/pkgs/rpms/iwidgets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21813

Modified Files:
	iwidgets.spec 
Added Files:
	iwidgets-4.0.2-tkversion.patch 
Log Message:
Remove Tk version requirement (BZ #537665)



iwidgets-4.0.2-tkversion.patch:
 iwidgets.tcl.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE iwidgets-4.0.2-tkversion.patch ---
--- iwidgets.tcl.in.orig	2009-12-05 11:52:33.000000000 -0800
+++ iwidgets.tcl.in	2009-12-05 11:52:39.000000000 -0800
@@ -14,7 +14,7 @@
 # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 
 package require Tcl 8.0
-package require Tk 8.0
+package require Tk
 package require Itcl @ITCL_VERSION@
 package require Itk @ITCL_VERSION@
 


Index: iwidgets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iwidgets/devel/iwidgets.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- iwidgets.spec	25 Jul 2009 03:43:50 -0000	1.6
+++ iwidgets.spec	5 Dec 2009 20:49:34 -0000	1.7
@@ -3,13 +3,14 @@
 
 Name:           iwidgets
 Version:        4.0.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A set of useful widgets based on itcl and itk
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://incrtcl.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/incrtcl/iwidgets4.0.1.tar.gz
+Patch0:         iwidgets-4.0.2-tkversion.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -21,6 +22,7 @@ A set of useful widgets based on itcl an
 
 %prep
 %setup -q -n iwidgets4.0.1
+%patch0 -p0
 
 %build
 # The configure script and Makefile for this package is horribly broken.
@@ -74,6 +76,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README license.terms doc/iwidgets.ps
 
 %changelog
+* Sat Dec 5 2009 Wart <wart at kobold.org> - 4.0.2-4
+- Remove version requirement on Tk
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list