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.changes    2021-05-08 
22:08:42.293408121 +0200
@@ -1,0 +2,11 @@
+Fri May  7 11:46:38 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- 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)

Reply via email to