Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
acd06e95c8
!19 Add version for provides and obsoletes
From: @ultra_planet 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2024-08-02 07:55:53 +00:00
lingsheng
c1ae0f6a8e Add version for provides and obsoletes 2024-08-01 08:35:26 +00:00
openeuler-ci-bot
5d5dc61f45
!16 upgrade setxkbmap xkbcomp xkbprint xkbutils
From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-07 13:17:05 +00:00
wangkerong
402e608ec0 upgrade to xorg-x11-xkb-utils 2022-10-27 02:39:31 +00:00
openeuler-ci-bot
2df9be7524
!11 [sync] PR-10: enable patch 6000
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-19 02:38:47 +00:00
xingxing
5a2a31d233 enable patch 6000
(cherry picked from commit e3e81b3a56c70d11c99355cb5c06990b392e18e5)
2022-04-14 14:51:21 +08:00
openeuler-ci-bot
6e93792641
!8 [sync] PR-7: solve which dispaly X11 cannot support keycodes above 255
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-04-13 02:09:16 +00:00
xingxing
4a708e881d solve which display X11 cannot support keycodes above 255
(cherry picked from commit 45a30dac4ad39be03fd8405db688f9e59f9d2a53)
2022-04-13 09:51:25 +08:00
openeuler-ci-bot
7a5ec815b8 !1 add yaml file in package
Merge pull request !1 from gaoch_100/master
2020-06-23 14:53:23 +08:00
gaochao_100
578d31209f add yaml file in package 2020-06-12 14:34:50 +08:00
10 changed files with 37 additions and 15 deletions

Binary file not shown.

BIN
setxkbmap-1.3.3.tar.gz Normal file

Binary file not shown.

Binary file not shown.

BIN
xkbcomp-1.4.5.tar.gz Normal file

Binary file not shown.

Binary file not shown.

BIN
xkbprint-1.0.6.tar.gz Normal file

Binary file not shown.

Binary file not shown.

BIN
xkbutils-1.0.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,26 +1,26 @@
Summary: X.Org X11 xkb utilities
Name: xorg-x11-xkb-utils
Version: 7.7
Release: 28
Version: 7.8
Release: 2
License: MIT
URL: https://www.x.org
Source0: https://www.x.org/pub/individual/app/setxkbmap-1.3.1.tar.bz2
Source1: https://www.x.org/pub/individual/app/xkbcomp-1.4.2.tar.bz2
Source0: https://www.x.org/pub/individual/app/setxkbmap-1.3.3.tar.gz
Source1: https://www.x.org/pub/individual/app/xkbcomp-1.4.5.tar.gz
Source2: https://www.x.org/pub/individual/app/xkbevd-1.1.4.tar.bz2
Source3: https://www.x.org/pub/individual/app/xkbprint-1.0.4.tar.bz2
Source4: https://www.x.org/pub/individual/app/xkbutils-1.0.4.tar.bz2
Source3: https://www.x.org/pub/individual/app/xkbprint-1.0.6.tar.gz
Source4: https://www.x.org/pub/individual/app/xkbutils-1.0.5.tar.gz
BuildRequires: byacc pkgconfig(x11) pkgconfig(xaw7) pkgconfig(xkbfile) pkgconfig(xorg-macros) >= 1.8 pkgconfig(xt)
BuildRequires: byacc pkgconfig(x11) pkgconfig(xaw7) pkgconfig(xkbfile) pkgconfig(xorg-macros) >= 1.8 pkgconfig(xt) pkgconfig(xrandr)
Provides: setxkbmap = 1.3.1
Provides: xkbcomp = 1.4.2
Provides: setxkbmap = 1.3.3
Provides: xkbcomp = 1.4.5
Provides: xkbevd = 1.1.4
Provides: xkbprint = 1.0.4
Provides: xkbutils = 1.0.4
Provides: xorg-x11-xkb-extras
Provides: xkbprint = 1.0.6
Provides: xkbutils = 1.0.5
Provides: xorg-x11-xkb-extras = %{version}-%{release}
Obsoletes: xorg-x11-xkb-extras
Obsoletes: xorg-x11-xkb-extras < %{version}-%{release}
%description
X.Org X11 xkb core utilities.
@ -65,8 +65,8 @@ X.Org X11 xkb utilities development files.
}
%files
%doc xkbutils-1.0.4/COPYING
%doc xkbutils-1.0.4/README
%doc xkbutils-1.0.5/COPYING
%doc xkbutils-1.0.5/README.md
%{_bindir}/xkbbell
%{_bindir}/xkbevd
%{_bindir}/xkbprint
@ -88,6 +88,24 @@ X.Org X11 xkb utilities development files.
%{_libdir}/pkgconfig/xkbcomp.pc
%changelog
* Thu Aug 01 2024 lingsheng <lingsheng1@h-partners.com> - 7.8-2
- Add version for provides and obsoletes
* Thu Oct 27 2022 wangkerong <wangkerong@h-partners.com> - 7.8-1
- upgrade to setxkbmap-1.3.3
- upgrade to xkbcomp-1.4.5
- upgrade to xkbprint-1.0.6
- upgrade to xkbutils-1.0.5
* Wed Apr 13 2022 xingxing <xingxing9@h-partners.com> - 7.7-30
- enable patch 6000
* Mon Apr 11 2022 xingxing <xingxing9@h-partners.com> - 7.7-29
- Type:bugfix
- CVE:NA
- SUG:NA
- DESC:solve which display X11 cannot support keycodes above 255
* Thu Sep 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 7.7-28
- Package init

4
xorg-x11-xkb-utils.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.freedesktop.org/xorg/app/xkbutils.git
tag_prefix: ^xkbutils-
seperator: .