This commit is contained in:
Sriram Nambakam 2022-05-19 17:45:34 -07:00 коммит произвёл GitHub
Родитель 93a045d81e
Коммит b431bd73d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 11 добавлений и 10 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"libepoxy-1.5.5.tar.xz": "261663db21bcc1cc232b07ea683252ee6992982276536924271535875f5b0556"
"libepoxy-1.5.10.tar.gz": "a7ced37f4102b745ac86d6a70a9da399cc139ff168ba6b8002b4d8d43c900c15"
}
}
}

Просмотреть файл

@ -1,20 +1,19 @@
Summary: epoxy runtime library
Name: libepoxy
Version: 1.5.5
Release: 4%{?dist}
Version: 1.5.10
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
URL: https://github.com/anholt/libepoxy
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: libEGL-devel
BuildRequires: libGL-devel
BuildRequires: libX11-devel
BuildRequires: mesa-dri-drivers
BuildRequires: meson
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: python3
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl)
@ -25,7 +24,6 @@ A library for handling OpenGL function pointer management.
%package devel
Summary: Development files for libepoxy
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
@ -62,6 +60,9 @@ ninja -C %{_vpath_builddir} test || \
%{_libdir}/pkgconfig/epoxy.pc
%changelog
* Thu May 19 2022 Sriram Nambakam <snambakam@microsoft.com> - 1.5.10-1
- Update to version 1.5.10
* Fri Apr 22 2022 Olivia Crain <oliviacrain@microsoft.com> - 1.5.5-4
- Remove explicit pkgconfig provides that are now automatically generated by RPM

Просмотреть файл

@ -8051,8 +8051,8 @@
"type": "other",
"other": {
"name": "libepoxy",
"version": "1.5.5",
"downloadUrl": "https://github.com/anholt/libepoxy/releases/download/1.5.5/libepoxy-1.5.5.tar.xz"
"version": "1.5.10",
"downloadUrl": "https://github.com/anholt/libepoxy/archive/refs/tags/1.5.10.tar.gz"
}
}
},