17
0

6 Commits

Author SHA256 Message Date
b8866e18ed Accepting request 1325671 from X11:XOrg
- no relevant changes in specfie

OBS-URL: https://build.opensuse.org/request/show/1325671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eglexternalplatform?expand=0&rev=6
2026-01-07 15:00:37 +00:00
fa3dbc3c30 - no relevant changes in specfie
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/eglexternalplatform?expand=0&rev=16
2025-12-29 19:43:23 +00:00
ce73662d5a no relevant changes in specfie
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/eglexternalplatform?expand=0&rev=15
2025-12-22 14:52:16 +00:00
21e259f94e Accepting request 1284518 from X11:XOrg
- removed again empty %check section

- update to release 1.2.1
  * Override the installation directory of the pkg-config file to
    put it in the correct architecture-independent directory.

OBS-URL: https://build.opensuse.org/request/show/1284518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eglexternalplatform?expand=0&rev=5
2025-06-11 14:18:46 +00:00
457aff2e0c - removed again empty %check section
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/eglexternalplatform?expand=0&rev=13
2025-06-10 15:00:45 +00:00
615123ba76 - update to release 1.2.1
* Override the installation directory of the pkg-config file to
    put it in the correct architecture-independent directory.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/eglexternalplatform?expand=0&rev=12
2025-06-10 14:27:45 +00:00
4 changed files with 25 additions and 7 deletions

BIN
eglexternalplatform-1.2.1.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Dec 29 19:42:48 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- no relevant changes in specfie
-------------------------------------------------------------------
Tue Jun 10 14:59:57 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- removed again empty %check section
-------------------------------------------------------------------
Tue Jun 10 14:23:05 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- update to release 1.2.1
* Override the installation directory of the pkg-config file to
put it in the correct architecture-independent directory.
-------------------------------------------------------------------
Thu Sep 19 20:44:16 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package eglexternalplatform
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: eglexternalplatform
Version: 1.2
Version: 1.2.1
Release: 0
Summary: The EGL External Platform interface
License: MIT
@@ -32,6 +32,7 @@ A work-in-progress specification of the EGL External Platform interface.
%package devel
Summary: The EGL External Platform interface
Group: Development/Libraries/C and C++
BuildArch: noarch
%description devel
This is a work-in-progress specification of the EGL External Platform interface
@@ -41,7 +42,7 @@ implementation specifics out of EGL drivers by using application-facing
EGL functions.
%prep
%autosetup
%autosetup -p1
%meson
%build
@@ -53,7 +54,7 @@ EGL functions.
%files devel
%license COPYING
%doc README.md
%{_libdir}/pkgconfig/eglexternalplatform.pc
%{_datadir}/pkgconfig/eglexternalplatform.pc
%{_includedir}/*.h
%changelog