rpms/anjuta/devel .cvsignore, 1.24, 1.25 anjuta.spec, 1.86, 1.87 sources, 1.24, 1.25 anjuta-2.28.1.0-libxml.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Thu Apr 29 19:21:04 UTC 2010


Author: rishi

Update of /cvs/pkgs/rpms/anjuta/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13322

Modified Files:
	.cvsignore anjuta.spec sources 
Removed Files:
	anjuta-2.28.1.0-libxml.patch 
Log Message:
* Mon Apr 29 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.30.0.0-1
- Version bump to 2.30.0.0.
  * Completion for ., -> and :: in C/C++.
  * PackageKit integration.
  * Support for a simple 'Directory' project.
  * Support for Javascript.
  * Support for Vala symbols in the symbol-db.
  * Fixed shortcut grabbing. (GNOME Bugzilla #567689)
  * Loading file from command line should not put starter page in front of
    file. (GNOME Bugzilla #582726)
  * Send special keys to the terminal. (GNOME Bugzilla #559925)
  * Smaller icons in plugin list. (GNOME Bugzilla #550715)
  * Build (basic Autotools) plugin:
    + Underline warnings/errors using user-selected message colors. (GNOME
      Bugzilla #567029)
    + Missing call to fclose. (GNOME Bugzilla #599532)
    + Allow project path to contain space. (GNOME Bugzilla #604954)
    + Do not crash when trying to compile a file without an open project.
      (GNOME Bugzilla #612959)
  * Debug manager plugin:
    + Easier addition of watches. (GNOME Bugzilla #596009)
    + Single-step highlighting works only for the first opened project. (GNOME
      Bugzilla #605060)
  * File manager:
    + Saving a file duplicates its entry. (GNOME Bugzilla #605050)
  * GDB plugin:
    + Can not attach to a process to debug it. (GNOME Bugzilla #606069)
  * GtkSourceView editor plugin:
    + Parenthesis in strings confuse auto-indentation. (GNOME Bugzilla #586457)
    + Tooltip evaluation does not respect mouse position. (GNOME Bugzilla
      #601750)
  * Language support (C, C++, Java) plugin:
    + Do not auto-complete inside string or comment. (GNOME Bugzilla #566982)
    + Better expression parsing. (GNOME Bugzilla #608499)
  * Message view plugin:
    + Do not print garbage for messages in bold font. (GNOME Bugzilla #566194)
  * Project manager plugin:
    + Allow Python source to be added to a project. (GNOME Bugzilla #559876)
    + Fixed 'add project target'. (GNOME Bugzilla #565191)
    + Do not create random directories when importing. (GNOME Bugzilla #607415)
  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.92.0.news
  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.90.0.news
  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.6.0.news
  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.5.0.news
- Added 'BuildRequires: dbus-glib-devel vala-devel'.
- Dropped patch to fix build failures due to missing libxml cflags/libs.
  (GNOME Bugzilla #567029)
- Force verbose build output with '--disable-silent-rules'.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	2 Nov 2009 20:40:51 -0000	1.24
+++ .cvsignore	29 Apr 2010 19:21:04 -0000	1.25
@@ -1 +1 @@
-anjuta-2.28.1.0.tar.bz2
+anjuta-2.30.0.0.tar.bz2


Index: anjuta.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/anjuta.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- anjuta.spec	5 Nov 2009 17:08:24 -0000	1.86
+++ anjuta.spec	29 Apr 2010 19:21:04 -0000	1.87
@@ -1,17 +1,14 @@
 Summary:	A GNOME development IDE for C/C++
 Name:		anjuta
 Epoch:		1
-Version:	2.28.1.0
-Release:	2%{?dist}
+Version:	2.30.0.0
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
 URL:		http://www.anjuta.org/
-Source0:	http://download.gnome.org/sources/anjuta/2.28/%{name}-%{version}.tar.bz2
+Source0:	http://download.gnome.org/sources/anjuta/2.30/%{name}-%{version}.tar.bz2
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-# https://bugzilla.gnome.org/600407
-Patch0:		%{name}-%{version}-libxml.patch
-
 Obsoletes:	gnome-build <= 2.24.1-1.fc10
 Provides:	perl(GBF::Make) = %{version}-%{release}
 
@@ -19,10 +16,10 @@ Requires:	GConf2
 Requires:	autogen
 Requires:	ctags
 Requires:	git
-Requires:	glade3-libgladeui >= 3.5.7
+Requires:	glade3-libgladeui >= 3.6.0
 Requires:	gnome-icon-theme
 Requires:	hicolor-icon-theme
-Requires:	libgda-sqlite >= 3.99.7
+Requires:	libgda-sqlite >= 4.0.0
 Requires(pre):	GConf2
 Requires(post):	GConf2
 Requires(post):	/sbin/ldconfig
@@ -32,15 +29,16 @@ Requires(postun): /sbin/ldconfig
 BuildRequires:	GConf2-devel
 BuildRequires:	ORBit2-devel
 BuildRequires:	autogen
+BuildRequires:	dbus-glib-devel
 BuildRequires:	desktop-file-utils
 BuildRequires:	devhelp-devel >= 0.22
 BuildRequires:	gettext
 BuildRequires:	glade3-libgladeui-devel >= 3.6.0
 BuildRequires:	gnome-doc-utils
-BuildRequires:	gtksourceview2-devel >= 2.4.0
+BuildRequires:	gtksourceview2-devel >= 2.9.7
 BuildRequires:	intltool
 BuildRequires:	libgda-devel >= 4.0.0
-BuildRequires:	libgdl-devel >= 2.26.0
+BuildRequires:	libgdl-devel >= 2.27.1
 BuildRequires:	libuuid-devel
 BuildRequires:	neon-devel
 BuildRequires:	perl(Locale::gettext)
@@ -48,6 +46,7 @@ BuildRequires:	perl(XML::Parser)
 BuildRequires:	scrollkeeper
 BuildRequires:	subversion-devel
 BuildRequires:	unique-devel >= 1.0.0
+BuildRequires:	vala-devel >= 0.7.8
 BuildRequires:	vte-devel
 
 %description
@@ -86,7 +85,11 @@ Documentation for Anjuta DevStudio provi
 
 %prep
 %setup -q
-%patch0 -p1
+
+%if %{__isa_bits} == 64
+  sed --in-place 's/\/usr\/lib\/pkgconfig/\/usr\/lib64\/pkgconfig/g' \
+    ./plugins/project-wizard/druid.c
+%endif
 
 # Filter unwanted Provides.
 cat << \EOF > %{name}-prov
@@ -133,7 +136,7 @@ sed --expression 's|-R/usr/lib64||' %{_l
 
 %build
 export PKG_CONFIG_PATH="./PKGCONFIG"
-%configure --disable-schemas-install --disable-static \
+%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-scrollkeeper \
@@ -313,6 +316,66 @@ scrollkeeper-update -q || :
 %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
 
 %changelog
+* Mon Apr 29 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.30.0.0-1
+- Version bump to 2.30.0.0.
+  * Completion for ., -> and :: in C/C++.
+  * PackageKit integration.
+  * Support for a simple 'Directory' project.
+  * Support for Javascript.
+  * Support for Vala symbols in the symbol-db.
+  * Fixed shortcut grabbing. (GNOME Bugzilla #567689)
+  * Loading file from command line should not put starter page in front of
+    file. (GNOME Bugzilla #582726)
+  * Send special keys to the terminal. (GNOME Bugzilla #559925)
+  * Smaller icons in plugin list. (GNOME Bugzilla #550715)
+  * Build (basic Autotools) plugin:
+    + Underline warnings/errors using user-selected message colors. (GNOME
+      Bugzilla #567029)
+    + Missing call to fclose. (GNOME Bugzilla #599532)
+    + Allow project path to contain space. (GNOME Bugzilla #604954)
+    + Do not crash when trying to compile a file without an open project.
+      (GNOME Bugzilla #612959)
+  * Debug manager plugin:
+    + Easier addition of watches. (GNOME Bugzilla #596009)
+    + Single-step highlighting works only for the first opened project. (GNOME
+      Bugzilla #605060)
+  * File manager:
+    + Saving a file duplicates its entry. (GNOME Bugzilla #605050)
+  * GDB plugin:
+    + Can not attach to a process to debug it. (GNOME Bugzilla #606069)
+  * GtkSourceView editor plugin:
+    + Parenthesis in strings confuse auto-indentation. (GNOME Bugzilla #586457)
+    + Tooltip evaluation does not respect mouse position. (GNOME Bugzilla
+      #601750)
+  * Language support (C, C++, Java) plugin:
+    + Do not auto-complete inside string or comment. (GNOME Bugzilla #566982)
+    + Better expression parsing. (GNOME Bugzilla #608499)
+  * Message view plugin:
+    + Do not print garbage for messages in bold font. (GNOME Bugzilla #566194)
+  * Project manager plugin:
+    + Allow Python source to be added to a project. (GNOME Bugzilla #559876)
+    + Fixed 'add project target'. (GNOME Bugzilla #565191)
+    + Do not create random directories when importing. (GNOME Bugzilla #607415)
+  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.92.0.news
+  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.90.0.news
+  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.6.0.news
+  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.5.0.news
+- Added 'BuildRequires: dbus-glib-devel vala-devel'.
+- Dropped patch to fix build failures due to missing libxml cflags/libs.
+  (GNOME Bugzilla #567029)
+- Force verbose build output with '--disable-silent-rules'.
+
+* Tue Feb 16 2010 Debarshi Ray <rishi at fedoraproject.org> - 1:2.28.2.0-1
+- Version bump to 2.28.2.0.
+  * Class generator plugin:
+    + C++ keywords should not be translated. (GNOME Bugzilla #606801)
+  * Git plugin:
+    + Fixed failure while importing. (GNOME Bugzilla #601567)
+  * Symbol-db plugin:
+    + Editing some text while searching should not lead to an inconsistent
+      state. (GNOME Bugzilla #566209)
+  * http://download.gnome.org/sources/anjuta/2.28/anjuta-2.28.2.0.news
+
 * Thu Nov 05 2009 Debarshi Ray <rishi at fedoraproject.org> - 1:2.28.1.0-2
 - Bumped to consume new libgdl soname.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anjuta/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sources	2 Nov 2009 20:40:52 -0000	1.24
+++ sources	29 Apr 2010 19:21:04 -0000	1.25
@@ -1 +1 @@
-610624984bd62ee1e280090900a0ada7  anjuta-2.28.1.0.tar.bz2
+8e6c93b8c6f87c55b572734176ecf83a  anjuta-2.30.0.0.tar.bz2


--- anjuta-2.28.1.0-libxml.patch DELETED ---



More information about the scm-commits mailing list