upgrade to 1.15
This commit is contained in:
parent
149acc5e25
commit
a7ae72824e
Binary file not shown.
BIN
libxcb-1.15.tar.xz
Normal file
BIN
libxcb-1.15.tar.xz
Normal file
Binary file not shown.
10
libxcb.spec
10
libxcb.spec
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user