[cgdb] - Version upgrade to 0.6.7 (Bug fix release).

Gilboa Davara gilboa at fedoraproject.org
Sun Jun 2 15:48:01 UTC 2013


commit 652ec83fc7af299fd5eb8466a46156ba42eaff15
Author: Gilboa Davara <gilboa at gilboa-home-dev.localdomain>
Date:   Sun Jun 2 18:47:42 2013 +0300

    - Version upgrade to 0.6.7 (Bug fix release).

 .gitignore |    1 +
 cgdb.spec  |   15 +++++++--------
 sources    |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e42fa2f..32c0dcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 cgdb-0.6.5.tar.gz
 /cgdb-0.6.6.tar.gz
+/cgdb-0.6.7.tar.gz
diff --git a/cgdb.spec b/cgdb.spec
index f6b90a5..1d2ef79 100644
--- a/cgdb.spec
+++ b/cgdb.spec
@@ -1,6 +1,6 @@
 Name:			cgdb
-Version:		0.6.6
-Release:		4%{?dist}
+Version:		0.6.7
+Release:		1%{?dist}
 Summary:		CGDB is a curses-based interface to the GNU Debugger (GDB)
 
 Group:			Development/Debuggers
@@ -40,11 +40,7 @@ make %{?_smp_mflags}
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
-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
+rm -rf $RPM_BUILD_ROOT/%{_infodir}/dir
 
 
 %clean
@@ -53,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS TODO README ChangeLog htdocs
+%doc AUTHORS COPYING NEWS TODO README ChangeLog
 %{_bindir}/cgdb
 %{_datadir}/cgdb
 %{_infodir}/cgdb.info.gz
@@ -71,6 +67,9 @@ fi
 
 
 %changelog
+* Mon Jun 02 2013 Gilboa Davara <gilboad [AT] gmail.com> - 0.6.7-1
+- Version upgrade to 0.6.7 (Bug fix release).
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index d270bef..cf332f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-394b542b495755ab8392b7e88dace744  cgdb-0.6.6.tar.gz
+e2d9a973d2683faf8130a82703bf6a31  cgdb-0.6.7.tar.gz


More information about the scm-commits mailing list