commit rehex for openSUSE:Factory

2024-07-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2024-07-25 15:39:48

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.1882 (New)


Package is "rehex"

Thu Jul 25 15:39:48 2024 rev:12 rq:1189494 version:0.62.1

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2024-07-22 
17:20:30.395300199 +0200
+++ /work/SRC/openSUSE:Factory/.rehex.new.1882/rehex.changes2024-07-25 
16:00:42.523070295 +0200
@@ -1,0 +2,6 @@
+Thu Jul 25 05:25:48 UTC 2024 - Michael Vetter 
+
+- Update to 0.62.1:
+  * Fix crashes in x86 Windows build on older CPUs.
+
+---

Old:

  rehex-0.62.0.tar.gz

New:

  rehex-0.62.1.tar.gz



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.dkQfY5/_old  2024-07-25 16:00:43.075092368 +0200
+++ /var/tmp/diff_new_pack.dkQfY5/_new  2024-07-25 16:00:43.075092368 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rehex
-Version:0.62.0
+Version:0.62.1
 Release:0
 Summary:Reverse Engineers' Hex Editor
 License:GPL-2.0-only

++ rehex-0.62.0.tar.gz -> rehex-0.62.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rehex-0.62.0/CHANGES.txt new/rehex-0.62.1/CHANGES.txt
--- old/rehex-0.62.0/CHANGES.txt2024-07-20 15:00:14.0 +0200
+++ new/rehex-0.62.1/CHANGES.txt2024-07-24 22:31:16.0 +0200
@@ -1,3 +1,7 @@
+Version 0.62.1 (2024-07-24):
+
+ * Fix crashes in x86 Windows build on older CPUs.
+
 Version 0.62.0 (2024-07-20):
 
  * Add bit array data type (#167).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rehex-0.62.0/MANIFEST new/rehex-0.62.1/MANIFEST
--- old/rehex-0.62.0/MANIFEST   2024-07-20 15:00:14.0 +0200
+++ new/rehex-0.62.1/MANIFEST   2024-07-24 22:31:16.0 +0200
@@ -142,6 +142,18 @@
 msvc/thirdparty.props
 msvc/vcpkg-deploy/install_vcpkg_dependencies.bat
 msvc/vcpkg-deploy/ports/.gitignore
+msvc/vcpkg-deploy/ports/botan/configure
+msvc/vcpkg-deploy/ports/botan/configure-zlib.patch
+msvc/vcpkg-deploy/ports/botan/embed-debug-info.patch
+msvc/vcpkg-deploy/ports/botan/fix-cmake-usage.patch
+msvc/vcpkg-deploy/ports/botan/fix_android.patch
+msvc/vcpkg-deploy/ports/botan/libcxx-winpthread-fixes.patch
+msvc/vcpkg-deploy/ports/botan/msvc-clang-isa-flags.patch
+msvc/vcpkg-deploy/ports/botan/pkgconfig.patch
+msvc/vcpkg-deploy/ports/botan/portfile.cmake
+msvc/vcpkg-deploy/ports/botan/processor-rng-rdrand.patch
+msvc/vcpkg-deploy/ports/botan/vcpkg.json
+msvc/vcpkg-deploy/ports/botan/verbose-install.patch
 msvc/vcpkg-deploy/triplets/x64-win-llvm/Notes.md
 msvc/vcpkg-deploy/triplets/x64-win-llvm/Platform/Clang-CL-C.cmake
 msvc/vcpkg-deploy/triplets/x64-win-llvm/Platform/Clang-CL-CXX.cmake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rehex-0.62.0/Makefile new/rehex-0.62.1/Makefile
--- old/rehex-0.62.0/Makefile   2024-07-20 15:00:14.0 +0200
+++ new/rehex-0.62.1/Makefile   2024-07-24 22:31:16.0 +0200
@@ -123,7 +123,7 @@
 LDLIBS := -lunistring $(WX_LIBS) $(GTK_LIBS) $(BOTAN_LIBS) $(CAPSTONE_LIBS) 
$(JANSSON_LIBS) $(LUA_LIBS) $(LDLIBS)
 
 # Define this for releases
-VERSION := 0.62.0
+VERSION := 0.62.1
 
 ifdef VERSION
LONG_VERSION := Version $(VERSION)
@@ -139,8 +139,8 @@

GIT_COMMIT_TIME ?= $(call shell-or-die,git log -1 --format="%ct")

-   VERSION  := 513172506f17f58a4a56045873bcc043eede2a98
-   LONG_VERSION := Snapshot 513172506f17f58a4a56045873bcc043eede2a98
+   VERSION  := 00e8769954627c990b888104d141f41f19ce058a
+   LONG_VERSION := Snapshot 00e8769954627c990b888104d141f41f19ce058a
 endif
 
 DEPDIR := .d
@@ -749,8 +749,8 @@
git ls-files | xargs cp --parents -t rehex-$(VERSION)/

# Inline any references to the HEAD commit sha/timestamp
-   sed -i -e 
"s|\$513172506f17f58a4a56045873bcc043eede2a98|513172506f17f58a4a56045873bcc043eede2a98|g"
 rehex-$(VERSION)/Makefile
-   sed -i -e "s|\$1721479842|1721479842|g" rehex-$(VERSION)/Makefile
+   sed -i -e 
"s|\$00e8769954627c990b888104d141f41f19ce058a|00e8769954627c990b888104d141f41f19ce058a|g"
 rehex-$(VERSION)/Makefile
+   sed -i -e "s|\$1721852938|1721852938|g" rehex-$(VERSION)/Makefile
 endif

# Generate reproducible tarball. All files use git commit timestamp.
@@ -758,7 +758,7 @@
LC_ALL=C sort -z | \
tar \
--format=ustar \
-   --mtime=@1721479842 \
+

commit rehex for openSUSE:Factory

2024-07-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2024-07-22 17:18:48

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.17339 (New)


Package is "rehex"

Mon Jul 22 17:18:48 2024 rev:11 rq:1188955 version:0.62.0

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2024-03-14 
17:45:47.683004582 +0100
+++ /work/SRC/openSUSE:Factory/.rehex.new.17339/rehex.changes   2024-07-22 
17:20:30.395300199 +0200
@@ -1,0 +2,22 @@
+Mon Jul 22 08:23:38 UTC 2024 - Michael Vetter 
+
+- Update to 0.62.0:
+  * This release includes changes and new features to assist editing
+of sub-byte-width values and non-byte-aligned values in files:
++ Add bit array data type (#167).
++ Allow selecting and setting comments/highlights/types on
+bit-sized/aligned quantities, not just byte-aligned (#155).
++ Allow defining arbitrary integer types, up to 64 bits wide (#215).
++ Allow navigating hex data by nibbles rather than bytes (#58).
+  * There are also improvements to the highlighting feature, and general 
usability improvements:
++ Allow colouring data by byte value (#223).
++ Allow changing/defining custom highlight colours and assigning labels to 
them (#227).
++ Use dimmer highlight colours for dark colour schemes (#227).
++ Save highlight colours/labels per-file (#60).
++ Allow changing keyboard shortcuts (#226).
++ Add Shift+Enter shortcut for "OK" in the comment dialog (#226).
++ Display offset in both decimal and hexadecimal in status bar (#228).
++ Fix handling of relative paths specified on the command line when
+  opening in an existing instance (#237).
+
+---

Old:

  rehex-0.61.1.tar.gz

New:

  rehex-0.62.0.tar.gz



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.GOxYns/_old  2024-07-22 17:20:31.103328661 +0200
+++ /var/tmp/diff_new_pack.GOxYns/_new  2024-07-22 17:20:31.103328661 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rehex
-Version:0.61.1
+Version:0.62.0
 Release:0
 Summary:Reverse Engineers' Hex Editor
 License:GPL-2.0-only

++ rehex-0.61.1.tar.gz -> rehex-0.62.0.tar.gz ++
 38078 lines of diff (skipped)


commit rehex for openSUSE:Factory

2024-02-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2024-02-15 21:01:31

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.1815 (New)


Package is "rehex"

Thu Feb 15 21:01:31 2024 rev:9 rq:1146850 version:0.61.0

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2023-07-31 
15:24:57.523528358 +0200
+++ /work/SRC/openSUSE:Factory/.rehex.new.1815/rehex.changes2024-02-15 
21:02:45.272965569 +0100
@@ -1,0 +2,21 @@
+Thu Feb 15 07:55:57 UTC 2024 - Michael Vetter 
+
+- Update to 0.61.0:
+  * Permit trailing commas in template enum definitions (#216).
+  * Add overwrite/insert toggle to "Fill range" dialog (#213).
+  * Add copy/export context menu commands to strings tool (#210).
+  * Fix temporary hang in strings tool when processing large files (#217).
+  * Fix settings not being saved during application exit.
+  * Batch comments panel updates to improve responsiveness (#205).
+  * Add search field to comments panel (#204).
+  * Add bit editor tool.
+  * Add checksum tool (#219).
+  * Add options to search for floating point values.
+  * Don't reload files modified externally when requested not to.
+  * Start search when Enter is pressed in search dialog input field,
+ or search backwards when Shift+Enter is pressed.
+  * Add "Reload automatically" toggle to "File" menu to automatically
+ reload the file when modified externally (and not in the editor) 
(#222).
+  * Preserve scroll position when reloading file.
+
+---

Old:

  rehex-0.60.1.tar.gz

New:

  rehex-0.61.0.tar.gz



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.Mmtfz8/_old  2024-02-15 21:02:45.696980891 +0100
+++ /var/tmp/diff_new_pack.Mmtfz8/_new  2024-02-15 21:02:45.696980891 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rehex
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rehex
-Version:0.60.1
+Version:0.61.0
 Release:0
 Summary:Reverse Engineers' Hex Editor
 License:GPL-2.0-only
@@ -32,6 +32,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  zip
+BuildRequires:  pkgconfig(botan-2)
 BuildRequires:  pkgconfig(capstone)
 BuildRequires:  pkgconfig(jansson)
 BuildRequires:  pkgconfig(lua)

++ rehex-0.60.1.tar.gz -> rehex-0.61.0.tar.gz ++
 12031 lines of diff (skipped)


commit rehex for openSUSE:Factory

2023-07-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2023-07-31 15:24:56

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.32662 (New)


Package is "rehex"

Mon Jul 31 15:24:56 2023 rev:8 rq:1101459 version:0.60.1

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2022-11-04 
17:35:42.945045811 +0100
+++ /work/SRC/openSUSE:Factory/.rehex.new.32662/rehex.changes   2023-07-31 
15:24:57.523528358 +0200
@@ -1,0 +2,41 @@
+Mon Jul 31 06:17:56 UTC 2023 - Michael Vetter 
+
+- Update to 0.60.1:
+  New features:
+  * Add data histogram tool (#140).
+  * Monitor for open files being externally modified and allow
+reloading (#124).
+  * Add "Delete comment and children" context menu command to
+delete a comment and any comments encapsulated by it (#198).
+  * Allow dragging tabs between windows or out to new ones.
+  Quality of life improvements:
+  * Use virtual offsets in "Select range" dialog.
+  * Don't re-open files to save when there are no changes (#193).
+  * Improve performance when large numbers of comments are defined.
+  * Open original file when passed a rehex-meta file on the command line 
(#207).
+  Character set handling:
+  * Add  syntax to templates (#184).
+  * Add character set option to text search (#182, #200).
+  * Add IBM codepage 866 and Windows-1251 (#208).
+  Binary templates:
+  * Expose current array index as ArrayIndex when expanding arrays
+of structs in templates (#191).
+  * Fix true/false not being usable inside template functions/structs (#197).
+  * Add new ReadString(), SPrintf(), SetComment(), StringLengthBytes(),
+ArrayPush(), ArrayPop() and OffsetOf() template function.
+  * Fix repeated execution of the same switch() block in a template (#202).
+  * Add 'private' variables to template language.
+  * Fix template format strings that expand to further format tokens.
+  * Fix template error when converting a float to an int.
+  * Remember recently selected templates (#183).
+  * Implement lexical variable scoping in templates and allow functions
+to access global variables defined above them (#190).
+  * Add "Apply template from cursor" option to binary template tool.
+  Bug fixes:
+  * Fix crash when running rehex for the first time on some systems (#194).
+  * Correctly draw insert cursor over highlighted data and at the end of the 
file (#196).
+  * Fix cases where the strings tool would appear to run forever with an empty 
file.
+  * Remove strings from the strings panel when they are deleted from the file.
+  * Fix crash when attempting to open a directory/bundle on macOS.
+
+---

Old:

  rehex-0.5.4.tar.gz

New:

  rehex-0.60.1.tar.gz



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.L6TvBa/_old  2023-07-31 15:24:58.211532330 +0200
+++ /var/tmp/diff_new_pack.L6TvBa/_new  2023-07-31 15:24:58.219532376 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rehex
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rehex
-Version:0.5.4
+Version:0.60.1
 Release:0
 Summary:Reverse Engineers' Hex Editor
 License:GPL-2.0-only

++ rehex-0.5.4.tar.gz -> rehex-0.60.1.tar.gz ++
 50768 lines of diff (skipped)


commit rehex for openSUSE:Factory

2022-11-04 Thread Source-Sync
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.changes2022-11-04 
17:35:42.945045811 +0100
@@ -1,0 +2,70 @@
+Fri Nov  4 13:21:23 UTC 2022 - Dominique Leuenberger 
+- 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 
+
+- 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 
+
+- 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 
+
+- Update to 0.5.2:
+  * Fix integer overflow issue.
+
+---
+Fri Apr 29 19:13:11 UTC 2022 - Michael Vetter 
+
+- Update to 0.5.1:
+  * Only macOS related changes
+
+---
+Mon Apr 25 08:16:32 UTC 2022 - Michael Vetter 
+
+- 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)
 

commit rehex for openSUSE:Factory

2022-01-08 Thread Source-Sync
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-01-08 23:23:42

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.1892 (New)


Package is "rehex"

Sat Jan  8 23:23:42 2022 rev:6 rq:944798 version:0.4.1

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2021-08-26 
23:16:43.248177741 +0200
+++ /work/SRC/openSUSE:Factory/.rehex.new.1892/rehex.changes2022-01-08 
23:24:21.934268198 +0100
@@ -1,0 +2,28 @@
+Fri Jan  7 14:01:23 UTC 2022 - Michael Vetter 
+
+- Update to 0.4.1:
+  * Fix text rendering glitches that can occur when displaying
+control characters and some Unicode ones, depending which font
+is in use (worst affected is the default Windows font).
+
+---
+Fri Jan  7 14:00:22 UTC 2022 - Michael Vetter 
+
+- Update to 0.4.0:
+  * Add data types for common text encodings (Unicode, ISO-8859)
+text displayed or typed into the text view on the right will
+be decoded or encoded appropriately (#10).
+  * Treat pasted text as text rather than a string of raw bytes.
+  * Add 8-bit integer data types.
+  * Don't mark new files as unsaved.
+  * Store cursor position history and allow jumping backwards/forwards (#81).
+  * Allow jumping to previous/next difference in data compare window (#131).
+  * Collapse long ranges of identical data in data compare window (#85).
+  * Added "Jump to offset in main window" to data compare window context menu.
+  * Added shortcuts for comparing data (#103).
+  * Add support for other encodings to strings tool (#106).
+  * Add write protect flag to prevent accidental changes to file
+data during analysis (#130).
+  * Respect system cursor blink speed setting (#112).
+
+---

Old:

  rehex-0.3.92.tar.gz

New:

  rehex-0.4.1.tar.gz



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.ptWt2n/_old  2022-01-08 23:24:23.694269635 +0100
+++ /var/tmp/diff_new_pack.ptWt2n/_new  2022-01-08 23:24:23.698269638 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rehex
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rehex
-Version:0.3.92
+Version:0.4.1
 Release:0
 Summary:Reverse Engineers' Hex Editor
 License:GPL-2.0-only
@@ -26,6 +26,7 @@
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libunistring-devel
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version} > 1500
 BuildRequires:  wxWidgets-3_0-devel

++ rehex-0.3.92.tar.gz -> rehex-0.4.1.tar.gz ++
 7763 lines of diff (skipped)


commit rehex for openSUSE:Factory

2021-08-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2021-08-26 23:15:19

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.1899 (New)


Package is "rehex"

Thu Aug 26 23:15:19 2021 rev:5 rq:914432 version:0.3.92

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2021-06-24 
18:23:14.692960857 +0200
+++ /work/SRC/openSUSE:Factory/.rehex.new.1899/rehex.changes2021-08-26 
23:16:43.248177741 +0200
@@ -1,0 +2,20 @@
+Thu Aug 26 16:28:32 UTC 2021 - Michael Vetter 
+
+- Update to 0.3.92:
+  * Reduce persistent memory usage (#52).
+  * Fully undo virtual mapping changes in one step (#126).
+  * Fix build dependency errors (#129).
+  * Add "Find previous" button to search dialogs (#111).
+  * Fix hard-to-see colours in "Decode values" panel on some
+systems (#127).
+  * Fix build errors on FreeBSD (#133).
+  * Prevent document from jumping around when the window is resized
+or disassembly is in progress (#132).
+  * Fix build errors when using wxWidgets 3.1.5 and newer.
+  * Refactor selection handling to make sense in virtual
+section view (#125).
+  * Add font face setting to "View" menu (#128).
+  * Correctly track whether files have been modified
+since saving (#122).
+
+---

Old:

  rehex-0.3.91.tar.gz

New:

  rehex-0.3.92.tar.gz



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.RItLIQ/_old  2021-08-26 23:16:43.700177317 +0200
+++ /var/tmp/diff_new_pack.RItLIQ/_new  2021-08-26 23:16:43.704177313 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rehex
-Version:0.3.91
+Version:0.3.92
 Release:0
 Summary:Reverse Engineers' Hex Editor
 License:GPL-2.0-only

++ rehex-0.3.91.tar.gz -> rehex-0.3.92.tar.gz ++
 6573 lines of diff (skipped)


commit rehex for openSUSE:Factory

2021-06-24 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2021-06-24 18:22:55

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.2625 (New)


Package is "rehex"

Thu Jun 24 18:22:55 2021 rev:4 rq:901714 version:0.3.91

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2021-05-08 
22:08:42.293408121 +0200
+++ /work/SRC/openSUSE:Factory/.rehex.new.2625/rehex.changes2021-06-24 
18:23:14.692960857 +0200
@@ -1,0 +2,5 @@
+Thu Jun 24 11:06:25 UTC 2021 - Luigi Baldoni 
+
+- Fix Factory build
+
+---



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.J844NI/_old  2021-06-24 18:23:15.128961341 +0200
+++ /var/tmp/diff_new_pack.J844NI/_new  2021-06-24 18:23:15.128961341 +0200
@@ -27,10 +27,14 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
+%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)
-BuildRequires:  (pkgconfig(lua5.3) or pkgconfig(lua))
 
 %description
 A hex heditor with a number of features for analysing and annotating


commit rehex for openSUSE:Factory

2021-05-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2021-05-08 22:07:32

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.2988 (New)


Package is "rehex"

Sat May  8 22:07:32 2021 rev:3 rq:891359 version:0.3.91

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2020-11-15 
15:27:46.463540259 +0100
+++ /work/SRC/openSUSE:Factory/.rehex.new.2988/rehex.changes2021-05-08 
22:08:42.293408121 +0200
@@ -1,0 +2,11 @@
+Fri May  7 11:46:38 UTC 2021 - Ferdinand Thiessen 
+
+- Update to version 0.3.91
+  * Show disassembly of machine code in the main document view
+  * Add float/double types to "Set data type" menu
+  * Initial support for Lua plugins.
+  * Process sections from PE EXE/DLL headers
+  * Virtual segment mapping and display
+- Use optflags
+
+---

Old:

  rehex-0.3.1.tar.gz

New:

  rehex-0.3.91.tar.gz



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.zYi5Jk/_old  2021-05-08 22:08:42.757406111 +0200
+++ /var/tmp/diff_new_pack.zYi5Jk/_new  2021-05-08 22:08:42.761406094 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rehex
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rehex
-Version:0.3.1
+Version:0.3.91
 Release:0
 Summary:Reverse Engineers' Hex Editor
 License:GPL-2.0-only
@@ -30,6 +30,7 @@
 BuildRequires:  wxWidgets-devel
 BuildRequires:  pkgconfig(capstone)
 BuildRequires:  pkgconfig(jansson)
+BuildRequires:  (pkgconfig(lua5.3) or pkgconfig(lua))
 
 %description
 A hex heditor with a number of features for analysing and annotating
@@ -45,19 +46,21 @@
 %prep
 %autosetup
 dos2unix README.md
-sed -i 's|/usr/local|%{_prefix}|' Makefile
 
 %build
-%make_build
+export CFLAGS="%{optflags}"
+export CXXFLAGS="$CFLAGS"
+%make_build prefix=%{_prefix} libdir=%{_libdir}
 
 %install
-%make_install
+%make_install prefix=%{_prefix} libdir=%{_libdir}
 %suse_update_desktop_file -r %{name} "Development;Debugger;"
 
 %files
 %license LICENSE.txt
 %doc README.md
 %{_bindir}/%{name}
+%{_libdir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 

++ rehex-0.3.1.tar.gz -> rehex-0.3.91.tar.gz ++
 93402 lines of diff (skipped)


[opensuse-commit] commit rehex for openSUSE:Factory

2020-11-15 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package rehex for openSUSE:Factory checked 
in at 2020-11-15 15:26:55

Comparing /work/SRC/openSUSE:Factory/rehex (Old)
 and  /work/SRC/openSUSE:Factory/.rehex.new.24930 (New)


Package is "rehex"

Sun Nov 15 15:26:55 2020 rev:2 rq:848431 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Factory/rehex/rehex.changes  2020-11-12 
22:45:55.702551200 +0100
+++ /work/SRC/openSUSE:Factory/.rehex.new.24930/rehex.changes   2020-11-15 
15:27:46.463540259 +0100
@@ -1,0 +2,10 @@
+Fri Nov 13 22:41:17 UTC 2020 - Michael Vetter 
+
+- Update to 0.3.1 (2020-11-13)
+  * Correctly display signed 16-bit values in "Decode values" panel.
+  * Fix status bar offset going out of sync.
+  * Move cursor when a row in the "Comments" panel is double clicked.
+  * Focus document after updating position/selection via "Comments"
+panel.
+
+---

Old:

  rehex-0.3.0.tar.gz

New:

  rehex-0.3.1.tar.gz



Other differences:
--
++ rehex.spec ++
--- /var/tmp/diff_new_pack.9D00Hz/_old  2020-11-15 15:27:46.967540799 +0100
+++ /var/tmp/diff_new_pack.9D00Hz/_new  2020-11-15 15:27:46.971540804 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rehex
-Version:0.3.0
+Version:0.3.1
 Release:0
 Summary:Reverse Engineers' Hex Editor
 License:GPL-2.0-only

++ rehex-0.3.0.tar.gz -> rehex-0.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rehex-0.3.0/CHANGES.txt new/rehex-0.3.1/CHANGES.txt
--- old/rehex-0.3.0/CHANGES.txt 2020-11-10 14:01:28.0 +0100
+++ new/rehex-0.3.1/CHANGES.txt 2020-11-13 23:16:11.0 +0100
@@ -1,3 +1,13 @@
+Version 0.3.1 (2020-11-13)
+
+ * Correctly display signed 16-bit values in "Decode values" panel.
+
+ * Fix status bar offset going out of sync.
+
+ * Move cursor when a row in the "Comments" panel is double clicked.
+
+ * Focus document after updating position/selection via "Comments" panel.
+
 Version 0.3.0 (2020-11-10)
 
  * [Mark Jansen] Use byte grouping setting from main window in diff window.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rehex-0.3.0/Makefile new/rehex-0.3.1/Makefile
--- old/rehex-0.3.0/Makefile2020-11-10 14:01:28.0 +0100
+++ new/rehex-0.3.1/Makefile2020-11-13 23:16:11.0 +0100
@@ -48,17 +48,17 @@
 endif
 
 # Define this for releases
-VERSION := 0.3.0
+VERSION := 0.3.1
 
 # NOTE: Not evaluated when building from dist
 GIT_COMMIT_SHA  ?= $(call shell-or-die,git log -1 --format="%H")
 GIT_COMMIT_TIME  = $(call shell-or-die,git log -1 --format="%ct")
 
 ifdef VERSION
-   LONG_VERSION := Version o3o
+   LONG_VERSION := Version $(VERSION)
 else
-   VERSION  := 7e823f44555b41d443e3fae7460ff6a94c4dd36f
-   LONG_VERSION := Snapshot 7e823f44555b41d443e3fae7460ff6a94c4dd36f
+   VERSION  := 69a1baec92dee55ee60aa0e8b2b3f910546ad508
+   LONG_VERSION := Snapshot 69a1baec92dee55ee60aa0e8b2b3f910546ad508
 endif
 
 DEPDIR := .d
@@ -279,8 +279,8 @@
git ls-files | xargs cp --parents -t rehex-$(VERSION)/

# Inline any references to the HEAD commit sha/timestamp
-   sed -i -e 
"s|\$7e823f44555b41d443e3fae7460ff6a94c4dd36f|7e823f44555b41d443e3fae7460ff6a94c4dd36f|g"
 rehex-$(VERSION)/Makefile
-   sed -i -e "s|\$1605013060|1605013060|g" rehex-$(VERSION)/Makefile
+   sed -i -e 
"s|\$69a1baec92dee55ee60aa0e8b2b3f910546ad508|69a1baec92dee55ee60aa0e8b2b3f910546ad508|g"
 rehex-$(VERSION)/Makefile
+   sed -i -e "s|\$1605305577|1605305577|g" rehex-$(VERSION)/Makefile
 endif

# Generate reproducible tarball. All files use git commit timestamp.
@@ -288,7 +288,7 @@
LC_ALL=C sort -z | \
tar \
--format=ustar \
-   --mtime=@1605013060 \
+   --mtime=@1605305577 \
--owner=0 --group=0 --numeric-owner \
--no-recursion --null  -T - \
-cf - | \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rehex-0.3.0/README.md new/rehex-0.3.1/README.md
--- old/rehex-0.3.0/README.md   2020-11-10 14:01:28.0 +0100
+++ new/rehex-0.3.1/README.md   2020-11-13 23:16:11.0 +0100
@@ -68,6 +68,11 @@
 $ sudo dnf install epel-release
 $ sudo dnf copr enable solemnwarning/rehex
 $ sudo dnf install rehex
+
+### openSUSE
+$ sudo zypper ar obs://editors editors
+$ sudo zypper ref
+$ sudo zypper in rehex
 
 ## Building
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'