From f5c0cf7772ee249d46275fed30e9bb97e1c6c029 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 12 Mar 2009 13:45:59 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=27 --- anjuta-2.25.902.tar.bz2 | 3 --- anjuta-2.25.903.0.tar.bz2 | 3 +++ anjuta-fix-undefined-operation.patch | 14 ----------- anjuta.changes | 32 ++++++++++++++++++++++++ anjuta.spec | 37 +++++++++++++++++++++++----- 5 files changed, 66 insertions(+), 23 deletions(-) delete mode 100644 anjuta-2.25.902.tar.bz2 create mode 100644 anjuta-2.25.903.0.tar.bz2 delete mode 100644 anjuta-fix-undefined-operation.patch diff --git a/anjuta-2.25.902.tar.bz2 b/anjuta-2.25.902.tar.bz2 deleted file mode 100644 index 56f64cc..0000000 --- a/anjuta-2.25.902.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e62ee60fabf72d8bc9433ea0101f5573c094d78ee42a43e67bd5320c8872af3d -size 7378879 diff --git a/anjuta-2.25.903.0.tar.bz2 b/anjuta-2.25.903.0.tar.bz2 new file mode 100644 index 0000000..3476e83 --- /dev/null +++ b/anjuta-2.25.903.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5e4a13e0106631bdf13b628d2c5f8a244b220a4fb52ba1ab280c910f833e8c +size 7491763 diff --git a/anjuta-fix-undefined-operation.patch b/anjuta-fix-undefined-operation.patch deleted file mode 100644 index 263a719..0000000 --- a/anjuta-fix-undefined-operation.patch +++ /dev/null @@ -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) diff --git a/anjuta.changes b/anjuta.changes index cf010e3..f441939 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -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 diff --git a/anjuta.spec b/anjuta.spec index 5442349..afcf8c1 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -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. # @@ -90,13 +90,11 @@ Recommends: libglade2-doc Recommends: libgnome-doc Recommends: libgnomecanvas-doc Recommends: libgnomeui-doc -Version: 2.25.902 +Version: 2.25.903.0 Release: 1 Requires: %{name}-lang = %{version} Summary: GNOME IDE for C and C++ 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/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %gconf_schemas_prereq @@ -173,10 +171,8 @@ Authors: %lang_package %prep %setup -q -%patch0 -p1 %build -autoreconf -f -i %configure\ --disable-scrollkeeper make @@ -250,6 +246,35 @@ fi %files lang -f %name.lang %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 - Update to version 2.25.902: + Updates: