Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package arpwatch-ethercodes for
openSUSE:Factory checked in at 2023-02-10 14:35:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arpwatch-ethercodes"
Fri Feb 10 14:35:12 2023 rev:768 rq:1064084 version:20230209
Changes:
--------
--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2022-12-12 17:42:29.534060424 +0100
+++
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new.1848/arpwatch-ethercodes.changes
2023-02-10 14:35:13.389885690 +0100
@@ -1,0 +2,5 @@
+Thu Feb 9 09:09:09 UTC 2023 - [email protected]
+
+- Update to version 20230209
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ arpwatch-ethercodes.spec ++++++
--- /var/tmp/diff_new_pack.GrMS9V/_old 2023-02-10 14:35:14.217890638 +0100
+++ /var/tmp/diff_new_pack.GrMS9V/_new 2023-02-10 14:35:14.221890661 +0100
@@ -18,7 +18,7 @@
Name: arpwatch-ethercodes
-Version: 20221212
+Version: 20230209
Release: 0
Summary: Ethercodes Data for arpwatch
License: BSD-3-Clause
++++++ fetch_ethercodes.py ++++++
--- /var/tmp/diff_new_pack.GrMS9V/_old 2023-02-10 14:35:14.261890900 +0100
+++ /var/tmp/diff_new_pack.GrMS9V/_new 2023-02-10 14:35:14.269890947 +0100
@@ -211,7 +211,7 @@
vout(1, 'patch {}'.format(patchfile))
with open(patchfile, 'r+', encoding = 'utf-8') as f:
content = f.read()
- patched, count = re.subn('\d{8}_\d{6}', timestamp, content)
+ patched, count = re.subn('\d{8}', timestamp, content)
if count and content != patched:
f.seek(0)
f.write(patched)
++++++ oui.csv ++++++
++++ 2873 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.csv
++++ and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new.1848/oui.csv