Overview

Request 674518 revoked

- Update relax-abi.diff for new upstream patch.
- Bump soversion.diff for 3.0.4
- update to 3.0.4
* Don't crash on trailing '%' in wxDateTime::Format().
* Fix various problems when parsing invalid ZIP files.
* Fix generic wxTimePickerCtrl to accept max values from
keyboard.
* Multiple surrogate-related fixes in UTF-16 support.
* Fix reading wide character data in wxFile::ReadAll().
* Make parsing WAV data more robust.
* Fix copy ctor in numeric validators classes.
* Fix memory leak when wxDataViewCtrl is deleted.
* Avoid some GTK+ run-time errors when using
wx{File,Dir}PickerCtrl.
- rebase patch soversion.diff
- Prevent breaking binaries, if C++11 is enabled
http://trac.wxwidgets.org/ticket/18034
Add 0001-18034-stick-with-compile-settings-detected-at-config.patch
- Rework provides/conflicts between -devel variants.
- Rework language package dependencies with base library.
- Replace otherproviders() by regular Conflicts.
- Unify packaging
- Backport spinctrl patches: 0001-spinctrl.patch
0002-spinctrl.patch
- Fix SLE12 build with SDL1.
- Make use of %is_opensuse to select SDL1 for SLE12
- Disable building WebView (the built-in browser widget),
as pkconfig(webkit-1.0) (= webkit1gtk2) is going away.
- update to 3.0.3
See: https://github.com/wxWidgets/wxWidgets/blob/v3.0.3/docs/changes.txt#L583-L632
- change source url to github
- rebase patch soversion.diff
- remove following patches, because they are now in upstream:
0001-avoid-passing-invalid-rect-to-Refresh-closes-16819.patch
0001-Ensure-the-PangoFontFace-type-is-loaded.patch
0001-Fix-wxPrintDialog-when-used-directly-see-16821.patch
0001-set-transient-parent-for-about-dialog-closes-16823.patch
0001-Avoid-refreshing-not-currently-visible-items-in-gene.patch
0001-Avoid-Gtk-Message-GtkDialog-mapped-without-a-transie.patch
0001-Fix-wxSpinButton-best-size-for-GTK-3.12-and-later-se.patch
0001-Fix-drawing-checkbox-and-radiobutton-in-checked-stat.patch
0001-Provide-trivial-GDK_IS_X11_DISPLAY-definition-for-GT.patch
0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
0002-Don-t-defer-wxTLW-initialization-in-wxGTK-when-not-u.patch
0003-Don-t-use-frame-extents-when-not-using-X11-in-wxGTK.patch
0004-Don-t-crash-when-switching-to-full-screen-in-non-X11.patch
0005-Don-t-use-X11-only-functions-when-not-using-X11-in-w.patch
abs.diff
wxWidgets-3_0-gstreamer-1.0.patch
- Bump __GXX_ABI_VERSION to 1011 for gcc7
- Add 0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
to resolve crash [boo#1034350]
- Fix devel package description.
- Bump (SUSE-local) SO version to force rebuild.
- Add relax-abi.diff
- Also apply wxWidgets-3_0-gstreamer-1.0.patch to -nostl specfile,
and switch its BR to gstreamer-1.0 too; this was missed in the
previous submission.
- Add wxWidgets-3_0-gstreamer-1.0.patch to port functions to use
gstreamer 1.0 instead of the unmaintained 0.10 branch; patch
taken from upstream issue:
http://trac.wxwidgets.org/ticket/14976.
- Created wxWidgets-nostl to enable audacity updates in openSUSE
because all of the other Linux distributions prefer to build
wxWidgets without STL and audacity developers have no intention
of fixing audacity to build against wxWidgets built with STL.
- Add abs.diff to reenable successful gcc6 build
- Add patches from upstream to resolve crashes in normal conditions,
and when running under non-X11 wxGTK3.
0001-avoid-passing-invalid-rect-to-Refresh-closes-16819.patch
0001-Ensure-the-PangoFontFace-type-is-loaded.patch
0001-Fix-wxPrintDialog-when-used-directly-see-16821.patch
0001-set-transient-parent-for-about-dialog-closes-16823.patch
0001-Avoid-refreshing-not-currently-visible-items-in-gene.patch
0001-Avoid-Gtk-Message-GtkDialog-mapped-without-a-transie.patch
0001-Fix-wxSpinButton-best-size-for-GTK-3.12-and-later-se.patch
0001-Fix-drawing-checkbox-and-radiobutton-in-checked-stat.patch
0001-fix-crashes-in-wxGTK3-when-running-with-non-X11-back.patch
0002-Don-t-defer-wxTLW-initialization-in-wxGTK-when-not-u.patch
0003-Don-t-use-frame-extents-when-not-using-X11-in-wxGTK.patch
0004-Don-t-crash-when-switching-to-full-screen-in-non-X11.patch
0005-Don-t-use-X11-only-functions-when-not-using-X11-in-w.patch
0001-Provide-trivial-GDK_IS_X11_DISPLAY-definition-for-GT.patch
- Fixup Provides/Conflicts: wxWidgets-3_0 is wxGTK2, not wxGTK3,
and should conflict against experimental variants that are
shipping concurrently.
- Add missing directives to baselibs.conf, and also
remove wxGTK3 from baselibs.
- Reenable standard dependency generator. We no longer have
overlapping library SONAMEs.
- Update to new upstream release 3.0.2
* Fix silent data loss in wx[F]File::Write(wxString) if conversion
fails.
* Make wxString::FromCDouble() work when the global C++ locale is
not the C one.
* Fix mouse handling in wxNotebook containing wxListCtrl.
- Bump SONAME due to changed ABI, add soversion.diff.
- Don't let wxGTK3-3_0.spec build the SDL plugin (already done
by wxWidgets-3_0.spec)
- Restore libwx_base*.so devel symlinks [boo#904098]
- Replace broad Requires: Mesa-devel by pkgconfig(gl)
[Mesa-libGL-devel]
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.
- Remove the mechanism to support different variants, as it does
not support concurrent presence of multiple variants.
- Remove wxWidgets-3_0-config-force-rpath.patch,
wxWidgets-find-wx-provides-bash3.patch (no longer needed)
- Update to new upstream release 3.0.1
* wxHTML displays tables much faster now.
* Double clicking wxGrid columns does not make them too small
any more.
* Fix bugs when dragging columns in wxGrid with hidden columns.
* Loading ICO files with PNG data is now supported.
* Mouse wheel scrolling in wxListCtrl works again.
* wxStaticBoxSizer contents is not truncated any more.
* AUI panels may now be re-docked after floating them.
- Remove wxWidgets-3_0-fixGTK3-build.patch (no longer needed)
- Add _constraints file to ensure enough disk space is available
for build.
- Revert the GTK3 change (there are rendering problems).
wxWidgets-3_0(-devel) is now wxGTK2 again, and the wxGTK3 backend
is available in wxGTK3(-devel).
- Continue to provide a wxGTK2 build in parallel to wxGTK3
(new specfile wxGTK2-3_0.spec; use BuildRequire wxGTK2-devel)
- Remove unused wxcontainer and wxcontainer26c subpackage logic
plus spec files
- Let /usr/lib(64)/wx be owned by packages that put files there
- Switch build to GTK3 for SLE12 and openSUSE > 13.1
- Add wxWidgets-3_0-fixGTK3-build.patch: fix build with recent GTK3
(from upstream)
- Remove libgnomeprintui dependencies, GTK printing support is now
used.
- Disable gnomevfs support when building GTK3 version.
- Add/fix missing BuildRequires: xorg-x11-libSM-devel,
libnotify-devel.
- Do not build webview on SLE10 and SLE11
- Use system libraries instead of bundled versions:
libjpeg, libpng, zlib
- Enable use of libSM
- Remove unused "ansi" configuration: wxWidgets 3 in Unicode mode
supports both char* and wchar_t*.
- Exclude libwx_webview from SLE11 build
- added baselibs.conf to provide *-32bit packages
- Remove seemingly pointless patch wxGTK-enable-wxrc.patch.
wxrc is built and installed in any case.
- Patches wxGTK-enable-wxrc.patch,
wxWidgets-3_0-config-force-rpath.patch,
wxWidgets-find-wx-provides-bash3.patch were inherited from
wxWidgets-2_8 package but never mentioned in any package.
Here is a mention.
- Update to new upstream release 3.0.0
* wxWidgets is now always built with Unicode support but provides
the same simple (i.e. "char *"-tolerant) API as was available
in ANSI build in the past.
* wxWidgets may now use either wchar_t (UTF-16/32) or UTF-8
internally, depending on what is optimal for the target
platform.
* New webview library, implementing wxWebView: a wrapper for the
native platform web engine with full support for HTML and
JavaScript.
* New propgrid library containing wxPropertyGrid and related
classes.
* New ribbon library for advanced toolbars.
* Event loops, timers and sockets can now be used in wxBase,
without GUI.
* Events can now be connected to any functor, not necessarily a
method of wxEvtHandler-derived class. The compile-time safety
was also improved.
* Documentation for wxWidgets has been converted from LaTex to
C++ headers with Doxygen comments and significantly improved in
the process (screenshots of various controls were added, more
identifiers are now linked to their definition &c).
* Support for persistent objects automatically saving and
restoring their state was added.
- Drop wxWidgets-to-wxpython-2.9.4.0.patch (merged upstream)
- Use %_smp_mflags for parallel build and better make install call.
- Build wxWidgets with webview support.
- Provide wxWidgets-3_0*-devel for future compatibility.
- Add "API version" in %description.
- Backported fixes from 2.8 branch.
- Included post-release fixes from wxpython.
- add explicit buildrequire on pkgconfig(glu)
- Fixed wx-config symlink (bnc#772528).
- Update to version 2.9.4.
- Backported fixes of the dependency generator from 2.8 branch
(bnc#757124, bnc#759287#c3).
- Added support for Fedora compatible 24c variants (bnc#660438).
- Change name of compat-lib-config virtual provide to not clash
with package name, fix requires/provides generator (bnc#757124).
- Update to version 2.9.3.
- own aclocal directory, there is no other reason to buildrequire
automake
- fix whitespace of spec file
- Updated to version 2.9.2.
- Recommend instead of require lang package.
- Create synthetic .la files to work-around libtool failures when
linking third level libraries or binaries (bnc#690952).
- Do not use bash coproc on system with bash-3.
- Fixed find-wx-requires to check directories instead of library
name. Provide find-wx-provides. (bnc#681409)
- Updated to version 2.9.1.
- Rename package to wxWidgets to follow upstream base name.
- Split wxPython documentation to a separate package.
- Build Unicode/ANSI, standard/debug and STL/wx container versions
separately.
- Spec file completely rewritten.
- 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.
- Added --enable-graphics_ctx to fix Editra (bnc#580060).
- Added ebmlib file required by Editra (bnc#580060,
patch from Salix).
- build with PIC
- Enabled media libraries (bnc#565039).
- 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.
- fixed pth file to point to platlib
- Fixed for the latest python package.
- 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.
- Worked-around GSocket name conflict with GIO.
- build require libexpat-devel so we dont use the bundled one
- Disable the use of precompiled headers as the way wxWidgets uses
them is not supported by current GCC.
- 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.
- Updated to version 2.8.8.1:
* many API-compatible fixes and improvements, see
docs/changes.txt for complete list
- Dropped obsolete ODBC support (bnc#397044).
- Don't unload libgnomevfs-2.so.0 on exit (bnc#380267).
- Removed obsolete configure options (bnc#380267#c7).
- Updated to version 2.8.7.1:
* many API-compatible crash fixes, improvements and other fixes,
see docs/changes.txt for complete list
- 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
- corrected last patch (gtk_border_free.patch) [#294693]
- fix crash on startup on x86_64 (#294693)
- pack non-unicode libraries as wxGTK-compat package (again)
- run ldconfig in post/postun scriptlets
- 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
- Don't hardcode lib64 in .spec file.
- Replace contrib/samples/applet/monitors.c once again (see #203607).
- 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
- Source code cleanup (#226403).
- Repackaged without undistributable monitors.c (#203607).
- 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.
- 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.
- fix array subscript out of range in src/common/db.cpp
- Add esound-devel to BuildRequires (was implicily by SDL-devel)
- Add explicit gcc-c++ to BuildRequires (was implicit by SDL-devel)
- updated to reflect python changes due to #149809
- Moved pywxrc to python-wxGTK (Andreas Hanke, #152573).
- Reduce BuildRequires.
- converted neededforbuild to BuildRequires
- Package wxrc (#143258, Andreas Hanke).
- Updated README.unicode (#144090, Andreas Hanke).
- Moved bakefile to devel subpackage (#144094, Andreas Hanke).
- Updated to version 2.6.2.1.
- Force re-creating the old lex code in doslex.c.
- Removed references to no more provided PangoRenderX calls.
- Updated to version 2.6.1.0.
- Fix undefined operation.
- update to 2.6.0.0
- build with system libtiff
- enabled SDL and sound support
- fix filelist
- fix build on 64-bit machines
- disable SDL support, it seems to be broken in this version
- update to 2.5.5.1
- fixed the confliction of ATTRIBUTE_PRINTF* macros.
- fix python-wxGTK requires
- update to 2.5.3.1
- fixed file conflict between python-wxGTK and wxGTK-devel
- really build wxPython version against unicode wxGTK (bug #45539)
- update to 2.5.2.8
- update to 2.5.2.7
- 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
- add missing wxPython licenses
- ${prefix} was intentional
- correct libdir on lib64
- solved conflict between wxGTK-devel and python-wxGTK
- moved sound_sdl-2.5.1.so from devel package
- build with -fPIC
- add libmspack support (enables access to MS HTML help files - *.chm)
- update to 2.5.1.5
- enable unicode support
- enabled build of contrib libraries
- make files in bin executable (bug #36331)
- little spec file cleanup, debug build can be enabled
- fixed wxwin.m4 for the recent autoconf.
- moved wxwin.m4 to devel subpackage.
- enabled build with GTK 2
- do not build as root
- remove orig and rej files that should not be installed
- update to 2.4.2.4
- fixed the segfault on 64bit architectures.
- fix build on lib64
- 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)
- update to version 2.4.1
- add %run_ldconfig
- Package forgotten files
- Add patch to have wxFileConfigGroup::DeleteSubgroup() not seg-
fault with pGroup == 0. Triggered by audacity but might affect
other wxGTK programs. [#24401]
- devel package requires gtk-devel (Bug Id#22479)
- package gl-header files too ( Bug Id#23094 )
- Fixed for lib64 platforms.
- updated to version 2.4.0
- updated documentation to 2.4.0 revision
- remove all outdated patches
- fixed for bison 1.75: end rules with semicolons
- Fix multiple delete[] in wxHtmlTagsModule::OnExit().
- fix neededforbuild
- Remove superfluous libmpeg from neededforbuild
- use %_libdir
- fixed build with gcc 3.1.
- applied the real patch for the wxgtk-mutex performance problem
- 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)
- changed neededforbuild to
- 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.
- bzip2 source
- 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
- Update to 2.2.4
- Add /usr/X11R6/bin/wxgtk-config to filelist
- fixed neededforbuild
- up to 2.1.16
- now builds with RPM_OPT_FLAGS
- update to 2.1.13
- use suse_update_config macro
- patch to compile with newest gtk
- update to 2.1.12, URL, doc in seperate tarball
- ran old prepare_spec on spec file to switch to new prepare_spec.
- Add /usr/X11R6/bin/wx-config to filelist
- use gtk and glib instead of gtkn and glibn
- new package
- Update relax-abi.diff for new upstream patch.
- Bump soversion.diff for 3.0.4
- update to 3.0.4
* Don't crash on trailing '%' in wxDateTime::Format().
* Fix various problems when parsing invalid ZIP files.
* Fix generic wxTimePickerCtrl to accept max values from
keyboard.
* Multiple surrogate-related fixes in UTF-16 support.
* Fix reading wide character data in wxFile::ReadAll().
* Make parsing WAV data more robust.
* Fix copy ctor in numeric validators classes.
* Fix memory leak when wxDataViewCtrl is deleted.
* Avoid some GTK+ run-time errors when using
wx{File,Dir}PickerCtrl.
- rebase patch soversion.diff
- Prevent breaking binaries, if C++11 is enabled
http://trac.wxwidgets.org/ticket/18034
Add 0001-18034-stick-with-compile-settings-detected-at-config.patch
- Rework provides/conflicts between -devel variants.
- Rework language package dependencies with base library.
- Replace otherproviders() by regular Conflicts.
- Unify packaging
- Backport spinctrl patches: 0001-spinctrl.patch
0002-spinctrl.patch
- Fix SLE12 build with SDL1.
- Make use of %is_opensuse to select SDL1 for SLE12
- Disable building WebView (the built-in browser widget),
as pkconfig(webkit-1.0) (= webkit1gtk2) is going away.
- update to 3.0.3
See: https://github.com/wxWidgets/wxWidgets/blob/v3.0.3/docs/changes.txt#L583-L632
- change source url to github
- rebase patch soversion.diff
- remove following patches, because they are now in upstream:
0001-avoid-passing-invalid-rect-to-Refresh-closes-16819.patch
0001-Ensure-the-PangoFontFace-type-is-loaded.patch
0001-Fix-wxPrintDialog-when-used-directly-see-16821.patch
0001-set-transient-parent-for-about-dialog-closes-16823.patch
0001-Avoid-refreshing-not-currently-visible-items-in-gene.patch
0001-Avoid-Gtk-Message-GtkDialog-mapped-without-a-transie.patch
0001-Fix-wxSpinButton-best-size-for-GTK-3.12-and-later-se.patch
0001-Fix-drawing-checkbox-and-radiobutton-in-checked-stat.patch
0001-Provide-trivial-GDK_IS_X11_DISPLAY-definition-for-GT.patch
0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
0002-Don-t-defer-wxTLW-initialization-in-wxGTK-when-not-u.patch
0003-Don-t-use-frame-extents-when-not-using-X11-in-wxGTK.patch
0004-Don-t-crash-when-switching-to-full-screen-in-non-X11.patch
0005-Don-t-use-X11-only-functions-when-not-using-X11-in-w.patch
abs.diff
wxWidgets-3_0-gstreamer-1.0.patch
- Bump __GXX_ABI_VERSION to 1011 for gcc7
- Add 0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
to resolve crash [boo#1034350]
- Fix devel package description.
- Bump (SUSE-local) SO version to force rebuild.
- Add relax-abi.diff
- Also apply wxWidgets-3_0-gstreamer-1.0.patch to -nostl specfile,
and switch its BR to gstreamer-1.0 too; this was missed in the
previous submission.
- Add wxWidgets-3_0-gstreamer-1.0.patch to port functions to use
gstreamer 1.0 instead of the unmaintained 0.10 branch; patch
taken from upstream issue:
http://trac.wxwidgets.org/ticket/14976.
- Created wxWidgets-nostl to enable audacity updates in openSUSE
because all of the other Linux distributions prefer to build
wxWidgets without STL and audacity developers have no intention
of fixing audacity to build against wxWidgets built with STL.
- Add abs.diff to reenable successful gcc6 build
- Add patches from upstream to resolve crashes in normal conditions,
and when running under non-X11 wxGTK3.
0001-avoid-passing-invalid-rect-to-Refresh-closes-16819.patch
0001-Ensure-the-PangoFontFace-type-is-loaded.patch
0001-Fix-wxPrintDialog-when-used-directly-see-16821.patch
0001-set-transient-parent-for-about-dialog-closes-16823.patch
0001-Avoid-refreshing-not-currently-visible-items-in-gene.patch
0001-Avoid-Gtk-Message-GtkDialog-mapped-without-a-transie.patch
0001-Fix-wxSpinButton-best-size-for-GTK-3.12-and-later-se.patch
0001-Fix-drawing-checkbox-and-radiobutton-in-checked-stat.patch
0001-fix-crashes-in-wxGTK3-when-running-with-non-X11-back.patch
0002-Don-t-defer-wxTLW-initialization-in-wxGTK-when-not-u.patch
0003-Don-t-use-frame-extents-when-not-using-X11-in-wxGTK.patch
0004-Don-t-crash-when-switching-to-full-screen-in-non-X11.patch
0005-Don-t-use-X11-only-functions-when-not-using-X11-in-w.patch
0001-Provide-trivial-GDK_IS_X11_DISPLAY-definition-for-GT.patch
- Fixup Provides/Conflicts: wxWidgets-3_0 is wxGTK2, not wxGTK3,
and should conflict against experimental variants that are
shipping concurrently.
- Add missing directives to baselibs.conf, and also
remove wxGTK3 from baselibs.
- Reenable standard dependency generator. We no longer have
overlapping library SONAMEs.
- Update to new upstream release 3.0.2
* Fix silent data loss in wx[F]File::Write(wxString) if conversion
fails.
* Make wxString::FromCDouble() work when the global C++ locale is
not the C one.
* Fix mouse handling in wxNotebook containing wxListCtrl.
- Bump SONAME due to changed ABI, add soversion.diff.
- Don't let wxGTK3-3_0.spec build the SDL plugin (already done
by wxWidgets-3_0.spec)
- Restore libwx_base*.so devel symlinks [boo#904098]
- Replace broad Requires: Mesa-devel by pkgconfig(gl)
[Mesa-libGL-devel]
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.
- Remove the mechanism to support different variants, as it does
not support concurrent presence of multiple variants.
- Remove wxWidgets-3_0-config-force-rpath.patch,
wxWidgets-find-wx-provides-bash3.patch (no longer needed)
- Update to new upstream release 3.0.1
* wxHTML displays tables much faster now.
* Double clicking wxGrid columns does not make them too small
any more.
* Fix bugs when dragging columns in wxGrid with hidden columns.
* Loading ICO files with PNG data is now supported.
* Mouse wheel scrolling in wxListCtrl works again.
* wxStaticBoxSizer contents is not truncated any more.
* AUI panels may now be re-docked after floating them.
- Remove wxWidgets-3_0-fixGTK3-build.patch (no longer needed)
- Add _constraints file to ensure enough disk space is available
for build.
- Revert the GTK3 change (there are rendering problems).
wxWidgets-3_0(-devel) is now wxGTK2 again, and the wxGTK3 backend
is available in wxGTK3(-devel).
- Continue to provide a wxGTK2 build in parallel to wxGTK3
(new specfile wxGTK2-3_0.spec; use BuildRequire wxGTK2-devel)
- Remove unused wxcontainer and wxcontainer26c subpackage logic
plus spec files
- Let /usr/lib(64)/wx be owned by packages that put files there
- Switch build to GTK3 for SLE12 and openSUSE > 13.1
- Add wxWidgets-3_0-fixGTK3-build.patch: fix build with recent GTK3
(from upstream)
- Remove libgnomeprintui dependencies, GTK printing support is now
used.
- Disable gnomevfs support when building GTK3 version.
- Add/fix missing BuildRequires: xorg-x11-libSM-devel,
libnotify-devel.
- Do not build webview on SLE10 and SLE11
- Use system libraries instead of bundled versions:
libjpeg, libpng, zlib
- Enable use of libSM
- Remove unused "ansi" configuration: wxWidgets 3 in Unicode mode
supports both char* and wchar_t*.
- Exclude libwx_webview from SLE11 build
- added baselibs.conf to provide *-32bit packages
- Remove seemingly pointless patch wxGTK-enable-wxrc.patch.
wxrc is built and installed in any case.
- Patches wxGTK-enable-wxrc.patch,
wxWidgets-3_0-config-force-rpath.patch,
wxWidgets-find-wx-provides-bash3.patch were inherited from
wxWidgets-2_8 package but never mentioned in any package.
Here is a mention.
- Update to new upstream release 3.0.0
* wxWidgets is now always built with Unicode support but provides
the same simple (i.e. "char *"-tolerant) API as was available
in ANSI build in the past.
* wxWidgets may now use either wchar_t (UTF-16/32) or UTF-8
internally, depending on what is optimal for the target
platform.
* New webview library, implementing wxWebView: a wrapper for the
native platform web engine with full support for HTML and
JavaScript.
* New propgrid library containing wxPropertyGrid and related
classes.
* New ribbon library for advanced toolbars.
* Event loops, timers and sockets can now be used in wxBase,
without GUI.
* Events can now be connected to any functor, not necessarily a
method of wxEvtHandler-derived class. The compile-time safety
was also improved.
* Documentation for wxWidgets has been converted from LaTex to
C++ headers with Doxygen comments and significantly improved in
the process (screenshots of various controls were added, more
identifiers are now linked to their definition &c).
* Support for persistent objects automatically saving and
restoring their state was added.
- Drop wxWidgets-to-wxpython-2.9.4.0.patch (merged upstream)
- Use %_smp_mflags for parallel build and better make install call.
- Build wxWidgets with webview support.
- Provide wxWidgets-3_0*-devel for future compatibility.
- Add "API version" in %description.
- Backported fixes from 2.8 branch.
- Included post-release fixes from wxpython.
- add explicit buildrequire on pkgconfig(glu)
- Fixed wx-config symlink (bnc#772528).
- Update to version 2.9.4.
- Backported fixes of the dependency generator from 2.8 branch
(bnc#757124, bnc#759287#c3).
- Added support for Fedora compatible 24c variants (bnc#660438).
- Change name of compat-lib-config virtual provide to not clash
with package name, fix requires/provides generator (bnc#757124).
- Update to version 2.9.3.
- own aclocal directory, there is no other reason to buildrequire
automake
- fix whitespace of spec file
- Updated to version 2.9.2.
- Recommend instead of require lang package.
- Create synthetic .la files to work-around libtool failures when
linking third level libraries or binaries (bnc#690952).
- Do not use bash coproc on system with bash-3.
- Fixed find-wx-requires to check directories instead of library
name. Provide find-wx-provides. (bnc#681409)
- Updated to version 2.9.1.
- Rename package to wxWidgets to follow upstream base name.
- Split wxPython documentation to a separate package.
- Build Unicode/ANSI, standard/debug and STL/wx container versions
separately.
- Spec file completely rewritten.
- 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.
- Added --enable-graphics_ctx to fix Editra (bnc#580060).
- Added ebmlib file required by Editra (bnc#580060,
patch from Salix).
- build with PIC
- Enabled media libraries (bnc#565039).
- 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.
- fixed pth file to point to platlib
- Fixed for the latest python package.
- 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.
- Worked-around GSocket name conflict with GIO.
- build require libexpat-devel so we dont use the bundled one
- Disable the use of precompiled headers as the way wxWidgets uses
them is not supported by current GCC.
- 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.
- Updated to version 2.8.8.1:
* many API-compatible fixes and improvements, see
docs/changes.txt for complete list
- Dropped obsolete ODBC support (bnc#397044).
- Don't unload libgnomevfs-2.so.0 on exit (bnc#380267).
- Removed obsolete configure options (bnc#380267#c7).
- Updated to version 2.8.7.1:
* many API-compatible crash fixes, improvements and other fixes,
see docs/changes.txt for complete list
- 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
- corrected last patch (gtk_border_free.patch) [#294693]
- fix crash on startup on x86_64 (#294693)
- pack non-unicode libraries as wxGTK-compat package (again)
- run ldconfig in post/postun scriptlets
- 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
- Don't hardcode lib64 in .spec file.
- Replace contrib/samples/applet/monitors.c once again (see #203607).
- 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
- Source code cleanup (#226403).
- Repackaged without undistributable monitors.c (#203607).
- 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.
- 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.
- fix array subscript out of range in src/common/db.cpp
- Add esound-devel to BuildRequires (was implicily by SDL-devel)
- Add explicit gcc-c++ to BuildRequires (was implicit by SDL-devel)
- updated to reflect python changes due to #149809
- Moved pywxrc to python-wxGTK (Andreas Hanke, #152573).
- Reduce BuildRequires.
- converted neededforbuild to BuildRequires
- Package wxrc (#143258, Andreas Hanke).
- Updated README.unicode (#144090, Andreas Hanke).
- Moved bakefile to devel subpackage (#144094, Andreas Hanke).
- Updated to version 2.6.2.1.
- Force re-creating the old lex code in doslex.c.
- Removed references to no more provided PangoRenderX calls.
- Updated to version 2.6.1.0.
- Fix undefined operation.
- update to 2.6.0.0
- build with system libtiff
- enabled SDL and sound support
- fix filelist
- fix build on 64-bit machines
- disable SDL support, it seems to be broken in this version
- update to 2.5.5.1
- fixed the confliction of ATTRIBUTE_PRINTF* macros.
- fix python-wxGTK requires
- update to 2.5.3.1
- fixed file conflict between python-wxGTK and wxGTK-devel
- really build wxPython version against unicode wxGTK (bug #45539)
- update to 2.5.2.8
- update to 2.5.2.7
- 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
- add missing wxPython licenses
- ${prefix} was intentional
- correct libdir on lib64
- solved conflict between wxGTK-devel and python-wxGTK
- moved sound_sdl-2.5.1.so from devel package
- build with -fPIC
- add libmspack support (enables access to MS HTML help files - *.chm)
- update to 2.5.1.5
- enable unicode support
- enabled build of contrib libraries
- make files in bin executable (bug #36331)
- little spec file cleanup, debug build can be enabled
- fixed wxwin.m4 for the recent autoconf.
- moved wxwin.m4 to devel subpackage.
- enabled build with GTK 2
- do not build as root
- remove orig and rej files that should not be installed
- update to 2.4.2.4
- fixed the segfault on 64bit architectures.
- fix build on lib64
- 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)
- update to version 2.4.1
- add %run_ldconfig
- Package forgotten files
- Add patch to have wxFileConfigGroup::DeleteSubgroup() not seg-
fault with pGroup == 0. Triggered by audacity but might affect
other wxGTK programs. [#24401]
- devel package requires gtk-devel (Bug Id#22479)
- package gl-header files too ( Bug Id#23094 )
- Fixed for lib64 platforms.
- updated to version 2.4.0
- updated documentation to 2.4.0 revision
- remove all outdated patches
- fixed for bison 1.75: end rules with semicolons
- Fix multiple delete[] in wxHtmlTagsModule::OnExit().
- fix neededforbuild
- Remove superfluous libmpeg from neededforbuild
- use %_libdir
- fixed build with gcc 3.1.
- applied the real patch for the wxgtk-mutex performance problem
- 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)
- changed neededforbuild to
- 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.
- bzip2 source
- 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
- Update to 2.2.4
- Add /usr/X11R6/bin/wxgtk-config to filelist
- fixed neededforbuild
- up to 2.1.16
- now builds with RPM_OPT_FLAGS
- update to 2.1.13
- use suse_update_config macro
- patch to compile with newest gtk
- update to 2.1.12, URL, doc in seperate tarball
- ran old prepare_spec on spec file to switch to new prepare_spec.
- Add /usr/X11R6/bin/wx-config to filelist
- use gtk and glib instead of gtkn and glibn
- new package

Leap Reviewbot's avatar

openSUSE:Factory/wxWidgets-3_0@26 -> openSUSE:Leap:15.1/wxWidgets-3_0

expected origin is 'SUSE:SLE-15:GA' (changed)

perfect. the submitted sources are in or accepted for Factory

Request History
Eric Schirra's avatar

ecsos created request

- Update relax-abi.diff for new upstream patch.
- Bump soversion.diff for 3.0.4
- update to 3.0.4
* Don't crash on trailing '%' in wxDateTime::Format().
* Fix various problems when parsing invalid ZIP files.
* Fix generic wxTimePickerCtrl to accept max values from
keyboard.
* Multiple surrogate-related fixes in UTF-16 support.
* Fix reading wide character data in wxFile::ReadAll().
* Make parsing WAV data more robust.
* Fix copy ctor in numeric validators classes.
* Fix memory leak when wxDataViewCtrl is deleted.
* Avoid some GTK+ run-time errors when using
wx{File,Dir}PickerCtrl.
- rebase patch soversion.diff
- Prevent breaking binaries, if C++11 is enabled
http://trac.wxwidgets.org/ticket/18034
Add 0001-18034-stick-with-compile-settings-detected-at-config.patch
- Rework provides/conflicts between -devel variants.
- Rework language package dependencies with base library.
- Replace otherproviders() by regular Conflicts.
- Unify packaging
- Backport spinctrl patches: 0001-spinctrl.patch
0002-spinctrl.patch
- Fix SLE12 build with SDL1.
- Make use of %is_opensuse to select SDL1 for SLE12
- Disable building WebView (the built-in browser widget),
as pkconfig(webkit-1.0) (= webkit1gtk2) is going away.
- update to 3.0.3
See: https://github.com/wxWidgets/wxWidgets/blob/v3.0.3/docs/changes.txt#L583-L632
- change source url to github
- rebase patch soversion.diff
- remove following patches, because they are now in upstream:
0001-avoid-passing-invalid-rect-to-Refresh-closes-16819.patch
0001-Ensure-the-PangoFontFace-type-is-loaded.patch
0001-Fix-wxPrintDialog-when-used-directly-see-16821.patch
0001-set-transient-parent-for-about-dialog-closes-16823.patch
0001-Avoid-refreshing-not-currently-visible-items-in-gene.patch
0001-Avoid-Gtk-Message-GtkDialog-mapped-without-a-transie.patch
0001-Fix-wxSpinButton-best-size-for-GTK-3.12-and-later-se.patch
0001-Fix-drawing-checkbox-and-radiobutton-in-checked-stat.patch
0001-Provide-trivial-GDK_IS_X11_DISPLAY-definition-for-GT.patch
0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
0002-Don-t-defer-wxTLW-initialization-in-wxGTK-when-not-u.patch
0003-Don-t-use-frame-extents-when-not-using-X11-in-wxGTK.patch
0004-Don-t-crash-when-switching-to-full-screen-in-non-X11.patch
0005-Don-t-use-X11-only-functions-when-not-using-X11-in-w.patch
abs.diff
wxWidgets-3_0-gstreamer-1.0.patch
- Bump __GXX_ABI_VERSION to 1011 for gcc7
- Add 0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
to resolve crash [boo#1034350]
- Fix devel package description.
- Bump (SUSE-local) SO version to force rebuild.
- Add relax-abi.diff
- Also apply wxWidgets-3_0-gstreamer-1.0.patch to -nostl specfile,
and switch its BR to gstreamer-1.0 too; this was missed in the
previous submission.
- Add wxWidgets-3_0-gstreamer-1.0.patch to port functions to use
gstreamer 1.0 instead of the unmaintained 0.10 branch; patch
taken from upstream issue:
http://trac.wxwidgets.org/ticket/14976.
- Created wxWidgets-nostl to enable audacity updates in openSUSE
because all of the other Linux distributions prefer to build
wxWidgets without STL and audacity developers have no intention
of fixing audacity to build against wxWidgets built with STL.
- Add abs.diff to reenable successful gcc6 build
- Add patches from upstream to resolve crashes in normal conditions,
and when running under non-X11 wxGTK3.
0001-avoid-passing-invalid-rect-to-Refresh-closes-16819.patch
0001-Ensure-the-PangoFontFace-type-is-loaded.patch
0001-Fix-wxPrintDialog-when-used-directly-see-16821.patch
0001-set-transient-parent-for-about-dialog-closes-16823.patch
0001-Avoid-refreshing-not-currently-visible-items-in-gene.patch
0001-Avoid-Gtk-Message-GtkDialog-mapped-without-a-transie.patch
0001-Fix-wxSpinButton-best-size-for-GTK-3.12-and-later-se.patch
0001-Fix-drawing-checkbox-and-radiobutton-in-checked-stat.patch
0001-fix-crashes-in-wxGTK3-when-running-with-non-X11-back.patch
0002-Don-t-defer-wxTLW-initialization-in-wxGTK-when-not-u.patch
0003-Don-t-use-frame-extents-when-not-using-X11-in-wxGTK.patch
0004-Don-t-crash-when-switching-to-full-screen-in-non-X11.patch
0005-Don-t-use-X11-only-functions-when-not-using-X11-in-w.patch
0001-Provide-trivial-GDK_IS_X11_DISPLAY-definition-for-GT.patch
- Fixup Provides/Conflicts: wxWidgets-3_0 is wxGTK2, not wxGTK3,
and should conflict against experimental variants that are
shipping concurrently.
- Add missing directives to baselibs.conf, and also
remove wxGTK3 from baselibs.
- Reenable standard dependency generator. We no longer have
overlapping library SONAMEs.
- Update to new upstream release 3.0.2
* Fix silent data loss in wx[F]File::Write(wxString) if conversion
fails.
* Make wxString::FromCDouble() work when the global C++ locale is
not the C one.
* Fix mouse handling in wxNotebook containing wxListCtrl.
- Bump SONAME due to changed ABI, add soversion.diff.
- Don't let wxGTK3-3_0.spec build the SDL plugin (already done
by wxWidgets-3_0.spec)
- Restore libwx_base*.so devel symlinks [boo#904098]
- Replace broad Requires: Mesa-devel by pkgconfig(gl)
[Mesa-libGL-devel]
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.
- Remove the mechanism to support different variants, as it does
not support concurrent presence of multiple variants.
- Remove wxWidgets-3_0-config-force-rpath.patch,
wxWidgets-find-wx-provides-bash3.patch (no longer needed)
- Update to new upstream release 3.0.1
* wxHTML displays tables much faster now.
* Double clicking wxGrid columns does not make them too small
any more.
* Fix bugs when dragging columns in wxGrid with hidden columns.
* Loading ICO files with PNG data is now supported.
* Mouse wheel scrolling in wxListCtrl works again.
* wxStaticBoxSizer contents is not truncated any more.
* AUI panels may now be re-docked after floating them.
- Remove wxWidgets-3_0-fixGTK3-build.patch (no longer needed)
- Add _constraints file to ensure enough disk space is available
for build.
- Revert the GTK3 change (there are rendering problems).
wxWidgets-3_0(-devel) is now wxGTK2 again, and the wxGTK3 backend
is available in wxGTK3(-devel).
- Continue to provide a wxGTK2 build in parallel to wxGTK3
(new specfile wxGTK2-3_0.spec; use BuildRequire wxGTK2-devel)
- Remove unused wxcontainer and wxcontainer26c subpackage logic
plus spec files
- Let /usr/lib(64)/wx be owned by packages that put files there
- Switch build to GTK3 for SLE12 and openSUSE > 13.1
- Add wxWidgets-3_0-fixGTK3-build.patch: fix build with recent GTK3
(from upstream)
- Remove libgnomeprintui dependencies, GTK printing support is now
used.
- Disable gnomevfs support when building GTK3 version.
- Add/fix missing BuildRequires: xorg-x11-libSM-devel,
libnotify-devel.
- Do not build webview on SLE10 and SLE11
- Use system libraries instead of bundled versions:
libjpeg, libpng, zlib
- Enable use of libSM
- Remove unused "ansi" configuration: wxWidgets 3 in Unicode mode
supports both char* and wchar_t*.
- Exclude libwx_webview from SLE11 build
- added baselibs.conf to provide *-32bit packages
- Remove seemingly pointless patch wxGTK-enable-wxrc.patch.
wxrc is built and installed in any case.
- Patches wxGTK-enable-wxrc.patch,
wxWidgets-3_0-config-force-rpath.patch,
wxWidgets-find-wx-provides-bash3.patch were inherited from
wxWidgets-2_8 package but never mentioned in any package.
Here is a mention.
- Update to new upstream release 3.0.0
* wxWidgets is now always built with Unicode support but provides
the same simple (i.e. "char *"-tolerant) API as was available
in ANSI build in the past.
* wxWidgets may now use either wchar_t (UTF-16/32) or UTF-8
internally, depending on what is optimal for the target
platform.
* New webview library, implementing wxWebView: a wrapper for the
native platform web engine with full support for HTML and
JavaScript.
* New propgrid library containing wxPropertyGrid and related
classes.
* New ribbon library for advanced toolbars.
* Event loops, timers and sockets can now be used in wxBase,
without GUI.
* Events can now be connected to any functor, not necessarily a
method of wxEvtHandler-derived class. The compile-time safety
was also improved.
* Documentation for wxWidgets has been converted from LaTex to
C++ headers with Doxygen comments and significantly improved in
the process (screenshots of various controls were added, more
identifiers are now linked to their definition &c).
* Support for persistent objects automatically saving and
restoring their state was added.
- Drop wxWidgets-to-wxpython-2.9.4.0.patch (merged upstream)
- Use %_smp_mflags for parallel build and better make install call.
- Build wxWidgets with webview support.
- Provide wxWidgets-3_0*-devel for future compatibility.
- Add "API version" in %description.
- Backported fixes from 2.8 branch.
- Included post-release fixes from wxpython.
- add explicit buildrequire on pkgconfig(glu)
- Fixed wx-config symlink (bnc#772528).
- Update to version 2.9.4.
- Backported fixes of the dependency generator from 2.8 branch
(bnc#757124, bnc#759287#c3).
- Added support for Fedora compatible 24c variants (bnc#660438).
- Change name of compat-lib-config virtual provide to not clash
with package name, fix requires/provides generator (bnc#757124).
- Update to version 2.9.3.
- own aclocal directory, there is no other reason to buildrequire
automake
- fix whitespace of spec file
- Updated to version 2.9.2.
- Recommend instead of require lang package.
- Create synthetic .la files to work-around libtool failures when
linking third level libraries or binaries (bnc#690952).
- Do not use bash coproc on system with bash-3.
- Fixed find-wx-requires to check directories instead of library
name. Provide find-wx-provides. (bnc#681409)
- Updated to version 2.9.1.
- Rename package to wxWidgets to follow upstream base name.
- Split wxPython documentation to a separate package.
- Build Unicode/ANSI, standard/debug and STL/wx container versions
separately.
- Spec file completely rewritten.
- 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.
- Added --enable-graphics_ctx to fix Editra (bnc#580060).
- Added ebmlib file required by Editra (bnc#580060,
patch from Salix).
- build with PIC
- Enabled media libraries (bnc#565039).
- 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.
- fixed pth file to point to platlib
- Fixed for the latest python package.
- 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.
- Worked-around GSocket name conflict with GIO.
- build require libexpat-devel so we dont use the bundled one
- Disable the use of precompiled headers as the way wxWidgets uses
them is not supported by current GCC.
- 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.
- Updated to version 2.8.8.1:
* many API-compatible fixes and improvements, see
docs/changes.txt for complete list
- Dropped obsolete ODBC support (bnc#397044).
- Don't unload libgnomevfs-2.so.0 on exit (bnc#380267).
- Removed obsolete configure options (bnc#380267#c7).
- Updated to version 2.8.7.1:
* many API-compatible crash fixes, improvements and other fixes,
see docs/changes.txt for complete list
- 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
- corrected last patch (gtk_border_free.patch) [#294693]
- fix crash on startup on x86_64 (#294693)
- pack non-unicode libraries as wxGTK-compat package (again)
- run ldconfig in post/postun scriptlets
- 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
- Don't hardcode lib64 in .spec file.
- Replace contrib/samples/applet/monitors.c once again (see #203607).
- 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
- Source code cleanup (#226403).
- Repackaged without undistributable monitors.c (#203607).
- 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.
- 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.
- fix array subscript out of range in src/common/db.cpp
- Add esound-devel to BuildRequires (was implicily by SDL-devel)
- Add explicit gcc-c++ to BuildRequires (was implicit by SDL-devel)
- updated to reflect python changes due to #149809
- Moved pywxrc to python-wxGTK (Andreas Hanke, #152573).
- Reduce BuildRequires.
- converted neededforbuild to BuildRequires
- Package wxrc (#143258, Andreas Hanke).
- Updated README.unicode (#144090, Andreas Hanke).
- Moved bakefile to devel subpackage (#144094, Andreas Hanke).
- Updated to version 2.6.2.1.
- Force re-creating the old lex code in doslex.c.
- Removed references to no more provided PangoRenderX calls.
- Updated to version 2.6.1.0.
- Fix undefined operation.
- update to 2.6.0.0
- build with system libtiff
- enabled SDL and sound support
- fix filelist
- fix build on 64-bit machines
- disable SDL support, it seems to be broken in this version
- update to 2.5.5.1
- fixed the confliction of ATTRIBUTE_PRINTF* macros.
- fix python-wxGTK requires
- update to 2.5.3.1
- fixed file conflict between python-wxGTK and wxGTK-devel
- really build wxPython version against unicode wxGTK (bug #45539)
- update to 2.5.2.8
- update to 2.5.2.7
- 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
- add missing wxPython licenses
- ${prefix} was intentional
- correct libdir on lib64
- solved conflict between wxGTK-devel and python-wxGTK
- moved sound_sdl-2.5.1.so from devel package
- build with -fPIC
- add libmspack support (enables access to MS HTML help files - *.chm)
- update to 2.5.1.5
- enable unicode support
- enabled build of contrib libraries
- make files in bin executable (bug #36331)
- little spec file cleanup, debug build can be enabled
- fixed wxwin.m4 for the recent autoconf.
- moved wxwin.m4 to devel subpackage.
- enabled build with GTK 2
- do not build as root
- remove orig and rej files that should not be installed
- update to 2.4.2.4
- fixed the segfault on 64bit architectures.
- fix build on lib64
- 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)
- update to version 2.4.1
- add %run_ldconfig
- Package forgotten files
- Add patch to have wxFileConfigGroup::DeleteSubgroup() not seg-
fault with pGroup == 0. Triggered by audacity but might affect
other wxGTK programs. [#24401]
- devel package requires gtk-devel (Bug Id#22479)
- package gl-header files too ( Bug Id#23094 )
- Fixed for lib64 platforms.
- updated to version 2.4.0
- updated documentation to 2.4.0 revision
- remove all outdated patches
- fixed for bison 1.75: end rules with semicolons
- Fix multiple delete[] in wxHtmlTagsModule::OnExit().
- fix neededforbuild
- Remove superfluous libmpeg from neededforbuild
- use %_libdir
- fixed build with gcc 3.1.
- applied the real patch for the wxgtk-mutex performance problem
- 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)
- changed neededforbuild to
- 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.
- bzip2 source
- 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
- Update to 2.2.4
- Add /usr/X11R6/bin/wxgtk-config to filelist
- fixed neededforbuild
- up to 2.1.16
- now builds with RPM_OPT_FLAGS
- update to 2.1.13
- use suse_update_config macro
- patch to compile with newest gtk
- update to 2.1.12, URL, doc in seperate tarball
- ran old prepare_spec on spec file to switch to new prepare_spec.
- Add /usr/X11R6/bin/wx-config to filelist
- use gtk and glib instead of gtkn and glibn
- new package
- Update relax-abi.diff for new upstream patch.
- Bump soversion.diff for 3.0.4
- update to 3.0.4
* Don't crash on trailing '%' in wxDateTime::Format().
* Fix various problems when parsing invalid ZIP files.
* Fix generic wxTimePickerCtrl to accept max values from
keyboard.
* Multiple surrogate-related fixes in UTF-16 support.
* Fix reading wide character data in wxFile::ReadAll().
* Make parsing WAV data more robust.
* Fix copy ctor in numeric validators classes.
* Fix memory leak when wxDataViewCtrl is deleted.
* Avoid some GTK+ run-time errors when using
wx{File,Dir}PickerCtrl.
- rebase patch soversion.diff
- Prevent breaking binaries, if C++11 is enabled
http://trac.wxwidgets.org/ticket/18034
Add 0001-18034-stick-with-compile-settings-detected-at-config.patch
- Rework provides/conflicts between -devel variants.
- Rework language package dependencies with base library.
- Replace otherproviders() by regular Conflicts.
- Unify packaging
- Backport spinctrl patches: 0001-spinctrl.patch
0002-spinctrl.patch
- Fix SLE12 build with SDL1.
- Make use of %is_opensuse to select SDL1 for SLE12
- Disable building WebView (the built-in browser widget),
as pkconfig(webkit-1.0) (= webkit1gtk2) is going away.
- update to 3.0.3
See: https://github.com/wxWidgets/wxWidgets/blob/v3.0.3/docs/changes.txt#L583-L632
- change source url to github
- rebase patch soversion.diff
- remove following patches, because they are now in upstream:
0001-avoid-passing-invalid-rect-to-Refresh-closes-16819.patch
0001-Ensure-the-PangoFontFace-type-is-loaded.patch
0001-Fix-wxPrintDialog-when-used-directly-see-16821.patch
0001-set-transient-parent-for-about-dialog-closes-16823.patch
0001-Avoid-refreshing-not-currently-visible-items-in-gene.patch
0001-Avoid-Gtk-Message-GtkDialog-mapped-without-a-transie.patch
0001-Fix-wxSpinButton-best-size-for-GTK-3.12-and-later-se.patch
0001-Fix-drawing-checkbox-and-radiobutton-in-checked-stat.patch
0001-Provide-trivial-GDK_IS_X11_DISPLAY-definition-for-GT.patch
0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
0002-Don-t-defer-wxTLW-initialization-in-wxGTK-when-not-u.patch
0003-Don-t-use-frame-extents-when-not-using-X11-in-wxGTK.patch
0004-Don-t-crash-when-switching-to-full-screen-in-non-X11.patch
0005-Don-t-use-X11-only-functions-when-not-using-X11-in-w.patch
abs.diff
wxWidgets-3_0-gstreamer-1.0.patch
- Bump __GXX_ABI_VERSION to 1011 for gcc7
- Add 0001-Fix-spurious-assert-in-wxGTK-wxDataViewCtrl-EditItem.patch
to resolve crash [boo#1034350]
- Fix devel package description.
- Bump (SUSE-local) SO version to force rebuild.
- Add relax-abi.diff
- Also apply wxWidgets-3_0-gstreamer-1.0.patch to -nostl specfile,
and switch its BR to gstreamer-1.0 too; this was missed in the
previous submission.
- Add wxWidgets-3_0-gstreamer-1.0.patch to port functions to use
gstreamer 1.0 instead of the unmaintained 0.10 branch; patch
taken from upstream issue:
http://trac.wxwidgets.org/ticket/14976.
- Created wxWidgets-nostl to enable audacity updates in openSUSE
because all of the other Linux distributions prefer to build
wxWidgets without STL and audacity developers have no intention
of fixing audacity to build against wxWidgets built with STL.
- Add abs.diff to reenable successful gcc6 build
- Add patches from upstream to resolve crashes in normal conditions,
and when running under non-X11 wxGTK3.
0001-avoid-passing-invalid-rect-to-Refresh-closes-16819.patch
0001-Ensure-the-PangoFontFace-type-is-loaded.patch
0001-Fix-wxPrintDialog-when-used-directly-see-16821.patch
0001-set-transient-parent-for-about-dialog-closes-16823.patch
0001-Avoid-refreshing-not-currently-visible-items-in-gene.patch
0001-Avoid-Gtk-Message-GtkDialog-mapped-without-a-transie.patch
0001-Fix-wxSpinButton-best-size-for-GTK-3.12-and-later-se.patch
0001-Fix-drawing-checkbox-and-radiobutton-in-checked-stat.patch
0001-fix-crashes-in-wxGTK3-when-running-with-non-X11-back.patch
0002-Don-t-defer-wxTLW-initialization-in-wxGTK-when-not-u.patch
0003-Don-t-use-frame-extents-when-not-using-X11-in-wxGTK.patch
0004-Don-t-crash-when-switching-to-full-screen-in-non-X11.patch
0005-Don-t-use-X11-only-functions-when-not-using-X11-in-w.patch
0001-Provide-trivial-GDK_IS_X11_DISPLAY-definition-for-GT.patch
- Fixup Provides/Conflicts: wxWidgets-3_0 is wxGTK2, not wxGTK3,
and should conflict against experimental variants that are
shipping concurrently.
- Add missing directives to baselibs.conf, and also
remove wxGTK3 from baselibs.
- Reenable standard dependency generator. We no longer have
overlapping library SONAMEs.
- Update to new upstream release 3.0.2
* Fix silent data loss in wx[F]File::Write(wxString) if conversion
fails.
* Make wxString::FromCDouble() work when the global C++ locale is
not the C one.
* Fix mouse handling in wxNotebook containing wxListCtrl.
- Bump SONAME due to changed ABI, add soversion.diff.
- Don't let wxGTK3-3_0.spec build the SDL plugin (already done
by wxWidgets-3_0.spec)
- Restore libwx_base*.so devel symlinks [boo#904098]
- Replace broad Requires: Mesa-devel by pkgconfig(gl)
[Mesa-libGL-devel]
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.
- Remove the mechanism to support different variants, as it does
not support concurrent presence of multiple variants.
- Remove wxWidgets-3_0-config-force-rpath.patch,
wxWidgets-find-wx-provides-bash3.patch (no longer needed)
- Update to new upstream release 3.0.1
* wxHTML displays tables much faster now.
* Double clicking wxGrid columns does not make them too small
any more.
* Fix bugs when dragging columns in wxGrid with hidden columns.
* Loading ICO files with PNG data is now supported.
* Mouse wheel scrolling in wxListCtrl works again.
* wxStaticBoxSizer contents is not truncated any more.
* AUI panels may now be re-docked after floating them.
- Remove wxWidgets-3_0-fixGTK3-build.patch (no longer needed)
- Add _constraints file to ensure enough disk space is available
for build.
- Revert the GTK3 change (there are rendering problems).
wxWidgets-3_0(-devel) is now wxGTK2 again, and the wxGTK3 backend
is available in wxGTK3(-devel).
- Continue to provide a wxGTK2 build in parallel to wxGTK3
(new specfile wxGTK2-3_0.spec; use BuildRequire wxGTK2-devel)
- Remove unused wxcontainer and wxcontainer26c subpackage logic
plus spec files
- Let /usr/lib(64)/wx be owned by packages that put files there
- Switch build to GTK3 for SLE12 and openSUSE > 13.1
- Add wxWidgets-3_0-fixGTK3-build.patch: fix build with recent GTK3
(from upstream)
- Remove libgnomeprintui dependencies, GTK printing support is now
used.
- Disable gnomevfs support when building GTK3 version.
- Add/fix missing BuildRequires: xorg-x11-libSM-devel,
libnotify-devel.
- Do not build webview on SLE10 and SLE11
- Use system libraries instead of bundled versions:
libjpeg, libpng, zlib
- Enable use of libSM
- Remove unused "ansi" configuration: wxWidgets 3 in Unicode mode
supports both char* and wchar_t*.
- Exclude libwx_webview from SLE11 build
- added baselibs.conf to provide *-32bit packages
- Remove seemingly pointless patch wxGTK-enable-wxrc.patch.
wxrc is built and installed in any case.
- Patches wxGTK-enable-wxrc.patch,
wxWidgets-3_0-config-force-rpath.patch,
wxWidgets-find-wx-provides-bash3.patch were inherited from
wxWidgets-2_8 package but never mentioned in any package.
Here is a mention.
- Update to new upstream release 3.0.0
* wxWidgets is now always built with Unicode support but provides
the same simple (i.e. "char *"-tolerant) API as was available
in ANSI build in the past.
* wxWidgets may now use either wchar_t (UTF-16/32) or UTF-8
internally, depending on what is optimal for the target
platform.
* New webview library, implementing wxWebView: a wrapper for the
native platform web engine with full support for HTML and
JavaScript.
* New propgrid library containing wxPropertyGrid and related
classes.
* New ribbon library for advanced toolbars.
* Event loops, timers and sockets can now be used in wxBase,
without GUI.
* Events can now be connected to any functor, not necessarily a
method of wxEvtHandler-derived class. The compile-time safety
was also improved.
* Documentation for wxWidgets has been converted from LaTex to
C++ headers with Doxygen comments and significantly improved in
the process (screenshots of various controls were added, more
identifiers are now linked to their definition &c).
* Support for persistent objects automatically saving and
restoring their state was added.
- Drop wxWidgets-to-wxpython-2.9.4.0.patch (merged upstream)
- Use %_smp_mflags for parallel build and better make install call.
- Build wxWidgets with webview support.
- Provide wxWidgets-3_0*-devel for future compatibility.
- Add "API version" in %description.
- Backported fixes from 2.8 branch.
- Included post-release fixes from wxpython.
- add explicit buildrequire on pkgconfig(glu)
- Fixed wx-config symlink (bnc#772528).
- Update to version 2.9.4.
- Backported fixes of the dependency generator from 2.8 branch
(bnc#757124, bnc#759287#c3).
- Added support for Fedora compatible 24c variants (bnc#660438).
- Change name of compat-lib-config virtual provide to not clash
with package name, fix requires/provides generator (bnc#757124).
- Update to version 2.9.3.
- own aclocal directory, there is no other reason to buildrequire
automake
- fix whitespace of spec file
- Updated to version 2.9.2.
- Recommend instead of require lang package.
- Create synthetic .la files to work-around libtool failures when
linking third level libraries or binaries (bnc#690952).
- Do not use bash coproc on system with bash-3.
- Fixed find-wx-requires to check directories instead of library
name. Provide find-wx-provides. (bnc#681409)
- Updated to version 2.9.1.
- Rename package to wxWidgets to follow upstream base name.
- Split wxPython documentation to a separate package.
- Build Unicode/ANSI, standard/debug and STL/wx container versions
separately.
- Spec file completely rewritten.
- 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.
- Added --enable-graphics_ctx to fix Editra (bnc#580060).
- Added ebmlib file required by Editra (bnc#580060,
patch from Salix).
- build with PIC
- Enabled media libraries (bnc#565039).
- 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.
- fixed pth file to point to platlib
- Fixed for the latest python package.
- 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.
- Worked-around GSocket name conflict with GIO.
- build require libexpat-devel so we dont use the bundled one
- Disable the use of precompiled headers as the way wxWidgets uses
them is not supported by current GCC.
- 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.
- Updated to version 2.8.8.1:
* many API-compatible fixes and improvements, see
docs/changes.txt for complete list
- Dropped obsolete ODBC support (bnc#397044).
- Don't unload libgnomevfs-2.so.0 on exit (bnc#380267).
- Removed obsolete configure options (bnc#380267#c7).
- Updated to version 2.8.7.1:
* many API-compatible crash fixes, improvements and other fixes,
see docs/changes.txt for complete list
- 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
- corrected last patch (gtk_border_free.patch) [#294693]
- fix crash on startup on x86_64 (#294693)
- pack non-unicode libraries as wxGTK-compat package (again)
- run ldconfig in post/postun scriptlets
- 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
- Don't hardcode lib64 in .spec file.
- Replace contrib/samples/applet/monitors.c once again (see #203607).
- 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
- Source code cleanup (#226403).
- Repackaged without undistributable monitors.c (#203607).
- 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.
- 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.
- fix array subscript out of range in src/common/db.cpp
- Add esound-devel to BuildRequires (was implicily by SDL-devel)
- Add explicit gcc-c++ to BuildRequires (was implicit by SDL-devel)
- updated to reflect python changes due to #149809
- Moved pywxrc to python-wxGTK (Andreas Hanke, #152573).
- Reduce BuildRequires.
- converted neededforbuild to BuildRequires
- Package wxrc (#143258, Andreas Hanke).
- Updated README.unicode (#144090, Andreas Hanke).
- Moved bakefile to devel subpackage (#144094, Andreas Hanke).
- Updated to version 2.6.2.1.
- Force re-creating the old lex code in doslex.c.
- Removed references to no more provided PangoRenderX calls.
- Updated to version 2.6.1.0.
- Fix undefined operation.
- update to 2.6.0.0
- build with system libtiff
- enabled SDL and sound support
- fix filelist
- fix build on 64-bit machines
- disable SDL support, it seems to be broken in this version
- update to 2.5.5.1
- fixed the confliction of ATTRIBUTE_PRINTF* macros.
- fix python-wxGTK requires
- update to 2.5.3.1
- fixed file conflict between python-wxGTK and wxGTK-devel
- really build wxPython version against unicode wxGTK (bug #45539)
- update to 2.5.2.8
- update to 2.5.2.7
- 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
- add missing wxPython licenses
- ${prefix} was intentional
- correct libdir on lib64
- solved conflict between wxGTK-devel and python-wxGTK
- moved sound_sdl-2.5.1.so from devel package
- build with -fPIC
- add libmspack support (enables access to MS HTML help files - *.chm)
- update to 2.5.1.5
- enable unicode support
- enabled build of contrib libraries
- make files in bin executable (bug #36331)
- little spec file cleanup, debug build can be enabled
- fixed wxwin.m4 for the recent autoconf.
- moved wxwin.m4 to devel subpackage.
- enabled build with GTK 2
- do not build as root
- remove orig and rej files that should not be installed
- update to 2.4.2.4
- fixed the segfault on 64bit architectures.
- fix build on lib64
- 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)
- update to version 2.4.1
- add %run_ldconfig
- Package forgotten files
- Add patch to have wxFileConfigGroup::DeleteSubgroup() not seg-
fault with pGroup == 0. Triggered by audacity but might affect
other wxGTK programs. [#24401]
- devel package requires gtk-devel (Bug Id#22479)
- package gl-header files too ( Bug Id#23094 )
- Fixed for lib64 platforms.
- updated to version 2.4.0
- updated documentation to 2.4.0 revision
- remove all outdated patches
- fixed for bison 1.75: end rules with semicolons
- Fix multiple delete[] in wxHtmlTagsModule::OnExit().
- fix neededforbuild
- Remove superfluous libmpeg from neededforbuild
- use %_libdir
- fixed build with gcc 3.1.
- applied the real patch for the wxgtk-mutex performance problem
- 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)
- changed neededforbuild to
- 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.
- bzip2 source
- 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
- Update to 2.2.4
- Add /usr/X11R6/bin/wxgtk-config to filelist
- fixed neededforbuild
- up to 2.1.16
- now builds with RPM_OPT_FLAGS
- update to 2.1.13
- use suse_update_config macro
- patch to compile with newest gtk
- update to 2.1.12, URL, doc in seperate tarball
- ran old prepare_spec on spec file to switch to new prepare_spec.
- Add /usr/X11R6/bin/wx-config to filelist
- use gtk and glib instead of gtkn and glibn
- new package

Leap Reviewbot's avatar

leaper added wxWidgets-3_0 as a reviewer

submitter not devel maintainer


Leap Reviewbot's avatar

leaper added leap-reviewers as a reviewer


Leap Reviewbot's avatar

leaper accepted review

ok


Factory Auto's avatar

factory-auto added repo-checker as a reviewer

Please review build success


Factory Auto's avatar

factory-auto accepted review

Check script succeeded


Staging Bot's avatar

staging-bot added openSUSE:Leap:15.1:Staging:A as a reviewer

Being evaluated by staging project "openSUSE:Leap:15.1:Staging:A"


Staging Bot's avatar

staging-bot accepted review

Picked openSUSE:Leap:15.1:Staging:A


Jan Engelhardt's avatar

jengelh accepted review


Repo Checker's avatar

repo-checker accepted review

cycle and install check passed


Max Lin's avatar

mlin7442 declined request

this is a SLE package, please file a bugreport.


Eric Schirra's avatar

ecsos revoked request

openSUSE Build Service is sponsored by