diff --git a/libdrm-2.4.124.tar.xz b/libdrm-2.4.124.tar.xz deleted file mode 100644 index d4ea4f489d68ec05d48ed94ae344c7ba89d56a05..0000000000000000000000000000000000000000 Binary files a/libdrm-2.4.124.tar.xz and /dev/null differ diff --git a/libdrm-2.4.126.tar.xz b/libdrm-2.4.126.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..6c192df234319b1af4a36e841f779d0916b6908b Binary files /dev/null and b/libdrm-2.4.126.tar.xz differ diff --git a/libdrm.spec b/libdrm.spec index 10a32cd6efbb0e5d974c7541385f271aafc825f8..ae87bbd3a327d691b756ec6a23282b5d9e0e8ebd 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -53,7 +53,7 @@ end} %bcond_without udev Name: libdrm -Version: 2.4.124 +Version: 2.4.126 Release: 1 License: MIT Summary: library for direct rendering manager @@ -62,7 +62,8 @@ URL: https://dri.freedesktop.org Source0: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz Source2: 91-drm-modeset.rules -BuildRequires: meson >= 0.43 gcc kernel-headers +BuildRequires: meson >= 0.59 gcc kernel-headers +BuildRequires: chrpath %if %{with intel} BuildRequires: pkgconfig(pciaccess) >= 0.10 %endif @@ -73,7 +74,8 @@ BuildRequires: pkgconfig(cairo) %if %{with man_pages} BuildRequires: %{_bindir}/xsltproc BuildRequires: %{_bindir}/sed -BuildRequires: python3-docutils chrpath +BuildRequires: /usr/bin/rst2man +BuildRequires: python3-docutils %endif %if %{?openEuler:1}0 %if %{with valgrind} @@ -265,6 +267,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/drmdevice %endif %changelog +* Wed Oct 01 2025 Funda Wang - 2.4.126-1 +- update to version 2.4.126 + * Thu Dec 05 2024 Funda Wang - 2.4.124-1 - update to version 2.4.124 diff --git a/libdrm.yaml b/libdrm.yaml index e47aa14a1bd4087804445e8be36fccb9574b242d..e5b206c4799a732d22df530f3ff7ccae70051e71 100644 --- a/libdrm.yaml +++ b/libdrm.yaml @@ -1,4 +1,4 @@ version_control: git -src_repo: https://gitlab.freedesktop.org/mesa/drm.git -tag_prefix: libdrm- -seperator: "." +src_repo: https://gitlab.freedesktop.org/mesa/libdrm.git +tag_prefix: ^libdrm- +separator: "."