diff --git a/libxcb-1.14.tar.xz b/libxcb-1.14.tar.xz deleted file mode 100644 index 496c192..0000000 Binary files a/libxcb-1.14.tar.xz and /dev/null differ diff --git a/libxcb-1.15.tar.xz b/libxcb-1.15.tar.xz new file mode 100644 index 0000000..5127c9e Binary files /dev/null and b/libxcb-1.15.tar.xz differ diff --git a/libxcb.spec b/libxcb.spec index 99d2ff5..dc5daf4 100644 --- a/libxcb.spec +++ b/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 - 1.15-1 +- upgrade to 1.15 + * Sun Apr 24 2022 yangcheng - 1.14-2 - enable check while building