!1 update to 2.4.100

Merge pull request !1 from orange-snn/master
This commit is contained in:
openeuler-ci-bot 2020-05-12 10:09:22 +08:00 committed by Gitee
commit 794148254a
4 changed files with 10 additions and 4 deletions

BIN
libdrm-2.4.100.tar.bz2 Normal file

Binary file not shown.

BIN
libdrm-2.4.100.tar.bz2.sig Normal file

Binary file not shown.

Binary file not shown.

View File

@ -46,13 +46,14 @@ end}
%bcond_without udev
Name: libdrm
Version: 2.4.95
Release: 2
Version: 2.4.100
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
Source2: 91-drm-modeset.rules
BuildRequires: meson gcc libatomic_ops-devel kernel-headers
@ -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,17 @@ 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
* 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