Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgphoto2 for openSUSE:Factory checked in at 2021-10-20 20:23:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old) and /work/SRC/openSUSE:Factory/.libgphoto2.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgphoto2" Wed Oct 20 20:23:50 2021 rev:130 rq:926034 version:2.5.27 Changes: -------- --- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes 2021-03-10 08:47:54.822310445 +0100 +++ /work/SRC/openSUSE:Factory/.libgphoto2.new.1890/libgphoto2.changes 2021-10-20 20:24:42.681393892 +0200 @@ -1,0 +2,6 @@ +Mon Oct 18 14:27:17 UTC 2021 - Marcus Meissner <meiss...@suse.com> + +- split out libgphoto2_port for now to meet new shared library policy + requirements. bsc#1191764 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgphoto2.spec ++++++ --- /var/tmp/diff_new_pack.3JPG6Z/_old 2021-10-20 20:24:43.141394177 +0200 +++ /var/tmp/diff_new_pack.3JPG6Z/_new 2021-10-20 20:24:43.145394179 +0200 @@ -64,6 +64,12 @@ Requires(post): udev Requires(postun): udev +%package -n libgphoto2_port12 +Summary: Port drivers for the libgphoto2 digital camera library +Group: System/Libraries +Requires(pre): /sbin/ldconfig +Requires(post): /sbin/ldconfig + %package doc Summary: Documentation for libgphoto2 Group: Documentation/Other @@ -73,6 +79,7 @@ Group: Development/Libraries/C and C++ Requires: libexif-devel Requires: libgphoto2-%major = %version +Requires: libgphoto2_port12 = %version Requires: libusb-1_0-devel %package devel-doc @@ -108,6 +115,15 @@ gphoto2 --list-cameras +%description -n libgphoto2_port12 +gPhoto (GNU Photo) is a set of libraries for previewing, retrieving, +and capturing images from a range of supported digital cameras to your +local hard drive. It does not support digital cameras based on the USB +storage protocol as those can be mounted by Linux directly. + +This package contains the port drivers (e.g. the USB drivers, the PTP/IP +driver). + %description doc gPhoto (GNU Photo) is a set of libraries for previewing, retrieving, and capturing images from a range of supported digital cameras to your @@ -197,15 +213,18 @@ %files -n libgphoto2-%major %defattr(-,root,root) %_libdir/libgphoto2 -%_libdir/libgphoto2_port # support files for konica camlib %_datadir/%name %_libdir/libgphoto2.so.* -%_libdir/libgphoto2_port.so.* %if 0%{?suse_version} > 1230 %_udevhwdbdir/20-gphoto.hwdb %endif %_udevrulesdir/40-libgphoto2.rules + +%files -n libgphoto2_port12 +%defattr(-,root,root) +%_libdir/libgphoto2_port +%_libdir/libgphoto2_port.so.* %_datadir/libgphoto2_port %files -n libgphoto2-doc @@ -231,6 +250,9 @@ %defattr(-,root,root) %doc apidocs README.apidocs +%post -n libgphoto2_port12 -p /sbin/ldconfig +%postun -n libgphoto2_port12 -p /sbin/ldconfig + %post -n %name-%major /sbin/ldconfig %if 0%{?suse_version} > 1230 ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.3JPG6Z/_old 2021-10-20 20:24:43.185394204 +0200 +++ /var/tmp/diff_new_pack.3JPG6Z/_new 2021-10-20 20:24:43.185394204 +0200 @@ -1,5 +1,7 @@ +libgphoto2_port12 libgphoto2-6 libgphoto2-devel requires "libexif-devel-<targettype>" requires "libusb-1_0-devel-<targettype>" requires "libgphoto2-6-<targettype> = %version" + requires "libgphoto2_port12-<targettype> = %version"