[SCM] qtxmlpatterns packaging branch, experimental, updated. debian/5.4.0-2-5-g7ad04fb

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Feb 25 10:53:29 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtxmlpatterns.git;a=commitdiff;h=d0d5b88

The following commit has been merged in the experimental branch:
commit d0d5b88736c596938da0dbe2c57d74d9af547024
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Feb 25 13:20:15 2015 +0300

    Mark some destructors symbols as optional to fix build with GCC 5.
---
 debian/changelog                  |  2 ++
 debian/libqt5xmlpatterns5.symbols | 12 ++++++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c8b72f1..ce45fcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtxmlpatterns-opensource-src (5.4.1-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Build-depend on qtbase 5.4.1.
   * Update debian/copyright.
+  * Mark some destructors symbols as optional to fix build with GCC 5
+    (closes: #778097).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 25 Feb 2015 12:37:25 +0300
 
diff --git a/debian/libqt5xmlpatterns5.symbols b/debian/libqt5xmlpatterns5.symbols
index 8701f09..29be004 100644
--- a/debian/libqt5xmlpatterns5.symbols
+++ b/debian/libqt5xmlpatterns5.symbols
@@ -41,9 +41,9 @@ libQt5XmlPatterns.so.5 libqt5xmlpatterns5 #MINVER#
  _ZN13QXmlFormatter9attributeERK8QXmlNameRK10QStringRef at Base 5.0.2
  _ZN13QXmlFormatterC1ERK9QXmlQueryP9QIODevice at Base 5.0.2
  _ZN13QXmlFormatterC2ERK9QXmlQueryP9QIODevice at Base 5.0.2
- _ZN13QXmlFormatterD0Ev at Base 5.0.2
- _ZN13QXmlFormatterD1Ev at Base 5.0.2
- _ZN13QXmlFormatterD2Ev at Base 5.0.2
+ (optional=gccinternal)_ZN13QXmlFormatterD0Ev at Base 5.0.2
+ (optional=gccinternal)_ZN13QXmlFormatterD1Ev at Base 5.0.2
+ (optional=gccinternal)_ZN13QXmlFormatterD2Ev at Base 5.0.2
  _ZN14QXmlSerializer10charactersERK10QStringRef at Base 5.0.2
  _ZN14QXmlSerializer10endElementEv at Base 5.0.2
  _ZN14QXmlSerializer11atomicValueERK8QVariant at Base 5.0.2
@@ -63,9 +63,9 @@ libQt5XmlPatterns.so.5 libqt5xmlpatterns5 #MINVER#
  _ZN14QXmlSerializerC1ERK9QXmlQueryP9QIODevice at Base 5.0.2
  _ZN14QXmlSerializerC2EP27QAbstractXmlReceiverPrivate at Base 5.0.2
  _ZN14QXmlSerializerC2ERK9QXmlQueryP9QIODevice at Base 5.0.2
- _ZN14QXmlSerializerD0Ev at Base 5.0.2
- _ZN14QXmlSerializerD1Ev at Base 5.0.2
- _ZN14QXmlSerializerD2Ev at Base 5.0.2
+ (optional=gccinternal)_ZN14QXmlSerializerD0Ev at Base 5.0.2
+ (optional=gccinternal)_ZN14QXmlSerializerD1Ev at Base 5.0.2
+ (optional=gccinternal)_ZN14QXmlSerializerD2Ev at Base 5.0.2
  _ZN15QSourceLocation6setUriERK4QUrl at Base 5.0.2
  _ZN15QSourceLocation7setLineEx at Base 5.0.2
  _ZN15QSourceLocation9setColumnEx at Base 5.0.2

-- 
qtxmlpatterns packaging



More information about the pkg-kde-commits mailing list