Updating link to change in openSUSE:Factory/anjuta revision 39.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=213bb675632dc9df1e208daa2ea0182a
This commit is contained in:
parent
bf055846aa
commit
83c76fc904
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4cbc6b8bab108592c2fbe1a76ef28070e86d03300887e66a36a7eafa89a8c49
|
|
||||||
size 7776512
|
|
3
anjuta-2.29.5.0.tar.bz2
Normal file
3
anjuta-2.29.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d7947bcb11c84dcb19b0618fbbd77601a6123a9cc9ad87f04d9ffa25eb4cfd4
|
||||||
|
size 7823789
|
@ -1,12 +0,0 @@
|
|||||||
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 <glib.h>
|
|
||||||
#include <assert.h>
|
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 13 02:05:04 CET 2010 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.5.0:
|
||||||
|
+ Features:
|
||||||
|
- Completion for ., ->, and :: in C/C++
|
||||||
|
+ Bugs fixed:
|
||||||
|
- bgo#605952 - Some small fixes for symbol-db
|
||||||
|
- bgo#566982 - don't autocomplete inside string or comment
|
||||||
|
- bgo#586457 - Implement ianjuta_editor_cell_get_attribute()
|
||||||
|
properly
|
||||||
|
- bgo#605763 - No file found while adding a simple c++ class
|
||||||
|
- bgo#605730 - completion "." "->" are not shown
|
||||||
|
- bgo#606069 - Anjuta won't attach to process to debug it
|
||||||
|
- bgo#559876 - Can't add python file source code to Project
|
||||||
|
> Add source code
|
||||||
|
- bgo#565191 - 'add project target' is mostly broken
|
||||||
|
- bgo#566209 - "generate inhertances..." progress bar doesn't
|
||||||
|
disappear
|
||||||
|
- bgo#605343 - fix build warnings
|
||||||
|
- bgo#605306 - Add missing include to fix build
|
||||||
|
- Remove anjuta-build-fix.patch. Fixed upstream
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 23 12:38:14 CET 2009 - vuntz@opensuse.org
|
Wed Dec 23 12:38:14 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package anjuta (Version 2.29.4.0)
|
# spec file for package anjuta (Version 2.29.5.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 2.29.4.0
|
Version: 2.29.5.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Summary: GNOME IDE for C and C++
|
Summary: GNOME IDE for C and C++
|
||||||
@ -26,8 +26,6 @@ Url: http://anjuta.sourceforge.net/
|
|||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
Source: anjuta-%{version}.tar.bz2
|
Source: anjuta-%{version}.tar.bz2
|
||||||
Source1: %{name}-rpmlintrc
|
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: autogen
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: devhelp-devel
|
BuildRequires: devhelp-devel
|
||||||
@ -108,7 +106,6 @@ and can be unfriendly to use.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
|
Loading…
Reference in New Issue
Block a user