SHA256
1
0
forked from pool/libxkbfile

Accepting request 1144221 from X11:XOrg

- update to 1.1.3
  * configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
  * Set close-on-exec when opening files
  * _XkbMakeAtom: remove check for impossible case
  * _XkbInitAtoms: check for malloc() failure
  * XkbChangeAtomDisplay: stop leaking atom name
  * XkbCFReportError: avoid -Wformat-nonliteral warning
  * XkbWriteCFile: stop leaking header file ifdef name
  * DefaultParser: avoid -Wimplicit-fallthrough warnings
  * xkbtext.c: Add tbGetBufferString helper function
  * XkbIndentText: Fix -Wsign-compare warning
  * Fix -Wsign-compare warnings in xkbtext.c & xkmread.c
  * Add a meson build system
-  switched to meson build system

OBS-URL: https://build.opensuse.org/request/show/1144221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxkbfile?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2024-02-06 15:32:47 +00:00 committed by Git OBS Bridge
commit b7dfce6df5
4 changed files with 27 additions and 12 deletions

BIN
libxkbfile-1.1.2.tar.xz (Stored with Git LFS)

Binary file not shown.

3
libxkbfile-1.1.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9b63eea997abb9ee6a8b4fbb515831c841f471af845a09de443b28003874bec
size 314520

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Feb 5 11:51:49 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
- update to 1.1.3
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* Set close-on-exec when opening files
* _XkbMakeAtom: remove check for impossible case
* _XkbInitAtoms: check for malloc() failure
* XkbChangeAtomDisplay: stop leaking atom name
* XkbCFReportError: avoid -Wformat-nonliteral warning
* XkbWriteCFile: stop leaking header file ifdef name
* DefaultParser: avoid -Wimplicit-fallthrough warnings
* xkbtext.c: Add tbGetBufferString helper function
* XkbIndentText: Fix -Wsign-compare warning
* Fix -Wsign-compare warnings in xkbtext.c & xkmread.c
* Add a meson build system
- switched to meson build system
-------------------------------------------------------------------
Thu Dec 8 20:55:13 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libxkbfile
#
# Copyright (c) 2022 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
@ -18,7 +18,7 @@
%define lname libxkbfile1
Name: libxkbfile
Version: 1.1.2
Version: 1.1.3
Release: 0
Summary: X11 keyboard file manipulation library
License: MIT
@ -28,9 +28,7 @@ URL: https://xorg.freedesktop.org/
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libxkbfile/
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: libtool
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(kbproto)
BuildRequires: pkgconfig(x11)
@ -71,12 +69,11 @@ in %{lname}.
%setup -q
%build
%configure --disable-static
%make_build
%meson
%meson_build
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%meson_install
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig