rpms/foomatic/F-10 foomatic-margins.patch, 1.2, 1.3 foomatic.spec, 1.209, 1.210

Tim Waugh twaugh at fedoraproject.org
Tue Feb 10 17:15:09 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/foomatic/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20796

Modified Files:
	foomatic.spec 
Added Files:
	foomatic-margins.patch 
Log Message:
* Tue Feb 10 2009 Tim Waugh <twaugh at redhat.com> 3.0.2-71
- Fix up margins for Samsung ML-2010 (bug #481211).


foomatic-margins.patch:

Index: foomatic-margins.patch
===================================================================
RCS file: foomatic-margins.patch
diff -N foomatic-margins.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ foomatic-margins.patch	10 Feb 2009 17:15:09 -0000	1.3
@@ -0,0 +1,18 @@
+--- foomatic-db-20090110/db/source/printer/Samsung-ML-2010.xml.margins	2009-02-10 16:48:56.000000000 +0000
++++ foomatic-db-20090110/db/source/printer/Samsung-ML-2010.xml	2009-02-10 16:50:58.000000000 +0000
+@@ -10,6 +10,15 @@
+         <y>600</y>
+       </dpi>
+     </resolution>
++    <margins>
++      <general>
++        <unit>mm</unit>
++        <top>4.1</top>
++        <bottom>4.1</bottom>
++        <left>5.5</left>
++        <right>5.5</right>
++      </general>
++    </margins>
+     <consumables>
+       <comments>
+         <en>cartridge CA$ 90</en>


Index: foomatic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/F-10/foomatic.spec,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- foomatic.spec	15 Jan 2009 09:56:30 -0000	1.209
+++ foomatic.spec	10 Feb 2009 17:15:09 -0000	1.210
@@ -6,7 +6,7 @@
 Summary: Database of printers and printer drivers
 Name:		foomatic
 Version:	3.0.2
-Release:    70%{?dist}
+Release:    71%{?dist}
 License:	GPLv2+
 Group: System Environment/Libraries
 
@@ -24,6 +24,9 @@
 Patch1: foomatic-filters-libdir.patch
 Patch2: foomatic-db-engine-libdir.patch
 
+# Fix up margins for Samsung ML-2010 (bug #481211).
+Patch3: foomatic-margins.patch
+
 # Set GS_FONTPATH in gs wrapper (bug #81410).
 Patch5: foomatic-2.0.2-fontpath.patch
 
@@ -90,6 +93,7 @@
 popd
 
 pushd foomatic-db-%{dbver}
+%patch3 -p1 -b .margins
 
 cd db/source
 
@@ -232,6 +236,9 @@
 %{_var}/cache/foomatic
 
 %changelog
+* Tue Feb 10 2009 Tim Waugh <twaugh at redhat.com> 3.0.2-71
+- Fix up margins for Samsung ML-2010 (bug #481211).
+
 * Mon Jan 12 2009 Tim Waugh <twaugh at redhat.com> 3.0.2-70
 - Major gutenprint version is 5.2.
 




More information about the fedora-extras-commits mailing list