Hello community, here is the log from the commit of package libqt5xdg for openSUSE:Factory checked in at 2017-10-24 22:22:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5xdg (Old) and /work/SRC/openSUSE:Factory/.libqt5xdg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5xdg" Tue Oct 24 22:22:45 2017 rev:7 rq:535967 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5xdg/libqt5xdg.changes 2016-10-06 12:42:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5xdg.new/libqt5xdg.changes 2017-10-24 22:23:00.721440104 +0200 @@ -1,0 +2,71 @@ +Mon Oct 23 09:54:57 UTC 2017 - [email protected] + +- Update to 3.1.0: + * Bump version to 3.1.0 + * xdgdesktopfile: Add API for getting actions info + * xdgdesktopfile: Add support for activating actions + * xdgdesktopfile: Add getting actions + * Check $XDG_CONFIG_HOME and $XDG_CONFIG_DIRS for mimeapps.list first. + * Fix reading and writing mimeapps.list file. + * Don't export github templates + * Release 3.0.0: Update changelog + * Backport support for Scale directory key according to Icon Theme spec + * Bump Major to 3 + * test: Drop Q_FOREACH + * Drop Q_FOREACH + * liblxqt make no sense here + * Copied issue template + * Drops Qt5Core_VERSION_STRING + * Avoid Qt special keywords collision + * XdgDesktopFile: Stops allocating unneeded QMap::keys() + * XdgDesktopFile: Stop allocating unneeded QHash:values() + * XdgDesktopFile: Improve const-ness + * xdgiconloader: Reworks the unthemed/pixmap search + * xdgiconloader: Puts the hicolor at the end of the theme hierarchy + * XdgIcon: Add flag for "FollowsColorScheme" processing + * xdgiconloader: Honor "FolowsColorScheme" theme hint + * xdgiconloader: Support symbolic SVG icons + * More fixes (#131) + * xdgiconloader: Correct hierarchy of fallbacks (#116) + * xdgiconloader: Fix XdgIconLoaderEngine::actualSize() (#130) + * Update CMakeLists.txt + * It adds loadIcon() timing measurements. + * xdgiconloader: Consider all existing files/images + * Check QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH existence + * Mark QTXDGX_ICONENGINEPLUGIN_INSTALL_PATH as advanced + * xdgiconloader: Implement QIconEnginePlugin interface + * Disables uninstall target + * Remove last uses of Java-style (non-mutable) iterators from QtBase + * Adds a development qtxdg-iconfinder utility tool + * Enable strict iterators for debug builds + * Removes extra semi-colons + * Improve build warnings + * Bump year + * QtGui: eradicate Q_FOREACH loops [already const] + * Optimize QIconLoader::findIconHelper() + * Remove unused variable in QIconLoader::findIconHelper() + * Improve use of QHash to minimize double hashing + * QIconLoaderEngine: add missing Q_DECL_OVERRIDEs + * Replace QLatin1Literal with QLatin1String + * QIconCacheGtkReader: use QStringRef more + * Gui: use const (and const APIs) more + * Adds Link Time Optimization + * Replaces CMAKE_SOURCE_DIR by PROJECT_SOURCE_DIR + * Refactors superbuild support + * Remove duplicate use of source header files + * Use AUTOMOC everywhere + * Stop using include_directories() + * Removes test project definition + * Use CMAKE_INCLUDE_CURRENT_DIR + * Adds PROJECT_NAME to the build Qt version message + * Simplify target_compile_definitions() and target_include_directories() + * qiconloader: Reuse Qt implementation + * XdgIconLoader: Fix FTBFS in super-build/in-tree builds + * Allow xdg-user-dirs in the realpath of $HOME. On some systems /home is a symlink and $HOME points to the symlink. This commit allows the xdg-user-dirs to start with the real/canonical path. + * Updates version requirements in pkg-config (.pc) stuff + * Make Qt5Xdg use only the same version Qt5XdgIconLoader + * Adds minimum Qt version requirement (5.4.2) + * test: Fixes false positive in tst_xdgdesktopfile::testReadLocalized() + * Remove cpack (#106) + +------------------------------------------------------------------- Old: ---- libqtxdg-2.0.0.tar.xz libqtxdg-2.0.0.tar.xz.asc New: ---- libqtxdg-3.1.0.tar.xz libqtxdg-3.1.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5xdg.spec ++++++ --- /var/tmp/diff_new_pack.JdXdyE/_old 2017-10-24 22:23:01.385409066 +0200 +++ /var/tmp/diff_new_pack.JdXdyE/_new 2017-10-24 22:23:01.389408880 +0200 @@ -17,21 +17,21 @@ %define _name libqtxdg Name: libqt5xdg -Version: 2.0.0 +Version: 3.1.0 Release: 0 Summary: Qt implementation of xdg specs for lxqt License: GPL-3.0 Group: Development/Libraries/C and C++ Url: https://lxqt.org -Source: http://downloads.lxqt.org/%{_name}/%{version}/%{_name}-%{version}.tar.xz -Source1: http://downloads.lxqt.org/%{_name}/%{version}/%{_name}-%{version}.tar.xz.asc +Source: https://github.com/lxde/%{_name}/releases/download/%{version}/%{_name}-%{version}.tar.xz +Source1: https://github.com/lxde/%{_name}/releases/download/%{version}/%{_name}-%{version}.tar.xz.asc Source2: %{name}.keyring BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libQt5Gui-private-headers-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Core) >= 5.6.1 BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test) @@ -42,36 +42,36 @@ %description Qt implementation of freedesktop.org XDG specs for LXQt -%package -n libQt5Xdg2 +%package -n libQt5Xdg3 Summary: Libraries for qtxdg Group: System/Libraries Provides: libqtxdg -%description -n libQt5Xdg2 +%description -n libQt5Xdg3 QtXDG libraries for development %package devel Summary: Devel files for libqtxdg Group: Development/Libraries/C and C++ -Requires: libQt5Xdg2 = %{version} +Requires: libQt5Xdg3 = %{version} Requires: pkgconfig Requires: pkgconfig(Qt5UiTools) %description devel QtXDG libraries for development -%package -n libQt5XdgIconLoader2 +%package -n libQt5XdgIconLoader3 Summary: IconLoader library for QtXDG Group: System/Libraries Provides: libqtxdgiconloader -%description -n libQt5XdgIconLoader2 +%description -n libQt5XdgIconLoader3 QtXDG icon loader libraries used in LXQt %package -n libQt5XdgIconLoader-devel Summary: Devel files for libQt5XdgIconLoader Group: Development/Libraries/C and C++ -Requires: libQt5XdgIconLoader2 = %{version} +Requires: libQt5XdgIconLoader3 = %{version} %description -n libQt5XdgIconLoader-devel Development files for QtXDG icon loader libraries used in LXQt @@ -87,12 +87,12 @@ %cmake_install %fdupes -s %{buildroot}/%{_datadir}/locale -%post -n libQt5Xdg2 -p /sbin/ldconfig -%postun -n libQt5Xdg2 -p /sbin/ldconfig -%post -n libQt5XdgIconLoader2 -p /sbin/ldconfig -%postun -n libQt5XdgIconLoader2 -p /sbin/ldconfig +%post -n libQt5Xdg3 -p /sbin/ldconfig +%postun -n libQt5Xdg3 -p /sbin/ldconfig +%post -n libQt5XdgIconLoader3 -p /sbin/ldconfig +%postun -n libQt5XdgIconLoader3 -p /sbin/ldconfig -%files -n libQt5Xdg2 +%files -n libQt5Xdg3 %defattr(-,root,root) %doc AUTHORS COPYING %{_libdir}/libQt5Xdg.so.* @@ -104,20 +104,21 @@ %{_libdir}/pkgconfig/Qt5Xdg.pc %{_libdir}/libQt5Xdg.so -%files -n libQt5XdgIconLoader2 +%files -n libQt5XdgIconLoader3 %defattr(-,root,root) -%{_libdir}/libQt5XdgIconLoader.so.2 -%{_libdir}/libQt5XdgIconLoader.so.2.0.0 +%{_libdir}/libQt5XdgIconLoader.so.3 +%{_libdir}/libQt5XdgIconLoader.so.3.1.0 %files -n libQt5XdgIconLoader-devel %defattr(-,root,root) %dir %{_includedir}/qt5xdgiconloader -%dir %{_includedir}/qt5xdgiconloader/2.0.0 -%dir %{_includedir}/qt5xdgiconloader/2.0.0/private -%dir %{_includedir}/qt5xdgiconloader/2.0.0/private/xdgiconloader +%dir %{_includedir}/qt5xdgiconloader/3.1.0 +%dir %{_includedir}/qt5xdgiconloader/3.1.0/private +%dir %{_includedir}/qt5xdgiconloader/3.1.0/private/xdgiconloader %dir %{_datadir}/cmake/qt5xdgiconloader %{_libdir}/libQt5XdgIconLoader.so -/usr/include/qt5xdgiconloader/2.0.0/private/xdgiconloader/xdgiconloader_p.h +%{_libdir}/qt5/plugins/iconengines/libQt5XdgIconPlugin.so +%{_includedir}/qt5xdgiconloader/3.1.0/private/xdgiconloader/xdgiconloader_p.h %{_includedir}/qt5xdgiconloader/xdgiconloader_export.h %{_libdir}/pkgconfig/Qt5XdgIconLoader.pc %{_datadir}/cmake/qt5xdgiconloader/qt5xdgiconloader-config-version.cmake ++++++ libqtxdg-2.0.0.tar.xz -> libqtxdg-3.1.0.tar.xz ++++++ ++++ 2936 lines of diff (skipped)
