From 1ef0c3d24596928586b53eee2c2c7046cc5e6b34 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:37:19 +0100 Subject: [PATCH] update to 1.18.1 [release 1.18.1-1mamba;Thu Aug 08 2019] --- pycairo.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pycairo.spec b/pycairo.spec index 97f9f4d..41b7ae9 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -1,20 +1,20 @@ Name: pycairo -Version: 1.18.0 -Release: 2mamba +Version: 1.18.1 +Release: 1mamba Summary: Python 2/3 bindings for cairo Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://cairographics.org/ -Source: https://github.com/pygobject/pycairo/releases/download/v1.18.0/pycairo-%{version}.tar.gz +Source: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz License: LGPL, MPL 1.1 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libcairo-devel BuildRequires: libpython-devel -BuildRequires: libpython27-devel ## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: python3 #BuildRequires: pygtk-devel Provides: py2cairo @@ -91,6 +91,9 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist %doc NEWS %changelog +* Thu Aug 08 2019 Silvan Calarco 1.18.1-1mamba +- update to 1.18.1 + * Sat Dec 22 2018 Silvan Calarco 1.18.0-2mamba - provide python-cairo