From 3db4daf985eff019393df15b869df5713029d7d1 Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Sep 28 2008 21:54:37 +0000 Subject: Update to 0.6.3 --- diff --git a/.cvsignore b/.cvsignore index a401afc..d96b32e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nemiver-0.6.2.tar.bz2 +nemiver-0.6.3.tar.bz2 diff --git a/nemiver.spec b/nemiver.spec index 1191605..2a37f92 100644 --- a/nemiver.spec +++ b/nemiver.spec @@ -1,7 +1,7 @@ Name: nemiver -Version: 0.6.2 +Version: 0.6.3 Release: 1%{?dist} -Summary: A C/C++ Debugger for GNOME - point, click, debug! +Summary: A GNOME C/C++ Debugger Group: Development/Debuggers License: GPLv2+ @@ -14,12 +14,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## The glibmm bits would normally be part of the dependency tree for ## gtksourceviewmm; but we're using GIO here (F9+) so we need to ensure that the ## the Glib/glibmm we're depending on also includes it (e.g., 2.16+) +## +## We specify the minimum version of gtkmm24 because we are now using +## the tooltip and treeview APIs of gtkmm 2.12.7. BuildRequires: boost-devel BuildRequires: desktop-file-utils BuildRequires: gdb BuildRequires: gettext BuildRequires: ghex-devel >= 2.21.4 BuildRequires: glibmm24-devel >= 2.16 +BuildRequires: gtkmm24-devel >= 2.12.7 BuildRequires: gnome-doc-utils >= 0.3.2 BuildRequires: libglademm24-devel >= 2.6.0 BuildRequires: libgnome-devel >= 2.0 @@ -152,6 +156,13 @@ scrollkeeper-update -q ||: %changelog +* Sun Sep 28 2008 Peter Gordon - 0.6.3-1 +- Update to new upstream release (0.6.3). +- Set the minimum required version of gtkmm-24 to 2.12.7; and update the + Summary field to reflect the current state of upstream, as recommended by + Dodji Seketeli. +- Resolves: #464413 (Nemiver 0.6.3 has been released upstream) + * Sat Sep 13 2008 Peter Gordon - 0.6.2-1 - Update to new upstream release (0.6.2). diff --git a/sources b/sources index 6104100..1ad8bc9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30e5710b0ab2907e0095ab16ee202a27 nemiver-0.6.2.tar.bz2 +0b420acf4695188c8da675926011169a nemiver-0.6.3.tar.bz2