diff --git a/hplip.spec b/hplip.spec index 11c4831..9c7aa94 100644 --- a/hplip.spec +++ b/hplip.spec @@ -7,7 +7,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.14.10 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and MIT Url: http://hplip.sourceforge.net/ @@ -57,7 +57,7 @@ BuildRequires: sane-backends-devel BuildRequires: pkgconfig(dbus-1) # Make sure we get postscriptdriver tags. -BuildRequires: python-cups, cups +BuildRequires: python3-cups, cups # macros: %%{_tmpfilesdir}, %%{_udevrulesdir} BuildRequires: systemd @@ -499,6 +499,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop %postun libs -p /sbin/ldconfig %changelog +* Wed Jan 14 2015 Tim Waugh - 3.14.10-5 +- Requires python3-cups to get postscriptdriver() tags. + * Tue Dec 23 2014 Tim Waugh - 3.14.10-4 - Fixed left/right margins for HP DeskJet 990C (LP #1405212).