Hello community,

here is the log from the commit of package perl-NetPacket for openSUSE:Factory 
checked in at 2013-10-21 12:32:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-NetPacket (Old)
 and      /work/SRC/openSUSE:Factory/.perl-NetPacket.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-NetPacket"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-NetPacket/perl-NetPacket.changes    
2013-10-04 16:00:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-NetPacket.new/perl-NetPacket.changes       
2013-10-21 12:32:09.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct  9 16:30:09 UTC 2013 - [email protected]
+
+- Extend last change for 32-bit big endian
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-NetPacket-bigendian.patch ++++++
--- /var/tmp/diff_new_pack.5tPkob/_old  2013-10-21 12:32:09.000000000 +0200
+++ /var/tmp/diff_new_pack.5tPkob/_new  2013-10-21 12:32:09.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- NetPacket-1.4.1.orig/lib/NetPacket/USBMon.pm
 +++ NetPacket-1.4.1/lib/NetPacket/USBMon.pm
-@@ -65,14 +65,14 @@ sub decode
+@@ -65,18 +65,18 @@ sub decode
      my($id, $type, $xfer_type, $epnum, $devnum, $busnum, $flag_setup,
          $flag_data, $ts_sec, $ts_usec, $status, $length, $len_cap,
          $s, $interval, $start_frame, $xfer_flags, $ndesc, $rest) =
@@ -19,7 +19,13 @@
 +      $ts_sec = unpack ('Q<', $ts_sec);
      };
      if ($@) {
-       ($id) = unpack ('LL', $id);
+-      ($id) = unpack ('LL', $id);
+-      ($ts_sec) = unpack ('LL', $ts_sec);
++      ($id) = unpack ('L<L<', $id);
++      ($ts_sec) = unpack ('L<L<', $ts_sec);
+     }
+ 
+     my $self = {
 @@ -115,7 +115,7 @@ sub decode
  
          if ($setup->{bmRequestType} & USB_TYPE_VENDOR) {

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to