Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
7e76e7514a
!17 【轻量级 PR】:fix date error in changelog
From: @kerongw 
Reviewed-by: @ruebb, @t_feng, @licihua 
Signed-off-by: @t_feng, @licihua, @ruebb
2022-10-27 07:27:50 +00:00
kerongw
e76718bbc4
fix date error in changelog
Signed-off-by: kerongw <wangkerong@h-partners.com>
2022-10-22 07:10:29 +00:00
openeuler-ci-bot
b120d47b1c !14 upgrade to 2021.5
From: @yangcheng1203
Reviewed-by: @zzm_567,@yanan-rock,@small_leek
Signed-off-by: @yanan-rock,@small_leek
2021-12-08 02:36:15 +00:00
yangcheng1203
b25328c693 Upgrade to 2021.5-1 2021-11-30 15:41:47 +08:00
openeuler-ci-bot
2f972cbc93 !11 solve the issue which dispaly could not resolve keysym XF86FullScreen
From: @kerongw
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2021-07-05 01:51:44 +00:00
wangkerong
cda9f45f37 solve the issue which dispaly could not resolve keysym XF86FullScreen 2021-07-02 10:44:14 +08:00
openeuler-ci-bot
d0afcad0eb !4 xorg-x11-proto-devel: Back to 2019.1, because libxkbfile and xorg-x11-xkb-utils compiling failed for missing XKBgeom.h
Merge pull request !4 from chengguipeng_xian/master
2020-08-05 20:25:59 +08:00
chengguipeng
55bbe60078 xorg-x11-proto-devel: Back to 2019.1, because libxkbfile and xorg-x11-xkb-utils compiling failed for missing XKBgeom.h
Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
2020-08-05 18:21:55 +08:00
openeuler-ci-bot
e4a4517de6 !3 xort-x11-proto-devel: update to 2020.1
Merge pull request !3 from chengguipeng_xian/master
2020-08-01 15:10:28 +08:00
chengguipeng
7dda9c571f xorg-x11-proto-devel: Update to 2020.1
Signed-off-by: chengguipeng <chengguipeng1@huawei.com>
2020-08-01 10:09:12 +08:00
openeuler-ci-bot
a83f9a7dd6 !2 Add xorg-x11-proto-devel.yaml
Merge pull request !2 from yaokai13/master
2020-05-09 18:36:14 +08:00
yaokai13
abab26a064 xorg-x11-proto-devel.yaml 2020-05-09 15:37:33 +08:00
3 changed files with 23 additions and 10 deletions

View File

@ -1,38 +1,51 @@
Name: xorg-x11-proto-devel Name: xorg-x11-proto-devel
Version: 2020.1 Version: 2021.5
Release: 1 Release: 2
License: MIT License: MIT
Summary: X.Org X11 Protocol headers Summary: X.Org X11 Protocol headers
URL: https://www.x.org URL: https://www.x.org
Source0: https://www.x.org/pub/individual/proto/xorgproto-%{version}.tar.bz2 Source0: https://www.x.org/pub/individual/proto/xorgproto-%{version}.tar.bz2
Source1: make-git-snapshot.sh Source1: make-git-snapshot.sh
BuildRequires: autoconf automake libtool pkgconfig xorg-x11-util-macros >= 1.0.2-1
BuildRequires: gcc pkgconfig meson
BuildArch: noarch BuildArch: noarch
%description %description
X.Org X11 Protocol headers X.Org X11 Protocol headers
%prep %prep
%autosetup -n xorgproto-%{version} %autosetup -n xorgproto-%{version} -p1
%build %build
autoreconf -fiv %meson
%configure --without-xmlto %meson_build
%make_build
%install %install
%make_install %meson_install
%files %files
%license %license COPYING-*
%doc *.txt %doc *.txt
%{_includedir}/* %{_includedir}/*
%{_datadir}/* %{_datadir}/*
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Oct 22 2022 wangkerong <wangkerong@h-partners.com> - 2021.5-2
- fix date error in changelog
* Tue Nov 30 2021 yangcheng <yangcheng87@huawei.com> 2021.5-1
- DESC:Upgrade to 2021.5-1
* Fri Jul 02 2021 wangkerong <wangkeorng@huawei.com> 2019.1-2
- DESC:solve the issue which display could not resolve keysym XF86FullScreen
* Wed Aug 05 2020 chengguipeng<chengguipeng1@huawei.com> 2019.1-1
- Back to 2019.1-1
* Mon Jul 20 2020 chengguipeng<chengguipeng1@huawei.com> 2020.1-1 * Mon Jul 20 2020 chengguipeng<chengguipeng1@huawei.com> 2020.1-1
- Upgrade to 2020.1-1 - Upgrade to 2020.1-1
* Thu Nov 28 2019 wangyiru <wangyiru1@huawei.com> - 2018.4-3 * Thu Nov 28 2019 wangyiru <wangyiru1@huawei.com> - 2018.4-3
- Package init - Package init

Binary file not shown.

BIN
xorgproto-2021.5.tar.bz2 Normal file

Binary file not shown.