rpms/cups/devel cups-ricoh-deviceid-oid.patch, 1.1, 1.2 cups.spec, 1.597, 1.598

Tim Waugh twaugh at fedoraproject.org
Thu May 13 22:32:01 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4339

Modified Files:
	cups-ricoh-deviceid-oid.patch cups.spec 
Log Message:
* Thu May 13 2010 Tim Waugh <twaugh at redhat.com> 1:1.4.3-8
- Fixed Ricoh Device ID OID (STR #3552).


cups-ricoh-deviceid-oid.patch:
 snmp.c |    4 ++++
 1 file changed, 4 insertions(+)

Index: cups-ricoh-deviceid-oid.patch
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups-ricoh-deviceid-oid.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- cups-ricoh-deviceid-oid.patch	11 May 2010 16:53:02 -0000	1.1
+++ cups-ricoh-deviceid-oid.patch	13 May 2010 22:32:00 -0000	1.2
@@ -5,7 +5,7 @@ diff -up cups-1.4.3/backend/snmp.c.ricoh
  static const int	LexmarkProductOID2[] = { 1,3,6,1,4,1,674,10898,100,2,1,2,1,2,1,-1 };
  static const int	LexmarkDeviceIdOID[] = { 1,3,6,1,4,1,641,2,1,2,1,3,1,-1 };
  static const int	HPDeviceIdOID[] = { 1,3,6,1,4,1,11,2,3,9,1,1,7,0,-1 };
-+static const int	RicohDeviceIdOID[] = { 1,3,6,1,4,1,367,3,2,1,1,1,11,-1 };
++static const int	RicohDeviceIdOID[] = { 1,3,6,1,4,1,367,3,2,1,1,1,11,0,-1 };
  static const int	XeroxProductOID[] = { 1,3,6,1,4,1,128,2,1,3,1,2,0,-1 };
  static cups_array_t	*DeviceURIs = NULL;
  static int		HostNameLookups = 0;


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.597
retrieving revision 1.598
diff -u -p -r1.597 -r1.598
--- cups.spec	11 May 2010 16:53:02 -0000	1.597
+++ cups.spec	13 May 2010 22:32:01 -0000	1.598
@@ -8,7 +8,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4.3
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@@ -574,6 +574,9 @@ rm -rf $RPM_BUILD_ROOT
 %{php_extdir}/phpcups.so
 
 %changelog
+* Thu May 13 2010 Tim Waugh <twaugh at redhat.com> 1:1.4.3-8
+- Fixed Ricoh Device ID OID (STR #3552).
+
 * Tue May 11 2010 Tim Waugh <twaugh at redhat.com> 1:1.4.3-7
 - Add an SNMP query for Ricoh's device ID OID (STR #3552).
 



More information about the scm-commits mailing list