From 1f934c101816d42d0c3871a296e9e9eee6c5bad4 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 5 Nov 2020 10:06:56 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-cups.git#a3d0a0d29327cf2a977cab3a5c5c918c9bd92813 --- python-cups.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-cups.spec b/python-cups.spec index cbc8f40..e2e652d 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -6,7 +6,7 @@ Summary: Python bindings for CUPS Name: python-cups Version: 2.0.1 -Release: 5%{?dist} +Release: 6%{?dist} # older URL, but still with useful information about pycups #URL: http://cyberelk.net/tim/software/pycups/ URL: https://github.com/OpenPrinting/pycups/ @@ -20,7 +20,9 @@ Patch02: 0001-postscriptdriver.prov-ignore-driverless-utilities.patch # gcc is no longer in buildroot by default BuildRequires: gcc # for autosetup -BuildRequires: git +BuildRequires: git-core +# uses make +BuildRequires: make BuildRequires: cups-devel BuildRequires: python3-devel @@ -71,6 +73,10 @@ export PYTHONPATH=%{buildroot}%{python3_sitearch} %doc examples html %changelog +* Thu Nov 05 2020 Zdenek Dohnal - 2.0.1-6 +- make is no longer in buildroot by default +- use smaller git-core instead of git + * Fri Aug 28 2020 Zdenek Dohnal - 2.0.1-5 - 1873385 - ignore driverless utilities during tags creation