[anjuta/f13/master] * Wed Aug 04 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.30.2.1-1 - Version bump to 2.30.2.1.

Debarshi Ray rishi at fedoraproject.org
Wed Aug 4 20:29:20 UTC 2010


commit 8b61b6d1d5cd04c163db0780c111a12c0c699dfa
Author: Debarshi Ray <rishi at freebook.(none)>
Date:   Wed Aug 4 23:29:14 2010 +0300

    * Wed Aug 04 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.30.2.1-1
    - Version bump to 2.30.2.1.
      * Drag and drop of multiple source files. (GNOME Bugzilla #620664)
      * Document manager plugin:
        + Open .ui files. (GNOME Bugzilla #616739)
      * File wizard plugin:
        + Create the corresponding header for a C source file. (GNOME Bugzilla
          #616810)
      * Language support (C, C++, Java) plugin:
        + Support more Vim modelines.
        + Race condition leading to crash while editing. (GNOME Bugzilla #618314)
        + Smart brace completion is no longer smart. (GNOME Bugzilla #618955)
      * 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

 .gitignore  |    1 +
 anjuta.spec |   24 ++++++++++++++++++++++--
 sources     |    2 +-
 3 files changed, 24 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e001ec..e8b458e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 anjuta-2.30.1.0.tar.bz2
+anjuta-2.30.2.1.tar.bz2
diff --git a/anjuta.spec b/anjuta.spec
index 3128611..78b1fe7 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.30.2.1
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
@@ -172,7 +172,7 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/libglade/2.0
 make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
-# Use %doc instead.
+# Use %%doc instead.
 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
 # Some plugins (eg., Git and Subversion) need this.
@@ -339,6 +339,26 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
 
 %changelog
+* Wed Aug 04 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.30.2.1-1
+- Version bump to 2.30.2.1.
+  * Drag and drop of multiple source files. (GNOME Bugzilla #620664)
+  * Document manager plugin:
+    + Open .ui files. (GNOME Bugzilla #616739)
+  * File wizard plugin:
+    + Create the corresponding header for a C source file. (GNOME Bugzilla
+      #616810)
+  * Language support (C, C++, Java) plugin:
+    + Support more Vim modelines.
+    + Race condition leading to crash while editing. (GNOME Bugzilla #618314)
+    + Smart brace completion is no longer smart. (GNOME Bugzilla #618955)
+  * 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..8579ea4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-433a159761a7d56f4b767054cc90c8fc  anjuta-2.30.1.0.tar.bz2
+9b511224d97500ac9b318588fbb441ab  anjuta-2.30.2.1.tar.bz2


More information about the scm-commits mailing list