libxkbcommon 0.8.2
This commit is contained in:
parent
44815d6aac
commit
9f7720affb
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/libxkbcommon-0.7.1.tar.xz
|
/libxkbcommon-0.7.1.tar.xz
|
||||||
/libxkbcommon-0.8.0.tar.xz
|
/libxkbcommon-0.8.0.tar.xz
|
||||||
|
/libxkbcommon-0.8.2.tar.xz
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
From 259a8c12c288ac5bcc37c4b39f509f555f490870 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Peter Hutterer <peter.hutterer@who-t.net>
|
|
||||||
Date: Mon, 30 Jul 2018 14:11:46 +1000
|
|
||||||
Subject: [PATCH] xkbcomp: fix pointer value for FreeStmt
|
|
||||||
|
|
||||||
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
||||||
---
|
|
||||||
src/xkbcomp/ast-build.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/xkbcomp/ast-build.c b/src/xkbcomp/ast-build.c
|
|
||||||
index 58f97f9..e75fe47 100644
|
|
||||||
--- a/src/xkbcomp/ast-build.c
|
|
||||||
+++ b/src/xkbcomp/ast-build.c
|
|
||||||
@@ -233,7 +233,7 @@ ExprAppendMultiKeysymList(ExprDef *expr, ExprDef *append)
|
|
||||||
darray_append(expr->keysym_list.symsNumEntries, numEntries);
|
|
||||||
darray_concat(expr->keysym_list.syms, append->keysym_list.syms);
|
|
||||||
|
|
||||||
- FreeStmt((ParseCommon *) &append);
|
|
||||||
+ FreeStmt((ParseCommon *) append);
|
|
||||||
|
|
||||||
return expr;
|
|
||||||
}
|
|
||||||
--
|
|
||||||
2.17.1
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
|||||||
#global gitdate 20120917
|
#global gitdate 20120917
|
||||||
|
|
||||||
Name: libxkbcommon
|
Name: libxkbcommon
|
||||||
Version: 0.8.0
|
Version: 0.8.2
|
||||||
Release: 6%{?gitdate:.%{gitdate}}%{?dist}
|
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
||||||
Summary: X.Org X11 XKB parsing library
|
Summary: X.Org X11 XKB parsing library
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -14,8 +14,6 @@ Source0: http://xkbcommon.org/download/%{name}-%{version}.tar.xz
|
|||||||
%endif
|
%endif
|
||||||
Source1: make-git-snapshot.sh
|
Source1: make-git-snapshot.sh
|
||||||
|
|
||||||
Patch01: 0001-xkbcomp-fix-pointer-value-for-FreeStmt.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: xorg-x11-util-macros byacc flex bison
|
BuildRequires: xorg-x11-util-macros byacc flex bison
|
||||||
BuildRequires: xorg-x11-proto-devel libX11-devel
|
BuildRequires: xorg-x11-proto-devel libX11-devel
|
||||||
@ -98,6 +96,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
|||||||
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
%{_libdir}/pkgconfig/xkbcommon-x11.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 06 2018 Peter Hutterer <peter.hutterer@redhat.com> 0.8.2-1
|
||||||
|
- libxkbcommon 0.8.2
|
||||||
|
|
||||||
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.8.0-6
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.8.0-6
|
||||||
- Rebuild with fixed binutils
|
- Rebuild with fixed binutils
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libxkbcommon-0.8.0.tar.xz) = ad64baa03685b72e1047f9fdfc95661acf5bace59280a95d3defaca73c91fb77c31ecde00b430726e3521ff90cf8dd93ecbc816c18be0971cb616e00b81cf163
|
SHA512 (libxkbcommon-0.8.2.tar.xz) = b714240ec6120bbe44b5da7a4f89b1c2f24cfd6e5ebbe81e5290d135c8f2e5a68f89ac256b73430a446167345f8db309b35dcf74f3d3840e20897cd91eccc172
|
||||||
|
Loading…
Reference in New Issue
Block a user