0d1f3e1
# The Python templates in /usr/share/anjuta/project can not be byte-compiled.
0d1f3e1
%global _python_bytecompile_errors_terminate_build 0
0d1f3e1
19c0f16
Summary:	A GNOME development IDE for C/C++
19c0f16
Name:		anjuta
19c0f16
Epoch:		1
Bastien Nocera 1cec0ef
Version:	2.32.1.0
Bastien Nocera 1cec0ef
Release:	1%{?dist}
19c0f16
License:	GPLv2+
19c0f16
Group:		Development/Tools
19c0f16
URL:		http://www.anjuta.org/
Bastien Nocera 1cec0ef
Source0:	http://download.gnome.org/sources/anjuta/2.32/%{name}-%{version}.tar.bz2
Debarshi Ray 98f2682
19c0f16
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
19c0f16
df16388
Obsoletes:	gnome-build <= 2.24.1-1.fc10
4b49d64
Provides:	perl(GBF::Make) = %{version}-%{release}
b3f1a89
f966f10
Requires:	GConf2
a80dbf0
Requires:	autogen
d69c311
Requires:	ctags
Debarshi Ray 98f2682
Requires:	gdb >= 7.0
c389ac4
Requires:	git
690e84e
Requires:	glade3-libgladeui >= 3.6.0
19c0f16
Requires:	gnome-icon-theme
19c0f16
Requires:	hicolor-icon-theme
Bastien Nocera 1cec0ef
Requires:	libgda-sqlite >= 4.2.0
6d7d0f5
Requires(pre):	GConf2
6d7d0f5
Requires(post):	GConf2
19c0f16
Requires(post):	/sbin/ldconfig
6d7d0f5
Requires(preun):  GConf2
Paul F. Johnson a1b22a2
Requires(postun): /sbin/ldconfig
19c0f16
374cd38
BuildRequires:	GConf2-devel
374cd38
BuildRequires:	ORBit2-devel
17bc445
BuildRequires:	autogen
690e84e
BuildRequires:	dbus-glib-devel
17bc445
BuildRequires:	desktop-file-utils
ec37fd9
BuildRequires:	devhelp-devel >= 0.22
19c0f16
BuildRequires:	gettext
4f6b2aa
BuildRequires:	glade3-libgladeui-devel >= 3.6.0
19c0f16
BuildRequires:	gnome-doc-utils
Debarshi Ray 98f2682
BuildRequires:	graphviz-devel
690e84e
BuildRequires:	gtksourceview2-devel >= 2.9.7
a538ef3
BuildRequires:	intltool
374cd38
BuildRequires:	libgda-devel >= 4.0.0
690e84e
BuildRequires:	libgdl-devel >= 2.27.1
374cd38
BuildRequires:	libuuid-devel
19c0f16
BuildRequires:	neon-devel
92d2a8c
BuildRequires:	perl(Locale::gettext)
19c0f16
BuildRequires:	perl(XML::Parser)
Debarshi Ray 98f2682
BuildRequires:	python-devel
19c0f16
BuildRequires:	scrollkeeper
Debarshi Ray 98f2682
BuildRequires:	sqlite-devel
19c0f16
BuildRequires:	subversion-devel
4f6b2aa
BuildRequires:	unique-devel >= 1.0.0
690e84e
BuildRequires:	vala-devel >= 0.7.8
e7b5b74
BuildRequires:	vte-devel
19c0f16
cvsextras b264c7e
%description
19c0f16
Anjuta DevStudio is a versatile Integrated Development Environment (IDE) on
19c0f16
GNOME Desktop Environment and features a number of advanced programming
19c0f16
facilities. These include project management, application and class wizards,
19c0f16
an on-board interactive debugger, powerful source editor, syntax highlighting,
496ec96
intelligent auto-completions, symbol navigation, version controls, integrated
19c0f16
GUI designing and other tools.
19c0f16
374cd38
The documentation for this package is in %{name}-doc. Some extra
496ec96
plug-ins are in %{name}-extras.
Paul F. Johnson a1b22a2
Paul F. Johnson a1b22a2
%package devel
19c0f16
Summary:	Development files for %{name}
19c0f16
Group:		Development/Libraries
19c0f16
20d492d
Requires:	gtk-doc
19c0f16
Requires:	%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Paul F. Johnson a1b22a2
Paul F. Johnson a1b22a2
%description devel
19c0f16
This package contains development files for %{name}.
19c0f16
19c0f16
%package doc
19c0f16
Summary:	Documentation for Anjuta DevStudio
19c0f16
Group:		Documentation
19c0f16
19c0f16
Requires:	%{name} = %{?epoch:%{epoch}:}%{version}-%{release}
cvsextras 1f7000d
29db07b
BuildArch:	noarch
29db07b
19c0f16
%description doc
19c0f16
Documentation for Anjuta DevStudio provided in DocBook format.
cvsextras 1f7000d
cvsextras b264c7e
%prep
cvsextras b264c7e
%setup -q
690e84e
690e84e
%if %{__isa_bits} == 64
690e84e
  sed --in-place 's/\/usr\/lib\/pkgconfig/\/usr\/lib64\/pkgconfig/g' \
690e84e
    ./plugins/project-wizard/druid.c
690e84e
%endif
19c0f16
92d2a8c
# Filter unwanted Provides.
92d2a8c
cat << \EOF > %{name}-prov
92d2a8c
#!/bin/sh
92d2a8c
%{__perl_provides} $* |\
92d2a8c
  sed -e '/perl(Make)/d' \
92d2a8c
  -e '/perl(Make::Target)/d' \
92d2a8c
  -e '/perl(Make::Rule::Vars)/d' \
92d2a8c
  -e '/perl(Make::Rule)/d'
92d2a8c
EOF
92d2a8c
92d2a8c
%define __perl_provides %{_builddir}/%{name}-%{version}/%{name}-prov
92d2a8c
chmod +x %{__perl_provides}
92d2a8c
92d2a8c
# Filter unwanted Requires.
92d2a8c
cat << \EOF > %{name}-req
92d2a8c
#!/bin/sh
92d2a8c
%{__perl_requires} $* |\
92d2a8c
  sed -e '/perl(Make)/d' \
92d2a8c
  -e '/perl(Make::Target)/d' \
92d2a8c
  -e '/perl(Make::Rule::Vars)/d' \
92d2a8c
  -e '/perl(Make::Rule)/d'
92d2a8c
EOF
92d2a8c
92d2a8c
%define __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req
92d2a8c
chmod +x %{__perl_requires}
92d2a8c
19c0f16
# Suppress rpmlint error.
33c30a4
chmod 644 `find . -name "*.c" -perm /111 -print`
19c0f16
chmod 644 `find . -name "*.h" -perm /111 -print`
19c0f16
iconv --from-code ISO8859-1 --to-code UTF-8 ./THANKS \
19c0f16
  --output THANKS.utf-8 && mv THANKS.utf-8 ./THANKS
cvsextras b264c7e
20d492d
# Remove rpaths.
20d492d
sed -i.libdir_syssearch --expression \
20d492d
  '/sys_lib_dlsearch_path_spec/s|/usr/lib |/usr/lib /usr/lib64 /lib /lib64 |' \
20d492d
  configure
