Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package photoqt for openSUSE:Factory checked in at 2026-04-20 16:13:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/photoqt (Old) and /work/SRC/openSUSE:Factory/.photoqt.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "photoqt" Mon Apr 20 16:13:31 2026 rev:15 rq:1348175 version:5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/photoqt/photoqt.changes 2025-11-24 14:15:08.616309252 +0100 +++ /work/SRC/openSUSE:Factory/.photoqt.new.11940/photoqt.changes 2026-04-20 16:13:38.146965141 +0200 @@ -1,0 +2,32 @@ +Sun Apr 19 10:26:55 UTC 2026 - Carsten Ziepke <[email protected]> + +- Update to 5.2: + * add: controls for ignoring/limiting large archives + * add: customizable sort order for folder thumbnails + * improve: handle different screen scale factors for different + screens on Wayland + * improve: interpolation of normal images, both large and small + * improve: filter not applied if no matches, showing + notification instead + * improve: only ever fully load one of the file views in the + file dialog + * improve: mouse events also captured on empty area around files + in file dialog + * improve: show busy indicator while loading large archives + * improve: better information in status bar when in viewer mode + * improve: handling of modal windows/elements + * fix: building with ZXing-C++ 3.x + * fix: scroll to thumbnail when PhotoQt started with an image + * fix: don't load same archive more than once concurrently, + keeping interface responsive + * fix: setting/previewing custom accent colors + * fix: width of slider in slideshow settings + * fix: don't apply Exif orientation twice with any image plugin + * fix: don't set up file view twice at startup + * fix: don't always load image sizes in file dialog + unless needed + * change: removed support for FreeImage +- Update BuildRequires, because PhotoQt now based on Qt6 +- Drop photoqt-exiv2.patch, fixed upstream + +------------------------------------------------------------------- Old: ---- photoqt-exiv2.patch photoqt-v3.4.tar.bz2 New: ---- photoqt-v5.2.tar.bz2 ----------(Old B)---------- Old:- Update BuildRequires, because PhotoQt now based on Qt6 - Drop photoqt-exiv2.patch, fixed upstream ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ photoqt.spec ++++++ --- /var/tmp/diff_new_pack.HTnvuP/_old 2026-04-20 16:13:38.826993538 +0200 +++ /var/tmp/diff_new_pack.HTnvuP/_new 2026-04-20 16:13:38.830993705 +0200 @@ -1,7 +1,7 @@ # # spec file for package photoqt # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,36 +17,43 @@ Name: photoqt -Version: 3.4 +Version: 5.2 Release: 0 Summary: A Qt-based image viewer License: GPL-2.0-or-later Group: Productivity/Graphics/Viewers URL: https://photoqt.org/ Source0: https://gitlab.com/lspies/photoqt/-/archive/v%{version}/%{name}-v%{version}.tar.bz2 -Patch0: photoqt-exiv2.patch -BuildRequires: cmake +BuildRequires: cmake >= 3.16 BuildRequires: extra-cmake-modules -BuildRequires: freeimage-devel BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme -BuildRequires: libQt5PlatformHeaders-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(IL) BuildRequires: pkgconfig(Magick++) -BuildRequires: pkgconfig(Qt5Concurrent) -BuildRequires: pkgconfig(Qt5DBus) -BuildRequires: pkgconfig(Qt5Multimedia) >= 5.4.0 -BuildRequires: pkgconfig(Qt5PrintSupport) -BuildRequires: pkgconfig(Qt5Sql) -BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5UiTools) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: cmake(Qt6Concurrent) +BuildRequires: cmake(Qt6Core) >= 6.4 +BuildRequires: cmake(Qt6DBus) +BuildRequires: cmake(Qt6Linguist) +BuildRequires: cmake(Qt6Multimedia) +BuildRequires: cmake(Qt6Pdf) +BuildRequires: cmake(Qt6PrintSupport) +BuildRequires: cmake(Qt6Quick) +BuildRequires: cmake(Qt6Sql) +BuildRequires: cmake(Qt6Svg) +BuildRequires: cmake(Qt6UiTools) +BuildRequires: cmake(Qt6Widgets) BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libraw) -BuildRequires: pkgconfig(poppler-qt5) +BuildRequires: pkgconfig(mpv) +BuildRequires: pkgconfig(poppler-qt6) BuildRequires: pkgconfig(pugixml) +BuildRequires: qt6-imageformats-devel +Requires: qt6-sql-sqlite +Requires: qt6-location +Requires: qt6-multimedia +Requires: qt6-positioning %description PhotoQt is a configurable image viewer. @@ -56,10 +63,11 @@ %build %cmake -DCRYPTKEY:STRING=4242 \ - -DCHROMECAST=OFF \ - -DVIDEO_MPV=OFF + -DWITH_CHROMECAST=OFF \ + -DWITH_ZXING=OFF \ + -DCMAKE_SKIP_RPATH=ON -make %{?_smp_mflags} +%make_build %install %cmake_install @@ -71,4 +79,6 @@ %{_datadir}/metainfo/org.photoqt.PhotoQt.metainfo.xml %{_datadir}/applications/org.photoqt.PhotoQt*.desktop %{_datadir}/icons/hicolor/*/apps/org.photoqt.PhotoQt.png +%dir %{_datadir}/icons/hicolor/1024x1024/ +%dir %{_datadir}/icons/hicolor/1024x1024/apps ++++++ photoqt-v3.4.tar.bz2 -> photoqt-v5.2.tar.bz2 ++++++ ++++ 325764 lines of diff (skipped)
