diff --git a/phonon-4.11.1.tar.xz b/phonon-4.11.1.tar.xz deleted file mode 100644 index 26024ee..0000000 Binary files a/phonon-4.11.1.tar.xz and /dev/null differ diff --git a/phonon-4.12.0.tar.xz b/phonon-4.12.0.tar.xz new file mode 100644 index 0000000..46ab593 Binary files /dev/null and b/phonon-4.12.0.tar.xz differ diff --git a/phonon.spec b/phonon.spec index d40c16f..3b95c41 100644 --- a/phonon.spec +++ b/phonon.spec @@ -1,5 +1,5 @@ Name: phonon -Version: 4.11.1 +Version: 4.12.0 Release: 1 License: LGPLv2+ Summary: Multimedia framework api @@ -50,6 +50,7 @@ Requires: %{name}-qt5 = %{version}-%{release} -DCMAKE_BUILD_TYPE:STRING="Release" \ -DPHONON_BUILD_DECLARATIVE_PLUGIN:BOOL=%{?declarative:ON}%{!?declarative:OFF} \ -DPHONON_BUILD_PHONON4QT5:BOOL=ON \ + -DPHONON_BUILD_QT6:BOOL=OFF \ -DPHONON_QT_IMPORTS_INSTALL_DIR=%{_qt5_importdir} \ -DPHONON_QT_MKSPECS_INSTALL_DIR=%{_qt5_archdatadir}/mkspecs/modules \ -DPHONON_QT_PLUGIN_INSTALL_DIR=%{_qt5_plugindir}/designer @@ -77,11 +78,9 @@ test "$(pkg-config --modversion phonon4qt5)" = "%{version}" # own backends dir %dir %{_qt5_plugindir}/phonon4qt5_backend/ # designer plugin -%{_qt5_plugindir}/designer/phononwidgets.so +%{_qt5_plugindir}/designer/phonon4qt5widgets.so %files qt5-devel -%dir %{_datadir}/phonon4qt5 -%{_datadir}/phonon4qt5/buildsystem/ %{_libdir}/cmake/phonon4qt5/ %{_includedir}/phonon4qt5/ %{_libdir}/libphonon4qt5.so @@ -90,6 +89,9 @@ test "$(pkg-config --modversion phonon4qt5)" = "%{version}" %{_qt5_archdatadir}/mkspecs/modules/qt_phonon4qt5.pri %changelog +* Thu Feb 29 2024 xu_ping <707078654@qq.com> - 4.12.0-1 +- update to 4.12.0 + * Mon Nov 21 2022 liweiganga - 4.11.1-1 - update to 4.11.1