rpms/hplip/F-11 hplip.spec,1.238,1.239

Tim Waugh twaugh at fedoraproject.org
Thu Nov 26 13:47:59 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20328

Modified Files:
	hplip.spec 
Log Message:
* Thu Nov 26 2009 Tim Waugh <twaugh at redhat.com> 3.9.8-20
- 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).



Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/F-11/hplip.spec,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -p -r1.238 -r1.239
--- hplip.spec	18 Nov 2009 17:52:07 -0000	1.238
+++ hplip.spec	26 Nov 2009 13:47:58 -0000	1.239
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 3.9.8
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: GPLv2+ and MIT
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -169,6 +169,14 @@ 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.flipped-duplex \
+    -e 's,\(Attribute.*cupsBackSide\),//\1,' \
+    -e 's,\(Attribute.*cupsFlipDuplex\),//\1,' \
+    prnt/drv/hpcups.drv.in
+
 %build
 aclocal
 automake --foreign --add-missing --copy
@@ -386,6 +394,11 @@ fi
 exit 0
 
 %changelog
+* Thu Nov 26 2009 Tim Waugh <twaugh at redhat.com> 3.9.8-20
+- 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).
+
 * Mon Nov 18 2009 Tim Waugh <twaugh at redhat.com> 3.9.8-19
 - Fixed duplex handling in hpcups.drv (bug #533462).
 




More information about the scm-commits mailing list