Changelog for
python-wxWidgets-3_0-debuginfo-3.0.2.0-3.3.x86_64.rpm :
* Tue Feb 17 2015 jengelhAATTinai.de- Devel package should also use a otherproviders() conflict type.- Devel package has to require main package (from dmitry_rAATTopensuse.org).
* Mon Jan 12 2015 dmitry_rAATTopensuse.org- Update to version 3.0.2.0
* Bugfix release, see CHANGES.txt for details.
* Tue Sep 30 2014 dmitry_rAATTopensuse.org- Update to version 3.0.1.1
* Bugfix release, see CHANGES.txt for details.
* Thu Jul 31 2014 dimstarAATTopensuse.org- Rename rpmlintrc to %{name}-rpmlintrc. Follow the packaging guidelines.
* Mon Oct 29 2012 sbrabecAATTsuse.cz- Branch new package for the new version: python-wxWidgets-2_9.- Update to version 2.9.4.0.
* New branch.
* Compatible with wxWidgets-2_9-2.9.4.
* See CHANGES.txt for details.- Copy wxWidgets includes in python-wxWidgets-2_9-extract-source.
* Fri Oct 26 2012 sbrabecAATTsuse.cz- Recommend lang package instead of Requires.
* Mon Apr 02 2012 sbrabecAATTsuse.cz- Update to version 2.8.12.1:
* Compatible with wxWidgets-2.8.12 (bnc#740950).
* Added ToolTipString property to wx.Window.
* Bug and typo fixes.- Require exact version of wxWidgets for build and runtime (bnc#740950).
* Fri Mar 04 2011 sbrabecAATTsuse.cz- Provide symbol wxPython2.8-gtk2-unicode that is required by some third party packages.
* Wed Feb 16 2011 sbrabecAATTsuse.cz- Provide symbol wxPython as package did in past.
* Tue Dec 21 2010 sbrabecAATTsuse.cz- Rename package to python-wxWidgets to follow upstream base name.- Split wxPython to a separate package.- Spec file completely rewritten.
* Sun Aug 15 2010 termimAATTgmail.com- Updated to version 2.8.11.0 Adds Python 2.7 builds, PySlices, new pubsub implementation, lots of updates to AGW, and lots of bugs fixed.- Removed wxGTK-GSocket-clash.patch and wxGTK-editra-ebmlib.patch as already fixed.
* Tue Jun 15 2010 sbrabecAATTsuse.cz- Added --enable-graphics_ctx to fix Editra (bnc#580060).- Added ebmlib file required by Editra (bnc#580060, patch from Salix).
* Mon Feb 22 2010 crrodriguezAATTopensuse.org- build with PIC
* Thu Jan 28 2010 sbrabecAATTsuse.cz- Enabled media libraries (bnc#565039).
* Fri Sep 25 2009 sbrabecAATTsuse.cz- Disabled STL (bnc#530027). See also http://lists.opensuse.org/opensuse-factory/2009-09/msg00386.html- Removed obsolete RPATH.- The GSocket symbol clash fix replaced by the upstream one.
* Thu Sep 17 2009 matejcikAATTsuse.cz- fixed pth file to point to platlib
* Sat Sep 05 2009 sbrabecAATTsuse.cz- Fixed for the latest python package.
* Fri Aug 07 2009 sbrabecAATTsuse.cz- Updated to version 2.8.10.1:
* Incompatible change in wxTreeCtrl behaviour!
* Added several functions forward compatible with wxWidgets 3.0.
* Add wxBU_EXACTFIT support to wxToggleButton XRC handler.
* wxHashMap::insert() doesn\'t update the value if it didn\'t insert the element any more.
* Correct bug in wxTimeSpan::Format() for negative spans.
* Correct several bugs in wxList using end() iterators.
* Translation updates.
* Fix wxURL::GetInputStream() for URLs with special characters in credentials.
* Fix wxURI::GetUser() for URIs without password.
* Correct wxDateTime DST computation for 2006 and later.
* wxRTC: fixed a problem with HTML list generation.
* wxRTC: no longer deletes a character when content is selected before pressing Delete.
* wxRTC: fixed inability to select no superscript and no subscript in formatting dialog.
* wxRTC: fixed centering and right-justification when combined with left indentation.
* wxRTC: fixed lack of right margin when centering or right-justifying.
* wxRTC: fixed wrong descent when wrapping lines with different font sizes.
* wxRTC: fixed wrapping problem for long lines.
* wxRTC: all buffer margins now respected.
* wxRTC: Added wxRE_CENTRE_CARET to centre the caret line vertically.
* Fixed wxHTML\'s pagebreaks computation in tables.
* Fixed wxHtmlWindow::SelectionToText() to correctly insert newlines after single-cell paragraphs.
* Fixed wxHTML\'s line breaks handling in
blocks.
* wxHTML: don\'t include extra whitespace in table cells.
* Implemented wxWindow::DragAcceptFiles() on all platforms.
* Added wxAUI_MGR_LIVE_RESIZE flag to wxAuiManager.
* Use bitmap mask in wxSplashScreen.
* Translate \"(c)\" and \"(C)\" to the real copyright sign in wxAboutBox.
* Fix painting of highlight border for merged cells in wxGrid.
* Fix handling of long lines in wxGridCellAutoWrapStringRenderer.
* Return false from wxSingleInstanceChecker::IsAnotherRunning() if an error occurred while opening or reading the lock file.
* Fixed printing to use fonts sizes adjustment consistent with wxMSW.
* Make colours used by list, tree and status bar controls more consistent with the system theme settings.
* Worked around bug in GTK+ < 2.14 where enabling some controls such as wxButton didn\'t re-enable sensitivity until the mouse was moved.
* Thu Jun 18 2009 sbrabecAATTsuse.cz- Worked-around GSocket name conflict with GIO.
* Tue Feb 17 2009 crrodriguezAATTsuse.de- build require libexpat-devel so we dont use the bundled one
* Wed Feb 04 2009 pthAATTsuse.de- Disable the use of precompiled headers as the way wxWidgets uses them is not supported by current GCC.
* Tue Feb 03 2009 pthAATTsuse.de- Update to 2.8.9.1:
* Optimize wxString::Replace() for single character arguments.
* Updated Hindi translation.
* Use tr1::unordered_{map,set} for wxHash{Map,Set} implementation if available in STL build; in particular do not use deprecated hash_{map,set} which results in a lot of warnings from newer g++.
* Added support for reading alpha channel in BMP format.
* Fixed help viewer bug whereby the splitter sash in wxHtmlHelpWindow could go underneath the left-hand pane, permanently, after resizing the help window.
* Fixed wxHTML default font size for printing to be 12pt regardless of the platform, instead of depending on GUI toolkit\'s screen configuration.
* Support wxDP_ALLOWNONE style in generic wxDatePickerCtrl version.
* Set wxKeyEvent::m_uniChar correctly in the events generated by generic wxListCtrl.
* Fix changing size of merged cells in wxGrid.
* Fixed wrapping bug in wxRichTextCtrl when there were images present; now sets the cursor to the next line after pressing Shift+Enter.
* Fixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.
* Fix crash when reading malformed PCX images.
* Fix bug with wrong transparency in GIF animations.
* Store palette information for XPM images in wxImage.
* Fixed selection bugs and auto list numbering in wxRichTextCtrl.
* Significantly optimize wxGrid::BlockToDeviceRect() for large grids.
* Introduced new wxAuiToolBar class for better integration and look-and-feel.
* Fix a crash in wxAuiFrameManager when Update() was called in between mouse-up and mouse-down events
* wxAUI: added various NULL-ptr asserts.
* Fixed problem with Floatable(false) not working in wxAuiFrameManager.
* Fixed maximize bug in wxAUI.
* Allow period in link anchors in wxHTML.
* Fixed memory corruption in wxHTML when parsing \"&;\" in the markup.
* Fixed event type in EVT_GRID_CMD_COL_MOVE and EVT_GRID_COL_MOVE.
* wxGrid doesn\'t steal focus when hiding editor any more.
* MIME types reading fixed when running under GNOME, reading .desktop files and also the default application list.
* Added filesys.no-mimetypesmanager system option so that applications that must load an XRC file at program startup don\'t have to incur the mime types manager initialization penalty.
* Fixed masking of disabled bitmaps in wxMenuItem and wxStaticBitmap.
* Fixed generation of events for an initially empty wxDirPickerCtrl.
* Fixed detection of Meta key state so that NumLock isn\'t misdetected as Meta (requires GTK+ 2.10).
* Fix changing font/colour of label in buttons with images.- Make funtion return a value.
* Wed Sep 03 2008 sbrabecAATTsuse.cz- Updated to version 2.8.8.1:
* many API-compatible fixes and improvements, see docs/changes.txt for complete list
* Mon Sep 01 2008 sbrabecAATTsuse.cz- Dropped obsolete ODBC support (bnc#397044).
* Fri May 02 2008 sbrabecAATTsuse.cz- Don\'t unload libgnomevfs-2.so.0 on exit (bnc#380267).- Removed obsolete configure options (bnc#380267#c7).
* Fri Mar 28 2008 sbrabecAATTsuse.cz- Updated to version 2.8.7.1:
* many API-compatible crash fixes, improvements and other fixes, see docs/changes.txt for complete list
* Tue Oct 02 2007 sbrabecAATTsuse.cz- Updated to version 2.8.6.0:
* many API-compatible crash fixes, improvements and orger fixes, see docs/changes.txt for complete list
* fixed bugs and inconsistencies in wxWidgets and wxPython
* Thu Sep 13 2007 prusnakAATTsuse.cz- corrected last patch (gtk_border_free.patch) [#294693]
* Wed Sep 05 2007 bwalleAATTsuse.de- fix crash on startup on x86_64 (#294693)
* Wed Aug 29 2007 prusnakAATTsuse.cz- pack non-unicode libraries as wxGTK-compat package (again)- run ldconfig in post/postun scriptlets
* Wed May 23 2007 prusnakAATTsuse.cz- update to 2.8.4.0
* changes are too numerous to list, see changes.txt for full list- drop non-unicode libraries (not used anymore)- cleaned spec file
* Mon Mar 05 2007 pthAATTsuse.de- Don\'t hardcode lib64 in .spec file.- Replace contrib/samples/applet/monitors.c once again (see #203607).
* Thu Mar 01 2007 pthAATTsuse.de- Update to 2.8.1.1. Changes are too numerous to list, see changes.txt for a full list.- fix use of uninitialised variables wxPython_int.h- Correct spelling in README.unicode
* Mon Dec 11 2006 sbrabecAATTsuse.cz- Source code cleanup (#226403).
* Tue Sep 05 2006 sbrabecAATTsuse.cz- Repackaged without undistributable monitors.c (#203607).
* Mon Aug 07 2006 sbrabecAATTsuse.cz- Updated to version 2.6.3.3 (#162198):
* Fixed crash when loading message catalogs in Unicode build.
* Fixed crash in wxList code when building with wxUSE_STL=1
* Spurious error message from wxLaunchDefaultBrowser fixed.
* Compilation fixes for (more strict) g++ 4.1
* Speed improvements to wxRegEx
* Fix regerror and regfree name conficts
* wxCondition::WaitTimeout() now returns correct value
* Bug in wxLogStream::DoLogString in Unicode builds fixed
* wxFileName now also looks for TMPDIR on Unix
* Fixed occasional wxThread cleanup crash
* wxImage::Copy() forgot the alpha channel
* Fixed wxSocketBase::InterruptWait on wxBase
* wxSocket::_Read continues reading from socket after exhausting pushback buffer
* Fixed abort() on loading invalid PNG image
* Added space after list item number in wxHTML
* wxCalendarCtrl drawing, positioning and hit-testing fixes
* More checking of image validity before loading into wxImage
* Added double-buffering to wxVListBox and fixed scrolling
* More than one filter allowed in in wxDocTemplate filter
* Fixed infinite loop in tab traversal code with wxUSE_STL==1
* In wxScrolledWindow:DoGetBestSize, no longer adds difference between client and total size
* Fixed problem with zoom setting in print preview
* Fixed problem with choice editor in wxGrid
* Fixed problem trying to print from a preview
* Polygon and line drawing speeded up if there is no scaling
* Fixed problems with CJK input method (reverted)
* Fixed wxNotebook::HitTest when the leftmost visible tab is not the actual first tab
* Send wxSetCursorEvent
* Fix RequestMore for idle events
* Implement user dashes for PS and GNOME printing
* Correct update region code
* Change wxMimeTypesManager code to just read the MIME-types
* Speed up reading MIME database
* wxClipboard fixes
* Support underlined fonts in wxTextCtrl
* wxWindow and wxScrolledWindow now generate all scroll events
* Implemented wxToggleButton
* Fixed wxDb::DBMS() indicating DB2 dBase databases
* Fixed buffer overflow problem in Unicode builds- Fixed slash typo patch.- Do not delete no more generated doslex.c.
* Mon Jul 17 2006 mkudlvasrAATTsuse.cz- fixed a problem in makefiles.in and configure.in. In many cases the variable top_builddir was not separated by a slash. This caused many \'file not found\' errors.
* Fri Apr 07 2006 mmarekAATTsuse.cz- fix array subscript out of range in src/common/db.cpp
* Thu Mar 09 2006 bkAATTsuse.de- Add esound-devel to BuildRequires (was implicily by SDL-devel)- Add explicit gcc-c++ to BuildRequires (was implicit by SDL-devel)
* Tue Feb 28 2006 jmatejekAATTsuse.cz- updated to reflect python changes due to #149809
* Wed Feb 22 2006 sbrabecAATTsuse.cz- Moved pywxrc to python-wxGTK (Andreas Hanke, #152573).
* Sun Feb 19 2006 ajAATTsuse.de- Reduce BuildRequires.
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Fri Jan 20 2006 sbrabecAATTsuse.cz- Package wxrc (#143258, Andreas Hanke).- Updated README.unicode (#144090, Andreas Hanke).- Moved bakefile to devel subpackage (#144094, Andreas Hanke).
* Mon Jan 16 2006 sbrabecAATTsuse.cz- Updated to version 2.6.2.1.
* Mon Sep 19 2005 sbrabecAATTsuse.cz- Force re-creating the old lex code in doslex.c.
* Fri Aug 19 2005 sbrabecAATTsuse.cz- Removed references to no more provided PangoRenderX calls.
* Mon Aug 01 2005 sbrabecAATTsuse.cz- Updated to version 2.6.1.0.
* Sat May 14 2005 schwabAATTsuse.de- Fix undefined operation.
* Wed Apr 27 2005 mciharAATTsuse.cz- update to 2.6.0.0
* Fri Apr 15 2005 mciharAATTsuse.de- build with system libtiff- enabled SDL and sound support
* Wed Apr 13 2005 mciharAATTsuse.cz- fix filelist- fix build on 64-bit machines
* Tue Apr 12 2005 mciharAATTsuse.cz- disable SDL support, it seems to be broken in this version
* Tue Apr 12 2005 mciharAATTsuse.cz- update to 2.5.5.1
* Fri Feb 04 2005 tiwaiAATTsuse.de- fixed the confliction of ATTRIBUTE_PRINTF
* macros.
* Wed Dec 22 2004 mciharAATTsuse.cz- fix python-wxGTK requires
* Fri Nov 19 2004 mciharAATTsuse.cz- update to 2.5.3.1
* Wed Oct 20 2004 mciharAATTsuse.cz- fixed file conflict between python-wxGTK and wxGTK-devel
* Fri Sep 17 2004 mciharAATTsuse.cz- really build wxPython version against unicode wxGTK (bug #45539)
* Tue Aug 31 2004 mciharAATTsuse.cz- update to 2.5.2.8
* Mon Aug 16 2004 mciharAATTsuse.cz- update to 2.5.2.7
* Fri Jul 30 2004 mciharAATTsuse.cz- also build non unicode libraries and ship them in wxGTK-compat package to allow compilation of application, that weren\'t written in respect to unicode possibility
* Wed Jun 02 2004 mciharAATTsuse.cz- add missing wxPython licenses
* Thu Apr 22 2004 mciharAATTsuse.cz- ${prefix} was intentional
* Wed Apr 21 2004 mciharAATTsuse.cz- correct libdir on lib64
* Tue Apr 20 2004 mciharAATTsuse.cz- solved conflict between wxGTK-devel and python-wxGTK
* Wed Apr 14 2004 mciharAATTsuse.cz- moved sound_sdl-2.5.1.so from devel package
* Wed Apr 14 2004 mciharAATTsuse.cz- build with -fPIC- add libmspack support (enables access to MS HTML help files -
*.chm)
* Tue Apr 13 2004 mciharAATTsuse.cz- update to 2.5.1.5- enable unicode support- enabled build of contrib libraries
* Thu Mar 18 2004 mciharAATTsuse.cz- make files in bin executable (bug #36331)
* Fri Mar 05 2004 mciharAATTsuse.cz- little spec file cleanup, debug build can be enabled
* Wed Mar 03 2004 tiwaiAATTsuse.de- fixed wxwin.m4 for the recent autoconf.- moved wxwin.m4 to devel subpackage.
* Tue Jan 13 2004 mciharAATTsuse.cz- enabled build with GTK 2
* Thu Oct 16 2003 mciharAATTsuse.cz- do not build as root- remove orig and rej files that should not be installed
* Wed Oct 15 2003 mciharAATTsuse.cz- update to 2.4.2.4
* Fri Aug 29 2003 tiwaiAATTsuse.de- fixed the segfault on 64bit architectures.
* Sat Aug 23 2003 roAATTsuse.de- fix build on lib64
* Wed Aug 20 2003 mciharAATTsuse.cz- now builds together with wxPython- created patch for DESTDIR support- now lives in /usr and not /usr/X11- build all python bindings (fixes #26138 and #27349)
* Wed Jul 30 2003 adrianAATTsuse.de- update to version 2.4.1- add %run_ldconfig
* Tue May 13 2003 mmjAATTsuse.de- Package forgotten files
* Tue Mar 04 2003 mmjAATTsuse.de- Add patch to have wxFileConfigGroup::DeleteSubgroup() not seg- fault with pGroup == 0. Triggered by audacity but might affect other wxGTK programs. [#24401]
* Tue Feb 25 2003 hhetterAATTsuse.de- devel package requires gtk-devel (Bug Id#22479)
* Mon Feb 17 2003 hhetterAATTsuse.de- package gl-header files too ( Bug Id#23094 )
* Wed Jan 22 2003 meissnerAATTsuse.de- Fixed for lib64 platforms.
* Tue Jan 14 2003 hhetterAATTsuse.de- updated to version 2.4.0- updated documentation to 2.4.0 revision- remove all outdated patches
* Tue Nov 12 2002 tcrhakAATTsuse.cz- fixed for bison 1.75: end rules with semicolons
* Mon Aug 12 2002 garloffAATTsuse.de- Fix multiple delete[] in wxHtmlTagsModule::OnExit().
* Fri Jul 26 2002 adrianAATTsuse.de- fix neededforbuild
* Wed May 01 2002 kukukAATTsuse.de- Remove superfluous libmpeg from neededforbuild
* Fri Apr 26 2002 cooloAATTsuse.de- use %_libdir
* Mon Apr 15 2002 tiwaiAATTsuse.de- fixed build with gcc 3.1.
* Tue Feb 19 2002 hhetterAATTsuse.de- applied the real patch for the wxgtk-mutex performance problem
* Fri Feb 15 2002 hhetterAATTsuse.de- configure with --enable-std_iostreams for better support for C++ sources using C++ iostreams- apply patch to fix perfomance problem with multithreaded apps (accepted and already in the wxGTK CVS)
* Thu Jan 31 2002 roAATTsuse.de- changed neededforbuild to
* Thu Jan 24 2002 tiwaiAATTsuse.de- updated to version 2.2.9.- fixed neededforbuild for libwx_gtk_gl.- added locale files to filelist.- added --enable-soname to ensure the correct linking.- clean up the spec file.
* Mon May 07 2001 mfabianAATTsuse.de- bzip2 source
* Fri Mar 30 2001 pthomasAATTsuse.de- Update to 2.2.6- Renamed to wxGTK- Split off devel package.- Build the OpenGl add-on lib.- Install sample code in docdir.- Change Makefiles to use DESTDIR.- Include both HTML and PDF Versions of the manuals.- Eliminate warnings in C++ code.- Build with -W -Wall -Wstrict-prototypes -Wpointer-aritth
* Fri Jan 26 2001 hhetterAATTsuse.de- Update to 2.2.4
* Sat Dec 09 2000 mfabianAATTsuse.de- Add /usr/X11R6/bin/wxgtk-config to filelist
* Sun Nov 05 2000 roAATTsuse.de- fixed neededforbuild
* Fri Jun 09 2000 roAATTsuse.de- up to 2.1.16
* Mon Feb 21 2000 uliAATTsuse.de- now builds with RPM_OPT_FLAGS
* Mon Feb 21 2000 roAATTsuse.de- update to 2.1.13- use suse_update_config macro- patch to compile with newest gtk
* Fri Jan 14 2000 freitagAATTsuse.de- update to 2.1.12, URL, doc in seperate tarball
* Mon Sep 13 1999 bsAATTsuse.de- ran old prepare_spec on spec file to switch to new prepare_spec.
* Thu Aug 19 1999 kukukAATTsuse.de- Add /usr/X11R6/bin/wx-config to filelist
* Tue Jul 13 1999 bsAATTsuse.de- use gtk and glib instead of gtkn and glibn
* Mon May 31 1999 rayAATTsuse.de- new package