17
0

1 Commits

Author SHA256 Message Date
Stefan Dirsch
e9ff334afb Update to release 1.2.1 2026-02-01 13:01:28 +01: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