rpms/ht/devel .cvsignore,1.3,1.4 ht.spec,1.3,1.4 sources,1.3,1.4

Dan Horák sharkcz at fedoraproject.org
Sun Apr 5 18:22:37 UTC 2009


Author: sharkcz

Update of /cvs/pkgs/rpms/ht/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28595

Modified Files:
	.cvsignore ht.spec sources 
Log Message:
* Sun Apr  5 2009 Dan Horák <dan[AT]danny.cz>
- 2.0.16-1
- version update
- added patch for building with gcc 4.4
- remove executable permissions on source files



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ht/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	23 Nov 2008 09:40:09 -0000	1.3
+++ .cvsignore	5 Apr 2009 18:22:06 -0000	1.4
@@ -1 +1 @@
-ht-2.0.15.tar.bz2
+ht-2.0.16.tar.bz2


Index: ht.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ht/devel/ht.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ht.spec	25 Feb 2009 04:03:22 -0000	1.3
+++ ht.spec	5 Apr 2009 18:22:06 -0000	1.4
@@ -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 @@
 
 %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 @@
 %{_bindir}/ht
 
 %changelog
+* Sun Apr  5 2009 Dan Horák <dan[AT]danny.cz>
+- 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 <rel-eng at lists.fedoraproject.org> - 2.0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ht/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Nov 2008 09:40:10 -0000	1.3
+++ sources	5 Apr 2009 18:22:07 -0000	1.4
@@ -1 +1 @@
-662b350013ae1b48c3d3ed50ea6f8e24  ht-2.0.15.tar.bz2
+fce7c4bdea287846740d358e1b747f3a  ht-2.0.16.tar.bz2




More information about the fedora-extras-commits mailing list