public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sam Day <me@samcday.com>
To: git-commits@fedoraproject.org
Subject: [rpms/phosh] f43: Fix bundled source extraction on Fedora 43
Date: Tue, 22 Sep 2026 23:32:29 GMT	[thread overview]
Message-ID: <179011994979.1.18061449872741826578.rpms-phosh-1069febdfa11@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/phosh
            Branch : f43
            Commit : 1069febdfa11fec8e400cb2de97c2d77afbb90bc
            Author : Sam Day <me@samcday.com>
            Date   : 2026-09-23T09:32:04+10:00
            Stats  : +4/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/phosh/c/1069febdfa11fec8e400cb2de97c2d77afbb90bc?branch=f43

            Log:
            Fix bundled source extraction on Fedora 43

Apply the compatibility patch after the original multi-archive setup. Keep the Fedora 43-only release below Fedora 44 for upgrades.

---
diff --git a/phosh.spec b/phosh.spec
index 4ee0117..23441d4 100644
--- a/phosh.spec
+++ b/phosh.spec
@@ -3,7 +3,8 @@
 
 Name:     phosh
 Version:  0.57.0
-Release:  %autorelease
+# Keep Fedora 43-only fixes below the Fedora 44 release when upgrading.
+Release:  1%{?dist}.1
 Summary:  Graphical shell for mobile devices
 License:  GPL-3.0-or-later
 URL:      https://gitlab.gnome.org/World/Phosh/phosh
@@ -119,7 +120,8 @@ Requires:   lib%{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
 Development headers for libphosh.
 
 %prep
-%autosetup -a1 -a2 -p1 -n %{name}-v%{version_no_tilde _}
+%setup -a1 -a2 -q -n %{name}-v%{version_no_tilde _}
+%autopatch -p1
 
 mv libgnome-volume-control-%{gvc_commit} subprojects/gvc
 mv libcall-ui-%{libcall_ui_version} subprojects/libcall-ui

                 reply	other threads:[~2026-09-22 23:32 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=179011994979.1.18061449872741826578.rpms-phosh-1069febdfa11@fedoraproject.org \
    --to=me@samcday.com \
    --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