public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/lgogdownloader] f45: Update to 3.18 and build with Qt 6
Date: Fri, 04 Sep 2026 12:19:06 GMT [thread overview]
Message-ID: <178852434654.1.16993654924984538356.rpms-lgogdownloader-d8683d152f27@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/lgogdownloader
Branch : f45
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=f45
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
reply other threads:[~2026-09-04 12:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178852434654.1.16993654924984538356.rpms-lgogdownloader-d8683d152f27@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox