automatic version update by autodist [release 6.5.2-1mamba;Mon Jul 24 2023]

This commit is contained in:
Automatic Build System 2024-01-05 17:16:53 +01:00
parent f11d926877
commit 5875cbf6f0

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: qt6-qtwebengine
Version: 6.5.1
Version: 6.5.2
Release: 1mamba
Summary: Qt6 WebEngine component
Group: System/Libraries
@ -60,7 +60,9 @@ BuildRequires: libxshmfence-devel
BuildRequires: libz-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtdeclarative-devel
BuildRequires: qt6-qtpositioning-devel
BuildRequires: qt6-qttools-devel
BuildRequires: qt6-qtwebchannel-devel
## AUTOBUILDREQ-END
BuildRequires: qt6-qtdeclarative-devel = %{version}
BuildRequires: python-html5lib-py3
@ -82,7 +84,8 @@ This package contains libraries and header files for developing applications tha
%global __spec_rmbuild_cmd /bin/true
%prep
%setup -q -n qtwebengine-everywhere-src-%{version} -D -T
%setup -q -n qtwebengine-everywhere-src-%{version}
#-D -T
#:<< _EOF
#cd src/3rdparty
#%patch0 -p1 -b .ffmpeg-5.0
@ -176,6 +179,9 @@ DESTDIR="%{buildroot}" cmake --install build
%{_libdir}/pkgconfig/Qt6*.pc
%changelog
* Mon Jul 24 2023 Automatic Build System <autodist@mambasoft.it> 6.5.2-1mamba
- automatic version update by autodist
* Mon May 29 2023 Automatic Build System <autodist@mambasoft.it> 6.5.1-1mamba
- automatic version update by autodist