OBS User unknown 2009-03-12 13:45:59 +00:00 committed by Git OBS Bridge
parent 3f8773c12d
commit f5c0cf7772
5 changed files with 66 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e62ee60fabf72d8bc9433ea0101f5573c094d78ee42a43e67bd5320c8872af3d
size 7378879

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c5e4a13e0106631bdf13b628d2c5f8a244b220a4fb52ba1ab280c910f833e8c
size 7491763

View File

@ -1,14 +0,0 @@
Index: anjuta-2.25.902/plugins/symbol-db/test/benchmark.c
===================================================================
--- anjuta-2.25.902.orig/plugins/symbol-db/test/benchmark.c
+++ anjuta-2.25.902/plugins/symbol-db/test/benchmark.c
@@ -7,7 +7,8 @@
static void on_single_file_scan_end (SymbolDBEngine* engine, GPtrArray* files)
{
static int i = 0;
- g_message ("Finished [%d]: %s", i, (gchar*)g_ptr_array_index (files, i++));
+ g_message ("Finished [%d]: %s", i, (gchar*)g_ptr_array_index (files, i));
+ i++;
}
static GPtrArray* get_files (const gchar* dir)

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Mar 6 17:22:48 CET 2009 - vuntz@novell.com
- Update to version 2.25.903.0:
+ Valgrind memory fixes
+ Documentation fixes and updates
+ Fixes in the glade plugin
+ Version control integration fixes
+ Auto-indentation fixes
+ bgo#564282 configure error: source directory already
configured
+ bgo#567513 Running configure doesn't make anjuta be aware
that the project doesn't need a configure stage in its menus
+ bgo#565170 Invalid read in plugin.c
+ bgo#573326 Debug misfunction
+ bgo#572637 Valgrind shows some errors in symbol-db
+ bgo#567068 autocomplete box should vanish on backspace
+ bgo#564306 don't ask which program to run if project has only
one target
+ bgo#559806 Anjuta crashes when closing unsaved file
+ bgo#556970 Swap .h/.c doesn't work for C header files (*.h)
+ bgo#555895 Save configure options for build configuration
+ bgo#572608 crash clicking on 'find in files...' results.
+ bgo#572451 - crash on closing project
+ bgo#571760 Find & Replace is broken (due to my previous
changes)
+ bgo#511589 - remove missed includes
+ bgo#572289 Make code less ambiguous
+ bgo#564891 Crash when closing editor window
- Do not call autoreconf.
- Drop anjuta-fix-undefined-operation.patch: fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 17 04:52:26 CET 2009 - vuntz@novell.com Tue Feb 17 04:52:26 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package anjuta (Version 2.25.902) # spec file for package anjuta (Version 2.25.903.0)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -90,13 +90,11 @@ Recommends: libglade2-doc
Recommends: libgnome-doc Recommends: libgnome-doc
Recommends: libgnomecanvas-doc Recommends: libgnomecanvas-doc
Recommends: libgnomeui-doc Recommends: libgnomeui-doc
Version: 2.25.902 Version: 2.25.903.0
Release: 1 Release: 1
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
Summary: GNOME IDE for C and C++ Summary: GNOME IDE for C and C++
Source: anjuta-%{version}.tar.bz2 Source: anjuta-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM anjuta-fix-undefined-operation.patch bgo572289 vuntz@novell.com -- Fix an error triggered by code checking in the build service
Patch0: anjuta-fix-undefined-operation.patch
Url: http://anjuta.sourceforge.net/ Url: http://anjuta.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq %gconf_schemas_prereq
@ -173,10 +171,8 @@ Authors:
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
autoreconf -f -i
%configure\ %configure\
--disable-scrollkeeper --disable-scrollkeeper
make make
@ -250,6 +246,35 @@ fi
%files lang -f %name.lang %files lang -f %name.lang
%changelog %changelog
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.25.903.0:
+ Valgrind memory fixes
+ Documentation fixes and updates
+ Fixes in the glade plugin
+ Version control integration fixes
+ Auto-indentation fixes
+ bgo#564282 configure error: source directory already
configured
+ bgo#567513 Running configure doesn't make anjuta be aware
that the project doesn't need a configure stage in its menus
+ bgo#565170 Invalid read in plugin.c
+ bgo#573326 Debug misfunction
+ bgo#572637 Valgrind shows some errors in symbol-db
+ bgo#567068 autocomplete box should vanish on backspace
+ bgo#564306 don't ask which program to run if project has only
one target
+ bgo#559806 Anjuta crashes when closing unsaved file
+ bgo#556970 Swap .h/.c doesn't work for C header files (*.h)
+ bgo#555895 Save configure options for build configuration
+ bgo#572608 crash clicking on 'find in files...' results.
+ bgo#572451 - crash on closing project
+ bgo#571760 Find & Replace is broken (due to my previous
changes)
+ bgo#511589 - remove missed includes
+ bgo#572289 Make code less ambiguous
+ bgo#564891 Crash when closing editor window
- Do not call autoreconf.
- Drop anjuta-fix-undefined-operation.patch: fixed upstream.
* Tue Feb 17 2009 vuntz@novell.com * Tue Feb 17 2009 vuntz@novell.com
- Update to version 2.25.902: - Update to version 2.25.902:
+ Updates: + Updates: