diff --git a/python-cups.spec b/python-cups.spec index 2b4a5b0..556ac94 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -6,10 +6,14 @@ Summary: Python bindings for CUPS Name: python-cups Version: 1.9.72 -Release: 15%{?dist} +Release: 16%{?dist} URL: http://cyberelk.net/tim/software/pycups/ Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2 License: GPLv2+ + +# gcc is no longer in buildroot by default +BuildRequires: gcc + BuildRequires: cups-devel BuildRequires: python2-devel python3-devel BuildRequires: epydoc @@ -80,6 +84,9 @@ make install-rpmhook DESTDIR="%{buildroot}" %doc examples html %changelog +* Mon Feb 19 2018 Zdenek Dohnal - 1.9.72-16 +- gcc is no longer in buildroot by default + * Fri Feb 09 2018 Fedora Release Engineering - 1.9.72-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild