- Corrected several IEEE 1284 Device IDs using foomatic data (launchpad bug

#523259).
This commit is contained in:
Tim Waugh 2010-02-20 22:53:18 +00:00
parent fa57a59f70
commit 45cc5d6f14
2 changed files with 1281 additions and 1 deletions

1272
hplip-device-ids.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 3.9.12
Release: 7%{?dist}
Release: 8%{?dist}
License: GPLv2+ and MIT
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -17,6 +17,7 @@ Patch1: hplip-preferences-crash.patch
Patch2: hplip-strstr-const.patch
Patch3: hplip-ui-optional.patch
Patch4: hplip-no-asm.patch
Patch5: hplip-device-ids.patch
Patch8: hplip-retry-open.patch
Patch10: hplip-discovery-method.patch
Patch11: hplip-device-reconnected.patch
@ -125,6 +126,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# Make sure to avoid handwritten 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).
%patch8 -p1 -b .retry-open
@ -350,6 +354,10 @@ fi
/usr/bin/update-desktop-database &>/dev/null ||:
%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
- Ship %%{_datadir}/hplip/prnt/plugins directory (bug #564551).