public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/lgogdownloader] rawhide: Update to 3.18 and build with Qt 6
@ 2026-09-04 12:18 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-09-04 12:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/lgogdownloader
Branch : rawhide
Commit : d8683d152f2769d0d9895ba90ea29c1b6b5d5731
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2026-09-04T08:18:27-04:00
Stats  : +15/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/lgogdownloader/c/d8683d152f2769d0d9895ba90ea29c1b6b5d5731?branch=rawhide

Log:
Update to 3.18 and build with Qt 6

---
diff --git a/.gitignore b/.gitignore
index a33d1e9..c9617ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /lgogdownloader-3.12.tar.gz
 /lgogdownloader-3.15.tar.gz
 /lgogdownloader-3.16.tar.gz
+/lgogdownloader-3.18.tar.gz

diff --git a/lgogdownloader.spec b/lgogdownloader.spec
index 4653e7f..cc901c2 100644
--- a/lgogdownloader.spec
+++ b/lgogdownloader.spec
@@ -1,6 +1,6 @@
 Name:		lgogdownloader
-Version:	3.16
-Release:	10%{?dist}
+Version:	3.18
+Release:	1%{?dist}
 Summary:	GOG.com download client
 
 License:	WTFPL
@@ -20,8 +20,9 @@ BuildRequires:	pkgconfig(tinyxml2)
 BuildRequires:	pkgconfig(zlib)
 BuildRequires:	boost-devel
 BuildRequires:	rhash-devel
-%ifarch %{qt5_qtwebengine_arches}
-BuildRequires:	pkgconfig(Qt5WebEngine)
+%ifarch %{qt6_qtwebengine_arches}
+BuildRequires:	cmake(Qt6Widgets)
+BuildRequires:	cmake(Qt6WebEngineWidgets)
 %endif
 
 %description
@@ -29,14 +30,16 @@ LGOGDownloader is an unofficial GOG.com downloader for Linux users. It uses the
 same API as the official GOG Galaxy.
 
 %prep
-%autosetup
+%autosetup -C
 
-%build
-%ifarch %{qt5_qtwebengine_arches}
+%conf
+%ifarch %{qt6_qtwebengine_arches}
 %cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=Release -DUSE_QT_GUI=ON
 %else
 %cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=Release -DUSE_QT_GUI=OFF
 %endif
+
+%build
 %cmake_build
 
 %install
@@ -48,6 +51,9 @@ same API as the official GOG Galaxy.
 %{_mandir}/man1/lgogdownloader.1.*
 
 %changelog
+* Fri Sep 04 2026 Neal Gompa <ngompa@fedoraproject.org> - 3.18-1
+- Update to 3.18 and build with Qt 6
+
 * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.16-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index 18f7009..373833f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (lgogdownloader-3.16.tar.gz) = b56f13d5846f02ac1a676507a3dfcea2f9b9c079f77067891af565280f3d63b7db0a1d1ae4d36b96a00ada8c223c53e1944cd8d42e2c4ef00ce4d566d0439c5e
+SHA512 (lgogdownloader-3.18.tar.gz) = db3def0289186afc6b60f0b78b2872e1b34f393ac1c8e94b90260f46d49badeac75f2751f2ace5eff109d94658958fa06be500967af94017dbb599e832932678

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-04 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 12:18 [rpms/lgogdownloader] rawhide: Update to 3.18 and build with Qt 6 Neal Gompa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox