Compare commits

..

No commits in common. "rawhide" and "f41" have entirely different histories.

4 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
/wlr-protocols-*.tar.bz2
/wlr-protocols-2b8d43325b7012cc3f9b55c08d26e50e42beac7d.tar.bz2

View file

@ -8,10 +8,13 @@ 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

View file

@ -1 +1 @@
SHA512 (wlr-protocols-a741f0a.tar.bz2) = 338098d12452e23904c78ea9cd2e699e10631d724dba25417cc3ebe0654c602b68f094d6a975f0e058f485b24f76054c8314cf6b8137aca147c39fdd7757dc82
SHA512 (wlr-protocols-2b8d43325b7012cc3f9b55c08d26e50e42beac7d.tar.bz2) = 7935b5089820304aa8cb0e1a8f4e0db6ccd5285973a3f3554ccc935dd88e379eb03c3b2dd199da97b6ff8dfbbbf124ca65fb1c12821a168d34bd7e26d8514edb

View file

@ -1,6 +1,6 @@
%global forgeurl https://gitlab.freedesktop.org/wlroots/wlr-protocols
%global date 20250816
%global commit a741f0ac5d655338a5100fc34bc8cec87d237346
%global date 20240126
%global commit 2b8d43325b7012cc3f9b55c08d26e50e42beac7d
%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}-%{shortcommit}.tar.bz2
Source0: %{forgeurl}/-/archive/%{commit}/%{name}-%{commit}.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 -C
%autosetup -p1 -n %{name}-%{commit}
%build
%make_build