[SCM] qtlocation packaging branch, experimental, updated. debian/5.4.0-1-4-g77a6de6
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Mar 4 18:55:05 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtlocation.git;a=commitdiff;h=77a6de6
The following commit has been merged in the experimental branch:
commit 77a6de6cf5053bf44b2f783d351c67e3d713cff7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Mar 4 21:55:00 2015 +0300
Mark three destructors symbols missing with GCC 5 as optional.
---
debian/changelog | 2 ++
debian/libqt5positioning5.symbols | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3d97163..4647e27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtlocation-opensource-src (5.4.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump Qt build-dependencies to 5.4.1.
* Update watch and copyright to use https://download.qt.io/.
+ * Mark three destructors symbols missing with GCC 5 as optional
+ (closes: #778090).
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 04 Mar 2015 20:45:12 +0300
diff --git a/debian/libqt5positioning5.symbols b/debian/libqt5positioning5.symbols
index 7d85519..1e22fb0 100644
--- a/debian/libqt5positioning5.symbols
+++ b/debian/libqt5positioning5.symbols
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 5.3.1 sparc
+# SymbolsHelper-Confirmed: 5.4.0 amd64
libQt5Positioning.so.5 libqt5positioning5 #MINVER#
_ZN10QGeoCircle9setCenterERK14QGeoCoordinate at Base 5.2.1
_ZN10QGeoCircle9setRadiusEd at Base 5.2.1
@@ -169,9 +169,9 @@ libQt5Positioning.so.5 libqt5positioning5 #MINVER#
_ZN22QDeclarativeGeoAddressC1ERK11QGeoAddressP7QObject at Base 5.2.1
_ZN22QDeclarativeGeoAddressC2EP7QObject at Base 5.2.1
_ZN22QDeclarativeGeoAddressC2ERK11QGeoAddressP7QObject at Base 5.2.1
- _ZN22QDeclarativeGeoAddressD0Ev at Base 5.2.1
- _ZN22QDeclarativeGeoAddressD1Ev at Base 5.2.1
- _ZN22QDeclarativeGeoAddressD2Ev at Base 5.2.1
+ (optional=gccinternal)_ZN22QDeclarativeGeoAddressD0Ev at Base 5.2.1
+ (optional=gccinternal)_ZN22QDeclarativeGeoAddressD1Ev at Base 5.2.1
+ (optional=gccinternal)_ZN22QDeclarativeGeoAddressD2Ev at Base 5.2.1
_ZN22QGeoPositionInfoSource11qt_metacallEN11QMetaObject4CallEiPPv at Base 5.2.1
_ZN22QGeoPositionInfoSource11qt_metacastEPKc at Base 5.2.1
_ZN22QGeoPositionInfoSource12createSourceERK7QStringP7QObject at Base 5.2.1
--
qtlocation packaging
More information about the pkg-kde-commits
mailing list