Hello community, here is the log from the commit of package ht for openSUSE:Factory checked in at 2012-02-29 14:07:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ht (Old) and /work/SRC/openSUSE:Factory/.ht.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ht", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/ht/ht.changes 2012-02-16 12:22:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes 2012-02-29 14:07:37.000000000 +0100 @@ -1,0 +2,9 @@ +Tue Feb 28 12:19:50 UTC 2012 - [email protected] + +- Update to new upstream release 2.0.19 +* fixed a crash with the "follow" function on invalid addresses + in analyser +* AVX, AVX2, BMI, BMI2 and TBM instruction support on x86 +* fixed loading of ELF files with no section headers + +------------------------------------------------------------------- Old: ---- ht-2.0.18.tar.xz New: ---- ht-2.0.19.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ht.spec ++++++ --- /var/tmp/diff_new_pack.i9Tv6q/_old 2012-02-29 14:07:39.000000000 +0100 +++ /var/tmp/diff_new_pack.i9Tv6q/_new 2012-02-29 14:07:39.000000000 +0100 @@ -17,7 +17,7 @@ Name: ht -Version: 2.0.18 +Version: 2.0.19 Release: 0 Summary: Disassembler, object dumper and hex editor License: GPL-2.0 @@ -25,7 +25,7 @@ Url: http://hte.sf.net/ #Source-DL: http://downloads.sf.net/%name/%name-%version.tar.bz2 -Source: %name-%version.tar.xz +Source: %name-%version.tar.bz2 Patch1: ht-locale-fix.diff Patch2: ht-search-progress.diff Patch3: ht-enable-math.diff @@ -37,7 +37,6 @@ BuildRequires: libstdc++-devel BuildRequires: lzo-devel BuildRequires: ncurses-devel -BuildRequires: xz %description This program is a file viewer, editor and analyzer for text, binary, ++++++ ht-2.0.18.tar.xz -> ht-2.0.19.tar.bz2 ++++++ ++++ 182101 lines of diff (skipped) ++++++ ht-enable-math.diff ++++++ --- /var/tmp/diff_new_pack.i9Tv6q/_old 2012-02-29 14:07:39.000000000 +0100 +++ /var/tmp/diff_new_pack.i9Tv6q/_new 2012-02-29 14:07:39.000000000 +0100 @@ -1,6 +1,10 @@ From: Jan Engelhardt <[email protected]> Date: 2011-03-29 00:54 UTC+0200 +The check for asinh/acosh/atanh is only successful when including +libm in the link. That, or use AC_SEARCH_FUNCS([asinh acosh atanh], +[m]) -- result will be put in LIBS (not directly HT_LIBS). + --- configure.in | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
