Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt5ct for openSUSE:Factory checked in at 2022-03-14 19:35:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt5ct (Old) and /work/SRC/openSUSE:Factory/.qt5ct.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt5ct" Mon Mar 14 19:35:51 2022 rev:20 rq:961711 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/qt5ct/qt5ct.changes 2021-05-10 15:40:43.957238761 +0200 +++ /work/SRC/openSUSE:Factory/.qt5ct.new.25692/qt5ct.changes 2022-03-14 19:37:57.566190629 +0100 @@ -1,0 +2,17 @@ +Mon Mar 14 11:40:08 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 1.5 + * fixed cmake support + * prepend custom stylesheets to the application stylesheet + * updated Catalan translation + * updated French translation + * added troubleshooting settings + * added Japanese translation + * updated Dutch translation + * updated Spanish translation + * updated Russian translation + * updated Greek translation + * fixed build regression +- Use CMake for building qt5ct. + +------------------------------------------------------------------- Old: ---- qt5ct-1.2.tar.bz2 New: ---- qt5ct-1.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt5ct.spec ++++++ --- /var/tmp/diff_new_pack.ZpJbrG/_old 2022-03-14 19:37:57.986191132 +0100 +++ /var/tmp/diff_new_pack.ZpJbrG/_new 2022-03-14 19:37:57.990191137 +0100 @@ -1,7 +1,7 @@ # # spec file for package qt5ct # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: qt5ct -Version: 1.2 +Version: 1.5 Release: 0 Summary: Qt5 Configuration Tool License: BSD-2-Clause @@ -27,14 +27,17 @@ Source1: qt5ct.sh Source2: qt5ct.csh BuildRequires: gcc-c++ +BuildRequires: libqt5-qtpaths BuildRequires: libQt5Gui-private-headers-devel BuildRequires: libQt5PlatformSupport-private-headers-devel -BuildRequires: libqt5-linguist -BuildRequires: pkgconfig -BuildRequires: pkgconfig(Qt5Concurrent) -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: libQt5Widgets-private-headers-devel +BuildRequires: cmake(Qt5Concurrent) +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5LinguistTools) +BuildRequires: cmake(Qt5ThemeSupport) +BuildRequires: cmake(Qt5Widgets) %requires_eq libQt5Gui5 # libqt5-qtct was last used in openSUSE Leap 42.1. Provides: libqt5-qtct = %{version} @@ -48,11 +51,11 @@ %autosetup -p1 %build -%qmake5 -%make_build +%cmake +%cmake_build %install -%qmake5_install +%cmake_install install -Dpm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh install -Dpm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh ++++++ qt5ct-1.2.tar.bz2 -> qt5ct-1.5.tar.bz2 ++++++ ++++ 6296 lines of diff (skipped)