Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package photoqt for openSUSE:Factory checked in at 2023-11-09 21:36:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/photoqt (Old) and /work/SRC/openSUSE:Factory/.photoqt.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "photoqt" Thu Nov 9 21:36:07 2023 rev:13 rq:1124448 version:3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/photoqt/photoqt.changes 2023-10-20 23:21:28.868839712 +0200 +++ /work/SRC/openSUSE:Factory/.photoqt.new.17445/photoqt.changes 2023-11-09 21:36:25.551162355 +0100 @@ -1,0 +2,5 @@ +Thu Nov 9 12:39:04 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org> + +- Add photoqt-exiv2.patch: Fix linking exiv2. + +------------------------------------------------------------------- New: ---- photoqt-exiv2.patch BETA DEBUG BEGIN: New: - Add photoqt-exiv2.patch: Fix linking exiv2. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ photoqt.spec ++++++ --- /var/tmp/diff_new_pack.4hwNtd/_old 2023-11-09 21:36:26.135183917 +0100 +++ /var/tmp/diff_new_pack.4hwNtd/_new 2023-11-09 21:36:26.135183917 +0100 @@ -24,6 +24,7 @@ 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: extra-cmake-modules BuildRequires: freeimage-devel ++++++ photoqt-exiv2.patch ++++++ Index: photoqt-v3.4/CMakeLists.txt =================================================================== --- photoqt-v3.4.orig/CMakeLists.txt +++ photoqt-v3.4/CMakeLists.txt @@ -326,7 +326,7 @@ if(EXIV2) message(FATAL_ERROR "** Unable to locate Exiv2... is it installed?") else() include_directories(${EXIV2_INCLUDE_DIR}) - target_link_libraries(${PROJECT_NAME} "exiv2lib") + target_link_libraries(${PROJECT_NAME} "exiv2") add_definitions(-DEXIV2) message("** Using Exiv2 ${exiv2_VERSION}") if(EXIV2_ENABLE_BMFF)