rpms/usbmon/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 usbmon.spec, 1.1, 1.2

Pete Zaitcev zaitcev at fedoraproject.org
Thu Dec 18 19:43:31 UTC 2008


Author: zaitcev

Update of /cvs/pkgs/rpms/usbmon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27040

Modified Files:
	.cvsignore sources usbmon.spec 
Log Message:
Pull 5.3 in: license made explicit in usbmon.c per Fedora review feedback.
Also, change parse_params to protect print_48 from overflows.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/usbmon/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	18 Dec 2008 18:51:32 -0000	1.2
+++ .cvsignore	18 Dec 2008 19:43:00 -0000	1.3
@@ -1 +1,2 @@
 usbmon-5.2.tar.gz
+usbmon-5.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/usbmon/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	18 Dec 2008 18:51:32 -0000	1.2
+++ sources	18 Dec 2008 19:43:00 -0000	1.3
@@ -1 +1,2 @@
 cbba81a5b47b811dafd897cd7bd72dee  usbmon-5.2.tar.gz
+b4c5f9c7ae27a89f8cab70ae1195b7cc  usbmon-5.3.tar.gz


Index: usbmon.spec
===================================================================
RCS file: /cvs/pkgs/rpms/usbmon/devel/usbmon.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- usbmon.spec	18 Dec 2008 18:51:32 -0000	1.1
+++ usbmon.spec	18 Dec 2008 19:43:00 -0000	1.2
@@ -1,5 +1,5 @@
 Name:		usbmon
-Version:	5.2
+Version:	5.3
 Release:	1%{dist}
 Summary:	A basic front-end to usbmon
 
@@ -9,10 +9,6 @@
 Source:		http://people.redhat.com/zaitcev/linux/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# The possibility of anyone using usbmon to debug USB-over-IP modules on s390
-# is quite remote. Should we exclude it?
-# ExcludeArch:	s390 s390x
-
 %description
 The usbmon program collects and prints a trace of USB transactions as they
 occur between the USB core and HCDs. Analyzing the trace helps to debug the
@@ -42,5 +38,9 @@
 %{_mandir}/man8/usbmon.8*
 
 %changelog
+* Thu Dec 18 2008 Pete Zaitcev <zaitcev at redhat.com> 5.3-1
+- Pull 5.3 in: license made explicit in usbmon.c per Fedora review feedback.
+  Also, change parse_params to protect print_48 from overflows.
+
 * Sun Dec 7 2008 Pete Zaitcev <zaitcev at redhat.com> 5.2-1
 - Initial revision (5.2)




More information about the fedora-extras-commits mailing list