!3 libdrm: Update to 2.4.102
Merge pull request !3 from chengguipeng_xian/master
This commit is contained in:
commit
09487e0eef
BIN
libdrm-2.4.102.tar.xz
Normal file
BIN
libdrm-2.4.102.tar.xz
Normal file
Binary file not shown.
BIN
libdrm-2.4.102.tar.xz.sig
Normal file
BIN
libdrm-2.4.102.tar.xz.sig
Normal file
Binary file not shown.
Binary file not shown.
25
libdrm.spec
25
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<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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user