20d492d
sed -i.gecko --expression 's|-R\$GECKO_HOME||' configure
20d492d
20d492d
# pangox.pc contains rpath linkage on PPC64.
20d492d
mkdir -p ./PKGCONFIG
20d492d
sed --expression 's|-R/usr/lib64||' %{_libdir}/pkgconfig/pangox.pc > \
20d492d
  ./PKGCONFIG/pangox.pc
20d492d
cvsextras b264c7e
%build
20d492d
export PKG_CONFIG_PATH="./PKGCONFIG"
690e84e
%configure --disable-schemas-install --disable-silent-rules --disable-static \
Debarshi Ray 98f2682
  --enable-gtk-doc --enable-introspection=no --enable-plugin-devhelp \
Debarshi Ray 98f2682
  --enable-plugin-glade --enable-plugin-sourceview --enable-plugin-subversion \
374cd38
  --enable-scrollkeeper \
33c30a4
  --docdir=%{_docdir}/%{name}-%{version} \
6d7d0f5
  --with-svn-lib=%{_libdir}
cvsextras b264c7e
19c0f16
# Omit unused direct shared library dependencies.
19c0f16
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
cvsextras b264c7e
19c0f16
make %{?_smp_mflags}
Paul F. Johnson a977247
4f6b2aa
# Strip unneeded translations from .mo files:
4f6b2aa
# http://bugzilla.gnome.org/474987
4f6b2aa
pushd ./po
4f6b2aa
  grep --invert-match \
bdbeac5
    ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$" \
4f6b2aa
    POTFILES.in > POTFILES.keep
4f6b2aa
  mv POTFILES.keep POTFILES.in
4f6b2aa
  intltool-update --pot
4f6b2aa
  for p in *.po; do
4f6b2aa
    msgmerge $p %{name}.pot > $p.out
4f6b2aa
    msgfmt -o `basename $p .po`.gmo $p.out
4f6b2aa
  done
4f6b2aa
popd
4f6b2aa
19c0f16
%install
19c0f16
rm -rf $RPM_BUILD_ROOT
6d7d0f5
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
0242638
mkdir -p $RPM_BUILD_ROOT%{_libdir}/libglade/2.0
Paul F. Johnson 5a7b259
c36d79f
# Installs zero-length files necessary for proper behaviour.
19c0f16
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
19c0f16
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
cvsextras b264c7e
Debarshi Ray 98f2682
# Use %%doc instead.
19c0f16
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
Paul F. Johnson a1b22a2
e308f15
# Some plugins (eg., Git and Subversion) need this.
64f7f72
pushd $RPM_BUILD_ROOT%{_libdir}/libglade/2.0
64f7f72
  ln -s ../../libanjuta.so.0 libanjuta.so
64f7f72
popd
e308f15
19c0f16
%find_lang %{name}
cvsextras 1f7000d
b9122ea
desktop-file-install --remove-key Encoding --vendor fedora --delete-original \
19c0f16
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
19c0f16
  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
19c0f16
19c0f16
%clean
19c0f16
rm -rf $RPM_BUILD_ROOT
cvsextras 1f7000d
6d7d0f5
%pre
496ec96
%gconf_schema_prepare file-manager
496ec96
%gconf_schema_prepare %{name}-build-basic-autotools-plugin
496ec96
%gconf_schema_prepare %{name}-cvs-plugin
496ec96
%gconf_schema_prepare %{name}-debug-manager
496ec96
%gconf_schema_prepare %{name}-document-manager
496ec96
%gconf_schema_prepare %{name}-editor-sourceview
496ec96
%gconf_schema_prepare %{name}-language-cpp-java
496ec96
%gconf_schema_prepare %{name}-message-manager-plugin
496ec96
%gconf_schema_prepare %{name}-symbol-db
496ec96
%gconf_schema_prepare %{name}-terminal-plugin
496ec96
%gconf_schema_prepare preferences
6d7d0f5
19c0f16
%post
19c0f16
/sbin/ldconfig
cvsextras b264c7e
496ec96
%gconf_schema_upgrade file-manager
496ec96
%gconf_schema_upgrade %{name}-build-basic-autotools-plugin
496ec96
%gconf_schema_upgrade %{name}-cvs-plugin
496ec96
%gconf_schema_upgrade %{name}-debug-manager
496ec96
%gconf_schema_upgrade %{name}-document-manager
496ec96
%gconf_schema_upgrade %{name}-editor-sourceview
496ec96
%gconf_schema_upgrade %{name}-language-cpp-java
496ec96
%gconf_schema_upgrade %{name}-message-manager-plugin
496ec96
%gconf_schema_upgrade %{name}-symbol-db
496ec96
%gconf_schema_upgrade %{name}-terminal-plugin
496ec96
%gconf_schema_upgrade preferences
6d7d0f5
19c0f16
if [ -x %{_bindir}/update-desktop-database ]; then
19c0f16
  update-desktop-database &> /dev/null || :
19c0f16
fi
cfdb209
19c0f16
if [ -x %{_bindir}/update-mime-database ];then
19c0f16
  update-mime-database %{_datadir}/mime &> /dev/null || :
19c0f16
fi
649f458
0d1f3e1
touch --no-create %{_datadir}/icons/gnome &>/dev/null || :
0d1f3e1
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
177dc89
6d7d0f5
%preun
496ec96
%gconf_schema_remove file-manager
496ec96
%gconf_schema_remove %{name}-build-basic-autotools-plugin
496ec96
%gconf_schema_remove %{name}-cvs-plugin
496ec96
%gconf_schema_remove %{name}-debug-manager
496ec96
%gconf_schema_remove %{name}-document-manager
496ec96
%gconf_schema_remove %{name}-editor-sourceview
496ec96
%gconf_schema_remove %{name}-language-cpp-java
496ec96
%gconf_schema_remove %{name}-message-manager-plugin
496ec96
%gconf_schema_remove %{name}-symbol-db
496ec96
%gconf_schema_remove %{name}-terminal-plugin
496ec96
%gconf_schema_remove preferences
6d7d0f5
19c0f16
%postun
19c0f16
/sbin/ldconfig
afbdbf7
19c0f16
if [ -x %{_bindir}/update-desktop-database ]; then
19c0f16
  update-desktop-database &> /dev/null || :
19c0f16
fi
78f7af0
19c0f16
if [ -x %{_bindir}/update-mime-database ];then
19c0f16
  update-mime-database %{_datadir}/mime &> /dev/null || :
19c0f16
fi
78f7af0
0d1f3e1
if [ $1 -eq 0 ]; then
0d1f3e1
  touch --no-create %{_datadir}/icons/gnome &>/dev/null
0d1f3e1
  touch --no-create %{_datadir}/icons/hicolor &>/dev/null
0d1f3e1
  gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
