- Move hpijs to 0.9.11 too.

This commit is contained in:
Tim Waugh 2006-05-10 16:59:59 +00:00
parent 764502f48e
commit 10d6b869c5

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 0.9.11
Release: 2
Release: 3
License: GPL/MIT/BSD
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -14,7 +14,6 @@ Patch1: hplip-desktop.patch
Patch2: hplip-config.patch
Patch3: hplip-quiet.patch
Patch4: hplip-cups-backend.patch
Patch6: hplip-revert-hpijs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: desktop-file-utils >= 0.2.92
@ -73,9 +72,6 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# Always use /usr/lib/cups/backend.
%patch4 -p1 -b .cups-backend
# Last known working hpijs comes from 0.9.8, so use that.
%patch6 -p1 -b .revert-hpijs
autoconf # for patch4
%build
@ -174,6 +170,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi
%changelog
* Wed May 10 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-3
- Move hpijs to 0.9.11 too.
* Wed May 10 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-2
- 0.9.11.
- Keep hpijs at 0.9.8 for now.