Fix Qt Designer plugin directories. I have tested Qt Designer with these directories and they work, so this version should fix the problem. (forwarded request 110123 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/110186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=18
		
			
				
	
	
		
			203 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			203 lines
		
	
	
		
			7.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| -------------------------------------------------------------------
 | ||
| Tue Mar 20 10:08:51 UTC 2012 - toddrme2178@gmail.com
 | ||
| 
 | ||
| - Fix Qt Designer plugin directories
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Fri Mar 16 15:13:32 UTC 2012 - toddrme2178@gmail.com
 | ||
| 
 | ||
| - Cleaned up spec file formatting
 | ||
| - Removed tests for obsolete openSUSE versions
 | ||
| - Added Qt Designer plugin from Python(x,y) project
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Tue Jan 10 11:38:24 CET 2012 - kukuk@suse.de
 | ||
| 
 | ||
| - Fix spec file for SLE11 (Group entries did go lost)
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Dec 14 08:56:13 UTC 2011 - highwaystar.ru@gmail.com
 | ||
| 
 | ||
| - update to 1.1.0
 | ||
|  * module for drawing sankey diagrams;
 | ||
|  * environment for creating animated graphics – module animation;
 | ||
|  * automated positioning charts, labels, and axes on the canvas – a 
 | ||
|    team tight_layout () will distribute them so that they are not 
 | ||
|    people came to each other;
 | ||
|  *  Work on integration with PySide, although functional is still 
 | ||
|     in the beta-version and it is recommended to continue using 
 | ||
|     PyQt4;
 | ||
|  * improved mapping and positioning of the legend;
 | ||
|  * simplified work with three-dimensional graphs (module mplot3d), 
 | ||
|    also significantly expanded and updated documentation on mplot3d;
 | ||
|  * uniform markers;
 | ||
|  * completely removed the old module support Numerix, now all 
 | ||
|    users must use Numpy;
 | ||
|  * fixes some bugs.
 | ||
| - removed patches that now upstream
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Thu Dec  8 13:54:40 UTC 2011 - coolo@suse.com
 | ||
| 
 | ||
| - fix license to be in spdx.org format
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Tue Oct 11 12:27:54 UTC 2011 - jmatejek@suse.com
 | ||
| 
 | ||
| - fix build failing because Tkinter has a faulty __version__
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Mon Aug 15 02:00:37 CEST 2011 - ro@suse.de
 | ||
| 
 | ||
| - fix build for platform == linux3 
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Mon Jan 24 12:58:1 UTC 2011 - toddrme2178@gmail.com
 | ||
| 
 | ||
| - new version 1.0.1
 | ||
| 
 | ||
|   This is a bugfix release:
 | ||
|   + Fixed error with Hammer projection. 
 | ||
|   + Fixed the placement and angle of axis labels in 3D plots. 
 | ||
|   + New rc parameters examples.download and examples.directory
 | ||
|     allow bypassing the download mechanism in get_sample_data.
 | ||
|   + Change Axis.set_view_interval() so that when updating an
 | ||
|     existing interval, it respects the orientation of that
 | ||
|     interval, and can enlarge but not reduce the interval.
 | ||
|   + Handle NaN's correctly in path analysis routines.  
 | ||
|   + Fix bug in patch alpha handling, and in bar color kwarg
 | ||
|   + Return Qt4's default cursor when leaving the canvas
 | ||
| 
 | ||
| - cleanup specfile
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Dec 29 15:03:06 CET 2010 - sbrabec@suse.cz
 | ||
| 
 | ||
| - Compile with wxWidgets (STL variant).
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sat Dec 11 21:51:21 UTC 2010 - coolo@novell.com
 | ||
| 
 | ||
| - remove buildrequire on libstdc++
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sat Jul 17 00:00:00 UTC 2010 - werner.ho@gmx.de
 | ||
| 
 | ||
| - new version 1.0.0
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sat Oct 10 00:00:00 UTC 2009 - werner.ho@gmx.de
 | ||
| 
 | ||
| - new version 0.99.1.1
 | ||
| - config file added (seen at home:ocefpaf project)
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Fri Dec 19 21:40:55 CET 2008 - lars@linux-schulserver.de
 | ||
| 
 | ||
| - Update to 0.98.5.2
 | ||
|   + Fix bug where a line with NULL data limits prevents
 | ||
|     subsequent data limits from calculating correctly
 | ||
|   + Major documentation generator changes
 | ||
|   + Fixed dpi-dependent behavior of Legend and fancybox in Text
 | ||
|   + Fix \$ in non-math text with usetex off
 | ||
|   + Fix anti-aliasing when auto-snapping
 | ||
|   + Fix grid lines not moving correctly during pan and zoom
 | ||
|   + Fixed warning in hist() with numpy 1.2
 | ||
|   + Removed the prints in the set_*style commands.  Return the
 | ||
|     list of pprinted strings instead
 | ||
| - 10.2 is gone: remove specific fixes for this distribution
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Mon Nov 24 00:00:00 UTC 2008 - werner.ho@gmx.de
 | ||
| 
 | ||
| - replaced scipy by numpy as build requirement
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Aug 20 00:00:00 UTC 2008 - werner.ho@gmx.de
 | ||
| 
 | ||
| - removed python-scipy from the requirements list
 | ||
| - added python-dateutil to the requirements list
 | ||
| - added python-pytz to the requirements list
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sat Aug  9 00:00:00 UTC 2008 - werner.ho@gmx.de
 | ||
| 
 | ||
| - new major version 0.98.3
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Tue Aug  5 00:00:00 UTC 2008 - werner.ho@gmx.de
 | ||
| 
 | ||
| - new version 0.91.4
 | ||
|  
 | ||
| -------------------------------------------------------------------
 | ||
| Wed Jul 16 00:00:00 CET 2008 - Andrea Florio <andrea@opensuse.org>
 | ||
| 
 | ||
| - fixed spec file adding missing buildrequires
 | ||
| - made rpmlint happyer
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sat Jun 07 00:00:00 CET 2008 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - new version 0.91.3
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Fri Feb 01 00:00:00 CET 2008 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - new version 0.91.2
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Fri Dec 07 00:00:00 CET 2007 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - added configobj as an extra requirement
 | ||
| - thus matplotlib will not provide configobj
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sun Dec 02 00:00:00 CET 2007 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - new version 0.91.1
 | ||
| - removed build patches, as the build system has been changed
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sat Sep 08 00:00:00 CET 2007 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - fixed build issus of openSUSE 10.3
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sun Jun 03 00:00:00 CET 2007 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - new version 0.90.1
 | ||
| - added enable_BUILD_WXAGG.patch
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Thu Mar 22 00:00:00 CET 2007 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - removed X-server patches, use Xvfb instead
 | ||
| - created extra wx and tk packages
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Tue Mar 20 00:00:00 CET 2007 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - default backend is GTKAgg now
 | ||
| - TkAgg backend works now. Patched the X-Server dependancy away when building
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Sun Mar 11 00:00:00 CET 2007 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - improved the BuildRequires list. Tkinter backend has still problems
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Thu Mar 01 00:00:00 CET 2007 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - new version 0.90.0
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Tue Oct 31 00:00:00 CET 2006 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - new version 0.87.7
 | ||
| 
 | ||
| -------------------------------------------------------------------
 | ||
| Thu Sep 28 00:00:00 CET 2006 - Werner Hoch <werner.ho@gmx.de>
 | ||
| 
 | ||
| - Initial build.
 | ||
| 
 |