Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2022-11-04 17:33:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and      /work/SRC/openSUSE:Factory/.rehex.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rehex"

Fri Nov  4 17:33:57 2022 rev:7 rq:1033527 version:0.5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/rehex/rehex.changes      2022-01-08 
23:24:21.934268198 +0100
+++ /work/SRC/openSUSE:Factory/.rehex.new.2275/rehex.changes    2022-11-04 
17:35:42.945045811 +0100
@@ -1,0 +2,70 @@
+Fri Nov  4 13:21:23 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+- Use the default lua version (currently 5.4): buildrequire
+  lua-busted instead of lua53-busted, which then fails to run
+  against the default lua interpreter.
+  See also boo#1199151
+
+-------------------------------------------------------------------
+Mon Oct 24 10:40:15 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.5.4:
+  * Allow passing arguments to structs created via ArrayResize()
+    and ArrayExtend() template functions.
+  * Fix parsing of whitespace in template array dereference (#175).
+  * Display offsets in comments panel (#165).
+  * Improve performance of templates that declare many (thousands+)
+    of variables in the file.
+  * Add Error() function for templates (#186).
+  * Fix crash when attempting to use string as a file variable
+    in templates (#185).
+  * Add plugin for annotating pcap files.
+
+-------------------------------------------------------------------
+Sun Jun 26 09:42:21 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.5.3:
+  * Correctly nest comments when updating comments panel (#169).
+  * Update text in comments panel when a comment is modified.
+  * Fix display of >4GiB virtual offsets in files that are <=4GiB (#170).
+  * Add support for code page 437 (IBM) and 932/936/949/950 (Microsoft).
+  * Fix handling of multibyte character boundaries in document view.
+  * Draw wide characters in document view (#173).
+  * Move forwards/backwards and select whole instructions from disassembly in 
document view.
+  * Don't capture tab key press in text area of document view.
+  * Add missing error checks.
+  * Add number base option to "Jump to offset" dialog.
+  * Drawing optimisations (improves responsiveness), particularly on macOS.
+  * Fix some undefined behaviour issues.
+
+-------------------------------------------------------------------
+Sat Jun 25 10:14:27 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.5.2:
+  * Fix integer overflow issue.
+
+-------------------------------------------------------------------
+Fri Apr 29 19:13:11 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.5.1:
+  * Only macOS related changes
+
+-------------------------------------------------------------------
+Mon Apr 25 08:16:32 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 0.5.0:
+  * Added "x86 disassembly syntax" to "View" menu to allow selecting
+    between Intel or AT&T notation for x86 disassembly (#142).
+  * Handle file open message used for "Open With" on macOS (#144).
+  * Added --compare switch to jump straight into comparing two files (#141).
+  * Fix timer leak that can cause a crash when closing the compare
+    window or strings panel.
+  * Add import and export functions for Intel Hex files (#102).
+  * Add online help (#147).
+  * Add Bitmap Data Visualisation tool (#29).
+  * Add Binary Template support (#138).
+  * Save new files without the execute bit set (#154
+  * Include highlight colour names in context menu (#153
+  * Save write protect setting in rehex-meta.json (#143).
+  * Fix several occasional crashes.
+
+-------------------------------------------------------------------

Old:
----
  rehex-0.4.1.tar.gz

New:
----
  rehex-0.5.4.tar.gz

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

Other differences:
------------------
++++++ rehex.spec ++++++
--- /var/tmp/diff_new_pack.N9LusJ/_old  2022-11-04 17:35:47.805071199 +0100
+++ /var/tmp/diff_new_pack.N9LusJ/_new  2022-11-04 17:35:47.813071241 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rehex
-Version:        0.4.1
+Version:        0.5.4
 Release:        0
 Summary:        Reverse Engineers' Hex Editor
 License:        GPL-2.0-only
@@ -27,15 +27,19 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libunistring-devel
+BuildRequires:  lua-busted
+BuildRequires:  perl-Template-GD
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  zip
+BuildRequires:  pkgconfig(capstone)
+BuildRequires:  pkgconfig(jansson)
+BuildRequires:  pkgconfig(lua)
 %if 0%{?suse_version} > 1500
 BuildRequires:  wxWidgets-3_0-devel
 %else
 BuildRequires:  wxWidgets-devel
 %endif
-BuildRequires:  (pkgconfig(lua5.3) or pkgconfig(lua))
-BuildRequires:  pkgconfig(capstone)
-BuildRequires:  pkgconfig(jansson)
 
 %description
 A hex heditor with a number of features for analysing and annotating
@@ -68,5 +72,7 @@
 %{_libdir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
+%dir %{_datadir}/rehex
+%{_datadir}/rehex/rehex.htb
 
 %changelog

++++++ rehex-0.4.1.tar.gz -> rehex-0.5.4.tar.gz ++++++
++++ 37569 lines of diff (skipped)

Reply via email to