- Corrected several IEEE 1284 Device IDs using foomatic data (launchpad bug
#523259).
This commit is contained in:
parent
fa57a59f70
commit
45cc5d6f14
1272
hplip-device-ids.patch
Normal file
1272
hplip-device-ids.patch
Normal file
File diff suppressed because it is too large
Load Diff
10
hplip.spec
10
hplip.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.9.12
|
Version: 3.9.12
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
Conflicts: system-config-printer < 0.6.132
|
||||||
@ -17,6 +17,7 @@ Patch1: hplip-preferences-crash.patch
|
|||||||
Patch2: hplip-strstr-const.patch
|
Patch2: hplip-strstr-const.patch
|
||||||
Patch3: hplip-ui-optional.patch
|
Patch3: hplip-ui-optional.patch
|
||||||
Patch4: hplip-no-asm.patch
|
Patch4: hplip-no-asm.patch
|
||||||
|
Patch5: hplip-device-ids.patch
|
||||||
Patch8: hplip-retry-open.patch
|
Patch8: hplip-retry-open.patch
|
||||||
Patch10: hplip-discovery-method.patch
|
Patch10: hplip-discovery-method.patch
|
||||||
Patch11: hplip-device-reconnected.patch
|
Patch11: hplip-device-reconnected.patch
|
||||||
@ -125,6 +126,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||||||
# Make sure to avoid handwritten asm.
|
# Make sure to avoid handwritten asm.
|
||||||
%patch4 -p1 -b .no-asm
|
%patch4 -p1 -b .no-asm
|
||||||
|
|
||||||
|
# Corrected several IEEE 1284 Device IDs using foomatic data.
|
||||||
|
%patch5 -p1 -b .device-ids
|
||||||
|
|
||||||
# Retry when connecting to device fails (bug #532112).
|
# Retry when connecting to device fails (bug #532112).
|
||||||
%patch8 -p1 -b .retry-open
|
%patch8 -p1 -b .retry-open
|
||||||
|
|
||||||
@ -350,6 +354,10 @@ fi
|
|||||||
/usr/bin/update-desktop-database &>/dev/null ||:
|
/usr/bin/update-desktop-database &>/dev/null ||:
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 20 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-8
|
||||||
|
- Corrected several IEEE 1284 Device IDs using foomatic data
|
||||||
|
(launchpad bug #523259).
|
||||||
|
|
||||||
* Tue Feb 16 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-7
|
* Tue Feb 16 2010 Tim Waugh <twaugh@redhat.com> - 3.9.12-7
|
||||||
- Ship %%{_datadir}/hplip/prnt/plugins directory (bug #564551).
|
- Ship %%{_datadir}/hplip/prnt/plugins directory (bug #564551).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user