public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christian Birk <mail@birkc.de>
To: git-commits@fedoraproject.org
Subject: [rpms/chatterino2] rawhide: small spec fixes
Date: Sun, 07 Jun 2026 00:16:11 GMT	[thread overview]
Message-ID: <178079137128.1.6588926720869331481.rpms-chatterino2-3bfabf8af718@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-06-07  0:16 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=178079137128.1.6588926720869331481.rpms-chatterino2-3bfabf8af718@fedoraproject.org \
    --to=mail@birkc.de \
    --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