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.changes    2012-03-05 17:59:49.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.ht.new/ht.changes       2013-03-24 
21:41:56.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Feb 28 23:02:32 UTC 2013 - [email protected]
+
+- Drop call to autoreconf; this is no longer necessary
+
+-------------------------------------------------------------------
+Fri Dec 21 05:06:40 UTC 2012 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.anEOLZ/_new  2013-03-24 21:42:51.000000000 +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 <[email protected]>

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[] =
     "<[email protected]>\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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to