[anjuta] * Sun Aug 22 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.31.90.0-1 - Version bump to 2.31.90.0

Debarshi Ray rishi at fedoraproject.org
Sun Aug 22 13:45:36 UTC 2010


commit 98f2682a1cd761f8be9c589bd287f40f8b7ccf0f
Author: Debarshi Ray <rishi at freebook.(none)>
Date:   Sun Aug 22 16:45:25 2010 +0300

    * Sun Aug 22 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.31.90.0-1
    - Version bump to 2.31.90.0.
      * Initial support for Python plugins.
      * Language support for Vala got a major update.
      * Python is now fully supported.
      * Snippets plugin from Google Summer of Code.
      * Increase launcher buffer size. (GNOME Bugzilla #624700)
      * Class generator plugin:
        + Add missing include. (GNOME Bugzilla #626265)
      * Language support (Vala) plugin:
        + Symbol completion does not work with 'this'. (GNOME Bugzilla #626306)
      * Project wizard plugin:
        + Add PyGTK project template. (GNOME Bugzilla #608304)
        + Remove cvsignore from templates. (GNOME Bugzilla #625434)
      * Symbol-db plugin:
        + Display names containing special characters correctly. (GNOME Bugzilla
          #616560)
        + Create temporary symbol database if project directory is read-only.
          (GNOME Bugzilla #622529)
      * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.90.0.news
    - configure fixes accepted by upstream.
    
    * Sun Aug 22 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.31.6.1-2
    - Fixed configure to look for vala-0.10.pc and not vala-1.0.pc.
    - Restored 'BuildRequires: graphviz-devel' as the class inheritence plugin
      was copied over from anjuta-extras.
    - Added 'BuildRequires: sqlite-devel' for the symbol-db benchmarks.
    
    * 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

 .gitignore  |    1 +
 anjuta.spec |  104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 sources     |    2 +-
 3 files changed, 101 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e001ec..316aa17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 anjuta-2.30.1.0.tar.bz2
+/anjuta-2.31.90.0.tar.bz2
diff --git a/anjuta.spec b/anjuta.spec
index 3128611..690b8a7 100644
--- a/anjuta.spec
+++ b/anjuta.spec
@@ -4,12 +4,13 @@
 Summary:	A GNOME development IDE for C/C++
 Name:		anjuta
 Epoch:		1
-Version:	2.30.1.0
+Version:	2.31.90.0
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://www.anjuta.org/
-Source0:	http://download.gnome.org/sources/anjuta/2.30/%{name}-%{version}.tar.bz2
+Source0:	http://download.gnome.org/sources/anjuta/2.31/%{name}-%{version}.tar.bz2
+
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Obsoletes:	gnome-build <= 2.24.1-1.fc10
@@ -18,6 +19,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
@@ -38,6 +40,7 @@ BuildRequires:	devhelp-devel >= 0.22
 BuildRequires:	gettext
 BuildRequires:	glade3-libgladeui-devel >= 3.6.0
 BuildRequires:	gnome-doc-utils
+BuildRequires:	graphviz-devel
 BuildRequires:	gtksourceview2-devel >= 2.9.7
 BuildRequires:	intltool
 BuildRequires:	libgda-devel >= 4.0.0
@@ -46,7 +49,9 @@ BuildRequires:	libuuid-devel
 BuildRequires:	neon-devel
 BuildRequires:	perl(Locale::gettext)
 BuildRequires:	perl(XML::Parser)
+BuildRequires:	python-devel
 BuildRequires:	scrollkeeper
+BuildRequires:	sqlite-devel
 BuildRequires:	subversion-devel
 BuildRequires:	unique-devel >= 1.0.0
 BuildRequires:	vala-devel >= 0.7.8
@@ -138,8 +143,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=no --enable-plugin-devhelp \
+  --enable-plugin-glade --enable-plugin-sourceview --enable-plugin-subversion \
   --enable-scrollkeeper \
   --docdir=%{_docdir}/%{name}-%{version} \
   --with-svn-lib=%{_libdir}
@@ -172,7 +177,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.
@@ -280,14 +285,23 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_bindir}/%{name}-tags
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/glade3/catalogs/anjuta-glade.xml
+%{_datadir}/icons/gnome/16x16/mimetypes/gnome-mime-application-x-%{name}.png
+%{_datadir}/icons/gnome/22x22/mimetypes/gnome-mime-application-x-%{name}.png
+%{_datadir}/icons/gnome/24x24/mimetypes/gnome-mime-application-x-%{name}.png
+%{_datadir}/icons/gnome/32x32/mimetypes/gnome-mime-application-x-%{name}.png
 %{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-x-%{name}.png
 %{_datadir}/icons/gnome/scalable/mimetypes/gnome-mime-application-x-%{name}.svg
+%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
+%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
+%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/mime/packages/%{name}.xml
 # No soname.
 %{_libdir}/glade3/modules/libgladeanjuta.so
 %{_libdir}/libanjuta.so.*
+%{_libdir}/libanjuta-foocanvas.so.*
 # Symlink to libanjuta.so.*.
 %{_libdir}/libglade/2.0/libanjuta.so
 %{_sysconfdir}/gconf/schemas/file-manager.schemas
@@ -301,6 +315,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_sysconfdir}/gconf/schemas/%{name}-symbol-db.schemas
 %{_sysconfdir}/gconf/schemas/%{name}-terminal-plugin.schemas
 %{_sysconfdir}/gconf/schemas/preferences.schemas
+%{_sysconfdir}/gconf/schemas/python-plugin-properties.schemas
 
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
@@ -315,6 +330,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %defattr (-,root,root,-)
 %doc doc/ScintillaDoc.html
 %{_libdir}/libanjuta.so
+%{_libdir}/libanjuta-foocanvas.so
 %{_libdir}/pkgconfig/libanjuta-1.0.pc
 
 %dir %{_datadir}/gtk-doc/html/libanjuta
@@ -339,6 +355,84 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
 
 %changelog
+* Sun Aug 22 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.31.90.0-1
+- Version bump to 2.31.90.0.
+  * Initial support for Python plugins.
+  * Language support for Vala got a major update.
+  * Python is now fully supported.
+  * Snippets plugin from Google Summer of Code.
+  * Increase launcher buffer size. (GNOME Bugzilla #624700)
+  * Class generator plugin:
+    + Add missing include. (GNOME Bugzilla #626265)
+  * Language support (Vala) plugin:
+    + Symbol completion does not work with 'this'. (GNOME Bugzilla #626306)
+  * Project wizard plugin:
+    + Add PyGTK project template. (GNOME Bugzilla #608304)
+    + Remove cvsignore from templates. (GNOME Bugzilla #625434)
+  * Symbol-db plugin:
+    + Display names containing special characters correctly. (GNOME Bugzilla
+      #616560)
+    + Create temporary symbol database if project directory is read-only.
+      (GNOME Bugzilla #622529)
+  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.90.0.news
+- configure fixes accepted by upstream.
+
+* Sun Aug 22 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.31.6.1-2
+- Fixed configure to look for vala-0.10.pc and not vala-1.0.pc.
+- Restored 'BuildRequires: graphviz-devel' as the class inheritence plugin
+  was copied over from anjuta-extras.
+- Added 'BuildRequires: sqlite-devel' for the symbol-db benchmarks.
+
+* 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..e61ed01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-433a159761a7d56f4b767054cc90c8fc  anjuta-2.30.1.0.tar.bz2
+b14d2e3bcd5ec5214840362f291dca91  anjuta-2.31.90.0.tar.bz2


More information about the scm-commits mailing list