!3 libdrm: Update to 2.4.102

Merge pull request !3 from chengguipeng_xian/master
This commit is contained in:
openeuler-ci-bot 2020-07-28 17:47:58 +08:00 committed by Gitee
commit 09487e0eef
4 changed files with 19 additions and 6 deletions

BIN
libdrm-2.4.102.tar.xz Normal file

Binary file not shown.

BIN
libdrm-2.4.102.tar.xz.sig Normal file

Binary file not shown.

Binary file not shown.

View File

@ -46,16 +46,17 @@ end}
%bcond_without udev %bcond_without udev
Name: libdrm Name: libdrm
Version: 2.4.95 Version: 2.4.102
Release: 2 Release: 1
License: MIT License: MIT
Summary: library for direct rendering manager Summary: library for direct rendering manager
URL: https://dri.freedesktop.org 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 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} %if %{with intel}
BuildRequires: pkgconfig(pciaccess) >= 0.10 BuildRequires: pkgconfig(pciaccess) >= 0.10
%endif %endif
@ -105,7 +106,7 @@ Utility programs for the kernel DRM interface.
%package_help %package_help
%prep %prep
%autosetup -p1 %autosetup -n %{name}-%{version} -p1
%build %build
%meson \ %meson \
@ -251,12 +252,24 @@ install -Dpm0644 -t %{buildroot}%{_udevrulesdir} %{S:2}
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README
%if %{with man_pages} %if %{with man_pages}
%{_mandir}/man3/drm*.3* %{_mandir}/man3/drm*.3*
%{_mandir}/man7/drm*.7* %{_mandir}/man7/drm*.7*
%endif %endif
%changelog %changelog
* Mon Jul 27 2020 chengguipeng<chengguipeng1@huawei.com> - 2.4.102-1
- Type:bugfix
- Id:NA
- SUG:NA
- update to 2.4.102
* Wed Apr 15 2020 songnannan <songnannan2@huawei.com> - 2.4.100-1
- Type:bugfix
- Id:NA
- SUG:NA
- update to 2.4.100
* Fri Sep 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.4.95-2 * Fri Sep 27 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.4.95-2
- Package init - Package init