diff --git a/.cvsignore b/.cvsignore index 6ea6353..2f7cb94 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anjuta-2.25.903.0.tar.gz +anjuta-2.26.0.1.tar.gz diff --git a/anjuta-2.25.903.0-configure.patch b/anjuta-2.25.903.0-configure.patch deleted file mode 100644 index a41ebe0..0000000 --- a/anjuta-2.25.903.0-configure.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -urNp anjuta-2.25.903.0.orig/configure anjuta-2.25.903.0/configure ---- anjuta-2.25.903.0.orig/configure 2009-03-11 01:39:11.738219733 +0530 -+++ anjuta-2.25.903.0/configure 2009-03-11 03:13:22.258993881 +0530 -@@ -18106,7 +18106,7 @@ fi - - # Check whether --enable-plugin-scintilla was given. - if test "${enable_plugin_scintilla+set}" = set; then -- enableval=$enable_plugin_scintilla; if test "$enableval" = "yes"; then -+ enableval=$enable_plugin_scintilla; if test "$enableval" = "no"; then - user_disabled_scintilla=1 - fi - else -@@ -18117,12 +18117,12 @@ fi - { echo "$as_me:$LINENO: checking if scintilla plugin is disabled" >&5 - echo $ECHO_N "checking if scintilla plugin is disabled... $ECHO_C" >&6; } - if test "$user_disabled_scintilla" = 1; then -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -- scintilla="no" --else - { echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6; } -+ scintilla="no" -+else -+ { echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6; } - scintilla="yes" - fi - if test x$scintilla = xyes; then diff --git a/anjuta.spec b/anjuta.spec index 2052adc..55e6b27 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,14 +1,12 @@ Summary: A GNOME development IDE for C/C++ Name: anjuta Epoch: 1 -Version: 2.25.903.0 +Version: 2.26.0.1 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.25/%{name}-%{version}.tar.gz - -Patch0: %{name}-%{version}-configure.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -34,13 +32,13 @@ BuildRequires: desktop-file-utils BuildRequires: devhelp-devel >= 0.22 BuildRequires: e2fsprogs-devel BuildRequires: gettext -BuildRequires: glade3-libgladeui-devel >= 3.5.7 +BuildRequires: glade3-libgladeui-devel >= 3.6.0 BuildRequires: gnome-doc-utils -BuildRequires: gtksourceview2-devel >= 2.3.1 +BuildRequires: gtksourceview2-devel >= 2.4.0 BuildRequires: libgda-devel >= 3.99.7 BuildRequires: graphviz-devel BuildRequires: intltool -BuildRequires: libgdl-devel >= 2.23.0 +BuildRequires: libgdl-devel >= 2.26.0 BuildRequires: libgnomeui-devel BuildRequires: neon-devel BuildRequires: pcre-devel @@ -48,7 +46,7 @@ BuildRequires: perl(Locale::gettext) BuildRequires: perl(XML::Parser) BuildRequires: scrollkeeper BuildRequires: subversion-devel -BuildRequires: unique-devel +BuildRequires: unique-devel >= 1.0.0 BuildRequires: vte-devel %description @@ -93,7 +91,6 @@ Documentation for Anjuta DevStudio provided in DocBook format. %prep %setup -q -%patch0 -p1 # Filter unwanted Provides. cat << \EOF > %{name}-prov @@ -141,7 +138,7 @@ sed --expression 's|-R/usr/lib64||' %{_libdir}/pkgconfig/pangox.pc > \ %build export PKG_CONFIG_PATH="./PKGCONFIG" %configure --disable-schemas-install --disable-static --enable-gtk-doc \ - --enable-devhelp --enable-graphviz --enable-plugin-glade \ + --enable-plugin-devhelp --enable-graphviz --enable-plugin-glade \ --enable-plugin-scintilla --enable-plugin-sourceview \ --enable-plugin-subversion --enable-plugin-valgrind \ --with-svn-lib=%{_libdir} @@ -151,6 +148,20 @@ sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool make %{?_smp_mflags} +# Strip unneeded translations from .mo files: +# http://bugzilla.gnome.org/474987 +pushd ./po + grep --invert-match \ + ".*[.]desktop[.]in[.]in$\|.*[.]server[.]in[.]in$\|.*[.]schemas[.]in$" \ + POTFILES.in > POTFILES.keep + mv POTFILES.keep POTFILES.in + intltool-update --pot + for p in *.po; do + msgmerge $p %{name}.pot > $p.out + msgfmt -o `basename $p .po`.gmo $p.out + done +popd + %install rm -rf $RPM_BUILD_ROOT export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 @@ -311,6 +322,27 @@ scrollkeeper-update -q || : %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf %changelog +* Tue Apr 07 2009 Debarshi Ray - 1:2.26.0.1-1 +- Version bump to 2.26.0.1. + * Get rid of libgnomecanvas. (GNOME Bugzilla #571740) + * Huge improvements in the tooltip area. + * Prevent hang when pressing backspace in the editor. + * Git plugin: + + Fixed crash. + * GtkSourceView editor plugin: + + Actually save modified files on exit. (GNOME Bugzilla #574376) + * Language support (C, C++, Java) plugin: + + Showing calltips should not hinder editing. (GNOME Bugzilla #574802) + * Scintilla editor plugin: + + Use line endings correctly. (GNOME Bugzilla #574607) + * Search plugin: + + Should point to correct line number. (GNOME Bugzilla #576959) + * Translation updates: pt_BR, en_GB, da, fi, fr, gl, el, it, ca, pt, sv, es, + tr, hu, vi, de, sl, ru, ja, mr, ar, th and pl. + * http://ftp.acc.umu.se/pub/GNOME/sources/anjuta/2.26/anjuta-2.26.0.1.news +- configure fixes accepted by upstream. +- Stripped redundant translations from .mo files. (GNOME Bugzilla #474987) + * Tue Mar 10 2009 Debarshi Ray - 1:2.25.903.0-1 - Version bump to 2.25.903.0. * Fixed Glade and version control integration. diff --git a/sources b/sources index 2727d6a..02f7264 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de93cc2a14f0169a29f0c10e18ff1c52 anjuta-2.25.903.0.tar.gz +35624d399ae9083a46deb9e7f2da8bcb anjuta-2.26.0.1.tar.gz