[anjuta/f14/master] - Version bump to 2.31.90.0. * Initial support for Python plugins. * Language support for Vala g

Debarshi Ray rishi at fedoraproject.org
Sun Aug 22 11:37:15 UTC 2010


commit b0f9158b69bec9f6748c1574db3a9e39cae7c49f
Author: Debarshi Ray <rishi at freebook.(none)>
Date:   Sun Aug 22 14:37:10 2010 +0300

    - 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.

 .gitignore  |    1 +
 anjuta.spec |   37 ++++++++++++++++++++++++++++++-------
 sources     |    2 +-
 3 files changed, 32 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2e61cd..35956c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 anjuta-2.30.1.0.tar.bz2
 anjuta-2.31.6.1.tar.bz2
+/anjuta-2.31.90.0.tar.bz2
diff --git a/anjuta.spec b/anjuta.spec
index 05943d1..690b8a7 100644
--- a/anjuta.spec
+++ b/anjuta.spec
@@ -4,14 +4,12 @@
 Summary:	A GNOME development IDE for C/C++
 Name:		anjuta
 Epoch:		1
-Version:	2.31.6.1
-Release:	2%{?dist}
+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
-
-Patch0:		%{name}-%{version}-vala.patch
+Source0:	http://download.gnome.org/sources/anjuta/2.31/%{name}-%{version}.tar.bz2
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -51,6 +49,7 @@ 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
@@ -92,7 +91,6 @@ Documentation for Anjuta DevStudio provided in DocBook format.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %if %{__isa_bits} == 64
   sed --in-place 's/\/usr\/lib\/pkgconfig/\/usr\/lib64\/pkgconfig/g' \
@@ -179,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.
@@ -288,11 +286,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_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
@@ -315,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}/*
@@ -354,6 +355,28 @@ 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
diff --git a/sources b/sources
index dee3dc6..e61ed01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9577eaa2b8ffef6942165fd13ce9f210  anjuta-2.31.6.1.tar.bz2
+b14d2e3bcd5ec5214840362f291dca91  anjuta-2.31.90.0.tar.bz2


More information about the scm-commits mailing list