!5 update version to 9.0.3

From: @konglidong 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2023-12-27 08:31:29 +00:00 committed by Gitee
commit 3cd50132c2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 6 deletions

Binary file not shown.

BIN
glu-9.0.3.tar.xz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: mesa-libGLU Name: mesa-libGLU
Version: 9.0.2 Version: 9.0.3
Release: 1 Release: 1
Summary: Mesa libGLU library Summary: Mesa libGLU library
License: MIT License: MIT
URL: https://mesa3d.org/ URL: https://mesa3d.org/
Source0: https://mesa.freedesktop.org/archive/glu/glu-%{version}.tar.xz Source0: https://mesa.freedesktop.org/archive/glu/glu-%{version}.tar.xz
BuildRequires: autoconf automake gcc-c++ libtool mesa-libGL-devel BuildRequires: autoconf automake gcc-c++ libtool mesa-libGL-devel libglvnd-devel meson
Provides: libGLU Provides: libGLU
%description %description
@ -24,12 +24,11 @@ The development package for %{name}.
%autosetup -n glu-%{version} -p1 %autosetup -n glu-%{version} -p1
%build %build
autoreconf -vif %meson -Dgl_provider=glvnd
%configure %meson_build
%make_build
%install %install
%make_install %meson_install
%delete_la %delete_la
%ldconfig_scriptlets %ldconfig_scriptlets
@ -43,6 +42,9 @@ autoreconf -vif
%{_libdir}/pkgconfig/glu.pc %{_libdir}/pkgconfig/glu.pc
%changelog %changelog
* Wed Dec 27 2023 konglidong <konglidong@uniontech.com> - 9.0.3-1
- update version to 9.0.3
* Wed Dec 01 2021 wangkerong <wangkerong@huawei.com> - 9.0.2-1 * Wed Dec 01 2021 wangkerong <wangkerong@huawei.com> - 9.0.2-1
- update to 9.0.2 - update to 9.0.2