From f072d7abed95b949c4ac491314d0ddc08ca82b6f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 30 2018 05:23:12 +0000 Subject: import xcb-proto-1.13-1.el7 --- diff --git a/.gitignore b/.gitignore index d87d546..e40a676 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/xcb-proto-1.12.tar.bz2 +SOURCES/xcb-proto-1.13.tar.bz2 diff --git a/.xcb-proto.metadata b/.xcb-proto.metadata index 73a817a..646d984 100644 --- a/.xcb-proto.metadata +++ b/.xcb-proto.metadata @@ -1 +1 @@ -e93da374ecef9359370edc0160bcb8b2a2f7d9f6 SOURCES/xcb-proto-1.12.tar.bz2 +f7fa35ab59af18cecadbe83fe705281dcfd82ffd SOURCES/xcb-proto-1.13.tar.bz2 diff --git a/SPECS/xcb-proto.spec b/SPECS/xcb-proto.spec index 319c9d7..b00596f 100644 --- a/SPECS/xcb-proto.spec +++ b/SPECS/xcb-proto.spec @@ -1,18 +1,17 @@ %define debug_package %{nil} -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} Name: xcb-proto -Version: 1.12 -Release: 2%{?dist} +Version: 1.13 +Release: 1%{?dist} Summary: XCB protocol descriptions Group: Development/Libraries License: MIT -URL: http://xcb.freedesktop.org/ -Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 +URL: https://xcb.freedesktop.org/ +Source0: https://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python +BuildRequires: python2-devel Requires: pkgconfig %description @@ -33,9 +32,6 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc COPYING NEWS README TODO doc/xml-xcb.txt @@ -43,9 +39,24 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/xcb/ %{_datadir}/xcb/*.xsd %{_datadir}/xcb/*.xml -%{python_sitelib}/xcbgen +%{python2_sitelib}/xcbgen %changelog +* Mon Mar 05 2018 Adam Jackson - 1.13-1 +- xcb-proto 1.13 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.12-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Aug 11 2017 Iryna Shcherbina - 1.12-5 +- Add a build-time dependency on python2-devel + +* Thu Jul 27 2017 Fedora Release Engineering - 1.12-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Tue Jul 19 2016 Fedora Release Engineering - 1.12-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages