Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt5ct for openSUSE:Factory checked in at 2024-10-21 16:25:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt5ct (Old) and /work/SRC/openSUSE:Factory/.qt5ct.new.26871 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt5ct" Mon Oct 21 16:25:59 2024 rev:21 rq:1216641 version:1.8 Changes: -------- --- /work/SRC/openSUSE:Factory/qt5ct/qt5ct.changes 2022-03-14 19:37:57.566190629 +0100 +++ /work/SRC/openSUSE:Factory/.qt5ct.new.26871/qt5ct.changes 2024-10-21 16:26:08.076784470 +0200 @@ -1,0 +2,20 @@ +Mon Oct 21 07:22:04 UTC 2024 - Christophe Marin <[email protected]> + +- Update to 1.8 + * added XDG desktop portal dialogs support + * added qt6ct compatibility + * improved warning about incorrect environment variable + * improved icon loader + * only prepend our stylesheet if it has changed + * fixed compatibility with applications that use own stylesheet + * fixed some clazy and clang-tidy warnings + * changed font configuration format + * added keywords entry to desktop file + * changed minimal Qt version to 5.15 for cmake build system + * fixed qmake build + * fixed localization support + * improved cmake build + * fixed parallel build using qmake + * updated translations + +------------------------------------------------------------------- Old: ---- qt5ct-1.5.tar.bz2 New: ---- qt5ct-1.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt5ct.spec ++++++ --- /var/tmp/diff_new_pack.ioALCc/_old 2024-10-21 16:26:08.712811152 +0200 +++ /var/tmp/diff_new_pack.ioALCc/_new 2024-10-21 16:26:08.712811152 +0200 @@ -1,7 +1,7 @@ # # spec file for package qt5ct # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,19 @@ Name: qt5ct -Version: 1.5 +Version: 1.8 Release: 0 Summary: Qt5 Configuration Tool License: BSD-2-Clause -Group: Development/Libraries/X11 URL: https://sourceforge.net/projects/qt5ct -Source: https://downloads.sf.net/%{name}/%{name}-%{version}.tar.bz2 +Source: https://downloads.sf.net/qt5ct/%{name}-%{version}.tar.bz2 Source1: qt5ct.sh Source2: qt5ct.csh BuildRequires: gcc-c++ -BuildRequires: libqt5-qtpaths BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libQt5PlatformSupport-private-headers-devel BuildRequires: libQt5Widgets-private-headers-devel +BuildRequires: libqt5-qtpaths BuildRequires: cmake(Qt5Concurrent) BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5DBus) @@ -44,30 +43,38 @@ Obsoletes: libqt5-qtct < %{version} %description -This applications allows users to configure Qt5 settings (theme, -font, icons, etc.) under DE/WM without Qt integration. +This applications allows users to configure Qt5 settings (theme, font, +icons, etc.) under DE/WM without Qt integration. %prep %autosetup -p1 %build %cmake + %cmake_build %install %cmake_install -install -Dpm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh -install -Dpm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh + +install -Dpm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/qt5ct.sh +install -Dpm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/qt5ct.csh + +# Unneeded +rm %{buildroot}%{_libdir}/libqt5ct-common.so + +%ldconfig_scriptlets %files %license COPYING %doc AUTHORS ChangeLog README -%config %{_sysconfdir}/profile.d/%{name}.*sh -%{_bindir}/%{name} +%config %{_sysconfdir}/profile.d/qt5ct.*sh +%{_bindir}/qt5ct +%{_datadir}/applications/qt5ct.desktop +%{_datadir}/qt5ct/ +%{_libdir}/libqt5ct-common.* %dir %{_libdir}/qt5/plugins/platformthemes/ -%{_libdir}/qt5/plugins/platformthemes/lib%{name}.so +%{_libdir}/qt5/plugins/platformthemes/libqt5ct.so %dir %{_libdir}/qt5/plugins/styles/ -%{_libdir}/qt5/plugins/styles/lib%{name}-style.so -%{_datadir}/%{name}/ -%{_datadir}/applications/%{name}.desktop +%{_libdir}/qt5/plugins/styles/libqt5ct-style.so ++++++ qt5ct-1.5.tar.bz2 -> qt5ct-1.8.tar.bz2 ++++++ ++++ 12060 lines of diff (skipped)
