diff --git a/hplip.spec b/hplip.spec index 5b99ef4..ffbaca0 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 0.9.9 -Release: 2 +Release: 3 License: GPL/MIT/BSD Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -12,6 +12,7 @@ Url: http://sourceforge.net/projects/hpinkjet Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.tar.gz Patch1: hplip-desktop.patch Patch2: hplip-config.patch +Patch3: hplip-0.9.9-1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Requires: desktop-file-utils >= 0.2.92 @@ -63,6 +64,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} # Use static IP ports (for SELinux policy). %patch2 -p1 -b .config +# Patchlevel 1. +%patch3 -p1 -b .0.9.9-1 + %build %configure --disable-foomatic-install --disable-cups-install make @@ -152,6 +156,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \ fi %changelog +* Sat Mar 11 2006 Tim Waugh 0.9.9-3 +- Patchlevel 1. + * Thu Mar 9 2006 Tim Waugh 0.9.9-2 - 0.9.9. No longer need quiet or 0.9.8-4 patches.