From b68776ba8772895c7ab8b9c4baee621058a11f97 Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Apr 05 2009 18:22:07 +0000 Subject: - 2.0.16-1 - version update - added patch for building with gcc 4.4 - remove executable permissions on source files --- diff --git a/.cvsignore b/.cvsignore index 349275e..030a269 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ht-2.0.15.tar.bz2 +ht-2.0.16.tar.bz2 diff --git a/ht.spec b/ht.spec index 8d470ae..5117442 100644 --- a/ht.spec +++ b/ht.spec @@ -1,12 +1,14 @@ Name: ht -Version: 2.0.15 -Release: 2%{?dist} +Version: 2.0.16 +Release: 1%{?dist} Summary: File editor/viewer/analyzer for executables Group: Applications/Editors License: GPLv2 URL: http://hte.sourceforge.net/ Source0: http://downloads.sourceforge.net/hte/ht-%{version}.tar.bz2 +# https://sourceforge.net/tracker/?func=detail&aid=2734944&group_id=1066&atid=301066 +Patch0: %{name}-2.0.16-gcc44.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libX11-devel ncurses-devel lzo-devel @@ -20,8 +22,9 @@ file formats. %prep %setup -q +%patch0 -p1 -b .gcc44 recode latin1..utf8 TODO -chmod 644 endianess.cc +find . -name \*.cc -o -name \*.h | xargs chmod 0644 %build %configure --enable-maintainermode @@ -40,6 +43,12 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/ht %changelog +* Sun Apr 5 2009 Dan Horák +- 2.0.16-1 +- version update +- added patch for building with gcc 4.4 +- remove executable permissions on source files + * Tue Feb 24 2009 Fedora Release Engineering - 2.0.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 83ef7dc..8f69ce2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -662b350013ae1b48c3d3ed50ea6f8e24 ht-2.0.15.tar.bz2 +fce7c4bdea287846740d358e1b747f3a ht-2.0.16.tar.bz2