0d1f3e1
# The Python templates in /usr/share/anjuta/project can not be byte-compiled.
0d1f3e1
%global _python_bytecompile_errors_terminate_build 0
0d1f3e1
2395a94
%if 0%{?fedora}
2395a94
%global with_python3 1
2395a94
%else
2395a94
%global with_python3 0
2395a94
%endif
2395a94
5c0b129
Name:           anjuta
5c0b129
Epoch:          1
ad7954e
Version:        3.34.0
bb655d1
Release:        7%{?dist}
5c0b129
Summary:        GNOME IDE for various programming languages (including C/C++, Python, Vala and JavaScript)
524543a
5c0b129
License:        GPLv2+
5c0b129
URL:            http://www.anjuta.org/
ad7954e
Source0:        http://download.gnome.org/sources/anjuta/3.34/%{name}-%{version}.tar.xz
Richard Hughes 5325af6
5c0b129
BuildRequires:  autogen
e0662c9
BuildRequires:  chrpath
5c0b129
BuildRequires:  desktop-file-utils
5c0b129
BuildRequires:  devhelp-devel >= 3.0.0
5c0b129
BuildRequires:  gettext
e960599
BuildRequires:  glade-devel
5c0b129
BuildRequires:  graphviz-devel
5c0b129
BuildRequires:  gtksourceview3-devel >= 2.91.8
5c0b129
BuildRequires:  intltool
8a02ee0
BuildRequires:  libgda-devel >= 5.1.0
5c0b129
BuildRequires:  libgdl-devel >= 2.91.4
5c0b129
BuildRequires:  libuuid-devel
5c0b129
BuildRequires:  neon-devel
ffa7c62
BuildRequires:  perl-generators
5c0b129
BuildRequires:  perl(Locale::gettext)
5c0b129
BuildRequires:  perl(XML::Parser)
2395a94
%if 0%{?with_python3}
Mohammed El-Afifi 57a75ac
BuildRequires:  python3-devel
2395a94
%else
2395a94
BuildRequires:  python-devel
2395a94
%endif
5c0b129
BuildRequires:  sqlite-devel
5c0b129
BuildRequires:  subversion-devel
5c0b129
BuildRequires:  vala-devel
b5ac7f7
BuildRequires:  vte291-devel
bff2b37
BuildRequires:  libxml2-devel
Cosimo Cecchi 72b4c57
BuildRequires:  gobject-introspection-devel
ad983c6
BuildRequires:  flex
7d4fa44
BuildRequires:  bison
Richard Hughes 37d7f1c
BuildRequires:  itstool
Richard Hughes a1187cb
BuildRequires:  libappstream-glib
810bb8b
BuildRequires:  gcc-c++
d2b5de9
BuildRequires: make
19c0f16
5c0b129
Requires:       autogen
5c0b129
Requires:       gdb >= 7.0
5c0b129
Requires:       git
5c0b129
Requires:       hicolor-icon-theme
8a02ee0
Requires:       libgda-sqlite >= 5.1.0
ac88a3a
Requires:       automake
ac88a3a
Requires:       autoconf
524543a
adf68b9
# Obsolete the -doc subpackage and instead install the user help in main
adf68b9
# anjuta package so that About->User's Manual could work out of the box.
adf68b9
Obsoletes:      anjuta-doc < 1:3.3.92-1
adf68b9
cvsextras b264c7e
%description
5d57568
Anjuta DevStudio is a versatile software development studio featuring
5d57568
a number of advanced programming facilities including project
5d57568
management, application wizard, interactive debugger, source editor,
5d57568
version control, GUI designer, profiler and many more tools. It
5d57568
focuses on providing simple and usable user interface, yet powerful
5d57568
for efficient development.
Paul F. Johnson a1b22a2
Paul F. Johnson a1b22a2
%package devel
5c0b129
Summary:        Development files for %{name}
e3fb27a
Requires:       %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Paul F. Johnson a1b22a2
Paul F. Johnson a1b22a2
%description devel
19c0f16
This package contains development files for %{name}.
19c0f16
cvsextras 1f7000d
cvsextras b264c7e
%prep
873a6b6
%setup -q
690e84e
20d492d
cvsextras b264c7e
%build
2395a94
%if 0%{?with_python3}
Mohammed El-Afifi 57a75ac
export PYTHON=%{__python3}
2395a94
%endif
524543a
%configure \
963e2a2
  --disable-compile-warnings \
