rpms/pidgin/devel pidgin-2.4.3-tcl852.patch, NONE, 1.1 pidgin.spec, 1.54, 1.55

Stu Tomlinson (nosnilmot) fedora-extras-commits at redhat.com
Wed Jul 2 03:49:57 UTC 2008


Author: nosnilmot

Update of /cvs/pkgs/rpms/pidgin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16509

Modified Files:
	pidgin.spec 
Added Files:
	pidgin-2.4.3-tcl852.patch 
Log Message:
- Add a patch to build with latest rawhide tcl


pidgin-2.4.3-tcl852.patch:

--- NEW FILE pidgin-2.4.3-tcl852.patch ---
diff -up pidgin-2.4.3/configure.tcl852 pidgin-2.4.3/configure
--- pidgin-2.4.3/configure.tcl852	2008-07-01 23:40:19.000000000 -0400
+++ pidgin-2.4.3/configure	2008-07-01 23:41:18.000000000 -0400
@@ -35070,9 +35070,12 @@ echo $ECHO_N "checking for tclConfig.sh.
 	TCLCONFIG=no
 	TCLCONFIGDIRS="/usr/lib \
 			/usr/lib64 \
+			/usr/lib/tcl8.5 \
 			/usr/lib/tcl8.4 \
 			/usr/lib/tcl8.3 \
 			/usr/lib/tcl8.2 \
+			/usr/lib64/tcl8.5 \
+			/usr/lib64/tcl8.4 \
 			/System/Library/Tcl/8.3 \
 			/usr/local/lib"
 	for dir in $with_tclconfig $TCLCONFIGDIRS; do


Index: pidgin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin/devel/pidgin.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- pidgin.spec	2 Jul 2008 02:46:38 -0000	1.54
+++ pidgin.spec	2 Jul 2008 03:49:07 -0000	1.55
@@ -29,7 +29,7 @@
 
 Name:		pidgin
 Version:	2.4.3
-Release:	1%{?dist}
+Release:	1%{?dist}.1
 License:        GPLv2+ and GPLv2 and MIT
 # GPLv2+ - libpurple, gnt, finch, pidgin, most prpls
 # GPLv2 - silc & novell prpls
@@ -62,6 +62,7 @@
 Patch0: pidgin-2.4.2-reread-resolvconf.patch
 
 ## Patches 100+: To be Included in Future Upstream
+Patch100: pidgin-2.4.3-tcl852.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 Summary:	A Gtk+ based multiprotocol instant messaging client
@@ -291,6 +292,7 @@
 %patch0 -p1 -b .resolv
 
 ## Patches 100+: To be Included in Future Upstream
+%patch100 -p1 -b .tcl852
 
 # Our preferences
 cp %{SOURCE1} prefs.xml
@@ -501,6 +503,9 @@
 
 
 %changelog
+* Tue Jul 01 2008 Stu Tomlinson <stu at nosnilmot.com> 2.4.3-1.1
+- Add a patch to build with latest rawhide tcl
+
 * Tue Jul 01 2008 Stu Tomlinson <stu at nosnilmot.com> 2.4.3-1
 - 2.4.3
 




More information about the fedora-extras-commits mailing list