diff --git a/splix-deviceID.patch b/splix-deviceID.patch index 3da2473..ed990a8 100644 --- a/splix-deviceID.patch +++ b/splix-deviceID.patch @@ -1,6 +1,6 @@ diff -up splix/ppd/samsung.drv.in.deviceID splix/ppd/samsung.drv.in --- splix/ppd/samsung.drv.in.deviceID 2011-12-06 22:55:59.000000000 +0100 -+++ splix/ppd/samsung.drv.in 2012-04-19 14:02:30.002620677 +0200 ++++ splix/ppd/samsung.drv.in 2012-09-25 11:33:06.526681325 +0200 @@ -83,6 +83,7 @@ Manufacturer "Samsung" PCFileName "ml1520.ppd" } { @@ -25,3 +25,15 @@ diff -up splix/ppd/samsung.drv.in.deviceID splix/ppd/samsung.drv.in PCFileName "ml1660.ppd" } { ModelName "ML-1910" +@@ -202,9 +205,11 @@ Manufacturer "Samsung" + PCFileName "ml1915.ppd" + } { + ModelName "ML-2525" ++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2525 Series;CMD:GDI,FWV,EXT;" + PCFileName "ml2525.ppd" + } { + ModelName "ML-2525W" ++ Attribute "1284DeviceID" "" "MFG:Samsung;MDL:ML-2525W Series;CMD:GDI,FWV,EXT;" + PCFileName "ml2525w.ppd" + } + } { diff --git a/splix.spec b/splix.spec index 7062de5..3c4e8fb 100644 --- a/splix.spec +++ b/splix.spec @@ -3,7 +3,7 @@ Summary: Driver for QPDL/SPL2 printers (Samsung and several Xerox printers) Name: splix Version: 2.0.1 -Release: 0.8.%{checkout}%{?dist} +Release: 0.9.%{checkout}%{?dist} License: GPLv2 Group: System Environment/Base URL: http://splix.sourceforge.net/ @@ -65,9 +65,12 @@ make install %doc COPYING AUTHORS ChangeLog THANKS %{_cups_serverbin}/filter/pstoqpdl %{_cups_serverbin}/filter/rastertoqpdl -%{_datadir}/cups/drv/splix/ +%{_datadir}/cups/drv/splix %changelog +* Tue Sep 25 2012 Jiri Popelka - 2.0.1-0.9.20120419svn +- Add Device ID for Samsung ML-2525 (#859669). + * Thu Apr 19 2012 Jiri Popelka - 2.0.1-0.8.20120419svn - Latest upstream snapshot: all patches and changes merged upstream ! - Build splix with JBIG1 support and install DRV files instead of PPD files.