diff --git a/libdrm-2.4.100.tar.bz2 b/libdrm-2.4.100.tar.bz2 deleted file mode 100644 index 5e0f7ed..0000000 Binary files a/libdrm-2.4.100.tar.bz2 and /dev/null differ diff --git a/libdrm-2.4.100.tar.bz2.sig b/libdrm-2.4.100.tar.bz2.sig deleted file mode 100644 index 0ec1468..0000000 Binary files a/libdrm-2.4.100.tar.bz2.sig and /dev/null differ diff --git a/libdrm-2.4.102.tar.xz b/libdrm-2.4.102.tar.xz new file mode 100644 index 0000000..761efd3 Binary files /dev/null and b/libdrm-2.4.102.tar.xz differ diff --git a/libdrm-2.4.102.tar.xz.sig b/libdrm-2.4.102.tar.xz.sig new file mode 100644 index 0000000..6feef8f Binary files /dev/null and b/libdrm-2.4.102.tar.xz.sig differ diff --git a/libdrm.spec b/libdrm.spec index 66fff16..edee80a 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -46,17 +46,17 @@ end} %bcond_without udev Name: libdrm -Version: 2.4.100 +Version: 2.4.102 Release: 1 License: MIT Summary: library for direct rendering manager URL: https://dri.freedesktop.org -Source0: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2 -Source1: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.bz2.sig +Source0: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz +Source1: https://dri.freedesktop.org/libdrm/%{name}-%{version}.tar.xz.sig Source2: 91-drm-modeset.rules -BuildRequires: meson gcc libatomic_ops-devel kernel-headers +BuildRequires: meson >= 0.43 gcc libatomic_ops-devel kernel-headers %if %{with intel} BuildRequires: pkgconfig(pciaccess) >= 0.10 %endif @@ -258,6 +258,9 @@ install -Dpm0644 -t %{buildroot}%{_udevrulesdir} %{S:2} %endif %changelog +* Wed Aug 19 2020 jinzhimin - 2.4.102-1 +- update to 2.4.102 + * Wed Apr 15 2020 songnannan - 2.4.100-1 - Type:bugfix - Id:NA