upgrade to 1.15

This commit is contained in:
wangkerong 2022-10-27 06:26:04 +00:00
parent 149acc5e25
commit a7ae72824e
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 Name: libxcb
Version: 1.14 Version: 1.15
Release: 2 Release: 1
Summary: A C binding to the X11 protocol Summary: A C binding to the X11 protocol
License: MIT License: MIT
URL: https://xcb.freedesktop.org/ URL: https://xcb.freedesktop.org/
@ -43,7 +43,7 @@ sed -i 's/pthread-stubs //' configure.ac
autoreconf -ivf autoreconf -ivf
%configure --docdir=%{_docdir}/%{name}-%{version} --enable-selinux \ %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 --enable-unit-tests --disable-static
%disable_rpath %disable_rpath
%make_build %make_build
@ -69,7 +69,6 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/xcb %{_includedir}/xcb
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/*.a
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%files help %files help
@ -79,6 +78,9 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi
%exclude %{_docdir}/%{name}-%{version}/COPYING %exclude %{_docdir}/%{name}-%{version}/COPYING
%changelog %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 * Sun Apr 24 2022 yangcheng <yangcheng87@h-partners.com> - 1.14-2
- enable check while building - enable check while building