- Update to release 0.2
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libdisplay-info?expand=0&rev=7
This commit is contained in:
parent
730d761c30
commit
30bab16415
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d8731588e9f82a9cac96324a3d7c82e2ba5b1b5e006143fefe692c74069fb60
|
||||
size 76864
|
Binary file not shown.
BIN
libdisplay-info-0.2.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libdisplay-info-0.2.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libdisplay-info-0.2.0.tar.xz.sig
Normal file
BIN
libdisplay-info-0.2.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 18:05:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 0.2
|
||||
* edid: ignore unsupported/malformed DisplayID extension blocks
|
||||
* edid: ignore malformed CTA extension blocks
|
||||
* displayid: add support for type III timings
|
||||
* cta: add support for Room Configuration data blocks,
|
||||
Speaker Location data blocks, Video Format Preference
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 09:21:08 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libdisplay-info
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: libdisplay-info
|
||||
%define lname libdisplay-info1
|
||||
Version: 0.1.1
|
||||
%define lname libdisplay-info2
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
Summary: EDID and DisplayID library
|
||||
License: MIT
|
||||
@ -67,8 +67,7 @@ This package contains headers for the library.
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%_libdir/lib*.so.[0-9]*
|
||||
|
Loading…
Reference in New Issue
Block a user