commit ht for openSUSE:Factory

2020-06-07 Thread root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2020-06-07 21:38:05

Comparing /work/SRC/openSUSE:Factory/ht (Old)
 and  /work/SRC/openSUSE:Factory/.ht.new.3606 (New)


Package is "ht"

Sun Jun  7 21:38:05 2020 rev:18 rq:812126 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ht/ht.changes2017-06-12 15:31:59.272116840 
+0200
+++ /work/SRC/openSUSE:Factory/.ht.new.3606/ht.changes  2020-06-07 
21:38:29.157481981 +0200
@@ -1,0 +2,5 @@
+Sat Jun  6 23:33:36 UTC 2020 - Jan Engelhardt 
+
+- Rename ht-gcc7.diff to ht-gcc10.diff and adjust for gcc10.
+
+---

Old:

  ht-gcc7.diff

New:

  ht-gcc10.diff



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.3Mcx2j/_old  2020-06-07 21:38:30.009484682 +0200
+++ /var/tmp/diff_new_pack.3Mcx2j/_new  2020-06-07 21:38:30.009484682 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ht
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,15 +20,14 @@
 Version:2.1.0
 Release:0
 Summary:Disassembler, object dumper and hex editor
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Development/Tools/Debuggers
-Url:http://hte.sf.net/
+URL:http://hte.sf.net/
 
 #Git-Clone:https://github.com/sebastianbiallas/ht
 Source: http://downloads.sf.net/hte/%name-%version.tar.bz2
 Patch1: ht-no-date.diff
-Patch2: ht-gcc7.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch2: ht-gcc10.diff
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  gcc-c++
@@ -54,27 +53,23 @@
 and (especially) executable files.
 
 %prep
-%setup -q
-%patch -P 1 -P 2 -p1
+%autosetup -p1
 
 %build
-%configure --enable-release
+%configure --enable-release CFLAGS="%optflags -Wno-narrowing"
 make %{?_smp_mflags}
 
 %install
-b="%buildroot"
-make install DESTDIR="$b"
-pushd "$b/%_bindir/"
+%make_install
+pushd "%buildroot/%_bindir/"
 mv ht hte
 ln -s hte ht
 popd
 
 %files
-%defattr(-,root,root)
 %_bindir/ht
 
 %files -n hte
-%defattr(-,root,root)
 %_bindir/hte
 %doc AUTHORS ChangeLog KNOWNBUGS NEWS README TODO
 

++ ht-gcc7.diff -> ht-gcc10.diff ++
--- /work/SRC/openSUSE:Factory/ht/ht-gcc7.diff  2017-06-12 15:31:58.904168735 
+0200
+++ /work/SRC/openSUSE:Factory/.ht.new.3606/ht-gcc10.diff   2020-06-07 
21:38:28.049478468 +0200
@@ -10,9 +10,26 @@
 [...]
 
 ---
- htapp.cc |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ cmds.h   |2 +-
+ htapp.cc |2 +-
+ htmacho.cc   |2 +-
+ htmachohd.cc |2 +-
+ io/types.h   |2 +-
+ 5 files changed, 5 insertions(+), 5 deletions(-)
 
+Index: ht-2.1.0/cmds.h
+===
+--- ht-2.1.0.orig/cmds.h
 ht-2.1.0/cmds.h
+@@ -25,7 +25,7 @@
+ 
+ #define CMD   uint32
+ 
+-#define msg_command   0x8000
++#define msg_command   0x8000U
+ #define HT_COMMAND(c) (msg_command+(c))
+ 
+ #define cmd_quit  HT_COMMAND(100)
 Index: ht-2.1.0/htapp.cc
 ===
 --- ht-2.1.0.orig/htapp.cc
@@ -26,3 +43,42 @@
a = (a+b)/2;
b = u/a;
  }
+Index: ht-2.1.0/htmacho.cc
+===
+--- ht-2.1.0.orig/htmacho.cc
 ht-2.1.0/htmacho.cc
