From 7c05a6de31209f26abe20af474e32cedcd925f28 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 26 Nov 2009 13:40:10 +0000 Subject: [PATCH] - Removed duplex constraints on page sizes with imageable areas larger than possible when duplexing (bug #541572). - Fixed duplex reverse sides being horizontally flipped (bug #541604). --- hplip.spec | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/hplip.spec b/hplip.spec index 2a17a78..5b6ce63 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.9.8 -Release: 22%{?dist} +Release: 23%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -164,6 +164,18 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} # Fixed duplex handling in hpcups.drv (bug #533462). %patch16 -p1 -b .duplex-vs-number-up +sed -i.duplex-constraints \ + -e 's,\(UIConstraints.* \*Duplex\),//\1,' \ + prnt/drv/hpcups.drv.in + +sed -i.duplex-constraints \ + -e 's,\(UIConstraints.* \*Duplex\),//\1,' \ + prnt/drv/hpcups.drv.in +sed -i.flipped-duplex \ + -e 's,\(Attribute.*cupsBackSide\),//\1,' \ + -e 's,\(Attribute.*cupsFlipDuplex\),//\1,' \ + prnt/drv/hpcups.drv.in + %build aclocal automake --foreign --add-missing --copy @@ -367,6 +379,11 @@ fi /usr/bin/update-desktop-database &>/dev/null ||: %changelog +* Thu Nov 26 2009 Tim Waugh 3.9.8-23 +- Removed duplex constraints on page sizes with imageable areas larger + than possible when duplexing (bug #541572). +- Fixed duplex reverse sides being horizontally flipped (bug #541604). + * Wed Nov 18 2009 Tim Waugh 3.9.8-22 - Fixed duplex handling in hpcups.drv (bug #533462).