diff --git a/drm-libdrm-2.4.120.tar.bz2 b/drm-libdrm-2.4.120.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..03eb886790ec409467431d1347027463aefd8f8e Binary files /dev/null and b/drm-libdrm-2.4.120.tar.bz2 differ diff --git a/libdrm-2.4.115.tar.xz b/libdrm-2.4.115.tar.xz deleted file mode 100644 index 61176016e21ab108403bde76d8085d0f204f94b1..0000000000000000000000000000000000000000 Binary files a/libdrm-2.4.115.tar.xz and /dev/null differ diff --git a/libdrm.spec b/libdrm.spec index 7af3cc51c8f504fd7f00cfbb43ef2b9773052972..81cc9671b86f9415fbb951fbb5ad81850258ed65 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 %define bcond_meson() %{lua: do local option = rpm.expand("%{1}") local with = rpm.expand("%{?with_" .. option .. "}") @@ -50,11 +50,11 @@ end} Name: libdrm Summary: Direct Rendering Manager runtime library -Version: 2.4.115 +Version: 2.4.120 Release: %{anolis_release}%{?dist} License: MIT URL: https://dri.freedesktop.org -Source0: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz +Source0: https://gitlab.freedesktop.org/mesa/drm/-/archive/%{name}-%{version}/drm-%{name}-%{version}.tar.bz2 Source1: README.rst Source2: 91-drm-modeset.rules @@ -65,7 +65,7 @@ BuildRequires: chrpath meson >= 0.43 BuildRequires: pkgconfig(udev) %endif %if %{with valgrind} -BuildRequires: valgrind-devel +BuildRequires: valgrind-devel >= 3.10.0 %endif %if %{with man_pages} BuildRequires: python3-docutils @@ -108,7 +108,7 @@ BuildArch: noarch The %{name}-doc package contains documentation files for %{name}. %prep -%autosetup -p1 -n %{name}-%{version} +%autosetup -p1 -n drm-%{name}-%{version} %build %meson \ @@ -300,6 +300,9 @@ mkdir -p %{buildroot}%{_docdir}/libdrm %doc README.rst %changelog +* Tue Jan 16 2024 Funda Wang - 2.4.120-1 +- New version 1.4.120 + * Wed Apr 12 2023 Guyu Wang - 2.4.115-2 - optimise spec file