Changelog for
mingw64-libdbusmenu-qt5-devel-0.9.3+15.10.20150604-lp155.5.9.noarch.rpm :
* Sun Apr 16 2023 Ralf Habacker
- Fix cmake macro usage (boo#1205135)
* Mon Apr 03 2023 Ralf Habacker - Use mingw64-cross-cmake package (boo#1209611)
* Thu Jun 25 2015 hrvoje.senjanAATTgmail.com- Update to 0.9.3+15.10.20150604:
* Fixed memory leaks- Drop Clean-up-variable-naming.patch and dont-leak-all-the-watchers.diff, merged upstream
* Fri May 15 2015 hrvoje.senjanAATTgmail.com- Replace avoid-shadowing-variable+fix-leak.diff with Clean-up-variable-naming.patch
* Mon May 11 2015 hrvoje.senjanAATTgmail.com- Add patches from upstream: dont-leak-all-the-watchers.diff and avoid-shadowing-variable+fix-leak.diff
* Mon Sep 15 2014 hrvoje.senjanAATTgmail.com- Update to 0.9.3+14.10.20140619
* Users of dbusmenu-qt no longer need to call include_directories(${dbusmenu-qt5_INCLUDE_DIRS}). Simply adding dbusmenu-qt5 to the target_link_libraries() call takes care of defining the include directory.- Rebase noqDebug-qWarnings.patch- Added full_include_dir.patch for openSUSE 13.1
* Mon Jun 02 2014 hrvoje.senjanAATTgmail.com- Improve baselibs.conf
* Thu Feb 06 2014 hrvoje.senjanAATTgmail.com- Be more explicit about needed BuildRequires (added pkgconfig(Qt5DBus) and pkgconfig(Qt5Widgets) -- fixes build with latest Qt5 packaging changes)
* Wed Dec 18 2013 hrvoje.senjanAATTgmail.com- Update to 0.9.2+14.04.20131209
* Install CMake config files for dbusmenu-qt and dbusmenu-qt5. This makes it easy for other projects to use the library with find(dbusmenu-qt) or find(dbusmenu-qt5) without having to ship a FindDBusMenuQt.cmake file. (More about this topic here: http://www.cmake.org/Wiki/CMake/Tutorials/Packaging ). Test programs available here: http://agateau.com/tmp/dmqt-samples.tar.bz2.
* Destructors of classes intended to be base classes updated to virtual.
* When adding a new submenu action, refresh() that action to ensure full menu hierarchy is built.- Rebase noqDebug-qWarnings.patch to this release
* Wed Nov 06 2013 hrvoje.senjanAATTgmail.com- Update to 0.9.2+13.10.20130826
* Various bugfixes
* Qt5 port- Build Qt5 library- Droped 237_236.diff, merged upstream