Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-positioning for openSUSE:Factory checked in at 2025-02-03 21:41:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-positioning (Old) and /work/SRC/openSUSE:Factory/.qt6-positioning.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-positioning" Mon Feb 3 21:41:00 2025 rev:27 rq:1242057 version:6.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-positioning/qt6-positioning.changes 2024-12-05 17:06:26.664074653 +0100 +++ /work/SRC/openSUSE:Factory/.qt6-positioning.new.2316/qt6-positioning.changes 2025-02-03 21:41:09.084614813 +0100 @@ -1,0 +2,6 @@ +Fri Jan 31 10:22:57 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.8.2 + https://www.qt.io/blog/qt-6.8.2-released + +------------------------------------------------------------------- Old: ---- qtpositioning-everywhere-src-6.8.1.tar.xz New: ---- qtpositioning-everywhere-src-6.8.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-positioning.spec ++++++ --- /var/tmp/diff_new_pack.w2o5Wr/_old 2025-02-03 21:41:09.996652615 +0100 +++ /var/tmp/diff_new_pack.w2o5Wr/_new 2025-02-03 21:41:09.996652615 +0100 @@ -16,7 +16,7 @@ # -%define real_version 6.8.1 +%define real_version 6.8.2 %define short_version 6.8 %define tar_name qtpositioning-everywhere-src %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-positioning%{?pkg_suffix} -Version: 6.8.1 +Version: 6.8.2 Release: 0 Summary: Qt 6 Positioning plugins and libraries License: GPL-3.0-or-later ++++++ qtpositioning-everywhere-src-6.8.1.tar.xz -> qtpositioning-everywhere-src-6.8.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/.cmake.conf new/qtpositioning-everywhere-src-6.8.2/.cmake.conf --- old/qtpositioning-everywhere-src-6.8.1/.cmake.conf 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/.cmake.conf 2025-01-24 10:11:56.000000000 +0100 @@ -1,4 +1,4 @@ -set(QT_REPO_MODULE_VERSION "6.8.1") +set(QT_REPO_MODULE_VERSION "6.8.2") set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_LEAN_HEADERS=1") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/.tag new/qtpositioning-everywhere-src-6.8.2/.tag --- old/qtpositioning-everywhere-src-6.8.1/.tag 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/.tag 2025-01-24 10:11:56.000000000 +0100 @@ -1 +1 @@ -9a8565dc6c94e7d7a977c0c2e8d3efd49879eca0 +de5ceec37e48c36ef62e16e8f2e6934c96571d63 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/dependencies.yaml new/qtpositioning-everywhere-src-6.8.2/dependencies.yaml --- old/qtpositioning-everywhere-src-6.8.1/dependencies.yaml 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/dependencies.yaml 2025-01-24 10:11:56.000000000 +0100 @@ -1,10 +1,10 @@ dependencies: ../qtbase: - ref: 0db4321f2f13c6870283f3fcc0f1a462fd7cf663 + ref: f1136de66638060b8a1ab9bc0cdf1a91dcb5ec01 required: true ../qtdeclarative: - ref: b34fca34941ecdbf99819bbf58b45332ac9e6fa7 + ref: 75534f3e7fff24ed7ccb364e2ed9950a73da879f required: false ../qtserialport: - ref: 88467a588d7c312d0c24adc6edd2a96e199cf760 + ref: da87c23f2f0e9caa311fd2314c80696b05ba9ac7 required: false diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeoaddress.cpp new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeoaddress.cpp --- old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeoaddress.cpp 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeoaddress.cpp 2025-01-24 10:11:56.000000000 +0100 @@ -398,6 +398,12 @@ */ /*! + \fn void QGeoAddress::swap(QGeoAddress &other) + \since 6.2 + \memberswap{address} +*/ + +/*! Destroys this address. */ QGeoAddress::~QGeoAddress() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeoareamonitorinfo.cpp new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeoareamonitorinfo.cpp --- old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeoareamonitorinfo.cpp 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeoareamonitorinfo.cpp 2025-01-24 10:11:56.000000000 +0100 @@ -151,6 +151,12 @@ */ /*! + \fn void QGeoAreaMonitorInfo::swap(QGeoAreaMonitorInfo &other) + \since 6.2 + \memberswap{QGeoAreaMonitorInfo object} +*/ + +/*! Returns the name of the QGeoAreaMonitorInfo object. The name should be used for user-visibility purposes. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeocoordinate.cpp new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeocoordinate.cpp --- old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeocoordinate.cpp 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeocoordinate.cpp 2025-01-24 10:11:56.000000000 +0100 @@ -280,6 +280,12 @@ */ /*! + \fn void QGeoCoordinate::swap(QGeoCoordinate &other) + \since 6.2 + \memberswap{coordinate} +*/ + +/*! Returns \c true if the \l longitude and \l latitude are valid. */ bool QGeoCoordinate::isValid() const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeolocation.cpp new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeolocation.cpp --- old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeolocation.cpp 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeolocation.cpp 2025-01-24 10:11:56.000000000 +0100 @@ -132,6 +132,12 @@ */ /*! + \fn void QGeoLocation::swap(QGeoLocation &other) + \since 6.2 + \memberswap{location} +*/ + +/*! Returns the address of the location. */ QGeoAddress QGeoLocation::address() const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeopositioninfo.cpp new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeopositioninfo.cpp --- old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeopositioninfo.cpp 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeopositioninfo.cpp 2025-01-24 10:11:56.000000000 +0100 @@ -143,6 +143,12 @@ */ /*! + \fn void QGeoPositionInfo::swap(QGeoPositionInfo &other) + \since 6.2 + \memberswap{position information} +*/ + +/*! Returns true if the timestamp() and coordinate() values are both valid. \sa QGeoCoordinate::isValid(), QDateTime::isValid() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeosatelliteinfo.cpp new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeosatelliteinfo.cpp --- old/qtpositioning-everywhere-src-6.8.1/src/positioning/qgeosatelliteinfo.cpp 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/src/positioning/qgeosatelliteinfo.cpp 2025-01-24 10:11:56.000000000 +0100 @@ -134,6 +134,12 @@ */ /*! + \fn void QGeoSatelliteInfo::swap(QGeoSatelliteInfo &other) + \since 6.2 + \memberswap{satellite information} +*/ + +/*! Sets the Satellite System (GPS, GLONASS, ...) to \a system. */ void QGeoSatelliteInfo::setSatelliteSystem(SatelliteSystem system) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/src/positioning/qnmeapositioninfosource.cpp new/qtpositioning-everywhere-src-6.8.2/src/positioning/qnmeapositioninfosource.cpp --- old/qtpositioning-everywhere-src-6.8.1/src/positioning/qnmeapositioninfosource.cpp 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/src/positioning/qnmeapositioninfosource.cpp 2025-01-24 10:11:56.000000000 +0100 @@ -851,14 +851,14 @@ /*! Sets the NMEA data source to \a device. If the device is not open, it - will be opened in QIODevice::ReadOnly mode. + will be opened in \l{QIODeviceBase::}{ReadOnly} mode. The source device can only be set once and must be set before calling - startUpdates() or requestUpdate(). + \l startUpdates() or \l requestUpdate(). - \b {Note:} The \a device must emit QIODevice::readyRead() for the + \note The \a device must emit \l {QIODevice::readyRead()} for the source to be notified when data is available for reading. - QNmeaPositionInfoSource does not assume the ownership of the device, + \l QNmeaPositionInfoSource does not assume the ownership of the device, and hence does not deallocate it upon destruction. */ void QNmeaPositionInfoSource::setDevice(QIODevice *device) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtpositioning-everywhere-src-6.8.1/src/positioning/qnmeasatelliteinfosource.cpp new/qtpositioning-everywhere-src-6.8.2/src/positioning/qnmeasatelliteinfosource.cpp --- old/qtpositioning-everywhere-src-6.8.1/src/positioning/qnmeasatelliteinfosource.cpp 2024-11-21 04:33:49.000000000 +0100 +++ new/qtpositioning-everywhere-src-6.8.2/src/positioning/qnmeasatelliteinfosource.cpp 2025-01-24 10:11:56.000000000 +0100 @@ -431,7 +431,7 @@ /*! Sets the NMEA data source to \a device. If the device is not open, it - will be opened in QIODevice::ReadOnly mode. + will be opened in \l{QIODeviceBase::}{ReadOnly} mode. The source device can only be set once and must be set before calling \l startUpdates() or \l requestUpdate().