"new" upstream release 1.10.0

This commit is contained in:
David Tardon 2014-11-17 18:34:53 +01:00
parent e32048d5d3
commit 8a362547a7
2 changed files with 15 additions and 5 deletions

View File

@ -1,15 +1,18 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: pycairo
Version: 1.8.10
Release: 12%{?dist}
Version: 1.10.0
Release: 1%{?dist}
License: MPLv1.1 or LGPLv2
Group: Development/Languages
Summary: Python bindings for the cairo library
URL: http://cairographics.org/pycairo
Source: http://cairographics.org/releases/py2cairo-%{version}.tar.gz
Source: http://cairographics.org/releases/py2cairo-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: cairo-devel
BuildRequires: libtool
BuildRequires: libxcb-devel
BuildRequires: pkgconfig
BuildRequires: pytest
@ -34,9 +37,13 @@ This package contains files required to build wrappers for cairo add-on
libraries so that they interoperate with pycairo.
%prep
%setup -q
%setup -q -n py2cairo-%{version}
# fix broken tarball
touch ChangeLog
%build
# fix broken tarball
autoreconf -i
%configure --enable-xcb --enable-xpyb
make %{?_smp_mflags}
@ -58,6 +65,9 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} py.test
%{_libdir}/pkgconfig/pycairo.pc
%changelog
* Sat Nov 15 2014 David Tardon <dtardon@redhat.com> - 1.10.0-1
- "new" upstream release
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
87421a6a70304120555ba7ba238f3dc3 py2cairo-1.8.10.tar.gz
20337132c4ab06c1146ad384d55372c5 py2cairo-1.10.0.tar.bz2