Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory
checked in at Fri Oct 14 09:48:42 CEST 2011.



--------
--- openSUSE:Factory/python-matplotlib/python-matplotlib.changes        
2011-09-23 12:42:58.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-matplotlib/python-matplotlib.changes    
2011-10-11 14:28:56.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Oct 11 12:27:54 UTC 2011 - [email protected]
+
+- fix build failing because Tkinter has a faulty __version__
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  matplotlib-1.0.1-tkinter.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.uexjLR/_old  2011-10-14 09:48:38.000000000 +0200
+++ /var/tmp/diff_new_pack.uexjLR/_new  2011-10-14 09:48:38.000000000 +0200
@@ -30,6 +30,7 @@
 # This patch taken from upstream SVN and will not be needed for releases later 
than 1.0.1
 Patch0:         matplotlib-1.0.1-plot_directive.patch
 Patch1:         matplotlib-linux3.patch
+Patch2:         matplotlib-1.0.1-tkinter.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  fltk-devel
@@ -109,6 +110,7 @@
 %setup -n matplotlib-%{version}
 %patch0 -p1
 %patch1
+%patch2 -p1
 chmod -x lib/matplotlib/mpl-data/images/*.svg
 
 %build

++++++ matplotlib-1.0.1-tkinter.patch ++++++
Index: matplotlib-1.0.1/setupext.py
===================================================================
--- matplotlib-1.0.1.orig/setupext.py
+++ matplotlib-1.0.1/setupext.py
@@ -829,8 +829,8 @@ def check_for_tk():
                 gotit = False
 
     if gotit:
-        print_status("Tkinter", "Tkinter: %s, Tk: %s, Tcl: %s" %
-                     (Tkinter.__version__.split()[-2], Tkinter.TkVersion, 
Tkinter.TclVersion))
+        print_status("Tkinter", "Tkinter: found, Tk: %s, Tcl: %s" %
+                     (Tkinter.TkVersion, Tkinter.TclVersion))
     else:
         print_status("Tkinter", "no")
     if explanation is not None:
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to