- 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).
This commit is contained in:
Tim Waugh 2009-11-26 13:38:38 +00:00
parent c4ce3abd1a
commit cea3aafd98

View File

@ -1,7 +1,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 3.9.10
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+ and MIT
Group: System Environment/Daemons
Conflicts: system-config-printer < 0.6.132
@ -134,6 +134,14 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
# (bug #513283).
%patch15 -p1 -b .hpcups-plugin
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
%configure \
--enable-scan-build --enable-gui-build --enable-fax-build \
@ -334,6 +342,11 @@ fi
/usr/bin/update-desktop-database &>/dev/null ||:
%changelog
* Thu Nov 26 2009 Tim Waugh <twaugh@redhat.com> 3.9.10-3
- 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 <twaugh@redhat.com> 3.9.10-2
- Fixed duplex handling in hpcups.drv (bug #533462).