diff --git a/qt5-qtdoc.spec b/qt5-qtdoc.spec index 9d26e4c..c6ebde7 100644 --- a/qt5-qtdoc.spec +++ b/qt5-qtdoc.spec @@ -3,13 +3,13 @@ %global qt_module qtdoc Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 2 +Version: 5.15.10 +Release: 1 Summary: Main Qt5 Reference Documentation License: GFDL-1.3-only AND MIT AND X11 AND HPND AND libpng-2.0 AND BSD-3-Clause AND NCSA AND GPL-2.0-only AND BSL-1.0 AND GFDL-1.3-only AND IJG AND Apache-2.0 AND MPL-2.0 AND LGPL-2.0-only AND AFL-2.1 OR GPL-2.0-or-later Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz BuildArch: noarch %global _qt5_qmake %{_bindir}/qmake-qt5 @@ -48,6 +48,9 @@ make install_docs INSTALL_ROOT=%{buildroot} %changelog +* Tue Aug 22 2023 peijiankang - 5.15.10-1 +- update to upstream version 5.15.10 + * Tue May 10 2022 Ge Wang - 5.15.2-2 - License compliance rectification diff --git a/qtdoc-everywhere-opensource-src-5.15.10.tar.xz b/qtdoc-everywhere-opensource-src-5.15.10.tar.xz new file mode 100644 index 0000000..d11206a Binary files /dev/null and b/qtdoc-everywhere-opensource-src-5.15.10.tar.xz differ diff --git a/qtdoc-everywhere-src-5.15.2.tar.xz b/qtdoc-everywhere-src-5.15.2.tar.xz deleted file mode 100644 index f1e587c..0000000 Binary files a/qtdoc-everywhere-src-5.15.2.tar.xz and /dev/null differ