+@@ -146,7 +146,7 @@ void ht_macho::init(Bounds *b, File *f,
+   break;
+   case MACHO_CPU_TYPE_I386:
+   switch (c->flavor) {
+-  case -1:
++  case static_cast(-1):
+   createHostStruct(>state, 
MACHO_I386_THREAD_STATE_struct, image_endianess);
+   break;
+   }
+Index: ht-2.1.0/htmachohd.cc
+===
+--- ht-2.1.0.orig/htmachohd.cc
 ht-2.1.0/htmachohd.cc
+@@ -313,7 +313,7 @@ static ht_view *htmachoheader_init(Bound
+   switch 

commit ht for openSUSE:Factory

2017-06-12 Thread root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2017-06-12 15:31:55

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


Package is "ht"

Mon Jun 12 15:31:55 2017 rev:17 rq:501699 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/ht/ht.changes2015-02-12 10:22:49.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2017-06-12 
15:31:59.272116840 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 11:52:27 UTC 2017 - jeng...@inai.de
+
+- Add ht-gcc7.diff
+
+---

New:

  ht-gcc7.diff



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.uZ616Y/_old  2017-06-12 15:32:00.155992181 +0200
+++ /var/tmp/diff_new_pack.uZ616Y/_new  2017-06-12 15:32:00.159991617 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ht
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 #Git-Clone:https://github.com/sebastianbiallas/ht
 Source: http://downloads.sf.net/hte/%name-%version.tar.bz2
 Patch1: ht-no-date.diff
+Patch2: ht-gcc7.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
 BuildRequires:  flex
@@ -54,15 +55,15 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 %configure --enable-release
-make %{?_smp_mflags};
+make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
+b="%buildroot"
+make install DESTDIR="$b"
 pushd "$b/%_bindir/"
 mv ht hte
 ln -s hte ht

++ ht-gcc7.diff ++
From: Jan Engelhardt 
Date: 2017-06-07 13:48:49.472854532 +0200

[   53s] htapp.cc:3026:18: error: call of overloaded 'abs(uint)' is ambiguous
[   53s] /usr/include/c++/7/bits/std_abs.h:56:3: note: candidate: long int 
std::abs(long int)
[   53s] /usr/include/c++/7/bits/std_abs.h:61:3: note: candidate: long long int 
std::abs(long long int)
[   53s] /usr/include/c++/7/bits/std_abs.h:70:3: note: candidate: constexpr 
double std::abs(double)
[   53s] /usr/include/c++/7/bits/std_abs.h:74:3: note: candidate: constexpr 
float std::abs(float)
[   53s] /usr/include/c++/7/bits/std_abs.h:78:3: note: candidate: constexpr 
long double std::abs(long double)
[...]

---
 htapp.cc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ht-2.1.0/htapp.cc
===
--- ht-2.1.0.orig/htapp.cc
+++ ht-2.1.0/htapp.cc
@@ -3023,7 +3023,7 @@ static uint isqr(uint u)
 {
uint a = 2;
uint b = u/a;
-   while (abs(a - b) > 1) {
+   while (abs(static_cast(a - b)) > 1) {
a = (a+b)/2;
b = u/a;
 }



commit ht for openSUSE:Factory

2015-02-12 Thread h_root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2015-02-12 10:22:47

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


Package is ht

Changes:

--- /work/SRC/openSUSE:Factory/ht/ht.changes2015-01-09 20:50:51.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2015-02-12 
10:22:49.0 +0100
@@ -1,0 +2,12 @@
+Wed Feb 11 20:13:50 CET 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.1.0:
+  * updated included minilzo
+  * new disassembler: Atmel AVR 8-bit microcontroller
+  * [x86] SHA instructions
+  * Fixed some crashes involving corrupt ELF files
+  * More advanced display and handling of PE relocations
+  * PE checksum calculation
+- refresh patch ht-no-date.diff
+
+---

Old:

  ht-2.0.22.tar.bz2

New:

  ht-2.1.0.tar.bz2



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.aihU7T/_old  2015-02-12 10:22:50.0 +0100
+++ /var/tmp/diff_new_pack.aihU7T/_new  2015-02-12 10:22:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ht
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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:   ht
-Version:2.0.22
+Version:2.1.0
 Release:0
 Summary:Disassembler, object dumper and hex editor
 License:GPL-2.0

++ ht-2.0.22.tar.bz2 - ht-2.1.0.tar.bz2 ++
 43124 lines of diff (skipped)

++ ht-no-date.diff ++
--- /var/tmp/diff_new_pack.aihU7T/_old  2015-02-12 10:22:51.0 +0100
+++ /var/tmp/diff_new_pack.aihU7T/_new  2015-02-12 10:22:51.0 +0100
@@ -5,15 +5,14 @@
 The presence of these macros causes every build to differ.
 
 ---
- main.cc   |2 +-
- minilzo/minilzo.c |1 -
- 2 files changed, 1 insertion(+), 2 deletions(-)
+ main.cc |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: ht-2.0.21/main.cc
+Index: ht-2.1.0/main.cc
 ===
 ht-2.0.21.orig/main.cc
-+++ ht-2.0.21/main.cc
-@@ -46,7 +46,7 @@
+--- ht-2.1.0.orig/main.cc
 ht-2.1.0/main.cc
+@@ -47,7 +47,7 @@
  
  const char *htcopyrights[]=
  {
@@ -22,15 +21,3 @@
ht_copyright1,
ht_copyright2,
NULL
-Index: ht-2.0.21/minilzo/minilzo.c
-===
 ht-2.0.21.orig/minilzo/minilzo.c
-+++ ht-2.0.21/minilzo/minilzo.c
-@@ -2231,7 +2231,6 @@ const char __lzo_copyright[] =
- mar...@oberhumer.com\n
- http://www.oberhumer.com $\n\n
- $Id: minilzo.c,v 1.5.2.1 2008/10/14 16:41:58 seppel Exp $\n
--$Built:  __DATE__   __TIME__  $\n
- $Info:  LZO_INFO_STRING  $\n;
- #endif
- 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ht for openSUSE:Factory

2015-01-09 Thread h_root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2015-01-09 20:50:43

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


Package is ht

Changes:

--- /work/SRC/openSUSE:Factory/ht/ht.changes2013-06-24 09:31:06.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2015-01-09 
20:50:51.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan  9 00:37:26 UTC 2015 - jeng...@inai.de
+
+- Use original tarball/source URL
+
+---

Old:

  ht-2.0.22.tar.xz

New:

  ht-2.0.22.tar.bz2



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.vrXeuI/_old  2015-01-09 20:50:52.0 +0100
+++ /var/tmp/diff_new_pack.vrXeuI/_new  2015-01-09 20:50:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ht
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,8 +24,8 @@
 Group:  Development/Tools/Debuggers
 Url:http://hte.sf.net/
 
-#DL-URL:   http://downloads.sf.net/hte/%name-%version.tar.bz2
-Source: %name-%version.tar.xz
+#Git-Clone:https://github.com/sebastianbiallas/ht
+Source: http://downloads.sf.net/hte/%name-%version.tar.bz2
 Patch1: ht-no-date.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison
@@ -34,7 +34,6 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
-BuildRequires:  xz
 Requires:   hte = %version
 
 %description

++ ht-2.0.22.tar.xz - ht-2.0.22.tar.bz2 ++

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ht for openSUSE:Factory

2013-06-24 Thread h_root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2013-06-24 09:31:05

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


Package is ht

Changes:

--- /work/SRC/openSUSE:Factory/ht/ht.changes2013-06-14 15:44:48.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2013-06-24 
09:31:06.0 +0200
@@ -1,0 +2,7 @@
+Sat Jun 22 17:52:38 UTC 2013 - jeng...@inai.de
+
+- Provide the program under an altername name hte so as to
+  continue to be able to install it alongside LyX in openSUSE 13.1
+  (where lyx has a new requirement on tex4ht).
+
+---



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.psTeqN/_old  2013-06-24 09:31:07.0 +0200
+++ /var/tmp/diff_new_pack.psTeqN/_new  2013-06-24 09:31:07.0 +0200
@@ -35,9 +35,22 @@
 BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  xz
+Requires:   hte = %version
 
 %description
-This program is a file viewer, editor and analyzer for text, binary,
+The HT editor is a file viewer, editor and analyzer for text, binary,
+and (especially) executable files.
+
+This subpackage provides the program under its original name, ht,
+though texlive's tex4ht utility clashes with it, which is why the
+real program is in the hte subpackage.
+
+%package -n hte
+Summary:Disassembler, object dumper and hex editor
+Group:  Development/Tools/Debuggers
+
+%description -n hte
+The HT editor is a file viewer, editor and analyzer for text, binary,
 and (especially) executable files.
 
 %prep
@@ -51,10 +64,18 @@
 %install
 b=%buildroot;
 make install DESTDIR=$b;
+pushd $b/%_bindir/
+mv ht hte
+ln -s hte ht
+popd
 
 %files
 %defattr(-,root,root)
-%_bindir/%name
+%_bindir/ht
+
+%files -n hte
+%defattr(-,root,root)
+%_bindir/hte
 %doc AUTHORS ChangeLog KNOWNBUGS NEWS README TODO
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ht for openSUSE:Factory

2013-06-14 Thread h_root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2013-06-14 15:44:47

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


Package is ht

Changes:

--- /work/SRC/openSUSE:Factory/ht/ht.changes2013-03-24 21:41:56.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2013-06-14 
15:44:48.0 +0200
@@ -1,0 +2,10 @@
+Fri Jun 14 00:24:06 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 2.0.22
+* Fixed selection of nodes in call chain
+* Added ability to view/edit 64 bit symbols and relocation for ELFs
+* Added new option editor/scroll offset which determines how many
+  extra lines the cursor should be visible when scolling
+* Fixed loading of ELF files for alpha
+
+---

Old:

  ht-2.0.21.tar.xz

New:

  ht-2.0.22.tar.xz



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.visueF/_old  2013-06-14 15:44:49.0 +0200
+++ /var/tmp/diff_new_pack.visueF/_new  2013-06-14 15:44:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ht
-Version:2.0.21
+Version:2.0.22
 Release:0
 Summary:Disassembler, object dumper and hex editor
 License:GPL-2.0

++ ht-2.0.21.tar.xz - ht-2.0.22.tar.xz ++
 17098 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ht for openSUSE:Factory

2013-03-24 Thread h_root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2013-03-24 21:33:38

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.changes2012-03-05 17:59:49.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2013-03-24 
21:41:56.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb 28 23:02:32 UTC 2013 - jeng...@inai.de
+
+- Drop call to autoreconf; this is no longer necessary
+
+---
+Fri Dec 21 05:06:40 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.0.21
+* support new x86 opcodes (adcx, adox, clac, stac, rdseed)
+* fixed usage of unaliged pointers
+* ncurses API 6 support
+- Add ht-no-date.diff
+
+---

Old:

  ht-2.0.20.tar.bz2

New:

  ht-2.0.21.tar.xz
  ht-no-date.diff



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.anEOLZ/_old  2013-03-24 21:42:51.0 +0100
+++ /var/tmp/diff_new_pack.anEOLZ/_new  2013-03-24 21:42:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ht
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,24 +14,27 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   ht
-Version:2.0.20
+Version:2.0.21
 Release:0
 Summary:Disassembler, object dumper and hex editor
 License:GPL-2.0
 Group:  Development/Tools/Debuggers
 Url:http://hte.sf.net/
 
-#Source-DL:http://downloads.sf.net/%name/%name-%version.tar.bz2
-Source: %name-%version.tar.bz2
+#DL-URL:   http://downloads.sf.net/hte/%name-%version.tar.bz2
+Source: %name-%version.tar.xz
+Patch1: ht-no-date.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  lzo-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  xz
 
 %description
 This program is a file viewer, editor and analyzer for text, binary,
@@ -39,9 +42,9 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
-autoreconf -fi;
 %configure --enable-release
 make %{?_smp_mflags};
 

++ ht-no-date.diff ++
From: Jan Engelhardt jeng...@inai.de

src: remove __DATE__/__TIME__ indicators

The presence of these macros causes every build to differ.

---
 main.cc   |2 +-
 minilzo/minilzo.c |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Index: ht-2.0.21/main.cc
===
--- ht-2.0.21.orig/main.cc
+++ ht-2.0.21/main.cc
@@ -46,7 +46,7 @@
 
 const char *htcopyrights[]=
 {
-   ht_name ht_version (%s) __TIME__ on __DATE__,
+   ht_name ht_version (%s),
ht_copyright1,
ht_copyright2,
NULL
Index: ht-2.0.21/minilzo/minilzo.c
===
--- ht-2.0.21.orig/minilzo/minilzo.c
+++ ht-2.0.21/minilzo/minilzo.c
@@ -2231,7 +2231,6 @@ const char __lzo_copyright[] =
 mar...@oberhumer.com\n
 http://www.oberhumer.com $\n\n
 $Id: minilzo.c,v 1.5.2.1 2008/10/14 16:41:58 seppel Exp $\n
-$Built:  __DATE__   __TIME__  $\n
 $Info:  LZO_INFO_STRING  $\n;
 #endif
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ht for openSUSE:Factory

2012-03-05 Thread h_root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2012-03-05 17:59:41

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.changes2012-02-29 14:07:37.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2012-03-05 
17:59:49.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar  4 11:19:50 UTC 2012 - jeng...@medozas.de
+
+- Update to new upstream release 2.0.20
+* Last version had a bug preventing load of 32 bit ELFs
+
+---

Old:

  ht-2.0.19.tar.bz2
  ht-enable-math.diff
  ht-locale-fix.diff
  ht-search-progress.diff

New:

  ht-2.0.20.tar.bz2



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.1vnlw2/_old  2012-03-05 17:59:52.0 +0100
+++ /var/tmp/diff_new_pack.1vnlw2/_new  2012-03-05 17:59:52.0 +0100
@@ -14,10 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 Name:   ht
-Version:2.0.19
+Version:2.0.20
 Release:0
 Summary:Disassembler, object dumper and hex editor
 License:GPL-2.0
@@ -26,9 +24,6 @@
 
 #Source-DL:http://downloads.sf.net/%name/%name-%version.tar.bz2
 Source: %name-%version.tar.bz2
-Patch1: ht-locale-fix.diff
-Patch2: ht-search-progress.diff
-Patch3: ht-enable-math.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  bison
@@ -44,7 +39,6 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -p1
 
 %build
 autoreconf -fi;

++ ht-2.0.19.tar.bz2 - ht-2.0.20.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ht-2.0.19/ChangeLog new/ht-2.0.20/ChangeLog
--- old/ht-2.0.19/ChangeLog 2012-01-17 18:48:15.0 +0100
+++ new/ht-2.0.20/ChangeLog 2012-03-03 18:14:55.0 +0100
@@ -1,6 +1,11 @@
  HT ChangeLog
 ==
 
+version 2.0.20:
+   - Fixed loading of 32 bit ELFs (Thanks Oleg)
+   - Use wide ncurses if necessars (Thanks Jan)
+   - Show search progress in MiB (Thanks Jan)
+
 version 2.0.19:
- [x86] fixed a lot of small bugs
- fixed a crash with the follow function on
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ht-2.0.19/classview.cc new/ht-2.0.20/classview.cc
--- old/ht-2.0.19/classview.cc  2007-06-19 20:56:27.0 +0200
+++ new/ht-2.0.20/classview.cc  2012-03-03 18:22:07.0 +0100
@@ -713,11 +713,20 @@
 static ht_view *class_init(Bounds *b, File *file, ht_format_group *group)
 {
u1 magic[4];
+   u1 extra_magic[4];
 
-   file-seek(0);
-   file-read(magic, 4);
+   try {
+   file-seek(0);
+   file-readx(magic, 4);
+   file-readx(extra_magic, 4);
+   } catch (...) {
+   return NULL;
+   }
+   // Mach-O binaries also use 0xcafebabe here.  The second byte is the
+   // number of architectures; if there's more than 10 it's probably
+   // a Java class file instead.
if (magic[0] == 0xca  magic[1] == 0xfe
- magic[2] == 0xba  magic[3] == 0xbe) {
+ magic[2] == 0xba  magic[3] == 0xbe  extra_magic[3]  10) {
file-seek(0);
void *shared_data = (void*)class_read(file);
if (!shared_data) return NULL;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ht-2.0.19/config.h new/ht-2.0.20/config.h
--- old/ht-2.0.19/config.h  2012-01-17 18:53:41.0 +0100
+++ new/ht-2.0.20/config.h  2012-03-03 16:13:05.0 +0100
@@ -65,7 +65,7 @@
 #define PACKAGE_NAME ht
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING ht 2.0.19
+#define PACKAGE_STRING ht 2.0.20
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME ht
@@ -74,7 +74,7 @@
 #define PACKAGE_URL 
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION 2.0.19
+#define PACKAGE_VERSION 2.0.20
 
 /* The size of `char', as computed by sizeof. */
 #define SIZEOF_CHAR 1
@@ -98,7 +98,7 @@
 /* #undef USE_MINILZO */
 
 /* Version number of package */
-#define VERSION 2.0.19
+#define VERSION 2.0.20
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ht-2.0.19/configure new/ht-2.0.20/configure
--- old/ht-2.0.19/configure 2012-02-19 21:54:35.0 +0100
+++ new/ht-2.0.20/configure 

commit ht for openSUSE:Factory

2012-02-29 Thread h_root
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.changes2012-02-16 12:22:59.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2012-02-29 
14:07:37.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb 28 12:19:50 UTC 2012 - jeng...@medozas.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.i9Tv6q/_new  2012-02-29 14:07:39.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.i9Tv6q/_new  2012-02-29 14:07:39.0 +0100
@@ -1,6 +1,10 @@
 From: Jan Engelhardt jeng...@medozas.de
 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ht for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2012-02-16 12:22:55

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.changes2012-01-24 12:18:34.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2012-02-16 
12:22:59.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:47:40 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.jecVFE/_old  2012-02-16 12:23:00.0 +0100
+++ /var/tmp/diff_new_pack.jecVFE/_new  2012-02-16 12:23:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ht
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ht
 Version:2.0.18
 Release:0
-Group:  Development/Tools/Debuggers
 Summary:Disassembler, object dumper and hex editor
-License:GPL2
+License:GPL-2.0
+Group:  Development/Tools/Debuggers
 Url:http://hte.sf.net/
 
 #Source-DL:http://downloads.sf.net/%name/%name-%version.tar.bz2


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ht for openSUSE:Factory

2012-01-24 Thread h_root
Hello community,

here is the log from the commit of package ht for openSUSE:Factory checked in 
at 2012-01-24 12:18:32

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.changes2011-09-23 02:02:58.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes   2012-01-24 
12:18:34.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:42:19 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ ht.spec ++
--- /var/tmp/diff_new_pack.1Ey3XF/_old  2012-01-24 12:18:35.0 +0100
+++ /var/tmp/diff_new_pack.1Ey3XF/_new  2012-01-24 12:18:35.0 +0100
@@ -15,11 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   ht
 Version:2.0.18
-Release:1
+Release:0
 Group:  Development/Tools/Debuggers
 Summary:Disassembler, object dumper and hex editor
 License:GPL2
@@ -31,18 +29,19 @@
 Patch2: ht-search-progress.diff
 Patch3: ht-enable-math.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex
-BuildRequires:  gcc-c++ libstdc++-devel lzo-devel ncurses-devel xz
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  lzo-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  xz
 
 %description
 This program is a file viewer, editor and analyzer for text, binary,
 and (especially) executable files.
 
-Authors:
-
-   Stefan Weyergraf
-   Sebastian Biallas
-
 %prep
 %setup -q
 %patch -P 1 -P 2 -P 3 -p1


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org