diff --git a/.gitignore b/.gitignore index 4e50a75..1fc3327 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/wlr-protocols-2b8d43325b7012cc3f9b55c08d26e50e42beac7d.tar.bz2 +/wlr-protocols-*.tar.bz2 diff --git a/packit.yaml b/packit.yaml index 3667eac..9a7110c 100644 --- a/packit.yaml +++ b/packit.yaml @@ -8,13 +8,10 @@ jobs: - job: koji_build trigger: commit - allowed_pr_authors: ["packit", "topazus"] - allowed_committers: ["packit", "topazus"] dist_git_branches: - fedora-all - job: bodhi_update trigger: commit - allowed_builders: ["packit", "topazus"] dist_git_branches: - fedora-branched diff --git a/sources b/sources index 26e9407..1272bf5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wlr-protocols-2b8d43325b7012cc3f9b55c08d26e50e42beac7d.tar.bz2) = 7935b5089820304aa8cb0e1a8f4e0db6ccd5285973a3f3554ccc935dd88e379eb03c3b2dd199da97b6ff8dfbbbf124ca65fb1c12821a168d34bd7e26d8514edb +SHA512 (wlr-protocols-a741f0a.tar.bz2) = 338098d12452e23904c78ea9cd2e699e10631d724dba25417cc3ebe0654c602b68f094d6a975f0e058f485b24f76054c8314cf6b8137aca147c39fdd7757dc82 diff --git a/wlr-protocols.spec b/wlr-protocols.spec index 4d05ce2..09edf81 100644 --- a/wlr-protocols.spec +++ b/wlr-protocols.spec @@ -1,6 +1,6 @@ %global forgeurl https://gitlab.freedesktop.org/wlroots/wlr-protocols -%global date 20240126 -%global commit 2b8d43325b7012cc3f9b55c08d26e50e42beac7d +%global date 20250816 +%global commit a741f0ac5d655338a5100fc34bc8cec87d237346 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: wlr-protocols @@ -9,7 +9,7 @@ Release: %autorelease Summary: Wayland protocols designed for use in wlroots (and other compositors) License: MIT URL: %{forgeurl} -Source0: %{forgeurl}/-/archive/%{commit}/%{name}-%{commit}.tar.bz2 +Source0: %{forgeurl}/-/archive/%{commit}/%{name}-%{shortcommit}.tar.bz2 BuildArch: noarch BuildRequires: make @@ -25,7 +25,7 @@ Summary: Wayland protocols designed for use in wlroots (and other composi Wayland protocols designed for use in wlroots (and other compositors). %prep -%autosetup -p1 -n %{name}-%{commit} +%autosetup -p1 -C %build %make_build