diff --git a/anjuta-2.29.2.0.tar.bz2 b/anjuta-2.29.2.0.tar.bz2 deleted file mode 100644 index 4932bcc..0000000 --- a/anjuta-2.29.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41a003e76e890525eb5f680a22d03fd0b6865dc968035b06839556f4731c1af6 -size 7524421 diff --git a/anjuta-2.29.4.0.tar.bz2 b/anjuta-2.29.4.0.tar.bz2 new file mode 100644 index 0000000..a3727e4 --- /dev/null +++ b/anjuta-2.29.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cbc6b8bab108592c2fbe1a76ef28070e86d03300887e66a36a7eafa89a8c49 +size 7776512 diff --git a/anjuta-build-fix.patch b/anjuta-build-fix.patch new file mode 100644 index 0000000..ccfd4e4 --- /dev/null +++ b/anjuta-build-fix.patch @@ -0,0 +1,12 @@ +Index: anjuta-2.29.4.0/plugins/symbol-db/anjuta-tags/gir.c +=================================================================== +--- anjuta-2.29.4.0.orig/plugins/symbol-db/anjuta-tags/gir.c ++++ anjuta-2.29.4.0/plugins/symbol-db/anjuta-tags/gir.c +@@ -5,6 +5,7 @@ + #include "parse.h" + #include "read.h" + #include "routines.h" ++#include "string.h" + #include "vstring.h" + #include + #include diff --git a/anjuta.changes b/anjuta.changes index 5e388bf..1f9b0d7 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Dec 23 12:38:14 CET 2009 - vuntz@opensuse.org + +- Update to version 2.29.4.0: + + Features: + - Javascript support + - Support for parsing expressions allowing member completion + - Improved autocopletion support using GtkSourceCompletion + support in GtkSourceview master + + Bugs fixed: + - bgo#597318 - Anjuta terminal crashes X + - bgo#597815 - Crash due to malformed UI definition file + - bgo#599532 - plugin.c: missing call to fclose + - bgo#600924 - misc. build fixes for 2.28 + - bgo#601567 - Import from git fails + - bgo#585529 - Replace AnjutaMessageArea with GtkInfoBar + - bgo#559925 - Send special keys to the terminal + - bgo#602784 - Remove unneeded libsexy code + - bgo#604581 - Crash Scintilla when writing a comment + - bgo#599323 - symbol-db plugin can't create the symbol + database + - bgo#604954 - Configure project fail if project path contains + space + - bgo#604621 - specify /dev/shm at config time. +- Add anjuta-build-fix.patch to fix build. + ------------------------------------------------------------------- Fri Dec 4 02:44:48 CET 2009 - vuntz@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index 02ee327..cdc25f0 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,5 +1,5 @@ # -# spec file for package anjuta (Version 2.29.2.0) +# spec file for package anjuta (Version 2.29.4.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: anjuta -Version: 2.29.2.0 +Version: 2.29.4.0 Release: 1 License: GPLv2+ Summary: GNOME IDE for C and C++ @@ -26,6 +26,8 @@ Url: http://anjuta.sourceforge.net/ Group: Development/Tools/IDE Source: anjuta-%{version}.tar.bz2 Source1: %{name}-rpmlintrc +# PATCH-FIX-UPSTREAM anjuta-build-fix.patch bgo605306 vuntz@opensuse.org -- Add missing include +Patch0: anjuta-build-fix.patch BuildRequires: autogen BuildRequires: binutils-devel BuildRequires: devhelp-devel @@ -106,6 +108,7 @@ and can be unfriendly to use. %lang_package %prep %setup -q +%patch0 -p1 %build %configure\