3.15.9
This commit is contained in:
parent
9848937170
commit
e56b40bcfd
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@ hplip-3.10.6.tar.gz
|
|||||||
/hplip-3.15.4.tar.gz
|
/hplip-3.15.4.tar.gz
|
||||||
/hplip-3.15.6.tar.gz
|
/hplip-3.15.6.tar.gz
|
||||||
/hplip-3.15.7.tar.gz
|
/hplip-3.15.7.tar.gz
|
||||||
|
/hplip-3.15.9.tar.gz
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
*** hplip-3.15.7_original/prnt/hpcups/CommonDefinitions.h 2015-07-13 13:18:53.000000000 +0530
|
|
||||||
--- hplip-3.15.7_latest/prnt/hpcups/CommonDefinitions.h 2015-07-28 20:07:24.018247373 +0530
|
|
||||||
***************
|
|
||||||
*** 441,447 ****
|
|
||||||
{
|
|
||||||
int media_source;
|
|
||||||
int color_mode;
|
|
||||||
- int HPSPDClass;
|
|
||||||
DUPLEXMODE e_duplex_mode;
|
|
||||||
int print_borderless;
|
|
||||||
int krgb_mode;
|
|
||||||
--- 441,446 ----
|
|
||||||
***************
|
|
||||||
*** 466,471 ****
|
|
||||||
--- 465,471 ----
|
|
||||||
int integer_values[16];
|
|
||||||
int printer_platform_version;
|
|
||||||
int pre_process_raster;
|
|
||||||
+ int HPSPDClass;
|
|
||||||
} JobAttributes;
|
|
||||||
|
|
||||||
#endif // COMMON_DEFINITIONS_H
|
|
11
hplip.spec
11
hplip.spec
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.15.7
|
Version: 3.15.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
|
|
||||||
Url: http://hplip.sourceforge.net/
|
Url: http://hplip.sourceforge.net/
|
||||||
@ -39,7 +39,6 @@ Patch20: hplip-dj990c-margin.patch
|
|||||||
Patch21: hplip-strncpy.patch
|
Patch21: hplip-strncpy.patch
|
||||||
Patch22: hplip-no-write-bytecode.patch
|
Patch22: hplip-no-write-bytecode.patch
|
||||||
Patch23: hplip-silence-ioerror.patch
|
Patch23: hplip-silence-ioerror.patch
|
||||||
Patch24: hplip-CommonDefinations.patch
|
|
||||||
|
|
||||||
%global hpijs_epoch 1
|
%global hpijs_epoch 1
|
||||||
Requires: hpijs%{?_isa} = %{hpijs_epoch}:%{version}-%{release}
|
Requires: hpijs%{?_isa} = %{hpijs_epoch}:%{version}-%{release}
|
||||||
@ -238,9 +237,6 @@ done
|
|||||||
# Ignore IOError when logging output (bug #712537).
|
# Ignore IOError when logging output (bug #712537).
|
||||||
%patch23 -p1 -b .silence-ioerror
|
%patch23 -p1 -b .silence-ioerror
|
||||||
|
|
||||||
# https://bugs.launchpad.net/hplip/+bug/1476920
|
|
||||||
%patch24 -p1 -b .CommonDefinations
|
|
||||||
|
|
||||||
sed -i.duplex-constraints \
|
sed -i.duplex-constraints \
|
||||||
-e 's,\(UIConstraints.* \*Duplex\),//\1,' \
|
-e 's,\(UIConstraints.* \*Duplex\),//\1,' \
|
||||||
prnt/drv/hpcups.drv.in
|
prnt/drv/hpcups.drv.in
|
||||||
@ -527,6 +523,9 @@ rm -f ppds-all
|
|||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 15 2015 Jiri Popelka <jpopelka@redhat.com> - 3.15.9-1
|
||||||
|
- 3.15.9
|
||||||
|
|
||||||
* Tue Aug 11 2015 Jiri Popelka <jpopelka@redhat.com> - 3.15.7-2
|
* Tue Aug 11 2015 Jiri Popelka <jpopelka@redhat.com> - 3.15.7-2
|
||||||
- Upstream fix for 'Stopped "Filter Failed"' (Launchpad #1476920)
|
- Upstream fix for 'Stopped "Filter Failed"' (Launchpad #1476920)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user