File project.diff of Package packetry
--- _service.orig
+++ _service
@@ -1,10 +1,10 @@
<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/greatscottgadgets/packetry.git</param>
- <param name="revision">v0.4.0</param>
+ <param name="revision">v0.5.0</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
- <param name="versionformat">0.4.0</param>
+ <param name="versionformat">0.5.0</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
--- _servicedata.orig
+++ _servicedata
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/greatscottgadgets/packetry.git</param>
- <param name="changesrevision">28deb23ed0e4d01ed29ef4db2efe777c2f02bae6</param></service></servicedata>
\ No newline at end of file
+ <param name="changesrevision">bfa7b9998c0e42ff86ecacf410508bcb3960cdb9</param></service></servicedata>
\ No newline at end of file
--- packetry.changes.orig
+++ packetry.changes
@@ -1,4 +1,40 @@
-------------------------------------------------------------------
+Sun Dec 07 22:06:06 UTC 2025 - Martin Hauke <mardnh@gmx.de>
+
+- Update to version 0.5.0:
+ Added
+ * Add support for non-packet events from Cynthion analyzer.
+ * Add support for VBUS power control with Cynthion analyzer.
+ * Add support for the PcapNG file format with custom non-packet
+ blocks.
+ * Add decoding of HID report descriptors.
+ * Add facility to dump the capture database for debugging.
+ Changed
+ * The device list is maintained automatically and the scan
+ button is removed.
+ * USB capture devices are kept open whilst selected for use.
+ * Filename extensions are added automatically when saving.
+ * File dialogs remember the last used directory.
+ * Backtraces are always captured when an error occurs.
+ * Panics in worker threads result in an error dialog rather
+ than a crash.
+ * UI updates are made from a snapshot of the database state.
+ * Capture backends have been ported to the nusb 0.2 API.
+ * Most of the UI is now defined in XML and editable with
+ Cambalache.
+ * Source code has been significantly reorganised.
+ Fixed
+ * Stop descriptors from being intermingled when a device address
+ is reused.
+ * Fix a decoder crash when a double SETUP packet is seen.
+ * Fix crashes in GTK where the view could get out of sync with
+ the model.
+ * Fix descriptions of invalid groups leaking internal details.
+ * Fix inconsistent pane sizing when window is first shown.
+ * Fix units in text shown in progress bar.
+ * Handle runtime GTK version mismatches gracefully.
+
+-------------------------------------------------------------------
Tue Oct 29 15:45:53 UTC 2024 - mardnh@gmx.de
- Update to version 0.4.0:
--- packetry.spec.orig
+++ packetry.spec
@@ -2,6 +2,7 @@
# spec file for package packetry
#
# Copyright (c) 2022-2024, Martin Hauke <mardnh@gmx.de>
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +18,7 @@
Name: packetry
-Version: 0.4.0
+Version: 0.5.0
Release: 0
Summary: USB protocol analysis application
License: BSD-3-Clause