Accepting request 858201 from home:iznogood:branches:X11:XOrg
New stable release OBS-URL: https://build.opensuse.org/request/show/858201 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libepoxy?expand=0&rev=18
This commit is contained in:
parent
9666cc3aac
commit
6de6fd10e7
@ -1,23 +0,0 @@
|
||||
From 5c0dff60907983b0e764006053637febcc3e48ec Mon Sep 17 00:00:00 2001
|
||||
From: Emmanuele Bassi <ebassi@gnome.org>
|
||||
Date: Tue, 26 Nov 2019 15:08:23 +0000
|
||||
Subject: [PATCH] Lower the minimum required version of Meson
|
||||
|
||||
Makes it easier to build Epoxy on older operating systems.
|
||||
---
|
||||
meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index fe632c5..029798c 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -5,7 +5,7 @@ project('libepoxy', 'c', version: '1.5.5',
|
||||
'warning_level=1',
|
||||
],
|
||||
license: 'MIT',
|
||||
- meson_version: '>= 0.47.0')
|
||||
+ meson_version: '>= 0.46.0')
|
||||
|
||||
epoxy_version = meson.project_version().split('.')
|
||||
epoxy_major_version = epoxy_version[0].to_int()
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c926fcc606901f3e03e371027056fd478da43e01ce2da7ffc48b5a0de0ca107c
|
||||
size 337615
|
3
libepoxy-1.5.5.tar.xz
Normal file
3
libepoxy-1.5.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d80a43a6524a1ebdd0c9c5d5105295546a0794681853c636a0c70f8f9c658ce
|
||||
size 332057
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 17:17:34 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.5.5:
|
||||
+ Remove Python 2 support.
|
||||
+ Remove Autotools support.
|
||||
+ Use EGL_NO_X11 to disable X11 headers.
|
||||
+ Use call convention for mock function.
|
||||
+ Return correct version of GLSL on GLES2.
|
||||
+ Rely on Meson's darwin_versions option.
|
||||
- Drop Lower-the-minimum-required-version-of-Meson.patch: New
|
||||
minimum meson is 0.48.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 17:31:21 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
@ -18,18 +18,16 @@
|
||||
|
||||
Name: libepoxy
|
||||
%define sonum 0
|
||||
Version: 1.5.4
|
||||
Version: 1.5.5
|
||||
Release: 0
|
||||
Summary: OpenGL function pointer management library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/anholt/libepoxy
|
||||
Source0: https://github.com/anholt/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.xz
|
||||
Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM -- https://github.com/anholt/libepoxy/commit/5c0dff60907983b0e764006053637febcc3e48ec.patch
|
||||
Patch0: Lower-the-minimum-required-version-of-Meson.patch
|
||||
|
||||
BuildRequires: meson >= 0.46
|
||||
BuildRequires: meson >= 0.48
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: pkgconfig(egl)
|
||||
|
Loading…
Reference in New Issue
Block a user