!14 upgrade to 1.15

From: @kerongw 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2022-11-08 11:33:05 +00:00 committed by Gitee
commit 9d71d4c4ea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 4 deletions

Binary file not shown.

BIN
libxcb-1.15.tar.xz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: libxcb
Version: 1.14
Release: 2
Version: 1.15
Release: 1
Summary: A C binding to the X11 protocol
License: MIT
URL: https://xcb.freedesktop.org/
@ -43,7 +43,7 @@ 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-unit-tests
--enable-unit-tests --disable-static
%disable_rpath
%make_build
@ -69,7 +69,6 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
%defattr(-,root,root)
%{_includedir}/xcb
%{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc
%files help
@ -79,6 +78,9 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
%exclude %{_docdir}/%{name}-%{version}/COPYING
%changelog
* 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