!5 Package upgrade

From: @wk333 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-06-20 01:26:02 +00:00 committed by Gitee
commit fab5ccd282
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 7 deletions

View File

@ -1,16 +1,16 @@
Name: mesa-demos Name: mesa-demos
Version: 8.3.0 Version: 8.4.0
Release: 14 Release: 1
Summary: Demo applications for testing Mesa Summary: Demo applications for testing Mesa
License: MIT License: MIT
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
Source0: %{name}-20171027.tar.bz2 Source0: %{name}-20210504.tar.bz2
Source1: http://www.x.org/pub/individual/app/xdriinfo-1.0.4.tar.bz2 Source1: http://www.x.org/pub/individual/app/xdriinfo-1.0.4.tar.bz2
Source2: mesad-git-snapshot.sh Source2: mesad-git-snapshot.sh
Patch0000: mesa-demos-8.0.1-legal.patch Patch0: mesa-demos-8.0.1-legal.patch
Patch0001: mesa-demos-as-needed.patch Patch1: mesa-demos-as-needed.patch
Patch0002: xdriinfo-1.0.4-glvnd.patch Patch2: xdriinfo-1.0.4-glvnd.patch
BuildRequires: gcc-c++ pkgconfig autoconf automake libtool glew-devel BuildRequires: gcc-c++ pkgconfig autoconf automake libtool glew-devel
BuildRequires: freeglut-devel mesa-libGL-devel mesa-libEGL-devel BuildRequires: freeglut-devel mesa-libGL-devel mesa-libEGL-devel
@ -33,7 +33,7 @@ Requires: %{name} = %{version}-%{release}
This package contains some man files for %{name}. This package contains some man files for %{name}.
%prep %prep
%setup -q -n %{name}-20171027 -b1 %setup -q -n %{name}-20210504 -b1
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
@ -76,6 +76,9 @@ install -m755 src/xdemos/glxinfo %{buildroot}%{_bindir}/glxinfo%{?__isa_bits}
%{_datadir}/man/man1/xdriinfo.1* %{_datadir}/man/man1/xdriinfo.1*
%changelog %changelog
* Thu Jun 16 2022 SimpleUpdate Robot <tc@openeuler.org> - 8.4.0-1
- Upgrade to version 8.4.0
* Fri Aug 07 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 8.3.0-14 * Fri Aug 07 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 8.3.0-14
- Add compilation dependency to solve compilation failure - Add compilation dependency to solve compilation failure