diff --git a/libxcb-1.13.1.tar.bz2 b/libxcb-1.13.1.tar.bz2 deleted file mode 100644 index b8be7b8..0000000 Binary files a/libxcb-1.13.1.tar.bz2 and /dev/null differ diff --git a/libxcb-1.14.tar.gz b/libxcb-1.14.tar.gz new file mode 100644 index 0000000..7befb90 Binary files /dev/null and b/libxcb-1.14.tar.gz differ diff --git a/libxcb.spec b/libxcb.spec index 4b056cb..7cad90b 100644 --- a/libxcb.spec +++ b/libxcb.spec @@ -1,10 +1,10 @@ Name: libxcb -Version: 1.13.1 -Release: 2 +Version: 1.14 +Release: 1 Summary: A C binding to the X11 protocol License: MIT URL: https://xcb.freedesktop.org/ -Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 +Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.gz # This is stolen straight from the pthread-stubs source: # http://cgit.freedesktop.org/xcb/pthread-stubs/blob/?id=6900598192bacf5fd9a34619b11328f746a5956d @@ -49,13 +49,16 @@ autoreconf -ivf %install %make_install -install -pm 644 COPYING NEWS README $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} +install -pm 644 COPYING NEWS README.md $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefix},' %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/pthread-stubs.pc %delete_la %ldconfig_scriptlets +%check +make check + %files %defattr(-,root,root) %{_docdir}/%{name}-%{version}/COPYING @@ -75,5 +78,8 @@ sed 's,@libdir@,%{_libdir},;s,@prefix@,%{_prefix},;s,@exec_prefix@,%{_exec_prefi %exclude %{_docdir}/%{name}-%{version}/COPYING %changelog +* Mon Jul 27 2020 chxssg - 1.14-1 +- update package to 1.14 + * Tue Sep 03 2019 openEuler Buildteam - 1.13.1-2 - Package init