diff --git a/libdrm-2.4.102.tar.xz b/libdrm-2.4.102.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..761efd3dcbe465971d2e9400d40af3ed29a56ca5 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 0000000000000000000000000000000000000000..6feef8fa97b8c2419857a0c79b5e60014402eb49 Binary files /dev/null and b/libdrm-2.4.102.tar.xz.sig differ diff --git a/libdrm-2.4.95.tar.bz2 b/libdrm-2.4.95.tar.bz2 deleted file mode 100644 index 26f6ec860cc383c451cd0e793346c1cc800ce346..0000000000000000000000000000000000000000 Binary files a/libdrm-2.4.95.tar.bz2 and /dev/null differ diff --git a/libdrm.spec b/libdrm.spec index 4a129455751417e73795e93d6ee3f50d2ddde79b..6720370586d9a4c4638076a09b27b42f3060315b 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -46,16 +46,17 @@ end} %bcond_without udev Name: libdrm -Version: 2.4.95 -Release: 2 +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 +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 @@ -105,7 +106,7 @@ Utility programs for the kernel DRM interface. %package_help %prep -%autosetup -p1 +%autosetup -n %{name}-%{version} -p1 %build %meson \ @@ -251,12 +252,24 @@ install -Dpm0644 -t %{buildroot}%{_udevrulesdir} %{S:2} %files help %defattr(-,root,root) -%doc README %if %{with man_pages} %{_mandir}/man3/drm*.3* %{_mandir}/man7/drm*.7* %endif %changelog +* Mon Jul 27 2020 chengguipeng - 2.4.102-1 +- Type:bugfix +- Id:NA +- SUG:NA +- update to 2.4.102 + + +* Wed Apr 15 2020 songnannan - 2.4.100-1 +- Type:bugfix +- Id:NA +- SUG:NA +- update to 2.4.100 + * Fri Sep 27 2019 openEuler Buildteam - 2.4.95-2 - Package init