[anjuta/f14/master] - Version bump to 2.31.6.1. * Debugger is now much more polished. * Debugger supports pretty pri

Debarshi Ray rishi at fedoraproject.org
Sun Aug 22 08:00:08 UTC 2010


commit 09d670a5262b45ecdb440c268dca234336593284
Author: Debarshi Ray <rishi at freebook.(none)>
Date:   Sun Aug 22 10:59:59 2010 +0300

    - Version bump to 2.31.6.1.
      * Debugger is now much more polished.
      * Debugger supports pretty printing now.
      * Drag and drop of multiple source files. (GNOME Bugzilla #620664)
      * Project wizard shows better package chooser.
      * Support for Vala.
      * Symbol-db is super fast now.
      * GNOME Goal: removed deprecated GTK+ symbols. (GNOME Bugzilla #572754)
      * Debug manager plugin:
        + Mouse cursor is a clock in debug mode. (GNOME Bugzilla #515395)
        + Do not create too many variable objects. (GNOME Bugzilla #516112)
        + Documentation for debug interfaces is incomplete. (GNOME Bugzilla
          #558954)
        + Locals column is now configurable. (GNOME Bugzilla #598187)
        + Allow saving the debugger stack trace. (GNOME Bugzilla #617323)
      * Document manager plugin:
        + Paths with symlinks do not get 'real' absolute paths. (GNOME Bugzilla
          #586428)
      * File wizard plugin:
        + Create the corresponding header for a C source file. (GNOME Bugzilla
          #616810)
      * GDB plugin:
        + New 'set next statement' command. (GNOME Bugzilla #494292)
      * Language support (C, C++, Java) plugin:
        + Race condition leading to crash while editing. (GNOME Bugzilla #618314)
        + Smart brace completion is no longer smart. (GNOME Bugzilla #618955)
      * Terminal plugin:
        + Do not become unresponsive when child execution fails. (GNOME Bugzilla
          #619253)
      * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.6.1.news
      * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.6.0.news
      * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.5.0.news
      * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.3.0.news
      * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.2.0.news

 .gitignore  |    1 +
 anjuta.spec |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 sources     |    2 +-
 3 files changed, 56 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e001ec..c2e61cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 anjuta-2.30.1.0.tar.bz2
+anjuta-2.31.6.1.tar.bz2
diff --git a/anjuta.spec b/anjuta.spec
index 3128611..a3a6e8e 100644
--- a/anjuta.spec
+++ b/anjuta.spec
@@ -4,7 +4,7 @@
 Summary:	A GNOME development IDE for C/C++
 Name:		anjuta
 Epoch:		1
-Version:	2.30.1.0
+Version:	2.31.6.1
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
@@ -18,6 +18,7 @@ Provides:	perl(GBF::Make) = %{version}-%{release}
 Requires:	GConf2
 Requires:	autogen
 Requires:	ctags
+Requires:	gdb >= 7.0
 Requires:	git
 Requires:	glade3-libgladeui >= 3.6.0
 Requires:	gnome-icon-theme
@@ -138,8 +139,8 @@ sed --expression 's|-R/usr/lib64||' %{_libdir}/pkgconfig/pangox.pc > \
 %build
 export PKG_CONFIG_PATH="./PKGCONFIG"
 %configure --disable-schemas-install --disable-silent-rules --disable-static \
-  --enable-gtk-doc --enable-plugin-devhelp --enable-plugin-glade \
-  --enable-plugin-sourceview --enable-plugin-subversion \
+  --enable-gtk-doc --enable-introspection=yes --enable-plugin-devhelp \
+  --enable-plugin-glade --enable-plugin-sourceview --enable-plugin-subversion \
   --enable-scrollkeeper \
   --docdir=%{_docdir}/%{name}-%{version} \
   --with-svn-lib=%{_libdir}
@@ -339,6 +340,56 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
 
 %changelog
+* Fri Aug 06 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.31.6.1-1
+- Version bump to 2.31.6.1.
+  * Debugger is now much more polished.
+  * Debugger supports pretty printing now.
+  * Drag and drop of multiple source files. (GNOME Bugzilla #620664)
+  * Project wizard shows better package chooser.
+  * Support for Vala.
+  * Symbol-db is super fast now.
+  * GNOME Goal: removed deprecated GTK+ symbols. (GNOME Bugzilla #572754)
+  * Debug manager plugin:
+    + Mouse cursor is a clock in debug mode. (GNOME Bugzilla #515395)
+    + Do not create too many variable objects. (GNOME Bugzilla #516112)
+    + Documentation for debug interfaces is incomplete. (GNOME Bugzilla
+      #558954)
+    + Locals column is now configurable. (GNOME Bugzilla #598187)
+    + Allow saving the debugger stack trace. (GNOME Bugzilla #617323)
+  * Document manager plugin:
+    + Paths with symlinks do not get 'real' absolute paths. (GNOME Bugzilla
+      #586428)
+  * File wizard plugin:
+    + Create the corresponding header for a C source file. (GNOME Bugzilla
+      #616810)
+  * GDB plugin:
+    + New 'set next statement' command. (GNOME Bugzilla #494292)
+  * Language support (C, C++, Java) plugin:
+    + Race condition leading to crash while editing. (GNOME Bugzilla #618314)
+    + Smart brace completion is no longer smart. (GNOME Bugzilla #618955)
+  * Terminal plugin:
+    + Do not become unresponsive when child execution fails. (GNOME Bugzilla
+      #619253)
+  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.6.1.news
+  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.6.0.news
+  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.5.0.news
+  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.3.0.news
+  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.2.0.news
+
+* Wed Aug 04 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.30.2.1-1
+- Version bump to 2.30.2.1.
+  * Document manager plugin:
+    + Open .ui files. (GNOME Bugzilla #616739)
+  * Language support (C, C++, Java) plugin:
+    + Support more Vim modelines.
+  * Language support (Javascript) plugin:
+    + Do not abort when working on a project with Javascript files. (GNOME
+      Project #617734)
+  * Symbol-db plugin:
+    + Wrong return type recognition. (GNOME Bugzilla #616780)
+  * http://download.gnome.org/sources/anjuta/2.30/anjuta-2.30.2.1.news
+  * http://download.gnome.org/sources/anjuta/2.30/anjuta-2.30.2.0.news
+
 * Thu May 27 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.30.1.0-1
 - Version bump to 2.30.1.0.
   * Do not free the same string twice. (GNOME Bugzilla #615718)
diff --git a/sources b/sources
index eb221b7..dee3dc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-433a159761a7d56f4b767054cc90c8fc  anjuta-2.30.1.0.tar.bz2
+9577eaa2b8ffef6942165fd13ce9f210  anjuta-2.31.6.1.tar.bz2


More information about the scm-commits mailing list