524543a
  --disable-schemas-compile \
524543a
  --disable-silent-rules \
524543a
  --disable-static \
524543a
  --enable-introspection \
524543a
  --enable-plugin-devhelp \
524543a
  --enable-plugin-glade \
ea8ed2c
  --enable-plugin-subversion
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
19c0f16
%install
f52a0e0
%make_install
19c0f16
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
cvsextras b264c7e
Richard Hughes a1187cb
# Update the screenshot shown in the software center
Richard Hughes a1187cb
#
Richard Hughes a1187cb
# NOTE: It would be *awesome* if this file was pushed upstream.
Richard Hughes a1187cb
#
Richard Hughes a1187cb
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
Richard Hughes a1187cb
#
39b52ce
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/metainfo/anjuta.appdata.xml \
Richard Hughes a1187cb
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/anjuta/a.png \
Richard Hughes a1187cb
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/anjuta/b.png 
Richard Hughes a1187cb
e0662c9
# Remove lib64 rpaths
e0662c9
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/anjuta
e0662c9
for f in $RPM_BUILD_ROOT%{_libdir}/anjuta/*.so ; do
e0662c9
    chrpath --delete $f
e0662c9
done
e0662c9
Debarshi Ray 98f2682
# Use %%doc instead.
19c0f16
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
Paul F. Johnson a1b22a2
adf68b9
%find_lang %{name} --all-name --with-gnome
cvsextras 1f7000d
ffff2db
ffff2db
%check
918bfc5
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/anjuta.desktop
19c0f16
6d7d0f5
19c0f16
%files -f %{name}.lang
c4652c9
%license COPYING
19c0f16
%doc AUTHORS
19c0f16
%doc MAINTAINERS
19c0f16
%doc NEWS
19c0f16
%doc ROADMAP
19c0f16
%{_bindir}/%{name}
07493ef
%{_bindir}/%{name}-launcher
07493ef
%{_bindir}/%{name}-tags
918bfc5
%{_datadir}/applications/anjuta.desktop
341a706
%{_datadir}/icons/hicolor/*/apps/anjuta.png
b5ac7f7
%{_datadir}/icons/hicolor/*/mimetypes/application-x-anjuta.png
b5ac7f7
%{_datadir}/icons/hicolor/scalable/apps/anjuta.svg
b5ac7f7
%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-anjuta.svg
0d884a1
%{_datadir}/icons/hicolor/symbolic/apps/anjuta-symbolic.svg
39b52ce
%{_datadir}/metainfo/anjuta.appdata.xml
19c0f16
%{_datadir}/mime/packages/%{name}.xml
524543a
%{_libdir}/anjuta/
Cosimo Cecchi 72b4c57
%{_libdir}/girepository-1.0/Anjuta-3.0.typelib
Cosimo Cecchi 72b4c57
%{_libdir}/girepository-1.0/IAnjuta-3.0.typelib
524543a
%{_libdir}/libanjuta-3.so.*
524543a
%{_datadir}/anjuta/
524543a
%{_datadir}/glib-2.0/schemas/org.gnome.anjuta*.gschema.xml
524543a
%{_datadir}/pixmaps/anjuta/
6758d90
%{_mandir}/man1/anjuta.1*
6758d90
%{_mandir}/man1/anjuta-launcher.1*
6ab7428
20d492d
%files devel
20d492d
%doc doc/ScintillaDoc.html
bff2b37
%{_libdir}/libanjuta-3.so
bff2b37
%{_libdir}/pkgconfig/libanjuta-3.0.pc
Cosimo Cecchi 72b4c57
%{_datadir}/gir-1.0/Anjuta-3.0.gir
Cosimo Cecchi 72b4c57
%{_datadir}/gir-1.0/IAnjuta-3.0.gir
20d492d
b9a827e
%dir %{_datadir}/gtk-doc
b9a827e
%dir %{_datadir}/gtk-doc/html
20d492d
%dir %{_datadir}/gtk-doc/html/libanjuta
3fd6552
%doc %{_datadir}/gtk-doc/html/libanjuta/*
20d492d
bff2b37
%dir %{_includedir}/libanjuta-3.0
bff2b37
%{_includedir}/libanjuta-3.0/libanjuta
20d492d
Paul F. Johnson a1b22a2
20d492d
%changelog
bb655d1
* Sun Sep 13 2020 Kalev Lember <klember@redhat.com> - 1:3.34.0-7
bb655d1
- Rebuilt for libgladeui soname bump
bb655d1
fe39505
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.0-6
fe39505
- Second attempt - Rebuilt for
fe39505
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fe39505
393ee26
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.0-5
393ee26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
393ee26
144bf26
* Wed Jul 01 2020 Gwyn Ciesla <gwync@protonmail.com> - 1:3.34.0-4
144bf26
- Autogen rebuild
144bf26
9afb716
* Fri May 22 2020 Kalev Lember <klember@redhat.com> - 1:3.34.0-3
9afb716
- Rebuilt for libgladeui soname bump
9afb716
ff8a8c3
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.34.0-2
ff8a8c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
ff8a8c3
ad7954e
* Sun Sep 08 2019 Gwyn Ciesla <gwync@protonmail.com> - 1:3.34.0-1
ad7954e
- 3.34
ad7954e
d5341df
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1:3.28.0-10
d5341df
- Rebuilt for Python 3.8
d5341df
709a406
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.28.0-9
709a406
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
709a406
1a46bc2
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.28.0-8
1a46bc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1a46bc2
a6a3407
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 1:3.28.0-7
a6a3407
- Rebuilt against fixed atk (#1626575)
a6a3407
cfd8e4c
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 1:3.28.0-6
cfd8e4c
- Rebuilt for libdevhelp soname bump
cfd8e4c
be46473
* Mon Aug 06 2018 Kalev Lember <klember@redhat.com> - 1:3.28.0-5
be46473
- Rebuilt for vala 0.42
be46473
810bb8b
* Fri Jul 20 2018 Gwyn Ciesla <limburgher@gmail.com> - 1:3.28.0-4
810bb8b
- BR fix.
810bb8b
d9a98e3
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.28.0-3
d9a98e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d9a98e3
da964db
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1:3.28.0-2
da964db
- Rebuilt for Python 3.7
da964db
39b52ce
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 1:3.28.0-1
39b52ce
- Update to 3.28.0
28287ce
- Remove ldconfig scriptlets
39b52ce
1d36a10
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:3.26.0-5
1d36a10
- Escape macros in %%changelog
1d36a10
072bb6b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.26.0-4
072bb6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
072bb6b
0d1522a
* Sun Jan 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:3.26.0-3
0d1522a
- Remove obsolete scriptlets
0d1522a
4649035
* Wed Dec 20 2017 Kalev Lember <klember@redhat.com> - 1:3.26.0-2
4649035
- Rebuilt for vala 0.40
4649035
c8e0c5c
* Sun Sep 10 2017 Kalev Lember <klember@redhat.com> - 1:3.26.0-1
c8e0c5c
- Update to 3.26.0
c8e0c5c
79da78f
* Fri Aug 25 2017 Kalev Lember <klember@redhat.com> - 1:3.22.0-9
79da78f
- Rebuilt for libdevhelp soname bump
79da78f
8270cb3
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.22.0-8
8270cb3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8270cb3
ed2d79c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.22.0-7
ed2d79c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ed2d79c
adac13b
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1:3.22.0-6
adac13b
- Rebuilt for libdevhelp soname bump
adac13b
96288b9
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 1:3.22.0-5
96288b9
- Rebuilt for vala 0.36
96288b9
8d55b86
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.22.0-4
8d55b86
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8d55b86
3c60f8c
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1:3.22.0-3
3c60f8c
- Rebuild for Python 3.6
3c60f8c
985306f
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 1:3.22.0-2
985306f
- Rebuilt for vala 0.34
985306f
f45794f
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1:3.22.0-1
f45794f
- Update to 3.22.0
54c5754
- Don't set group tags
ffff2db
- Move desktop-file-validate to the check section
f45794f
fcaf933
* Mon Apr 11 2016 Jon Ciesla <limburgher@gmail.com> - 1:3.20.0-2
ac88a3a
- Add Requires for autoconf, automake, BZ 1269674.
ac88a3a
1091fe8
* Sun Mar 20 2016 Kalev Lember <klember@redhat.com> - 1:3.20.0-1
1091fe8
- Update to 3.20.0
1091fe8
1a8470b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.18.2-3
1a8470b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1a8470b
Mohammed El-Afifi 57a75ac
* Sun Nov 15 2015 Mohammed El-Afifi <Mohammed_ElAfifi@yahoo.com> - 1:3.18.2-2
Mohammed El-Afifi 57a75ac
- Build with Python 3
Mohammed El-Afifi 57a75ac
d442c30
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 1:3.18.2-1
d442c30
- Update to 3.18.2
d442c30
0d884a1
* Sun Sep 20 2015 Kalev Lember <klember@redhat.com> - 1:3.18.0-1
0d884a1
- Update to 3.18.0
0d884a1
- Include new symbolic icon
f52a0e0
- Use make_install macro
0d884a1
79e36fe
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.16.0-5
79e36fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
79e36fe
d12f4f0
* Wed May 27 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.0-4
d12f4f0
- Rebuilt for vala 0.30
d12f4f0
199cf5f
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.0-3
199cf5f
- Rebuilt for GCC 5 C++11 ABI change
199cf5f
Richard Hughes a1187cb
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 1:3.16.0-2
Richard Hughes a1187cb
- Use better AppData screenshots
Richard Hughes a1187cb
fee42d5
* Sun Mar 22 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.0-1
fee42d5
- Update to 3.16.0
c4652c9
- Use license macro for the COPYING file
fee42d5
43ece98
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.15.90-2
43ece98
- Rebuilt for libvala soname bump
43ece98
3ee5d59
* Mon Jan 26 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 1:3.15.90-1
3ee5d59
- Update to 3.15.90
3ee5d59
1a44d35
* Sun Sep 21 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-1
1a44d35
- Update to 3.14.0
1a44d35
bd36535
* Sun Sep 14 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.92-1
bd36535
- Update to 3.13.92
e3fb27a
- Tighten -devel subpackage deps with the _isa macro
bd36535
576172f
* Fri Aug 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.90-2
576172f
- Switch to webkitgtk4
576172f
b5ac7f7
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.90-1
b5ac7f7
- Update to 3.13.90
b5ac7f7
- Drop the gnome-icon-theme dep now that anjuta no longer installs icons there
b5ac7f7
- Switch to vte291
b5ac7f7
77c2f70
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.13.1-6
77c2f70
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
77c2f70
96a7f78
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.1-5
96a7f78
- Rebuilt for vala 0.26
96a7f78
6f58413
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.1-4
6f58413
- Rebuilt for gobject-introspection 1.41.4
6f58413
Rex Dieter 34bdff9
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1:3.13.1-3
Rex Dieter 34bdff9
- optimize/update scriptlets
Rex Dieter 34bdff9
8c4ef64
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.13.1-2
8c4ef64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8c4ef64
Richard Hughes 6bc36ab
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 1:3.13.1-1
Richard Hughes 6bc36ab
- Update to 3.13.1
Richard Hughes 6bc36ab
Richard Hughes 36c56d6
* Tue Mar 25 2014 Richard Hughes <rhughes@redhat.com> - 1:3.12.0-1
Richard Hughes 36c56d6
- Update to 3.12.0
Richard Hughes 36c56d6
Richard Hughes 64c699d
* Fri Mar 21 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.92-1
Richard Hughes 64c699d
- Update to 3.11.92
Richard Hughes 64c699d
Richard Hughes c0bc901
* Sun Feb 23 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.90-1
Richard Hughes c0bc901
- Update to 3.11.90
Richard Hughes c0bc901
Richard Hughes a06aa5a
* Wed Jan 29 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.4-1
Richard Hughes a06aa5a
- Update to 3.11.4
Richard Hughes a06aa5a
Richard Hughes 40d3c95
* Mon Nov 18 2013 Richard Hughes <rhughes@redhat.com> - 1:3.10.2-1
Richard Hughes 40d3c95
- Update to 3.10.2
Richard Hughes 40d3c95
071342d
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.10.0-1
071342d
- Update to 3.10.0
071342d
524e320
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.92-1
524e320
- Update to 3.9.92
524e320
9b49896
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.91-2
9b49896
- Rebuilt for libgladeui soname bump
9b49896
4200ff1
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.91-1
4200ff1
- Update to 3.9.91
e0662c9
- Remove lib64 rpaths
4200ff1
b653db2
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.90-1
b653db2
- Update to 3.9.90
341a706
- Include the HighContrast icons
b653db2
fc68188
* Mon Aug 19 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.5-2
fc68188
- Rebuilt for libvala soname bump
fc68188
1e6e084
* Sat Aug 10 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.5-1
1e6e084
- Update to 3.9.5
1e6e084
d2667f5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.9.4-3
d2667f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d2667f5
f9fe5cf
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 1:3.9.4-2
f9fe5cf
- Perl 5.18 rebuild
f9fe5cf
Richard Hughes a0bb7a7
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 1:3.9.4-1
Richard Hughes a0bb7a7
- Update to 3.9.4
Richard Hughes a0bb7a7
fd8575c
* Fri Jun 21 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.3-1
fd8575c
- Update to 3.9.3
fd8575c
00a6a3e
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.2-1
00a6a3e
- Update to 3.9.2
00a6a3e
33a230b
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.1-1
33a230b
- Update to 3.9.1
33a230b
Richard Hughes d396cb4
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 1:3.8.1-1
Richard Hughes d396cb4
- Update to 3.8.1
Richard Hughes d396cb4
ca30f49
* Wed Mar 27 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-2
ca30f49
- Rebuilt for libwebkit2gtk soname bump
ca30f49
19126bc
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-1
19126bc
- Update to 3.8.0
19126bc
3d180c2
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.92-1
3d180c2
- Update to 3.7.92
3d180c2
Cosimo Cecchi b570787
* Sat Mar 09 2013 Cosimo Cecchi <cosimoc@redhat.com> - 1:3.7.90-4
Cosimo Cecchi b570787
- Rebuilt for devhelp soname bump
Cosimo Cecchi b570787
83edca1
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.90-3
83edca1
- Rebuilt for libwebkit2gtk soname bump
83edca1
ff0271c
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.90-2
ff0271c
- Rebuilt for libvala soname bump
ff0271c
Richard Hughes 184b852
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.90-1
Richard Hughes 184b852
- Update to 3.7.90
Richard Hughes 184b852
b709a55
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.7.4-2
b709a55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b709a55
Richard Hughes 143e43a
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.4-1
Richard Hughes 143e43a
- Update to 3.7.4
Richard Hughes 143e43a
Richard Hughes 1ad788f
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.3-1
Richard Hughes 1ad788f
- Update to 3.7.3
Richard Hughes 1ad788f
Richard Hughes 85531d2
* Tue Nov 20 2012 Richard Hughes <hughsient@gmail.com> - 1:3.7.2-1
Richard Hughes 85531d2
- Update to 3.7.2
Richard Hughes 85531d2
1050f0d
* Tue Nov 13 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.2-1
1050f0d
- Update to 3.6.2
1050f0d
8a02ee0
* Mon Oct 22 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-2
8a02ee0
- Rebuilt for libgda 5.1
8a02ee0
08d75de
* Sat Oct 20 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
08d75de
- Update to 3.6.1
08d75de
3419d24
* Fri Sep 28 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.0-2
3419d24
- Rebuild with new libgdl once more, 3.6.0-1 used the old one
3419d24
Richard Hughes 951cac9
* Thu Sep 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.6.0-1
Richard Hughes 951cac9
- Update to 3.6.0
Richard Hughes 951cac9
0315482
* Wed Sep 26 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.5.91-3
0315482
- Rebuilt for libgdl soname bump
0315482
Richard Hughes aad7550
* Thu Sep 20 2012 Cosimo Cecchi <cosimoc@redhat.com> - 1:3.5.91-2
Cosimo Cecchi a69b5f2
- Rebuild for libglade soname bump
Cosimo Cecchi a69b5f2
Richard Hughes c0d8988
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.91-1
Richard Hughes c0d8988
- Update to 3.5.91
Richard Hughes c0d8988
Richard Hughes 38951f9
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.5-1
Richard Hughes 38951f9
- Update to 3.5.5
Richard Hughes 38951f9
2e24aeb
* Mon Jul 23 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.5.4-3
2e24aeb
- Rebuilt for libgdl 3.5.4 soname bump
2e24aeb
a2523d6
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.5.4-2
a2523d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a2523d6
Richard Hughes 0994123
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.4-1
Richard Hughes 0994123
- Update to 3.5.4
Richard Hughes 0994123
Richard Hughes 99bde9d
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.3-1
Richard Hughes 99bde9d
- Update to 3.5.3
Richard Hughes 99bde9d
5f74d6d
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.5.1-1
5f74d6d
- Update to 3.5.1
5f74d6d
259a0da
* Sun Apr 29 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.1-1
259a0da
- Update to 3.4.1
259a0da
23a8d18
* Sun Apr 22 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.0-3
23a8d18
- Rebuilt with libgdl 3.4.1 (#815108)
23a8d18
- Added missing gdk-doc buildrequires
23a8d18
e960599
* Fri Apr 13 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.0-2
e960599
- Update BuildRequires for glade3 -> glade rename
e960599
Richard Hughes 19666e5
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.0-1
Richard Hughes 19666e5
- Update to 3.4.0
Richard Hughes 19666e5
a90ebd7
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.3.92-1
a90ebd7
- Update to 3.3.92
a90ebd7
- Spec file cleanup
adf68b9
- Install user manual in main anjuta package and obsolete anjuta-doc
a90ebd7
335543b
* Sat Mar 17 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.3.91-1
335543b
- Update to 3.3.91
335543b
- Re-enable vala support
9567b56
- Remove perl Provides/Requires filtering
335543b
Cosimo Cecchi 513067b
* Tue Jan 17 2012 Cosimo Cecchi <cosimoc@redhat.com> - 1:3.3.4-1
Cosimo Cecchi 513067b
- Update to 3.3.4
Cosimo Cecchi 513067b
8da52ad
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.3-3
8da52ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8da52ad
Cosimo Cecchi 872383f
* Tue Jan 10 2012 Cosimo Cecchi <cosimoc@redhat.com> - 1:3.3.3-2
Cosimo Cecchi 872383f
- Disable vala support, until Anjuta supports Vala 0.15
Cosimo Cecchi 872383f
9dace20
* Thu Dec 29 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1:3.3.3-1
9dace20
- Update to 3.3.3
9dace20
- http://ftp.acc.umu.se/pub/GNOME/sources/anjuta/3.3/anjuta-3.3.2.news
9dace20
- http://ftp.acc.umu.se/pub/GNOME/sources/anjuta/3.3/anjuta-3.3.3.news
9dace20
5eafa49
* Tue Nov 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1:3.3.1-1
5eafa49
- Update to 3.3.1
5eafa49
Cosimo Cecchi a67055b
* Tue Sep 27 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.2.0-1
Cosimo Cecchi a67055b
- Update to 3.2.0
Cosimo Cecchi a67055b
Cosimo Cecchi 04d7556
* Mon Sep 19 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.92-1
Cosimo Cecchi 04d7556
- Update to 3.1.92
Cosimo Cecchi 04d7556
7cdd42f
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.91-1
7cdd42f
- Update to 3.1.91
7cdd42f
8b6a136
* Wed Aug 31 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.90-1
8b6a136
- Update to 3.1.90
8b6a136
60fe7a1
* Mon Jul 25 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.4-1
60fe7a1
- Update to 3.1.4
60fe7a1
Cosimo Cecchi bf0de16
* Wed Jul 13 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.1.3-1
Cosimo Cecchi bf0de16
- Update to 3.1.3
Cosimo Cecchi bf0de16
aded991
* Wed Jul 13 2011 Kalev Lember <kalevlember@gmail.com> - 3.1.2-2
aded991
- Build with vala 0.13
b9a827e
- Avoid dependency on gtk-doc (#604338)
aded991
341a807
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
341a807
- Update to 3.1.2
341a807
Cosimo Cecchi 8400a26
* Thu Apr 28 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.0.1.0-1
Cosimo Cecchi 8400a26
- Update to 3.0.1.0
Cosimo Cecchi 8400a26
Cosimo Cecchi c264bc1
* Tue Apr 12 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.0.0.0-2
Cosimo Cecchi aa13eec
- Don't require ctags
Cosimo Cecchi c264bc1
Cosimo Cecchi c264bc1
* Thu Apr 07 2011 Cosimo Cecchi <cosimoc@redhat.com> - 3.0.0.0-1
Cosimo Cecchi 72b4c57
- Update to 3.0.0
Cosimo Cecchi 72b4c57
838df9c
* Fri Mar 04 2011 Rakesh Pandit <rakesh@fedoraproject.org> 2.91.90.0-2
838df9c
- Added sqlite-devel as a require (hack)
838df9c
  This seems to be an issue with libgda-sqlite (Needs a fix)
838df9c
c0f8b02
* Thu Feb 24 2011 Rakesh Pandit <rakesh@fedoraproject.org> 2.91.90.0-1
c0f8b02
- Updated to 2.91.90.0
c0f8b02
  New:
c0f8b02
   - Signal dragging support for python
c0f8b02
   - Glade usuability fixes
c0f8b02
   - New inline search/replace from Eugenia (Women Outreach program)
c0f8b02
c0f8b02
  Bugs fixed:
c0f8b02
   - 530060 Have a "replace all" option in search and replace
c0f8b02
   - 553772 Unable to move or resize widget placed inside a layout widget
c0f8b02
   - 568047 Glade plugin does not allow adding notebook containers with less
c0f8b02
     than 3 tabs.
c0f8b02
   - 631260 Composer window broken after defining ActionGroup
c0f8b02
   - 633786 plugin.c:59: warning: implicit declaration of function
c0f8b02
     'PyString_FromString' when compiling anjuta
c0f8b02
   - 642647 Crash if anjuta is launched with a project that needs the glade
c0f8b02
     plugin.
c0f8b02
   - 642719 Prototype generator for C header files
c0f8b02
   - 638787 wrong set on gtk_source_view_set_smart_home_end
c0f8b02
   - 642763 Fix memory in message-view plugin
c0f8b02
   - 516685 New artwork for splash screen
c0f8b02
   - 549440 LIBADD is added at the wrong position in Makefile.am if it doesn't
c0f8b02
     exist
c0f8b02
   - 565358 documentation files appear in "other files" target
c0f8b02
   - 566248 ianjuta_project_manager_get_elements returns weird data
c0f8b02
   - 569992 support makefiles named GNUmakefile.am
c0f8b02
   - 637981 Port Makefile backend to the new API
c0f8b02
   - 640969 Allow importing projects with 3rd party project backends
c0f8b02
   - 641181 error building out-of-tree plugins that only include
c0f8b02
     libanjuta/libanjuta.h
c0f8b02
   - 642640 NULL pointer dereference and memory leak in parameter.c
c0f8b02
   - 642750 [PATCH] NULL pointer dereference in anjuta-tabber.c
c0f8b02
   - 570912 Cannot remove module/package
c0f8b02
   - 642723 Small in C header template
c0f8b02
6ab7428
* Tue Feb 22 2011 Rakesh Pandit <rakesh@fedoraproject.org> 2.91.6.0-4
6ab7428
- Added missing files for glade plugin
6ab7428
- Updated summary
6ab7428
35e8dcd
* Tue Feb 22 2011 Rakesh Pandit <rakesh@fedoraproject.org> 2.91.6.0-3
35e8dcd
- Rebuild with new glade
35e8dcd
5d57568
* Tue Feb 22 2011 Rakesh Pandit <rakesh@fedoraproject.org> 2.91.6.0-2
5d57568
- Updated description (Thanks Johannes Schmid <jhs AT jsschmid DOT de>)
5d57568
291141b
* Mon Feb 21 2011 Rakesh Pandit <rakesh@fedoraproject.org> 2.91.6.0-1
291141b
 - Removed libxml and glade-plugin patch (included in this version)
291141b
 - New:
291141b
    * Support for dragging signals from glade into the code (C only)
291141b
    * Improvements in project-manager
291141b
    * More features in git-plugin
291141b
 - Bugs fixed:
291141b
    638506 Homepage: FAQ Mailinglist link is wrong
291141b
    639786 quick bookmark deletion
291141b
    640277 editor position history doesn’t work with shortcut
291141b
    618142 Anjuta Snippets Plug-in
291141b
    627131 Autocompletion duplicates characters
291141b
    639795 Editing variabile after inserting snippet bug
291141b
    638980 Crash when closing project
291141b
    608578 Anjuta is unable to import Gnumeric source tree
291141b
    611206 doesn’t recognize newer AC_INIT
291141b
    615990 path is missing when add a source to the target
291141b
    616041 Add Source -> Cannot add source files -> Core Dump
291141b
    618617 Project view doesn’t make sense
291141b
    638368 test-suite fails
291141b
    639342 Anjuta crash when loading libgee
291141b
    640348 minor mistake in UI string
291141b
    640726 anjuta stops updating session information
291141b
    581613 Unable to import a tarball into Anjuta 2.4.2
291141b
    639093 I can’t start a new project properly
291141b
10dff41
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5.0-4
10dff41
- Rebuild against newer gtk
10dff41
ad82407
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.5.0-3
ad82407
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ad82407
167b343
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5.0-2
167b343
- Rebuild against newer gtk
167b343
bff2b37
* Tue Jan 11 2011 Rakesh Pandit <rakesh@fedoraproject.org> 2.91.5.0-1
bff2b37
- Replaced vte-devel with vte3-devel as dep 
bff2b37
- Updated to 2.91.5.0
bff2b37
 * Updates:
bff2b37
  - Glade integration is working again and far more stable
bff2b37
  - Devhelp plugin is here gain
bff2b37
  - New class generation for Vala, Python and Javascript (Kenny)
bff2b37
  - New artwork (Samuel)
bff2b37
  - Comment/Uncomment feature for C/C++
bff2b37
  - Various improvements in vala support
bff2b37
 * Bugs (Gnome BZ) fixed:
bff2b37
  - 638228 language-support-vala: interrupt parsing if user switches to another file
bff2b37
  - 638252 language-support-vala: use the new markers to show error tooltips
bff2b37
  - 511000 Icons needed
bff2b37
  - 638532 crash in plugin list when pressing cursor-down
bff2b37
  - 637699 JavaScript wizard
bff2b37
  - 637774 Add Vala class wizard to class-gen
bff2b37
  - 638534 Criticals with local-only repositories
bff2b37
  - 616426 model wants symbols before db creation.
bff2b37
  - 625399 Attempt to make a query when database is not connected
bff2b37
  - 633018 crash in Anjuta IDE: I closed a project, wich...
bff2b37
  - 637695 allow comment/uncomment with gtksourceview editor
bff2b37
  - 638097 Remove deprecated gdk_spawn_command_line_on_screen gdk_spawn_on_screen
bff2b37
  - 638347 Incorrect makefile
bff2b37
  - 638830 Fortan typo?
bff2b37
  - 638878 $(BUILT_SOURCES): No such file or directory
bff2b37
  - 638034 Unable to create new project
bff2b37
  - 638524 Syntax error on valid configure.ac files
bff2b37
- Added libxml patch
bff2b37
- Added glade plugin patch
bff2b37
- Disabled stripping unneeded translation for time being
bff2b37
- Disabled /usr/lib64/libglade/2.0/libanjuta symlink
bff2b37
Bastien Nocera 656bf39
* Tue Dec 07 2010 Bastien Nocera <bnocera@redhat.com> 2.91.3.0-1
Bastien Nocera 656bf39
- Update to 2.91.3.0
Bastien Nocera 656bf39
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)
1d36a10
    + 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
Richard Hughes aad7550
* Thu 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
Richard Hughes aad7550
* Thu 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
Richard Hughes aad7550
* Fri 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