diff --git a/hplip.spec b/hplip.spec index e497087..f9b31ba 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: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ and MIT Url: http://hplip.sourceforge.net/ @@ -58,7 +58,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 @@ -503,6 +503,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-6 +- Requires python3-cups to get postscriptdriver() tags. + * Tue Dec 23 2014 Tim Waugh - 3.14.10-5 - Fixed left/right margins for HP DeskJet 990C (LP #1405212).