Jose Manuel Santamaria Lema has proposed merging ~panfaust/kubuntu-packaging/+git/bluez-qt:work2 into ~kubuntu-packagers/kubuntu-packaging/+git/bluez-qt:kubuntu_yakkety_archive.
Requested reviews: Kubuntu Packagers (kubuntu-packagers) For more details, see: https://code.launchpad.net/~panfaust/kubuntu-packaging/+git/bluez-qt/+merge/305666 Sync with Yakkety archive. Someone already uploaded a fixed version of bluez-qt, so just import the change from the archive. -- Your team Kubuntu Packagers is requested to review the proposed merge of ~panfaust/kubuntu-packaging/+git/bluez-qt:work2 into ~kubuntu-packagers/kubuntu-packaging/+git/bluez-qt:kubuntu_yakkety_archive.
diff --git a/debian/changelog b/debian/changelog index b90e4f2..5e219f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -bluez-qt (5.24.0-0ubuntu2) UNRELEASED; urgency=medium +bluez-qt (5.24.0-0ubuntu2) yakkety; urgency=medium - * Make leaked symbol from QByteArray optional, this avoids build - failures with gcc 6. + * Drop non-ABI-relevant symbol from the symbols file for compatibility + with latest qtbase-opensource-src package. - -- José Manuel SantamarÃa Lema <[email protected]> Thu, 11 Aug 2016 16:36:13 +0200 + -- Steve Langasek <[email protected]> Tue, 30 Aug 2016 10:57:56 -0700 bluez-qt (5.24.0-0ubuntu1) yakkety; urgency=medium diff --git a/debian/libkf5bluezqt6.symbols b/debian/libkf5bluezqt6.symbols index 94c3ec7..9d57559 100644 --- a/debian/libkf5bluezqt6.symbols +++ b/debian/libkf5bluezqt6.symbols @@ -1,6 +1,6 @@ # SymbolsHelper-Confirmed: 5.24.0 amd64 i386 libKF5BluezQt.so.6 libkf5bluezqt6 #MINVER# - (optional=gccinternal)_ZN10QByteArray7reserveEi@Base 5.24.0 + (optional)_ZN10QByteArray7reserveEi@Base 5.24.0 _ZN7BluezQt11MediaPlayer10setShuffleENS0_7ShuffleE@Base 5.13.0 _ZN7BluezQt11MediaPlayer11fastForwardEv@Base 5.13.0 _ZN7BluezQt11MediaPlayer11nameChangedERK7QString@Base 5.13.0
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
