From 76cb0f86bc10d8b354edbc11f0f248d71e3c1cd3e2a02c4d4c186c4d3d9317b7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 13 Feb 2023 16:46:08 +0000 Subject: [PATCH] Update descriptions OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libdisplay-info?expand=0&rev=3 --- libdisplay-info.changes | 3 ++- libdisplay-info.spec | 16 ++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/libdisplay-info.changes b/libdisplay-info.changes index be927cc..a3c5c43 100644 --- a/libdisplay-info.changes +++ b/libdisplay-info.changes @@ -2,7 +2,8 @@ Mon Feb 13 16:38:18 UTC 2023 - Jan Engelhardt - Update to release 0.1.0 - * First release; no changelog + * The library includes full support for EDID, partial support + for CTA-861-H, and very basic support for DisplayID 1.3. ------------------------------------------------------------------- Mon Mar 28 08:00:27 UTC 2022 - Jan Engelhardt diff --git a/libdisplay-info.spec b/libdisplay-info.spec index 853f3e3..2973915 100644 --- a/libdisplay-info.spec +++ b/libdisplay-info.spec @@ -31,16 +31,20 @@ BuildRequires: meson BuildRequires: pkgconfig(hwdata) %description -The library provides a set of high-level opinionated functions as -well as low-level functions to access detailed EDID information. +libdisplay-info is an EDID and DisplayID library. It provides a +low-level API exposing all of the details of these formats, plus a +high-level API (of opinionated functions) which abstracts these +details for common operations. %package -n %lname Summary: EDID and DisplayID library Group: System/Libraries %description -n %lname -The library provides a set of high-level opinionated functions as -well as low-level functions to access detailed EDID information. +libdisplay-info is an EDID and DisplayID library. It provides a +low-level API exposing all of the details of these formats, plus a +high-level API (of opinionated functions) which abstracts these +details for common operations. %package devel Summary: Header files for libdisplay-info, an EDID library @@ -48,8 +52,8 @@ Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel -The library provides a set of high-level opinionated functions as -well as low-level functions to access detailed EDID information. +The library provides a set of low- and high-level functions +for EDID and DisplayID. This package contains headers for the library.