|
|
@ -1,11 +1,11 @@
|
|
|
|
Name: glew
|
|
|
|
Name: glew
|
|
|
|
Version: 2.1.0
|
|
|
|
Version: 2.2.0
|
|
|
|
Release: 11%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: The OpenGL Extension Wrangler Library
|
|
|
|
Summary: The OpenGL Extension Wrangler Library
|
|
|
|
License: BSD and MIT
|
|
|
|
License: BSD and MIT
|
|
|
|
URL: http://glew.sourceforge.net
|
|
|
|
URL: https://github.com/nigels-com/glew
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://sourceforge.net/projects/glew/files/glew/%{version}/glew-%{version}.tgz
|
|
|
|
Source0: https://github.com/nigels-com/glew/releases/download/glew-%{version}/glew-%{version}.tgz
|
|
|
|
Patch0: glew-2.1.0-install.patch
|
|
|
|
Patch0: glew-2.1.0-install.patch
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: libGLU-devel
|
|
|
|
BuildRequires: libGLU-devel
|
|
|
@ -76,6 +76,9 @@ chmod 0755 $RPM_BUILD_ROOT%{_libdir}/*.so*
|
|
|
|
%doc doc/*
|
|
|
|
%doc doc/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Feb 09 2022 Orion Poplawski <orion@nwra.com> - 2.2.0-1
|
|
|
|
|
|
|
|
- Update to 2.2.0 (bz#2049077)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-11
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|