[kdbg] - 2.5.2 - add requirement on xterm for program output

Than Ngo than at fedoraproject.org
Thu Dec 13 11:11:18 UTC 2012


commit 24b056fee467f5a0e8e7ae0626fe8971aa1409ae
Author: Than Ngo <than at redhat.com>
Date:   Thu Dec 13 12:11:11 2012 +0100

    - 2.5.2
    - add requirement on xterm for program output

 .gitignore |    1 +
 kdbg.spec  |   11 ++++++++---
 sources    |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81c23a7..660951b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ kdbg-2.0.5.tar.gz
 kdbg-2.1.0.tar.gz
 kdbg-2.1.1.tar.gz
 /kdbg-2.5.1.tar.gz
+/kdbg-2.5.2.tar.gz
diff --git a/kdbg.spec b/kdbg.spec
index 18729b4..66735d0 100644
--- a/kdbg.spec
+++ b/kdbg.spec
@@ -1,7 +1,7 @@
 Name: kdbg
 Summary: A GUI for gdb, the GNU debugger, and KDE
-Version: 2.5.1
-Release: 2%{?dist}
+Version: 2.5.2
+Release: 1%{?dist}
 Epoch: 1
 Source: http://download.sourceforge.net/kdbg/%{name}-%{version}.tar.gz
 # No version specified.
@@ -12,6 +12,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0: kdbg-2.5.1-icons.patch
 
 Requires: gdb
+Requires: xterm
 
 BuildRequires: kdelibs4-devel
 BuildRequires: desktop-file-utils
@@ -73,7 +74,7 @@ gtk-update-icon-cache -q %{_datadir}/icons/oxygen 2> /dev/null ||:
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
-%doc BUGS ChangeLog* COPYING README TODO
+%doc BUGS ChangeLog* COPYING README TODO ReleaseNotes-*
 %defattr(-,root,root)
 %{_kde4_bindir}/*
 %{_kde4_datadir}/applications/kde4/*
@@ -85,6 +86,10 @@ rm -rf $RPM_BUILD_ROOT
 %config (noreplace) %{_kde4_datadir}/config/kdbgrc
 
 %changelog
+* Thu Dec 13 2012 Than Ngo <than at redhat.com> - 1:2.5.2-1
+- 2.5.2
+- add requirement on xterm for program output
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.5.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d9c3831..1b0eef8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a19095dce4cb5df0dbaa9368d400fc30  kdbg-2.5.1.tar.gz
+392f477f0a4c1f1b921ce7d6c7128fcb  kdbg-2.5.2.tar.gz


More information about the scm-commits mailing list