diff --git a/xcb-proto.spec b/xcb-proto.spec index b00596f..5a87903 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -2,7 +2,7 @@ Name: xcb-proto Version: 1.13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: XCB protocol descriptions Group: Development/Libraries @@ -11,7 +11,7 @@ URL: https://xcb.freedesktop.org/ Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python2-devel +BuildRequires: python3-devel Requires: pkgconfig %description @@ -39,9 +39,12 @@ make install DESTDIR=$RPM_BUILD_ROOT %dir %{_datadir}/xcb/ %{_datadir}/xcb/*.xsd %{_datadir}/xcb/*.xml -%{python2_sitelib}/xcbgen +%{python3_sitelib}/xcbgen %changelog +* Mon Mar 19 2018 Adam Jackson - 1.13-2 +- Switch to python3 + * Mon Mar 05 2018 Adam Jackson - 1.13-1 - xcb-proto 1.13