0d1f3e1
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
19c0f16
fi
Paul F. Johnson d213297
0d1f3e1
%posttrans
0d1f3e1
gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
0d1f3e1
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Paul F. Johnson 02a6607
19c0f16
%files -f %{name}.lang
19c0f16
%defattr(-,root,root,-)
19c0f16
%doc AUTHORS
19c0f16
%doc COPYING
19c0f16
%doc MAINTAINERS
19c0f16
%doc NEWS
19c0f16
%doc ROADMAP
19c0f16
%doc THANKS
3fd6552
%doc %{_mandir}/man1/%{name}.1*
07493ef
%doc %{_mandir}/man1/%{name}-launcher.1*
19c0f16
%{_bindir}/%{name}
b3f1a89
%{_bindir}/gbf-am-parse
b3f1a89
%{_bindir}/gbf-mkfile-parse
07493ef
%{_bindir}/%{name}-launcher
07493ef
%{_bindir}/%{name}-tags
19c0f16
%{_datadir}/applications/fedora-%{name}.desktop
48c219a
%{_datadir}/glade3/catalogs/anjuta-glade.xml
Debarshi Ray 98f2682
%{_datadir}/icons/gnome/16x16/mimetypes/gnome-mime-application-x-%{name}.png
Debarshi Ray 98f2682
%{_datadir}/icons/gnome/22x22/mimetypes/gnome-mime-application-x-%{name}.png
Debarshi Ray 98f2682
%{_datadir}/icons/gnome/24x24/mimetypes/gnome-mime-application-x-%{name}.png
Debarshi Ray 98f2682
%{_datadir}/icons/gnome/32x32/mimetypes/gnome-mime-application-x-%{name}.png
19c0f16
%{_datadir}/icons/gnome/48x48/mimetypes/gnome-mime-application-x-%{name}.png
19c0f16
%{_datadir}/icons/gnome/scalable/mimetypes/gnome-mime-application-x-%{name}.svg
Debarshi Ray 98f2682
%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
Debarshi Ray 98f2682
%{_datadir}/icons/hicolor/22x22/apps/%{name}.png
Debarshi Ray 98f2682
%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
Debarshi Ray 98f2682
%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
19c0f16
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
19c0f16
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
19c0f16
%{_datadir}/mime/packages/%{name}.xml
f966f10
# No soname.
48c219a
%{_libdir}/glade3/modules/libgladeanjuta.so
19c0f16
%{_libdir}/libanjuta.so.*
Debarshi Ray 98f2682
%{_libdir}/libanjuta-foocanvas.so.*
48c219a
# Symlink to libanjuta.so.*.
d85e2e5
%{_libdir}/libglade/2.0/libanjuta.so
c8b47b1
%{_sysconfdir}/gconf/schemas/file-manager.schemas
496ec96
%{_sysconfdir}/gconf/schemas/%{name}-build-basic-autotools-plugin.schemas
496ec96
%{_sysconfdir}/gconf/schemas/%{name}-cvs-plugin.schemas
496ec96
%{_sysconfdir}/gconf/schemas/%{name}-debug-manager.schemas
496ec96
%{_sysconfdir}/gconf/schemas/%{name}-document-manager.schemas
496ec96
%{_sysconfdir}/gconf/schemas/%{name}-editor-sourceview.schemas
496ec96
%{_sysconfdir}/gconf/schemas/%{name}-language-cpp-java.schemas
496ec96
%{_sysconfdir}/gconf/schemas/%{name}-message-manager-plugin.schemas
496ec96
%{_sysconfdir}/gconf/schemas/%{name}-symbol-db.schemas
496ec96
%{_sysconfdir}/gconf/schemas/%{name}-terminal-plugin.schemas
c8b47b1
%{_sysconfdir}/gconf/schemas/preferences.schemas
Debarshi Ray 98f2682
%{_sysconfdir}/gconf/schemas/python-plugin-properties.schemas
Paul F. Johnson 3a6748d
19c0f16
%dir %{_datadir}/%{name}
19c0f16
%{_datadir}/%{name}/*
Paul F. Johnson 872f50d
19c0f16
%dir %{_datadir}/pixmaps/%{name}
19c0f16
%{_datadir}/pixmaps/%{name}/*
Paul F. Johnson 953c041
19c0f16
%dir %{_libdir}/%{name}
f966f10
%{_libdir}/%{name}/*
Paul F. Johnson a1b22a2
20d492d
%files devel
20d492d
%defattr (-,root,root,-)
20d492d
%doc doc/ScintillaDoc.html
20d492d
%{_libdir}/libanjuta.so
Debarshi Ray 98f2682
%{_libdir}/libanjuta-foocanvas.so
20d492d
%{_libdir}/pkgconfig/libanjuta-1.0.pc
20d492d
20d492d
%dir %{_datadir}/gtk-doc/html/libanjuta
3fd6552
%doc %{_datadir}/gtk-doc/html/libanjuta/*
20d492d
20d492d
%dir %{_includedir}/libanjuta-1.0
20d492d
%{_includedir}/libanjuta-1.0/libanjuta
20d492d
19c0f16
%files doc
b9122ea
%defattr(-,root,root,-)
Paul F. Johnson a1b22a2
b3f1a89
%dir %{_datadir}/gnome/help/%{name}-build-tutorial
b3f1a89
%{_datadir}/gnome/help/%{name}-build-tutorial/C
b3f1a89
19c0f16
%dir %{_datadir}/gnome/help/%{name}-faqs
19c0f16
%{_datadir}/gnome/help/%{name}-faqs/C
Paul F. Johnson a1b22a2
19c0f16
%dir %{_datadir}/gnome/help/%{name}-manual
f966f10
%{_datadir}/gnome/help/%{name}-manual/*
Paul F. Johnson a1b22a2
19c0f16
%dir %{_datadir}/omf/%{name}-manual
f966f10
%{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf
Paul F. Johnson a1b22a2
20d492d
%changelog
Bastien Nocera 1cec0ef
* Fri Nov 26 2010 Johannes Schmid <jhs@jsschmid.de> - 1:2.32.1.0-1
Bastien Nocera 1cec0ef
- Version bump to 2.32.1.0
Bastien Nocera 1cec0ef
Bastien Nocera 1cec0ef
  * language-support-cpp-java: bgo#621916 - check for brace
Bastien Nocera 1cec0ef
  * libanjuta: bgo#633042 New: Sensitivity off 'ok' button on the project import dialog
Bastien Nocera 1cec0ef
  * language-support-cpp: Don't show duplicated results in autocompletion
Bastien Nocera 1cec0ef
  * build: bgo#633661 - vala support is automagic
Bastien Nocera 1cec0ef
  * language-support-cpp-java: bgo#633112 - Smart Brace Completion Quotation Mark Crash
Bastien Nocera 1cec0ef
  * python-support: Fix bgo#631223 autointention causes anjuta to hang
Bastien Nocera 1cec0ef
Bastien Nocera 1cec0ef
  * bgo#630460 PackageKit integration is not working on all distros
Bastien Nocera 1cec0ef
  * project-wizard: Update default ui file to use gtk+-2.16
Bastien Nocera 1cec0ef
3ecb9f3
* Thu Nov  4 2010 Michel Salim <salimma@fedoraproject.org> - 1:2.31.90.0-4
3ecb9f3
- Rebuild for vala-0.11.x
3ecb9f3
Jesse Keating 4583a2a
* Wed Sep 29 2010 jkeating - 1:2.31.90.0-3
Jesse Keating 4583a2a
- Rebuilt for gcc bug 634757
Jesse Keating 4583a2a
ef9b20b
* Tue Sep 21 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 1:2.31.90.0-2
ef9b20b
- build against latest Vala
ef9b20b
Debarshi Ray 98f2682
* Sun Aug 22 2010 Debarshi Ray <rishi@fedoraproject.org> - 1:2.31.90.0-1
Debarshi Ray 98f2682
- Version bump to 2.31.90.0.
Debarshi Ray 98f2682
  * Initial support for Python plugins.
Debarshi Ray 98f2682
  * Language support for Vala got a major update.
Debarshi Ray 98f2682
  * Python is now fully supported.
Debarshi Ray 98f2682
  * Snippets plugin from Google Summer of Code.
Debarshi Ray 98f2682
  * Increase launcher buffer size. (GNOME Bugzilla #624700)
Debarshi Ray 98f2682
  * Class generator plugin:
Debarshi Ray 98f2682
    + Add missing include. (GNOME Bugzilla #626265)
Debarshi Ray 98f2682
  * Language support (Vala) plugin:
Debarshi Ray 98f2682
    + Symbol completion does not work with 'this'. (GNOME Bugzilla #626306)
Debarshi Ray 98f2682
  * Project wizard plugin:
Debarshi Ray 98f2682
    + Add PyGTK project template. (GNOME Bugzilla #608304)
Debarshi Ray 98f2682
    + Remove cvsignore from templates. (GNOME Bugzilla #625434)
Debarshi Ray 98f2682
  * Symbol-db plugin:
Debarshi Ray 98f2682
    + Display names containing special characters correctly. (GNOME Bugzilla
Debarshi Ray 98f2682
      #616560)
Debarshi Ray 98f2682
    + Create temporary symbol database if project directory is read-only.
Debarshi Ray 98f2682
      (GNOME Bugzilla #622529)
Debarshi Ray 98f2682
  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.90.0.news
Debarshi Ray 98f2682
- configure fixes accepted by upstream.
Debarshi Ray 98f2682
Debarshi Ray 98f2682
* Sun Aug 22 2010 Debarshi Ray <rishi@fedoraproject.org> - 1:2.31.6.1-2
Debarshi Ray 98f2682
- Fixed configure to look for vala-0.10.pc and not vala-1.0.pc.
Debarshi Ray 98f2682
- Restored 'BuildRequires: graphviz-devel' as the class inheritence plugin
Debarshi Ray 98f2682
  was copied over from anjuta-extras.
Debarshi Ray 98f2682
- Added 'BuildRequires: sqlite-devel' for the symbol-db benchmarks.
Debarshi Ray 98f2682
Debarshi Ray 98f2682
* Fri Aug 06 2010 Debarshi Ray <rishi@fedoraproject.org> - 1:2.31.6.1-1
Debarshi Ray 98f2682
- Version bump to 2.31.6.1.
Debarshi Ray 98f2682
  * Debugger is now much more polished.
Debarshi Ray 98f2682
  * Debugger supports pretty printing now.
Debarshi Ray 98f2682
  * Drag and drop of multiple source files. (GNOME Bugzilla #620664)
Debarshi Ray 98f2682
  * Project wizard shows better package chooser.
Debarshi Ray 98f2682
  * Support for Vala.
Debarshi Ray 98f2682
  * Symbol-db is super fast now.
Debarshi Ray 98f2682
  * GNOME Goal: removed deprecated GTK+ symbols. (GNOME Bugzilla #572754)
Debarshi Ray 98f2682
  * Debug manager plugin:
Debarshi Ray 98f2682
    + Mouse cursor is a clock in debug mode. (GNOME Bugzilla #515395)
Debarshi Ray 98f2682
    + Do not create too many variable objects. (GNOME Bugzilla #516112)
Debarshi Ray 98f2682
    + Documentation for debug interfaces is incomplete. (GNOME Bugzilla
Debarshi Ray 98f2682
      #558954)
Debarshi Ray 98f2682
    + Locals column is now configurable. (GNOME Bugzilla #598187)
Debarshi Ray 98f2682
    + Allow saving the debugger stack trace. (GNOME Bugzilla #617323)
Debarshi Ray 98f2682
  * Document manager plugin:
Debarshi Ray 98f2682
    + Paths with symlinks do not get 'real' absolute paths. (GNOME Bugzilla
Debarshi Ray 98f2682
      #586428)
Debarshi Ray 98f2682
  * File wizard plugin:
Debarshi Ray 98f2682
    + Create the corresponding header for a C source file. (GNOME Bugzilla
Debarshi Ray 98f2682
      #616810)
Debarshi Ray 98f2682
  * GDB plugin:
Debarshi Ray 98f2682
    + New 'set next statement' command. (GNOME Bugzilla #494292)
Debarshi Ray 98f2682
  * Language support (C, C++, Java) plugin:
Debarshi Ray 98f2682
    + Race condition leading to crash while editing. (GNOME Bugzilla #618314)
Debarshi Ray 98f2682
    + Smart brace completion is no longer smart. (GNOME Bugzilla #618955)
Debarshi Ray 98f2682
  * Terminal plugin:
Debarshi Ray 98f2682
    + Do not become unresponsive when child execution fails. (GNOME Bugzilla
Debarshi Ray 98f2682
      #619253)
Debarshi Ray 98f2682
  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.6.1.news
Debarshi Ray 98f2682
  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.6.0.news
Debarshi Ray 98f2682
  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.5.0.news
Debarshi Ray 98f2682
  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.3.0.news
Debarshi Ray 98f2682
  * http://download.gnome.org/sources/anjuta/2.31/anjuta-2.31.2.0.news
Debarshi Ray 98f2682
Debarshi Ray 98f2682
* Wed Aug 04 2010 Debarshi Ray <rishi@fedoraproject.org> - 1:2.30.2.1-1
Debarshi Ray 98f2682
- Version bump to 2.30.2.1.
Debarshi Ray 98f2682
  * Document manager plugin:
Debarshi Ray 98f2682
    + Open .ui files. (GNOME Bugzilla #616739)
Debarshi Ray 98f2682
  * Language support (C, C++, Java) plugin:
Debarshi Ray 98f2682
    + Support more Vim modelines.
Debarshi Ray 98f2682
  * Language support (Javascript) plugin:
Debarshi Ray 98f2682
    + Do not abort when working on a project with Javascript files. (GNOME
Debarshi Ray 98f2682
      Project #617734)
Debarshi Ray 98f2682
  * Symbol-db plugin:
Debarshi Ray 98f2682
    + Wrong return type recognition. (GNOME Bugzilla #616780)
Debarshi Ray 98f2682
  * http://download.gnome.org/sources/anjuta/2.30/anjuta-2.30.2.1.news
Debarshi Ray 98f2682
  * http://download.gnome.org/sources/anjuta/2.30/anjuta-2.30.2.0.news
Debarshi Ray 98f2682
496ec96
* Thu May 27 2010 Debarshi Ray <rishi@fedoraproject.org> - 1:2.30.1.0-1
496ec96
- Version bump to 2.30.1.0.
496ec96
  * Do not free the same string twice. (GNOME Bugzilla #615718)
496ec96
  * Duplicated shortcut nodes. (GNOME Bugzilla #616740)
496ec96
  * Document manager plugin:
496ec96
    + Close documents by middle click. (GNOME Bugzilla #600083)
496ec96
  * GTodo plugin:
496ec96
    + Deselecting "Hide completed items" does not show completed items. (GNOME
496ec96
      Bugzilla #614751)
496ec96
  * Language support (C, C++, Java) plugin:
496ec96
    + Javascript plugins use incorrect LDFLAGS and end up having versioned
496ec96
      shared object files, links, etc.. (GNOME Bugzilla #615341)
496ec96
    + Completion for . and -> does not work with prefixed &, %, etc.. (GNOME
496ec96
      Bugzilla #615596)
496ec96
  * Project manager plugin:
496ec96
    + Consider Vala files as sources. (GNOME Bugzilla #616503)
496ec96
  * Symbol-db plugin:
496ec96
    + Improved symbol icons for members. (GNOME Bugzilla #611834)
496ec96
  * http://download.gnome.org/sources/anjuta/2.30/anjuta-2.30.1.0.news
496ec96
- Updated the GConf scriptlet snippets according to Fedora packaging
496ec96
  guidelines.
496ec96
dca8b03
* Thu May 20 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 1:2.30.0.0-4
dca8b03
- Bump (to fix a nuisance I created)
dca8b03
05ce356
* Thu May 20 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 1:2.30.0.0-3
05ce356
- Bump to consume latest libgladeui-1.so.9
05ce356
0d1f3e1
* Mon Apr 29 2010 Debarshi Ray <rishi@fedoraproject.org> - 1:2.30.0.0-2
0d1f3e1
- The Python templates in /usr/share/anjuta/project/python can not be
0d1f3e1
  byte-compiled. Try not to abort the build on byte-compilation errors.
0d1f3e1
- Updated the icon cache and scrollkeeper scriptlet snippets according to
0d1f3e1
  Fedora packaging guidelines.
0d1f3e1
690e84e
* Mon Apr 29 2010 Debarshi Ray <rishi@fedoraproject.org> - 1:2.30.0.0-1
690e84e
- Version bump to 2.30.0.0.
690e84e
  * Completion for ., -> and :: in C/C++.
690e84e
  * PackageKit integration.
690e84e
  * Support for a simple 'Directory' project.
690e84e
  * Support for Javascript.
690e84e
  * Support for Vala symbols in the symbol-db.
690e84e
  * Fixed shortcut grabbing. (GNOME Bugzilla #567689)
690e84e
  * Loading file from command line should not put starter page in front of
690e84e
    file. (GNOME Bugzilla #582726)
690e84e
  * Send special keys to the terminal. (GNOME Bugzilla #559925)
690e84e
  * Smaller icons in plugin list. (GNOME Bugzilla #550715)
690e84e
  * Build (basic Autotools) plugin:
690e84e
    + Underline warnings/errors using user-selected message colors. (GNOME
690e84e
      Bugzilla #567029)
690e84e
    + Missing call to fclose. (GNOME Bugzilla #599532)
690e84e
    + Allow project path to contain space. (GNOME Bugzilla #604954)
690e84e
    + Do not crash when trying to compile a file without an open project.
690e84e
      (GNOME Bugzilla #612959)
690e84e
  * Debug manager plugin:
690e84e
    + Easier addition of watches. (GNOME Bugzilla #596009)
690e84e
    + Single-step highlighting works only for the first opened project. (GNOME
690e84e
      Bugzilla #605060)
690e84e
  * File manager:
690e84e
    + Saving a file duplicates its entry. (GNOME Bugzilla #605050)
690e84e
  * GDB plugin:
690e84e
    + Can not attach to a process to debug it. (GNOME Bugzilla #606069)
690e84e
  * GtkSourceView editor plugin:
690e84e
    + Parenthesis in strings confuse auto-indentation. (GNOME Bugzilla #586457)
690e84e
    + Tooltip evaluation does not respect mouse position. (GNOME Bugzilla
690e84e
      #601750)
690e84e
  * Language support (C, C++, Java) plugin:
690e84e
    + Do not auto-complete inside string or comment. (GNOME Bugzilla #566982)
690e84e
    + Better expression parsing. (GNOME Bugzilla #608499)
690e84e
  * Message view plugin:
690e84e
    + Do not print garbage for messages in bold font. (GNOME Bugzilla #566194)
690e84e
  * Project manager plugin:
690e84e
    + Allow Python source to be added to a project. (GNOME Bugzilla #559876)
690e84e
    + Fixed 'add project target'. (GNOME Bugzilla #565191)
690e84e
    + Do not create random directories when importing. (GNOME Bugzilla #607415)
690e84e
  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.92.0.news
690e84e
  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.90.0.news
690e84e
  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.6.0.news
690e84e
  * http://download.gnome.org/sources/anjuta/2.29/anjuta-2.29.5.0.news
690e84e
- Added 'BuildRequires: dbus-glib-devel vala-devel'.
690e84e
- Dropped patch to fix build failures due to missing libxml cflags/libs.
690e84e
  (GNOME Bugzilla #567029)
690e84e
- Force verbose build output with '--disable-silent-rules'.
690e84e
690e84e
* Tue Feb 16 2010 Debarshi Ray <rishi@fedoraproject.org> - 1:2.28.2.0-1
690e84e
- Version bump to 2.28.2.0.
690e84e
  * Class generator plugin:
690e84e
    + C++ keywords should not be translated. (GNOME Bugzilla #606801)
690e84e
  * Git plugin:
690e84e
    + Fixed failure while importing. (GNOME Bugzilla #601567)
690e84e
  * Symbol-db plugin:
690e84e
    + Editing some text while searching should not lead to an inconsistent
690e84e
      state. (GNOME Bugzilla #566209)
690e84e
  * http://download.gnome.org/sources/anjuta/2.28/anjuta-2.28.2.0.news
690e84e
e71cecf
* Thu Nov 05 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.28.1.0-2
e71cecf
- Bumped to consume new libgdl soname.
e71cecf
374cd38
* Thu Oct 29 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.28.1.0-1
374cd38
- Version bump to 2.28.1.0.
374cd38
  * Debug manager plugin:
374cd38
    + Report error when location is < 0 for markers. (GNOME Bugzilla #593954)
374cd38
  * File loader plugin:
374cd38
    + Improved drag-and-drop behaviour. (GNOME Bugzilla #567363)
374cd38
  * GtkSourceView editor plugin:
374cd38
    + Improved drag-and-drop behaviour. (GNOME Bugzilla #355151)
374cd38
  * Subversion plugin:
374cd38
    + Removed duplicate IDs from the Glade file. (GNOME Bugzilla #596001)
374cd38
  * Symbol-db plugin:
374cd38
    + Fixed crash when loading a project. (GNOME Bugzilla #597113)
374cd38
  * Terminal plugin:
374cd38
    + Prevented it from crashing and freezing X. (GNOME Bugzilla #597318)
374cd38
  * http://download.gnome.org/sources/anjuta/2.28/anjuta-2.28.1.0.news
374cd38
- Added 'BuildRequires: GConf2-devel ORBit2-devel' and removed
374cd38
  'BuildRequires: binutils-devel graphviz-devel libgnomeui-devel pcre-devel'.
374cd38
07493ef
* Sat Sep 12 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1:2.27.92.0-1
374cd38
- Version bump to 2.27.92.0, rebuild for broken deps.
374cd38
  * A better Git plugin and working C++ auto-completion.
374cd38
  * http://download.gnome.org/sources/anjuta/2.27/anjuta-2.27.92.0.news
374cd38
  * http://download.gnome.org/sources/anjuta/2.27/anjuta-2.27.91.0.news
374cd38
  * http://download.gnome.org/sources/anjuta/2.27/anjuta-2.27.5.0.news
374cd38
- Fixed build failures due to missing libxml cflags/libs. (GNOME
374cd38
  Bugzilla #600407)
07493ef
173e747
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 1:2.27.3.0-3
173e747
- Use bzipped upstream tarball.
173e747
374cd38
* Fri Jul 24 2009 Release Engineering <rel-eng@fedoraproject.org> - 1:2.27.3.0-2
88b8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88b8cd6
bdbeac5
* Tue Jul 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.27.3.0-1
bdbeac5
- Version bump to 2.27.3.0.
374cd38
  * The Graphviz, profiler, Scintilla, ScratchBox and Valgrind plugins
374cd38
    are now part of Anjuta Extras. They are no longer shipped with
374cd38
    this package.
374cd38
  * Improvements in auto-completion speed.
374cd38
  * Improvements in Git and Subversion plugins.
374cd38
  * Ported to GtkBuilder. (GNOME Bugzilla #530740)
bdbeac5
  * Git plugin:
bdbeac5
    + Commit dialog should have the "amend" option. (GNOME Bugzilla #580340)
bdbeac5
  * GTodo plugin:
bdbeac5
    + Use g_timeout_add_seconds to reduce wakeups. (GNOME Bugzilla #582710)
bdbeac5
  * Language support (C, C++, Java) plugin:
bdbeac5
    + Fixed crash when dismissing auto-completion popup and deleting some
bdbeac5
      characters. (GNOME Bugzilla #582464)
bdbeac5
  * Project wizard plugin:
bdbeac5
    + Infer project name from project path. (GNOME Bugzilla #568779)
bdbeac5
    + wxWidget projects should not depend on libglade and Gtk+. (GNOME
bdbeac5
      Bugzilla #581074)
bdbeac5
  * Scintilla editor plugin:
bdbeac5
    + Fixed position of tooltips. (GNOME Bugzilla #577721)
bdbeac5
  * Search plugin:
bdbeac5
    + Point to correct line number. (GNOME Bugzilla #576959)
2c2be31
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/anjuta-2.27.3.0.news
2c2be31
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/anjuta-2.27.2.0.news
bdbeac5
- Do not drop schemas translations from po files.
fe7bbd7
- Replaced 'BuildRequires: e2fsprogs-devel' with
6846b51
  'BuildRequires: libuuid-devel'.
bdbeac5
- Removed 'Requires: libglade2 >= 2.6.3-2'.
bdbeac5
bdbeac5
* Tue Jul 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.26.2.2-3
bdbeac5
- Added patch against class generator plugin to fix wrong copyright and
bdbeac5
  license notices. (GNOME Bugzilla #575147)
bdbeac5
bdbeac5
* Tue Jul 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.26.2.2-2
bdbeac5
- Fixed the value of PACKAGE_DOC_DIR. (GNOME Bugzilla #588506)
bdbeac5
33c30a4
* Tue Jul 14 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.26.2.2-1
33c30a4
- Version bump to 2.26.2.2.
33c30a4
  * Git plugin:
33c30a4
    + Fixed a crash. (GNOME Bugzilla #584347)
33c30a4
  * Project manager plugin:
33c30a4
    + Fixed segmentation fault when adding a file to a project. (GNOME
33c30a4
      Bugzilla #579118)
33c30a4
    + Make gbf-am-parse work with subdirectory targets. (GNOME Bugzilla
33c30a4
      #580247)
33c30a4
  * Subversion plugin:
33c30a4
    + Do not show a commit number in the info pane if no files are given.
33c30a4
    + Do not crash if no paths are selected for committing.
33c30a4
  * Symbol-db plugin:
33c30a4
    + Fixed viewing of local symbols.
33c30a4
    + Plugged a memory leak that broke completion. (GNOME Bugzilla #585498)
33c30a4
  * Tools plugin:
33c30a4
    + Handle patch files with whitespaces in their names. (GNOME Bugzilla
33c30a4
      #580013)
2c2be31
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/anjuta-2.26.2.2.news
2c2be31
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/anjuta-2.26.2.1.news
2c2be31
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/anjuta-2.26.2.0.news
33c30a4
- Explicitly set docdir to /usr/share/doc/anjuta-2.26.2.2.
33c30a4
bc6fb63
* Wed Apr 15 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.26.1.0-1
bc6fb63
- Version bump to 2.26.1.0.
bc6fb63
  * New animation to identify running builds.
bc6fb63
  * File manager plugin:
bc6fb63
    + Show tooltips in the Files view only when full name does not fit. (GNOME
bc6fb63
      Bugzilla #564002)
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/anjuta-2.26.1.0.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/anjuta-2.26.1.0.changes
bc6fb63
d69c311
* Mon Apr 13 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.26.0.1-3
d69c311
- Added 'Requires: ctags libgda-sqlite >= 3.99.7'. (Red Hat Bugzilla #494423)
d69c311
- Removed 'Requires: libglade2-devel >= 2.6.3-2 libgnomeui-devel pkgconfig'
d69c311
  from anjuta-devel.
d69c311
d69c311
* Sat Apr 11 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.26.0.1-2
df16388
- Replaced 'Obsoletes: gnome-build <= 2.24.1-1' with
df16388
  'Obsoletes: gnome-build <= 2.24.1-1.fc10'. (Red Hat Bugzilla #485452).
df16388
- Explicitly passed '--enable-scrollkeeper' to configure.
df16388
4f6b2aa
* Tue Apr 07 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.26.0.1-1
4f6b2aa
- Version bump to 2.26.0.1.
4f6b2aa
  * Get rid of libgnomecanvas. (GNOME Bugzilla #571740)
4f6b2aa
  * Huge improvements in the tooltip area.
4f6b2aa
  * Prevent hang when pressing backspace in the editor.
4f6b2aa
  * Git plugin:
4f6b2aa
    + Fixed crash.
4f6b2aa
  * GtkSourceView editor plugin:
4f6b2aa
    + Actually save modified files on exit. (GNOME Bugzilla #574376)
4f6b2aa
  * Language support (C, C++, Java) plugin:
4f6b2aa
    + Showing calltips should not hinder editing. (GNOME Bugzilla #574802)
4f6b2aa
  * Scintilla editor plugin:
4f6b2aa
    + Use line endings correctly. (GNOME Bugzilla #574607)
4f6b2aa
  * Search plugin:
4f6b2aa
    + Should point to correct line number. (GNOME Bugzilla #576959)
4f6b2aa
  * Translation updates: pt_BR, en_GB, da, fi, fr, gl, el, it, ca, pt, sv, es,
4f6b2aa
    tr, hu, vi, de, sl, ru, ja, mr, ar, th and pl.
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/anjuta-2.26.0.1.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/anjuta-2.26.0.1.changes
4f6b2aa
- configure fixes accepted by upstream.
4f6b2aa
- Stripped redundant translations from .mo files. (GNOME Bugzilla #474987)
4f6b2aa
b3b09f7
* Tue Mar 10 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.25.903.0-1
b3b09f7
- Version bump to 2.25.903.0.
b3b09f7
  * Fixed Glade and version control integration.
b3b09f7
  * Updated documentation.
b3b09f7
  * Automatically select program to run if the project has only one
b3b09f7
    executable. (GNOME Bugzilla #564306)
b3b09f7
  * Build (basic Autotools) plugin:
b3b09f7
    + Save configuration options for build configuration. (GNOME Bugzilla
b3b09f7
      #555895)
b3b09f7
    + Fixed Valgrind violations. (GNOME Bugzilla #565170)
b3b09f7
  * GtkSourceView editor plugin:
b3b09f7
    + Make swapping of .h and .c work for C header files. (GNOME Bugzilla
b3b09f7
      #556970)
b3b09f7
    + Should not crash when closing unsaved file. (GNOME Bugzilla #559806)
b3b09f7
    + Fixed crash when closing a read-only file that threw an exception while
b3b09f7
      running a program in the debugger. (GNOME Bugzilla #564891)
b3b09f7
  * Scintilla editor plugin:
b3b09f7
    + Make auto-complete box vanish on backspace. (GNOME Bugzilla #567068)
b3b09f7
  * Search plugin:
b3b09f7
    + Repaired Find & Replace. (GNOME Bugzilla #571760)
b3b09f7
    + Fixed crash when clicking on the results of 'Find in files ...'. (GNOME
b3b09f7
      Bugzilla #572608)
b3b09f7
  * Symbol-db plugin:
b3b09f7
    + Fixed Valgrind violations. (GNOME Bugzilla #572637)
b3b09f7
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.903.0.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.903.0.changes
b3b09f7
- Fixed configure to correctly handle --enable-plugin-scintilla.
b3b09f7
- Upstream no longer installs /usr/bin/benchmark.
b3b09f7
526db74
* Sun Mar 08 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1:2.25.902-6
b3b09f7
- Bumped to consume new WebKit soname.
526db74
4b49d64
* Wed Feb 27 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.25.902-5
4b49d64
- Added 'Provides: perl(GBF::Make)'. Imported from gnome-build. (Red Hat
4b49d64
  Bugzilla #486530)
4b49d64
e7b5b74
* Wed Feb 25 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.25.902-4
e7b5b74
- Removed 'BuildRequires: libgnomeprintui22-devel'.
48c219a
- Enabled Glade3 plugin, and added 'Requires: glade3-libglade3ui >= 3.5.7' and
48c219a
  'BuildRequires: glade3-libgladeui-devel >= 3.5.7'.
29db07b
- Added 'BuildArch: noarch' to anjuta-doc for
29db07b
  http://fedoraproject.org/wiki/Features/NoarchSubpackages
37962d3
- Excluded /usr/bin/benchmark.
e7b5b74
e7b5b74
* Wed Feb 25 2009 Alex Lancaster <alexlan[AT]fedoraproject.org> - 1:2.25.902-3
e7b5b74
- Added 'BuildRequires: libgnomeui-devel unique-devel'.
371999e
e7b5b74
* Mon Feb 23 2009 Release Engineering <rel-eng@fedoraproject.org> - 1:2.25.902-2
e7b5b74
- Autorebuild for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ddf309e
92d2a8c
* Sat Feb 21 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.25.902-1
92d2a8c
- Version bump to 2.25.902.
92d2a8c
  * Updated code completion, searching and project management.
92d2a8c
  * Fixed crash on enabling or disabling a plugin. (GNOME Bugzilla #566785)
92d2a8c
  * Fixed plugin description parser. (GNOME Bugzilla #571233)
92d2a8c
  * Git plugin:
92d2a8c
    + Initialize widgets before adding watches. (GNOME Bugzilla #570929)
92d2a8c
  * GtkSourceView editor plugin:
92d2a8c
    + Fixed multiple crashes. (GNOME Bugzilla #570492)
92d2a8c
    + Fixed crash after clicking Edit/Preferences with an open file. (GNOME
92d2a8c
      Bugzilla #571114)
92d2a8c
  * Language support (C, C++, Java) plugin:
92d2a8c
    + Code completion of symbols. (GNOME Bugzilla #566693)
92d2a8c
    + Correctly tab indent function parameters automatically. (GNOME Bugzilla
92d2a8c
      #567606)
92d2a8c
    + Indent multi-line function declarations correctly. (GNOME Bugzilla
92d2a8c
      #571215)
92d2a8c
  * Project manager plugin:
92d2a8c
    + Enable removal of project variables. (GNOME Bugzilla #556148)
92d2a8c
  * Search plugin:
92d2a8c
    + Trailing backslashes missing from the find pane. (GNOME Bugzilla #539580)
92d2a8c
    + Fixed duplicate matches in search results. (GNOME Bugzilla #565015)
92d2a8c
    + Handle find and replace in files containing multi-byte UTF-8 sequences.
92d2a8c
      (GNOME Bugzilla #566531)
92d2a8c
  * Symbol-db plugin:
92d2a8c
    + Display tooltip with prototype when calling a function in the same
92d2a8c
      project. (GNOME Bugzilla #566987).
92d2a8c
    + Scan user-added packages. (GNOME Bugzilla #570877)
92d2a8c
  * Terminal plugin:
92d2a8c
    + Fixed multiple crashes. (GNOME Bugzilla #570492)
92d2a8c
  * Tools plugin:
92d2a8c
    + Fixed crash due to a double free. (GNOME Bugzilla #571143)
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.902.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.902.changes
4b49d64
- Removed unwanted Perl Provides and Requires. Imported from gnome-build.
92d2a8c
df29f62
* Thu Feb 12 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1:2.25.901-2
92d2a8c
- Added 'BuildRequires: perl(Locale::gettext)'.
df29f62
b3f1a89
* Thu Feb 12 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 1:2.25.901-1
92d2a8c
- Version bump to 2.25.901.
92d2a8c
  * Absorbed gnome-build code. Added 'Obsoletes: gnome-build <= 2.24.1-1'.
92d2a8c
  * New starter plugin for fast access to common actions.
92d2a8c
  * Improved searching and HIG fixes.
92d2a8c
  * Scintilla updated to 1.77.
92d2a8c
  * Ported to GLib VFS. (GNOME Bugzilla #511589)
92d2a8c
  * Get rid of libgnome(ui) partially. (GNOME Bugzilla #513156)
92d2a8c
  * GNOME Goal: removed deprecated GLib symbols. (GNOME Bugzilla #560857)
92d2a8c
  * Added Scratchbox2 support. (GNOME Bugzilla #565320)
92d2a8c
  * Improved auto-completion and symbol-db.
92d2a8c
  * Improved file status display.
92d2a8c
  * Ported to GtkPrint. (GNOME Bugzilla #564659)
92d2a8c
  * Fixed crash when replacing all in open buffers. (GNOME Bugzilla #570223)
92d2a8c
  * Build (basic Autotools) plugin:
92d2a8c
    + Build does not start with unsaved files. (GNOME Bugzilla #567206)
92d2a8c
  * File loader plugin:
92d2a8c
    + Support opening PHP, Ruby, etc. scripts. (GNOME Bugzilla #309664)
92d2a8c
  * File manager plugin:
92d2a8c
    + Added option to hide unversioned files. (GNOME Bugzilla #570136)
92d2a8c
    + Detect modified files. (GNOME Bugzilla #570264)
92d2a8c
  * File wizard plugin:
92d2a8c
    + Support creation of corresponding header file. (GNOME Bugzilla #562754)
92d2a8c
  * GDB plugin:
92d2a8c
    + Support remote debugging using GDBServer. (GNOME Bugzilla #503764)
92d2a8c
  * Glade plugin:
92d2a8c
    + Google Summer of Code 2008: merged integration work. (GNOME Bugzilla
92d2a8c
      #542412)
92d2a8c
  * GtkSourceView editor plugin:
92d2a8c
    + Added go to matching brace, and start/end of block commands. (GNOME
92d2a8c
      Bugzilla #563499)
92d2a8c
    + Go to tag definition should support symbols ending in a digit. (GNOME
92d2a8c
      Bugzilla #567049)
92d2a8c
    + Autocomplete box should vanish on backspace. (GNOME Bugzilla #567068)
92d2a8c
  * Project wizard plugin:
92d2a8c
    + Expand tilde to $HOME. (GNOME Bugzilla #562623)
92d2a8c
    + Autogenerated Gtk/GNOME program should exit. (GNOME Bugzilla #564308)
92d2a8c
  * Scintilla editor plugin:
92d2a8c
    + Spurious reload messages. (GNOME Bugzilla #491491)
92d2a8c
  * Subversion plugin:
92d2a8c
    + Differentiate between versioned and non-versioned files. (GNOME Bugzilla
92d2a8c
      #561370)
92d2a8c
    + Added revert command. (GNOME Bugzilla #564988)
92d2a8c
    + Diffs should be done from the project root directory. (GNOME Bugzilla
92d2a8c
      #566924)
92d2a8c
  * Symbol-db plugin:
92d2a8c
    + This is now the default. The old CTags and symbol-browser plugins have
92d2a8c
      been removed.
92d2a8c
    + Go to declaration/definition should support macros. (GNOME Bugzilla
92d2a8c
      #566691)
92d2a8c
    + Do not hang if project is closed while scanning symbols. (GNOME Bugzilla
92d2a8c
      #567067)
92d2a8c
    + Allow jumping to declarations in external package header. (GNOME Bugzilla
92d2a8c
      #567361)
92d2a8c
    + Go to tag definition should support an enum, a global variable, a struct
92d2a8c
      or a typedef. (GNOME Bugzilla #567058)
92d2a8c
    + Go to declaration/implementation should prefer the current file. (GNOME
92d2a8c
      Bugzilla #568028)
92d2a8c
    + Scan system packages. (GNOME Bugzilla #568119)
92d2a8c
    + Do not freeze when moving around large portions of code. (GNOME Bugzilla
92d2a8c
      #568493)
92d2a8c
  * Translation updates: es, fr, sv, fi, he, ru, pt_BR and pl.
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.901.news
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.90.news
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.5.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.901.changes
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.90.changes
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/anjuta-2.25.5.changes
92d2a8c
- Patch against Devhelp plugin is now upstream.
48c219a
- Disabled Glade3 plugin because glade3-3.5.7 is not yet available.
b3f1a89
3fd6552
* Sun Jan 04 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.24.2-1
92d2a8c
- Version bump to 2.24.2. (Red Hat Bugzilla #478684)
92d2a8c
  * Debug manager plugin:
92d2a8c
    + Missing debugger menu. (GNOME Bugzilla #559800)
92d2a8c
  * Translation updates: pt_BR and si.
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.24/anjuta-2.24.2.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.24/anjuta-2.24.2.changes
3fd6552
ec37fd9
* Sat Jan 03 2009 Debarshi Ray <rishi@fedoraproject.org> - 1:2.24.1-3
ec37fd9
- Added patch against the Devhelp plugin from GNOME to make it work with the
92d2a8c
  new WebKit-based Devhelp >= 0.22. (GNOME Bugzilla #560311, and Red Hat
92d2a8c
  Bugzilla #478578)
ec37fd9
733bace
* Sun Nov 09 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.24.1-2
e308f15
- Added 'Requires: libglade2 >= 2.6.3-2' and a symlink to libanjuta.so.0 for
92d2a8c
  some plugins to work. (Red Hat Bugzilla #467894)
e308f15
c389ac4
* Tue Oct 28 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.24.1-1
c389ac4
- Version bump to 2.24.1.
92d2a8c
  * Build (basic Autotools) plugin:
92d2a8c
    + Could not find the .glade file while executing a binary. (GNOME Bugzilla
92d2a8c
      #554337)
92d2a8c
  * Document manager plugin:
92d2a8c
    + Do not disable save when closing file tabs. (GNOME Bugzilla #556053)
92d2a8c
  * Translation updates: ar, de, ru, bg, fi, pl, he and da.
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.24/anjuta-2.24.1.news
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.5/anjuta-2.5.90.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.24/anjuta-2.24.1.changes
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.24/anjuta-2.24.0.1.changes
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.5/anjuta-2.5.90.changes
c389ac4
- Makefile problems fixed by upstream.
e7b442e
- Added 'Requires: git' and 'BuildRequires: e2fsprogs-devel intltool'.
c389ac4
- libanjuta-egg.so has been dropped.
c389ac4
773e54a
* Sat Sep 20 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.4.2-1
773e54a
- Version bump to 2.4.2.
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.4/anjuta-2.4.2.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.4/anjuta-2.4.2.changes
773e54a
- Enabled Valgrind plugin and added 'BuildRequires: binutils-devel'.
773e54a
f966f10
* Sat May 24 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.4.1-1
92d2a8c
- Version bump to 2.4.1. (Red Hat Bugzilla #446242)
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.4/anjuta-2.4.1.news
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.5.news
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.4.news
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.3.news
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.2.news
92d2a8c
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.1.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.4/anjuta-2.4.1.changes
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.5.changes
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.4.changes
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.3.changes
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.2.changes
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.3/anjuta-2.3.1.changes
92d2a8c
- Spurious file modification messages from Scintilla fixed by upstream. (Red
92d2a8c
  Hat Bugzilla #447090)
f966f10
dcb8b7a
* Tue May 13 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.2.3-8
92d2a8c
- Added missing header to fix build failure on ia64. (Red Hat Bugzilla #446020)
dcb8b7a
c36d79f
* Fri Apr 11 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.2.3-7
92d2a8c
- Restored empty files. (Red Hat Bugzilla #440087)
c36d79f
a80dbf0
* Sun Apr 06 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.2.3-6
92d2a8c
- Added 'Requires: autogen'. (Red Hat Bugzilla #441036)
a80dbf0
20d492d
* Thu Mar 27 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.2.3-5
20d492d
- Fixed Source0 URL according to Fedora packaging guidelines.
20d492d
- Removed 'BuildRequires: chrpath' and use better ways of removing rpaths.
20d492d
- Added Scintilla documentation to anjuta-devel.
Paul F. Johnson a1b22a2
20d492d
* Fri Feb 29 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.2.3-4
20d492d
- Restored 'BuildRequires: chrpath' for removing rpaths.
20d492d
- Added 'Requires: gtk-doc' for anjuta-devel.
Paul F. Johnson a1b22a2
20d492d
* Fri Feb 29 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.2.3-3
92d2a8c
- Fixed create_global_tags.sh.in. (Red Hat Bugzilla #228351)
20d492d
- Enabled Devhelp plugin on Fedora 7.
20d492d
- Removed 'BuildRequires: chrpath' and use better ways of removing rpaths.
20d492d
- Removed 'ExcludeArch: ppc64'.
20d492d
- Fixed post scriplet for the doc subpackage.
Paul F. Johnson a1b22a2
6a88309
* Mon Feb 18 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.2.3-2
17bc445
- Added 'BuildRequires: libgnomeui-devel' to prevent failure on Fedora 7.
17bc445
- Disabled Devhelp plugin to prevent failure on Fedora 7.
6a88309
19c0f16
* Sun Jan 27 2008 Debarshi Ray <rishi@fedoraproject.org> - 1:2.2.3-1
19c0f16
- Initial build. Imported SPEC from Rawhide and renamed as anjuta-doc from
19c0f16
  anjuta-docs according to Fedora naming guidelines.
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.2/anjuta-2.2.3.news
bc6fb63
  * http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.2/anjuta-2.2.3.changes