From f7eb401a7d1ef9be0ceb97e01ecc2fc62bb2dbe5 Mon Sep 17 00:00:00 2001 From: Gilboa Davara Date: Jan 11 2010 13:57:07 +0000 Subject: *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index 4cd39ab..9877b4a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cgdb-0.6.4.tar.gz +cgdb-0.6.5.tar.gz diff --git a/cgdb.spec b/cgdb.spec index 9a2d2b9..fa79260 100644 --- a/cgdb.spec +++ b/cgdb.spec @@ -1,6 +1,6 @@ Name: cgdb -Version: 0.6.4 -Release: 5%{?dist} +Version: 0.6.5 +Release: 1%{?dist} Summary: CGDB is a curses-based interface to the GNU Debugger (GDB) Group: Development/Debuggers @@ -40,9 +40,9 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" -mkdir htdocs -%{__install} -p -m 644 doc/cgdb.txt htdocs -%{__install} -p -m 644 doc/htdocs/* htdocs +mv doc/htdocs . +find doc -type f -exec chmod 0664 {} \; +find doc -type d -exec chmod 0775 {} \; %{__install} -p -m 644 %{SOURCE1} htdocs rm -f $RPM_BUILD_ROOT/%{_infodir}/dir @@ -71,6 +71,9 @@ fi %changelog +* Mon Jan 11 2010 Gilboa Davara - 0.6.5-1 +- Bump to 0.6.5. + * Fri Jul 24 2009 Fedora Release Engineering - 0.6.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 4414c42..0e9f5b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bddcaaee7b20ab2c17f1f4e197db74c0 cgdb-0.6.4.tar.gz +f7d054ec74b1431f3f8304195ddd21b4 cgdb-0.6.5.tar.gz