From 1b7f18214b67a14b8cddab95bbefeef98d454f65 Mon Sep 17 00:00:00 2001 From: hht8 Date: Tue, 1 Jun 2021 09:32:51 +0800 Subject: [PATCH] Completing build dependencies --- python-cups.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cups.spec b/python-cups.spec index e98f07a..823508f 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -1,12 +1,12 @@ Name: python-cups Version: 1.9.72 -Release: 23 +Release: 24 Summary: Python bindings for CUPS License: GPLv2+ URL: http://cyberelk.net/tim/software/pycups/ Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2 -BuildRequires: cups-devel python3-devel +BuildRequires: cups-devel python3-devel gcc %description This package can be known as pycups, which provides Python bindings for CUPS API. @@ -51,5 +51,8 @@ mv cups.html html %doc examples html %changelog +* Mon May 31 2021 huanghaitao - 1.9.72-24 +- Completing build dependencies + * Tue Nov 26 2019 wangzhishun - 1.9.72-23 - Package init -- Gitee