From 93d877d201fe66be796d31294225ab51079336e4 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mar 28 2023 09:42:24 +0000 Subject: Update to 6.4.2 --- diff --git a/mingw-qt6-qtimageformats.spec b/mingw-qt6-qtimageformats.spec index ff1b9d7..c0f3990 100644 --- a/mingw-qt6-qtimageformats.spec +++ b/mingw-qt6-qtimageformats.spec @@ -17,7 +17,7 @@ Name: mingw-qt6-%{qt_module} Version: 6.4.2 -Release: 2%{?dist} +Release: 1%{?dist} Summary: Qt6 for Windows - QtImageFormats component License: LGPL-3.0-only OR GPL-2.0-only @@ -146,6 +146,9 @@ Fedora Windows cross-compiler. %changelog +* Tue Mar 28 2023 Sandro Mani - 6.4.2-1 +- Update to 6.4.2 + * Thu Jan 19 2023 Fedora Release Engineering - 6.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/qtimageformats-fix-build.patch b/qtimageformats-fix-build.patch index 1d807c8..56973ec 100644 --- a/qtimageformats-fix-build.patch +++ b/qtimageformats-fix-build.patch @@ -1,6 +1,6 @@ diff -rupN --no-dereference qtimageformats-everywhere-src-6.4.2/CMakeLists.txt qtimageformats-everywhere-src-6.4.2-new/CMakeLists.txt --- qtimageformats-everywhere-src-6.4.2/CMakeLists.txt 2022-12-12 15:02:14.000000000 +0100 -+++ qtimageformats-everywhere-src-6.4.2-new/CMakeLists.txt 2023-01-18 19:05:45.127093491 +0100 ++++ qtimageformats-everywhere-src-6.4.2-new/CMakeLists.txt 2023-03-28 11:42:20.775910462 +0200 @@ -16,4 +16,9 @@ if(NOT TARGET Qt::Gui) message(NOTICE "Skipping the build as the condition \"TARGET Qt::Gui\" is not met.") return()