Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
fd63b258b0
!17 update to version 1.16
From: @paulthomas100199 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-12-29 07:22:20 +00:00
lwg
0b6ae92fde update to version 1.16 2023-12-28 16:15:49 +08:00
openeuler-ci-bot
a8fbea0090
!12 【轻量级 PR】:fix bogus date
From: @zhangshaoning_uniontech 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-16 02:13:39 +00:00
openeuler-ci-bot
9d71d4c4ea
!14 upgrade to 1.15
From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2022-11-08 11:33:05 +00:00
wangkerong
a7ae72824e upgrade to 1.15 2022-10-27 06:28:16 +00:00
zhangshaoning
6414b631c1
fix bogus date 2022-06-16 07:15:29 +00:00
openeuler-ci-bot
149acc5e25
!10 [sync] PR-9: enable check while building
From: @openeuler-sync-bot 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2022-04-26 01:36:45 +00:00
yangcheng1203
1a91e12696 enable check while building
(cherry picked from commit e8efc36f57388d5e626a51cd3ea7b205f4ce27f5)
2022-04-25 16:00:27 +08:00
openeuler-ci-bot
eba49e92b0 !6 update to 1.14
Merge pull request !6 from 陈向/master
2020-07-31 14:52:26 +08:00
chxssg
66d60b3615 update to 1.14 2020-07-31 10:21:45 +08:00
3 changed files with 16 additions and 15 deletions

Binary file not shown.

BIN
libxcb-1.16.tar.xz Normal file

Binary file not shown.

View File

@ -1,14 +1,10 @@
Name: libxcb
Version: 1.14
Version: 1.16
Release: 1
Summary: A C binding to the X11 protocol
License: MIT
URL: https://xcb.freedesktop.org/
<<<<<<< HEAD
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.xz
=======
Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.gz
>>>>>>> a3cba188aee1d61f8793ac24b32c15ad148e4659
# This is stolen straight from the pthread-stubs source:
# http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d
@ -46,11 +42,15 @@ Man pages and other related documents for %{name}.
sed -i 's/pthread-stubs //' configure.ac
autoreconf -ivf
%configure --docdir=%{_docdir}/%{name}-%{version} --enable-selinux \
--enable-xkb --enable-xinput --disable-xprint --disable-silent-rules
--enable-xkb --enable-xinput --disable-xprint --disable-silent-rules \
--enable-unit-tests --disable-static
%disable_rpath
%make_build
%check
make check
%install
%make_install
install -pm 644 COPYING NEWS README.md $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
@ -60,9 +60,6 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
%delete_la
%ldconfig_scriptlets
%check
make check
%files
%defattr(-,root,root)
%{_docdir}/%{name}-%{version}/COPYING
@ -72,7 +69,6 @@ make check
%defattr(-,root,root)
%{_includedir}/xcb
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%files help
@ -82,11 +78,16 @@ make check
%exclude %{_docdir}/%{name}-%{version}/COPYING
%changelog
<<<<<<< HEAD
* Mon Jul 31 2020 chxssg<chxssg@qq.com> - 1.14-1
=======
* Mon Jul 27 2020 chxssg<chxssg@qq.com> - 1.14-1
>>>>>>> a3cba188aee1d61f8793ac24b32c15ad148e4659
* Thu Dec 28 2023 Paul Thomas <paulthomas100199@gmail.com> - 1.16-1
- update to version 1.16
* Thu Oct 27 2022 wangkerong <wangkerong@h-partners.com> - 1.15-1
- upgrade to 1.15
* Sun Apr 24 2022 yangcheng <yangcheng87@h-partners.com> - 1.14-2
- enable check while building
* Fri Jul 31 2020 chxssg<chxssg@qq.com> - 1.14-1
- update package to 1.14
* Tue Sep 03 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.13.1-2