public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chatterino2] rawhide: small spec fixes
@ 2026-06-07  0:16 Christian Birk
  0 siblings, 0 replies; only message in thread
From: Christian Birk @ 2026-06-07  0:16 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/chatterino2
            Branch : rawhide
            Commit : 3bfabf8af718f39d7a99ea240b37556346824c37
            Author : Christian Birk <mail@birkc.de>
            Date   : 2026-06-06T21:42:34+02:00
            Stats  : +7/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/chatterino2/c/3bfabf8af718f39d7a99ea240b37556346824c37?branch=rawhide

            Log:
            small spec fixes

- fix to use the correct repo for libcommuni
- fix commit to be added for the about page
- add flag to disable the update check
- update dependency versions

---
diff --git a/chatterino2.spec b/chatterino2.spec
index df27afc..7569384 100644
--- a/chatterino2.spec
+++ b/chatterino2.spec
@@ -7,6 +7,7 @@ ExcludeArch: %{ix86}
 
 #pin to commit for patch fixes
 %global         forgeurl0 https://github.com/Chatterino/chatterino2
+%global         commit0 1bc6e5aa718379652dcce530f7f88cf615948320
 %global         tag0  v2.5.5
 %global         version %%(echo %%{tag0} | tr -d 'v')
 
@@ -14,7 +15,7 @@ ExcludeArch: %{ix86}
 
 # Git submodules
 #   * libcommuni
-%global forgeurl2   https://github.com/hemirt/libcommuni
+%global forgeurl2   https://github.com/Chatterino/libcommuni
 %global commit2         bb5417c451d764f57f2f1b3e1c9a81496b5521bd
 %global shortcommit2    %(c=%{commit2}; echo ${c:0:7})
 
@@ -147,12 +148,12 @@ Provides:     chatterino2%{?_isa} = %{version}-%{release}
 
 # Current submodules patched so not possible to build with system packages
 #   * https://github.com/Chatterino/chatterino2/issues/1444
-Provides:       bundled(expected-lite) = 0.9.0~git%{commit12}
+Provides:       bundled(expected-lite) = 0.10.0~git%{commit12}
 Provides:       bundled(libcommuni) = 3.7.0~git%{commit2}
-Provides:       bundled(magic_enum) = 0.9.5~git%{commit9}
+Provides:       bundled(magic_enum) = 0.9.8~git%{commit9}
 Provides:       bundled(serialize) = 0.1.0~git%{commit5}
-Provides:       bundled(settings) = 0.3.0~git%{commit3}
-Provides:       bundled(signals) = 0.1.0~git%{commit4}
+Provides:       bundled(settings) = 0.5.0~git%{commit3}
+Provides:       bundled(signals) = 0.1.3~git%{commit4}
 Provides:       bundled(certify) = 0.1~git%{commit4}
 
 %description -n chatterino
@@ -186,6 +187,7 @@ export GIT_RELEASE=%{version0}
 %cmake -G Ninja \
                 -DUSE_SYSTEM_QTKEYCHAIN=ON \
                 -DUSE_SYSTEM_MINIAUDIO=ON \
+                -DCHATTERINO_UPDATER=OFF \
                 -DCHATTERINO_PLUGINS=OFF
 
 %cmake_build

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

only message in thread, other threads:[~2026-06-07  0:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07  0:16 [rpms/chatterino2] rawhide: small spec fixes Christian Birk

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