Compare commits
No commits in common. "rawhide" and "f35" have entirely different histories.
3 changed files with 6 additions and 125 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
|
@ -23,25 +23,3 @@
|
|||
/wayland-protocols-1.24.tar.xz
|
||||
/wayland-protocols-1.25.tar.xz
|
||||
/wayland-protocols-1.26.tar.xz
|
||||
/wayland-protocols-1.27.tar.xz
|
||||
/wayland-protocols-1.28.tar.xz
|
||||
/wayland-protocols-1.29.tar.xz
|
||||
/wayland-protocols-1.30.tar.xz
|
||||
/wayland-protocols-1.31.tar.xz
|
||||
/wayland-protocols-1.32.tar.xz
|
||||
/wayland-protocols-1.33.tar.xz
|
||||
/wayland-protocols-1.34.tar.xz
|
||||
/wayland-protocols-1.36.tar.xz
|
||||
/wayland-protocols-1.37.tar.xz
|
||||
/wayland-protocols-1.38.tar.xz
|
||||
/wayland-protocols-1.39.tar.xz
|
||||
/wayland-protocols-1.40.tar.xz
|
||||
/wayland-protocols-1.41.tar.xz
|
||||
/wayland-protocols-1.42.tar.xz
|
||||
/wayland-protocols-1.43.tar.xz
|
||||
/wayland-protocols-1.44.tar.xz
|
||||
/wayland-protocols-1.45.tar.xz
|
||||
/wayland-protocols-1.46.tar.xz
|
||||
/wayland-protocols-1.47.tar.xz
|
||||
/wayland-protocols-1.48.tar.xz
|
||||
/wayland-protocols-1.49.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wayland-protocols-1.49.tar.xz) = c6f58586c4e3046fb545f31959eb662426ddf94cab627a136bec905c3a1c75087ed2850d49e44964241a9158a3559ad02607647a19fb5f1c1fb254160b04806c
|
||||
SHA512 (wayland-protocols-1.26.tar.xz) = fa9c3963b548197461c8c0b9e16ebbf9cfa5b60053fc17f51b41e63a55b8c5420dd7e42313f93946b438ab47f04e1cd17bc92aae9e1074b47177dc7ce7042167
|
||||
|
|
|
|||
|
|
@ -1,19 +1,18 @@
|
|||
# Header-only library
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: wayland-protocols
|
||||
Version: 1.49
|
||||
Version: 1.26
|
||||
Release: 2%{?dist}
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
|
||||
License: MIT
|
||||
URL: https://wayland.freedesktop.org/
|
||||
Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
|
||||
Source0: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-g++
|
||||
BuildRequires: meson
|
||||
BuildRequires: wayland-devel >= 1.25.0
|
||||
BuildRequires: wayland-devel
|
||||
|
||||
%description
|
||||
wayland-protocols contains Wayland protocols that adds functionality not
|
||||
|
|
@ -24,8 +23,6 @@ wayland-protocols.
|
|||
|
||||
%package devel
|
||||
Summary: Wayland protocols that adds functionality not available in the core protocol
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel
|
||||
wayland-protocols contains Wayland protocols that adds functionality not
|
||||
|
|
@ -49,102 +46,8 @@ wayland-protocols.
|
|||
%doc README.md
|
||||
%{_datadir}/pkgconfig/%{name}.pc
|
||||
%{_datadir}/%{name}/
|
||||
%{_includedir}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.49-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sun Jun 07 2026 Neal Gompa <ngompa@fedoraproject.org> - 1.49-1
|
||||
- Update to 1.49
|
||||
|
||||
* Wed Apr 01 2026 Neal Gompa <ngompa@fedoraproject.org> - 1.48-1
|
||||
- Update to 1.48
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.47-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Mon Dec 15 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.47-1
|
||||
- Update to 1.47
|
||||
|
||||
* Mon Nov 24 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.46-1
|
||||
- Update to 1.46
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jun 13 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.45-1
|
||||
- Update to 1.45
|
||||
|
||||
* Sun Apr 27 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.44-1
|
||||
- Update to 1.44
|
||||
|
||||
* Tue Apr 08 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.43-1
|
||||
- Update to 1.43
|
||||
|
||||
* Mon Mar 24 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.42-1
|
||||
- Update to 1.42
|
||||
|
||||
* Mon Feb 17 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.41-1
|
||||
- Update to 1.41
|
||||
|
||||
* Thu Jan 30 2025 Neal Gompa <ngompa@fedoraproject.org> - 1.40-1
|
||||
- Update to 1.40
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.39-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Dec 20 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.39-1
|
||||
- Update to 1.39
|
||||
|
||||
* Sat Oct 12 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.38-1
|
||||
- Update to 1.38
|
||||
|
||||
* Sat Aug 31 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.37-1
|
||||
- Update to 1.37
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.36-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jun 01 2024 Pavel Solovev <daron439@gmail.com> - 1.36-1
|
||||
- Update to 1.36
|
||||
|
||||
* Thu Mar 21 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.34-1
|
||||
- Update to 1.34
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.33-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.33-1
|
||||
- Update to 1.33
|
||||
|
||||
* Mon Sep 11 2023 Olivier Fourdan <ofourdan@redhat.com> - 1.32-3
|
||||
- migrated to SPDX license
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.32-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2023 Kalev Lember <klember@redhat.com> - 1.32-1
|
||||
- Update to 1.32 (rhbz#2219369)
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Nov 29 2022 Kalev Lember <klember@redhat.com> - 1.31-1
|
||||
- Update to 1.31
|
||||
|
||||
* Mon Nov 21 2022 Kalev Lember <klember@redhat.com> - 1.30-1
|
||||
- Update to 1.30
|
||||
|
||||
* Tue Nov 15 2022 Kalev Lember <klember@redhat.com> - 1.29-1
|
||||
- Update to 1.29
|
||||
|
||||
* Sat Nov 05 2022 Kalev Lember <klember@redhat.com> - 1.28-1
|
||||
- Update to 1.28
|
||||
|
||||
* Wed Oct 12 2022 Neal Gompa <ngompa@fedoraproject.org> - 1.27-1
|
||||
- Update to 1.27
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue