- Patchlevel 2.

This commit is contained in:
Tim Waugh 2006-04-21 10:52:37 +00:00
parent 2b71442bf2
commit e292c714d3

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.10 Version: 0.9.10
Release: 5 Release: 6
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
@ -14,9 +14,8 @@ Patch1: hplip-desktop.patch
Patch2: hplip-config.patch Patch2: hplip-config.patch
Patch3: hplip-quiet.patch Patch3: hplip-quiet.patch
Patch4: hplip-cups-backend.patch Patch4: hplip-cups-backend.patch
Patch5: hplip-strcasecmp.patch
Patch6: hplip-revert-hpijs.patch Patch6: hplip-revert-hpijs.patch
Patch7: hplip-0.9.10-1.patch Patch7: hplip-0.9.10-2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: desktop-file-utils >= 0.2.92 Requires: desktop-file-utils >= 0.2.92
@ -75,15 +74,11 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# Always use /usr/lib/cups/backend. # Always use /usr/lib/cups/backend.
%patch4 -p1 -b .cups-backend %patch4 -p1 -b .cups-backend
# Use case-insensitive matching. 0.9.10 gave all-uppercase in some
# situations.
%patch5 -p1 -b .strcasecmp
# Last known working hpijs comes from 0.9.8, so use that. # Last known working hpijs comes from 0.9.8, so use that.
%patch6 -p1 -b .revert-hpijs %patch6 -p1 -b .revert-hpijs
# Patchlevel 1. # Patchlevel 1.
%patch7 -p1 -b .0.9.10-1 %patch7 -p1 -b .0.9.10-2
autoconf # for patch4 autoconf # for patch4
@ -183,6 +178,9 @@ if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
fi fi
%changelog %changelog
* Fri Apr 21 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-6
- Patchlevel 2.
* Wed Apr 19 2006 Tim Waugh <twaugh@redhat.com> * Wed Apr 19 2006 Tim Waugh <twaugh@redhat.com>
- Don't package COPYING twice (bug #189162). - Don't package COPYING twice (bug #189162).