diff --git a/xcb-proto-1.13.tar.bz2 b/xcb-proto-1.13.tar.bz2 deleted file mode 100644 index 4e9742347460318f40fcbe485b818e572301e2f1..0000000000000000000000000000000000000000 Binary files a/xcb-proto-1.13.tar.bz2 and /dev/null differ diff --git a/xcb-proto-1.14.tar.gz b/xcb-proto-1.14.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f19dc9d2f7ee601d8d24eb104b1a2da25521a4f2 Binary files /dev/null and b/xcb-proto-1.14.tar.gz differ diff --git a/xcb-proto.spec b/xcb-proto.spec index d2289428055b6c9b64928ea895fc2c56b3d4b9dd..06d999fa0054c8a82a13676750c8a58f477b385c 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,11 +1,11 @@ %define debug_package %{nil} Name: xcb-proto -Version: 1.13 -Release: 6 +Version: 1.14 +Release: 1 Summary: XCB protocol descriptions 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 BuildArch: noarch BuildRequires: python3-devel @@ -28,7 +28,7 @@ export PYTHON="python3" %make_install %files -%doc COPYING NEWS README TODO doc/xml-xcb.txt +%doc COPYING NEWS README.md TODO doc/xml-xcb.txt %{_datadir}/pkgconfig/xcb-proto.pc %dir %{_datadir}/xcb/ %{_datadir}/xcb/*.xsd @@ -36,5 +36,8 @@ export PYTHON="python3" %{python3_sitelib}/xcbgen %changelog +* Mon Jul 27 2020 chxssg - 1.14-1 +- update package to 1.14 + * Thu Nov 28 2019 yangjian - 1.13-6 - Package init