Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gpsd for openSUSE:Factory checked in at 2023-09-22 21:46:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpsd (Old) and /work/SRC/openSUSE:Factory/.gpsd.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpsd" Fri Sep 22 21:46:53 2023 rev:61 rq:1112035 version:3.25 Changes: -------- --- /work/SRC/openSUSE:Factory/gpsd/gpsd.changes 2023-01-14 00:02:32.937477168 +0100 +++ /work/SRC/openSUSE:Factory/.gpsd.new.1770/gpsd.changes 2023-09-22 21:47:23.100796961 +0200 @@ -1,0 +2,7 @@ +Mon Sep 18 13:55:33 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Split the Qt5 wrapper from gpsd-devel to avoid installing + unneeded dependencies when building plasma 6 packages + (boo#1215444) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpsd.spec ++++++ --- /var/tmp/diff_new_pack.oGfTKs/_old 2023-09-22 21:47:25.164871893 +0200 +++ /var/tmp/diff_new_pack.oGfTKs/_new 2023-09-22 21:47:25.164871893 +0200 @@ -91,7 +91,6 @@ %package devel Summary: Client libraries in C and Python for talking to a running gpsd or GPS Group: Development/Libraries/C and C++ -Requires: %{libQgps} Requires: %{libgps} Requires: %{name} = %{version} Requires: pkgconfig @@ -103,6 +102,19 @@ manage access to a GPS for applications and debugging tools. You will need to have gpsd installed for it to work. +%package qt5-devel +Summary: Development files for libQgpsmm +Group: Development/Libraries/C and C++ +Requires: %{libQgps} +Requires: gpsd-devel = %{version} +# TODO: 2023-09-18 The Qt5 wrapper was split from gpsd-devel, replace the +# following line with: 'Conflicts: gpsd-devel < %%{version}' when a new release +# is available +Conflicts: gpsd-devel < %{version}-%{release} + +%description qt5-devel +This package provides headers files for the gpsd Qt5 library. + %package -n %{libgps} Summary: Shared library for GPS applications Group: System/Libraries @@ -333,8 +345,6 @@ %{_mandir}/man1/gpsdecode.1%{?ext_man} %{_mandir}/man1/gpsprof.1%{?ext_man} %{_mandir}/man3/libgps.3%{?ext_man} -%{_mandir}/man3/libgpsmm.3%{?ext_man} -%{_mandir}/man3/libQgpsmm.3%{?ext_man} %{_mandir}/man5/gpsd_json.5%{?ext_man} %{_bindir}/gpsfake %{_bindir}/gpscat @@ -342,10 +352,14 @@ %{_bindir}/gpsdecode %{_bindir}/gpsprof %{_includedir}/gps.h -%{_includedir}/libgpsmm.h %{_libdir}/libgps.so %{_libdir}/libgpsdpacket.so %{_libdir}/pkgconfig/libgps.pc + +%files qt5-devel +%{_mandir}/man3/libgpsmm.3%{?ext_man} +%{_mandir}/man3/libQgpsmm.3%{?ext_man} +%{_includedir}/libgpsmm.h %{_libdir}/libQgpsmm.so %{_libdir}/libQgpsmm.prl %{_libdir}/pkgconfig/Qgpsmm.pc