- Last known working hpijs comes from 0.9.8, so use that.
This commit is contained in:
parent
64e8c0dbc8
commit
1dad775d0c
@ -15,6 +15,7 @@ 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
|
Patch5: hplip-strcasecmp.patch
|
||||||
|
Patch6: hplip-revert-hpijs.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
|
||||||
@ -77,6 +78,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||||||
# situations.
|
# situations.
|
||||||
%patch5 -p1 -b .strcasecmp
|
%patch5 -p1 -b .strcasecmp
|
||||||
|
|
||||||
|
# Last known working hpijs comes from 0.9.8, so use that.
|
||||||
|
%patch6 -p1 -b .revert-hpijs
|
||||||
|
|
||||||
autoconf # for patch4
|
autoconf # for patch4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -169,6 +173,7 @@ fi
|
|||||||
* Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com>
|
* Tue Apr 4 2006 Tim Waugh <twaugh@redhat.com>
|
||||||
- Use case-insensitive matching. 0.9.8 gave all-uppercase in some
|
- Use case-insensitive matching. 0.9.8 gave all-uppercase in some
|
||||||
situations.
|
situations.
|
||||||
|
- Last known working hpijs comes from 0.9.8, so use that.
|
||||||
|
|
||||||
* Tue Mar 28 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-3
|
* Tue Mar 28 2006 Tim Waugh <twaugh@redhat.com> 0.9.10-3
|
||||||
- Always use /usr/lib/cups/backend.
|
- Always use /usr/lib/cups/backend.
|
||||||
|
Loading…
Reference in New Issue
Block a user