- Patchlevel 2.

This commit is contained in:
Tim Waugh 2006-05-14 23:31:30 +00:00
parent da61f6e961
commit d593b4ec70

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project Summary: HP Linux Imaging and Printing Project
Name: hplip Name: hplip
Version: 0.9.11 Version: 0.9.11
Release: 3 Release: 4
License: GPL/MIT/BSD License: GPL/MIT/BSD
Group: System Environment/Daemons Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132 Conflicts: system-config-printer < 0.6.132
@ -10,6 +10,7 @@ Obsoletes: xojpanel <= 0.91
Url: http://sourceforge.net/projects/hpinkjet Url: http://sourceforge.net/projects/hpinkjet
Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.tar.gz Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.tar.gz
Patch0: hplip-0.9.11-2.patch
Patch1: hplip-desktop.patch Patch1: hplip-desktop.patch
Patch2: hplip-config.patch Patch2: hplip-config.patch
Patch3: hplip-quiet.patch Patch3: hplip-quiet.patch
@ -59,6 +60,7 @@ SANE driver for scanners in HP's multi-function devices (from HPOJ).
%prep %prep
rm -rf $RPM_BUILD_DIR/%{name}-%{version} rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%setup -q %setup -q
%patch0 -p1 -b .0.9.11-2
# Use /usr/share/applications for putting desktop files in. # Use /usr/share/applications for putting desktop files in.
%patch1 -p1 -b .desktop %patch1 -p1 -b .desktop
@ -170,6 +172,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi fi
%changelog %changelog
* Mon May 15 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-4
- Patchlevel 2.
* Wed May 10 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-3 * Wed May 10 2006 Tim Waugh <twaugh@redhat.com> 0.9.11-3
- Move hpijs to 0.9.11 too. - Move hpijs to 0.9.11 too.