Hello community, here is the log from the commit of package phonon for openSUSE:Factory checked in at 2019-01-21 10:24:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/phonon (Old) and /work/SRC/openSUSE:Factory/.phonon.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phonon" Mon Jan 21 10:24:09 2019 rev:66 rq:666213 version:4.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/phonon/phonon.changes 2018-05-06 14:54:42.619905435 +0200 +++ /work/SRC/openSUSE:Factory/.phonon.new.28833/phonon.changes 2019-01-21 10:24:11.425827379 +0100 @@ -1,0 +2,9 @@ +Thu Jan 10 15:19:42 UTC 2019 - [email protected] + +- Update to 4.10.2: + * PulseAudio support is no longer incorrectly disabled with Qt + 5.12 +- Run spec-cleaner +- Add %license + +------------------------------------------------------------------- Old: ---- phonon-4.10.1.tar.xz New: ---- phonon-4.10.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ phonon.spec ++++++ --- /var/tmp/diff_new_pack.xBEQWM/_old 2019-01-21 10:24:11.809826956 +0100 +++ /var/tmp/diff_new_pack.xBEQWM/_new 2019-01-21 10:24:11.809826956 +0100 @@ -1,7 +1,7 @@ # # spec file for package phonon # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: phonon -Version: 4.10.1 +Version: 4.10.2 Release: 0 Summary: Multimedia Platform Abstraction License: LGPL-2.0-or-later Group: System/GUI/KDE -Url: http://phonon.kde.org/ +URL: http://phonon.kde.org/ Source: http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: cmake @@ -31,7 +31,6 @@ BuildRequires: libpulse-devel BuildRequires: libqt4-devel BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Phonon is a cross-platform portable multimedia support abstraction, @@ -54,8 +53,8 @@ %package -n libphonon4 Summary: Phonon Multimedia Platform Abstraction Group: System/Libraries -Recommends: phonon-backend %requires_ge libqt4-x11 +Recommends: phonon-backend %description -n libphonon4 Phonon is a cross-platform portable Multimedia Support Abstraction, @@ -77,18 +76,17 @@ %fdupes %{buildroot}%{_includedir} %post -n libphonon4 -p /sbin/ldconfig - %postun -n libphonon4 -p /sbin/ldconfig %files -n libphonon4 -%defattr(-,root,root) +%license COPYING.LIB %{_libdir}/libphonon.so.* %{_libdir}/libphononexperimental.so.* %dir %{_libdir}/kde4/plugins %dir %{_libdir}/kde4/plugins/phonon_backend %files devel -%defattr(-,root,root) +%license COPYING.LIB %{_datadir}/phonon/ %{_datadir}/qt4/mkspecs/modules/ %{_includedir}/phonon ++++++ phonon-4.10.1.tar.xz -> phonon-4.10.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phonon-4.10.1/CMakeLists.txt new/phonon-4.10.2/CMakeLists.txt --- old/phonon-4.10.1/CMakeLists.txt 2018-04-27 11:23:33.000000000 +0200 +++ new/phonon-4.10.2/CMakeLists.txt 2019-01-09 13:49:39.000000000 +0100 @@ -23,7 +23,7 @@ # If you are unsure about the this: http://plan99.net/~mike/writing-shared-libraries.html set(PHONON_LIB_MAJOR_VERSION "4") # Only change on binary incompatible changes set(PHONON_LIB_MINOR_VERSION "10") # Only change on binary compatible changes with new interfaces -set(PHONON_LIB_PATCH_VERSION "1") # Bump whenever you feel like it :P +set(PHONON_LIB_PATCH_VERSION "2") # Bump whenever you feel like it :P set(PHONON_LIB_VERSION "${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}.${PHONON_LIB_PATCH_VERSION}") set(PHONON_LIB_SOVERSION ${PHONON_LIB_MAJOR_VERSION}) set(PHONON_LIB_SONAME phonon) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/phonon-4.10.1/phonon/pulsesupport.cpp new/phonon-4.10.2/phonon/pulsesupport.cpp --- old/phonon-4.10.1/phonon/pulsesupport.cpp 2018-04-27 11:23:33.000000000 +0200 +++ new/phonon-4.10.2/phonon/pulsesupport.cpp 2019-01-09 13:49:39.000000000 +0100 @@ -840,7 +840,8 @@ } // We require a glib event loop - if (!QByteArray(QAbstractEventDispatcher::instance()->metaObject()->className()).contains("EventDispatcherGlib")) { + if (!QByteArray(QAbstractEventDispatcher::instance()->metaObject()->className()).contains("EventDispatcherGlib") && + !QByteArray(QAbstractEventDispatcher::instance()->metaObject()->className()).contains("GlibEventDispatcher")) { qWarning("WARNING: Disabling PulseAudio integration for lack of GLib event loop."); return; }
