Update to 1.0.13
This commit is contained in:
parent
981f9d3cee
commit
89865dae10
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/OpenXR-SDK-Source-release-1.0.12.tar.gz
|
||||
/OpenXR-SDK-Source-release-1.0.13.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global libmajor 1
|
||||
|
||||
Name: openxr
|
||||
Version: 1.0.12
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.13
|
||||
Release: 1%{?dist}
|
||||
Summary: An API for writing VR and AR software
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/KhronosGroup/%{pkgname}
|
||||
@ -11,7 +11,7 @@ Source: https://github.com/KhronosGroup/%{pkgname}/releases/download/release-%{
|
||||
|
||||
# Patch addressing .so versioning
|
||||
# https://github.com/KhronosGroup/OpenXR-SDK-Source/issues/221
|
||||
Patch: %{name}-%{version}-soversion.patch
|
||||
Patch: %{name}-1.0.12-soversion.patch
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
@ -89,6 +89,9 @@ want to compile applications using the OpenXR library.
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Wed Nov 25 2020 Luya Tshimbalanga <luya@fedoraproject.org> 1.0.13-1
|
||||
- Update to 1.0.13
|
||||
|
||||
* Sat Nov 7 2020 Luya Tshimbalanga <luya@fedoraproject.org> 1.0.12-3
|
||||
- Add patch for .so versioning
|
||||
- Remove tab spacing
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (OpenXR-SDK-Source-release-1.0.12.tar.gz) = e7c358dbd730ef24798993225e882cf35fc474426536aee9f54cbe610422f70c467b3c83876b993d1a45f0d8c3b6869f93efba8fb356baf64b5ade73dee885c9
|
||||
SHA512 (OpenXR-SDK-Source-release-1.0.13.tar.gz) = 279314ca3a5e370c08fb2abfe2b8c787d1118c792a11d0d11e1a4fa6089bd3c7b8395525586d7b8abffdc9b7fcad82ddd65954fcf1ab779f64e496f328a56ab4
|
||||
|
Loading…
Reference in New Issue
Block a user