Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gphoto for openSUSE:Factory checked in at 2026-07-17 01:45:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gphoto (Old) and /work/SRC/openSUSE:Factory/.gphoto.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gphoto" Fri Jul 17 01:45:15 2026 rev:55 rq:1366233 version:2.5.32 Changes: -------- --- /work/SRC/openSUSE:Factory/gphoto/gphoto.changes 2025-08-12 17:05:14.664937366 +0200 +++ /work/SRC/openSUSE:Factory/.gphoto.new.24530/gphoto.changes 2026-07-17 01:45:46.909904711 +0200 @@ -1,0 +2,7 @@ +Thu Jul 16 16:11:26 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Workaround upstream libgphoto2 XDG settings directory creation + bug by running mkdir -p ~/.config in %prep + (gh#gphoto/libgphoto2#1276). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gphoto.spec ++++++ --- /var/tmp/diff_new_pack.hb0B5E/_old 2026-07-17 01:45:47.437922527 +0200 +++ /var/tmp/diff_new_pack.hb0B5E/_new 2026-07-17 01:45:47.441922662 +0200 @@ -1,7 +1,7 @@ # # spec file for package gphoto # -# Copyright (c) 2025 SUSE LLC +# 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 @@ -48,6 +48,7 @@ gphoto2 --list-cameras %prep +mkdir -p ~/.config %setup -q -n gphoto2-%{version} %build @@ -60,7 +61,7 @@ make %check -make check +make check VERBOSE=1 %install make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
